Doctor Archive
Thread: HealState question
Page 1 of 1
Catjusha
Fri Sep 03, 2004 7:52 am
#1
Hello there
I have tried to set up some macros that heal my char's dizzy, blinded and intimidated states. However there seems to be a problem, since I always get the message "target must be a pet or player".
The macro setup is: /healState dizzy "name", /healState blinded "name" and /healState intimidated "name".
Could someone shed some light why the macros don't work and point me to the correct syntax?
Thanks
Cat
The_Strider_Family
Fri Sep 03, 2004 9:55 pm
#2
If you want to do them for you, you need to code them as follows:
/healstate blinded self;
/healstate dizzy self;
/healstate intimidated self;
/healstate stunned self;
The other thing if you don't want to do that is to just click somewhere on the screen that isn't a target after you already have something engaged and let it run without the 'self' in the name... that way you can target other's in your group sometimes and it will heal their states.
Page 1 of 1