Doctor Archive
Thread: cure poisen disease/states macro help
Page 1 of 1
AK-
Wed May 26, 2004 2:11 am
#1
Hi, I have a master doc alt that I have setup to cure me while Im in pvp, I just got so sick of cm;s heh
macro Cure
/follow;
/pause 10;
/curepoisen;
/curedisease;
/healstate;
/healdamage;
/macro Cure;
/pause 10;
/curepoisen;
/curedisease;
/healstate;
/healdamage;
/macro Cure;
Now it seems that after my doc gets attacked he stops healing me - any ideas on how I can keep my alt glued to me?
Message Edited by AK- on 05-26-2004 02:15 AM
_Dezza_
Wed May 26, 2004 3:02 am
#2
add in a /target (your name)after every heal e.g.
/follow;
/pause 10;
/pause 10;
/target Dezza;
/curepoisen;
/curepoisen;
/target Dezza;
/curedisease;
/curedisease;
/target Dezza;
/healstate;
/healstate;
/target Dezza;
/healdamage;
/healdamage;
/target Dezza;
/macro Cure;
/macro Cure;
What is probably happening is when your alt gets attacked the target switches to the attacker (i think). You might also want to run a macro that heals your alt, so as above but with your alts name and a pause at the end so its mainly healing you.
AK-
Wed May 26, 2004 4:29 pm
#3
Thanks a million - would that look like this if I wanted to have the alt heal himself in the macro (not worried about states)?
/follow;
/pause 10;
/pause 10;
/target Dezza;
/curepoisen;
/curepoisen;
/curepoisen self;
/target Dezza;
/curedisease;
/curedisease;
/curedisease self;
/target Dezza;
/healstate;
/healstate;
/target Dezza;
/healdamage;
/healdamage;
/healdamage self;
/target Dezza;
/macro Cure;
/macro Cure;
KitiaraMajere
Sat Jun 05, 2004 9:03 am
#4
That macro should work provided you have the /pause command in there for the amount of time it takes for you to be able to heal again.
KamaKuro
Sat Jun 05, 2004 9:10 am
#5
And that is about 4 seconds isn't it?
You might want to throw in a extingishFire; and a firstaid; since there are so many DOT weapons around these days.
Page 1 of 1