Brawler Archive
Thread: need help making intimidate 2 macro..
Page 1 of 1
xxawkxx
Fri Nov 19, 2004 4:24 pm
#1
okay i got my cob macro now i need my intim2 macro.. help me out plz
erelado tigen
raebi tigen
Oberon131313
Sat Nov 20, 2004 6:49 pm
#4
making a repeating macro isn't going to work, for a few reasons...
#1, it doesn't always stick
#2, if more than 1 stick, the timers stack
HOWEVER, this is how my intim macro looks
/ui action clearCombatQueue;
/intimidate2;
/intimidate2;
/intimidate2
this way I can just hit the button as soon as a new MOB comes into play, or an intim wears off, and it will dump my combat queue and attempt to stick 3 intims on. I very rarely need to hit it a second time...
Stormbilly
Sun Nov 21, 2004 6:08 am
#5
Don' t make a macro for intimidate. It's much better to have the flexibility to reapply the intimidate or not.
Firewall2004
Thu Dec 02, 2004 1:29 am
#7
I have to agree with Jemus here, I use :
/ui action clearCombatQueue;
/intimidate2
But do not stack the intimidates as thats 3 moves you have just lost in PvP or PvE ....better to just hit the button again if it's not applied I think.
Slim-Sweeper
Sat Jan 22, 2005 4:36 pm
#8
Oberon131313 wrote:
making a repeating macro isn't going to work, for a few reasons...
#1, it doesn't always stick
#2, if more than 1 stick, the timers stack
HOWEVER, this is how my intim macro looks
/ui action clearCombatQueue;
/intimidate2;
/intimidate2;
/intimidate2
this way I can just hit the button as soon as a new MOB comes into play, or an intim wears off, and it will dump my combat queue and attempt to stick 3 intims on. I very rarely need to hit it a second time...
IMO, the "/ui action clearCombatQueue;" is one of the single most useful macro commands for single use (not looping) combat macros.
I use it for Intim, Warcry, Taunt, Heal, etc. This way, you control when the action happens. Nothing worse than trying to heal yourself and having 3-4 more attacks queued up.
While CoB works well in a loop, I would agree with Oberon: Dont loop Intim
Page 1 of 1