Doctor Archive
Thread: Whats wrong with my combat macros?
Page 1 of 1
BryianN
Fri Sep 03, 2004 6:43 pm
#1
I have 2 combat macros.
One is:
/extinguishFire self;/curepoison self;/curedisease self;/healstate dizzy self;/healstate intimidated self;/healstate stun self;/healstate blind self;
(the alteration doesn't have self) The only problem I see is that it says some of states are invalid. Whats wrong with this macro.
The second one is:
/stand;/healstate dizzy self;/healstate dizzy self;/stand
Again this NEVER heals my dizzy state and I never get up. Is there a better/more effecient one than this?
One is:
/extinguishFire self;/curepoison self;/curedisease self;/healstate dizzy self;/healstate intimidated self;/healstate stun self;/healstate blind self;
(the alteration doesn't have self) The only problem I see is that it says some of states are invalid. Whats wrong with this macro.
The second one is:
/stand;/healstate dizzy self;/healstate dizzy self;/stand
Again this NEVER heals my dizzy state and I never get up. Is there a better/more effecient one than this?
The_Strider_Family
Fri Sep 03, 2004 9:48 pm
#3
Most of the healstate are past tense... mine that works fine is:
/healstate blinded;
/healstate dizzy;
/healstate intimidated;
/healstate stunned;
That is the only Doctor macro I use... the cure Poison and cure Disease I manually do myself.
DarthBushJr
Sat Sep 04, 2004 4:06 am
#4
i do mine different...
/ui action clearCombatQueue;
/ui action targetSelf;
/ui action toolbarSlotXX; (wherever my stim E or whatever is)
/pause 1;
/ui action cycleTargetPrev;
this allows you to be spamming and in one click heal yourself and watch yourself retarget the bugger that you were just shooting
Page 1 of 1