Bounty Hunter Archive
Thread: Is It Possible To Make A Duelist Stance Macro?
rob0t wrote:
Lol, my duelist stance macro loops every 28 seconds
I named it duelstance (not to be confused with dueliststance).
It goes like this.
/dueliststance;
/pause 28;
/macro duelstance;
Simple enough. Just have to time your standing still right.
Okay cool. Thanks. But do you know if this will give you the stats from the regular duelist stance, or the improved one if you have it? The macro I tried to make looked almost exactly like yours, but I tried to put in /improvedDuelistStance as the command but recieved a message that there is no command like that. Does anyone know if there is a seperate command for Improved DS?
Once you gain Improved Duelist Stance, it replaces your normal Duelist Stance. So, if you have IDS, /dueliststance will invoke it.
rob0t wrote:
Once you gain Improved Duelist Stance, it replaces your normal Duelist Stance. So, if you have IDS, /dueliststance will invoke it.
Thank you very much
/duelist;
/pause 27;
/alarm AddIn 00 Stand still! (or is it /alarmAddIn? i forget)
/pause 1;
/macro duelist;
this way you get an onscreen alert a second before duelist stance refreshes so you can stand still while it activates
T-rep wrote:
i took the advice of a poster not long back and use this macro (or something similar, cant log on to check atm)
/duelist;
/pause 27;
/alarm AddIn 00 Stand still! (or is it /alarmAddIn? i forget)
/pause 1;
/macro duelist;
this way you get an onscreen alert a second before duelist stance refreshes so you can stand still while it activates
Its /alarmAddIn
I've found it great for PvE, but not too useful in PvP. I'm usually better off manually hitting the stance when I get rooted.
Hate the root.
try this
macro DuelStance
/duelist;
/pause 25;
/alarm AddIn 00 Duelist Stance Expiring
and stick this on your toolbar where you had duelist stance....this way, instead of looping the macro automatically, it will give you a big onscreen warning (more noticeable than the icon starting to fade away) so that you can reapply it manually in your combat queue-up. It wont override a crucial queued-up attack or heal when it reapplies the way a looping macro can, or abort itself should you be moving around when it tries to reapply.