Teras Kasi Archive
Thread: COB macro help
Page 2 of 2
tonkhonky
Sat Jul 16, 2005 9:40 pm
#14
I hear people talking about creating a COB macro and I just wanted to know if there was a link that can help me out with setting one up. If there isn't do you guys set the timer on the macro for however long COB is so it's constantly renewing itself? Sorry for the noob question...never set up a macro before. Thanks.
galandroxxx
Sat Jul 16, 2005 11:01 pm
#15
name the macro CoB
/centerOfbeing;
/pause 40;
/macro Cob;
thats the shortest one i could think to make, mine use a kinda alarm its say somme thing in spatial to let me know its going off and i need to stop moveing .
its name it CoB
/spatial :;
/pause 4;
/centerOfbeing;
/pause 36;
/macro CoB
hope that helps
McCrow
Sun Jul 17, 2005 8:57 am
#16
This is my Macro
Name : CoB
/center;
/pause 40;
/macro CoB;
Easy as that
There are some out there where they stick "/say CoB is about to apply stop moving" it basicaly warns you.
But i find when fighting lots of mobs or high level ones your don't move very much so i leave the warning out
Name : CoB
/center;
/pause 40;
/macro CoB;
Easy as that
There are some out there where they stick "/say CoB is about to apply stop moving" it basicaly warns you.
But i find when fighting lots of mobs or high level ones your don't move very much so i leave the warning out
FernGully
Sun Jul 17, 2005 9:16 am
#17
Mine is as follows...
/center;
/pause 34;
/alarmAddIn 0 .1 \#FFFF00 *CENTERING - HOLD STILL!*
/pause 4;
/macro CoB_Loop;
The alarm warning give you a different colored on-screen message, giving you plenty of time to stop moving and stop firing specials before CoB comes thru. Also, since CoB overlaps existing CoBs, I find it better to set it to go before the last one expires. That way, you never have a "hole" where you're getting smacked for bigger dmg.
/center;
/pause 34;
/alarmAddIn 0 .1 \#FFFF00 *CENTERING - HOLD STILL!*
/pause 4;
/macro CoB_Loop;
The alarm warning give you a different colored on-screen message, giving you plenty of time to stop moving and stop firing specials before CoB comes thru. Also, since CoB overlaps existing CoBs, I find it better to set it to go before the last one expires. That way, you never have a "hole" where you're getting smacked for bigger dmg.
Message Edited by FernGully on 07-17-2005 12:17 PM
Lotussutol
Mon Jul 18, 2005 12:24 am
#19
/center;
/pause 41;
/follow me;
/pause 2;
/macro cob
/pause 41;
/follow me;
/pause 2;
/macro cob
the follow me trick gives you a system message that you are following yourself. which lets you know that you need to stop running. The cool thing is if you are using numlock run the follow me will stop you automatically.
Page 2 of 2