Teras Kasi Archive
Thread: Share your COB Macros!
Of course, we wouldn't need that if SOE put a visible time on-screen. (I know the icon is meant to flash when it's about to fade, but my icon is always flashes)
My CoB macro:
/CenterofBeing;
/pause 40;
/alarmAddIn 0 .1 ***Center of Being Ending***;
fingerpress CoB macro key
I use this for several reasons. 1) Manually pressing a reminder macro avoids the CoB macro loop "skip", 2) If you use anything other than unarmed in a battle it allows you to unequip the weapon before you press, 3) Sometimes I don't want to have another macro running and let it wear out. If you want to have a continuous looping version, which *always* gets its timing screwed up if CoB accidentally skips just add in after the alarm above:
/pause 2;
/ua action clearCombatQueue;
/pause 0.5;
/macro [insert macro name here];
Message Edited by bikebum on 06-16-2005 10:13 AM
bikebum wrote:
My CoB macro:
/CenterofBeing;
/pause 40;
/alarmAddIn 0 .1 ***Center of Being Ending***;
fingerpress CoB macro key
I use this for several reasons. 1) Manually pressing a reminder macro avoids the CoB macro loop "skip", 2) If you use anything other than unarmed in a battle it allows you to unequip the weapon before you press, 3) Sometimes I don't want to have another macro running and let it wear out. If you want to have a continuous looping version, which *always* gets its timing screwed up if CoB accidentally skips just add in after the alarm above:
/pause 2;
/ua action clearCombatQueue;
/pause 0.5;
/macro [insert macro name here];
Message Edited by bikebum on 06-16-2005 10:13 AM