Doctor Archive
Thread: Macro status effect help please.
Page 1 of 1
teamdoa
Thu Feb 24, 2005 3:24 am
#1
I want to clear my combat queue then heal state intimidate on myself in one button press.
I cant seem to get it to work as the self bit is ignored.
Anyone know if this is possible.
thanks.
Macdon
Thu Feb 24, 2005 3:47 am
#2
As of late my Macro with the self has stopped working to not sure why? I just dropped the self and make sure I have a baddie targeted so it auto reverts to me.
/ui clearCombatQueue;
/healstate Intimidated self;
I have also tried swapping them:
/healstate self Intimidated;
/ui clearCombatQueue;
/healstate Intimidated self;
I have also tried swapping them:
/healstate self Intimidated;
Message Edited by Macdon on 02-24-2005 06:50 AM
Visnja
Thu Feb 24, 2005 11:30 am
#4
For yourself ...
/ui clearCombatQueue;
/target self;
/healstate intimidate;
/healstate stun;
/healstate dizzy;
/healstate blind;
/cure poison;
/cure disease;
-------------------------------
When grouped (for others) ...
/ui clearCombatQueue;
/healstate intimidate;
/healstate stun;
/healstate dizzy;
/healstate blind;
/cure poison;
/cure disease;
/resuscitate;
Your macro will run through all of the above and heal/cure for what is present. I put rez on mine as well and it works awesome ..
VTmoon
Fri Feb 25, 2005 5:10 am
#5
?
Visnja wrote:
For yourself ...
/ui clearCombatQueue;
/target self;
/healstate intimidate;
/healstate stun;
/healstate dizzy;
/healstate blind;
/cure poison;
/cure disease;
-------------------------------
When grouped (for others) ...
/ui clearCombatQueue;
/healstate intimidate;
/healstate stun;
/healstate dizzy;
/healstate blind;
/cure poison;
/cure disease;
/resuscitate;
Your macro will run through all of the above and heal/cure for what is present. I put rez on mine as well and it works awesome ..
Page 1 of 1