Doctor Archive
Thread: Noob doctor needs your help
Page 1 of 1
HuntinHeads
Tue Jul 13, 2004 1:00 pm
#1
i would use:
/target self;
/macro
or you could see what defaults back to you. With the new change, most cure/heals on invalid targets default back to you, so it may not be necessary.
for the states there are a couple of ways to do that.
/healstate self; *this will heal (any) state (1 per macro run) given the pack is in your inventory.
I recommend this:
healState *macro name or whatever u want*
/healstateDizzy self;
/healstateIntimidate self;
/healstateStun self;
/healstateBlind self
Again double check that these commands are correct (if not they r close). This will heal the states in a specific order.
/healstateDizzy self; can't hit anything if you are on the ground
/healstateIntimidate self;not causing any damage or sticking states if intimidated
/healstateStun self;don't remember what this does but it's bad..... get rid of it
/healstateBlind self can't hit crap while blind
RebsSuck
Wed Jul 14, 2004 12:16 am
#3
I apologize for beating a dead horse, but I tried to search for this with no luck. Does anyone have a cure poison/disease macro that they use. I have one that I found a while back, but can't seem to get it to work. I don't know if I'm entering it wrong or something. Any help would be greatly appreciated. Thank you!
HuntinHeads
Wed Jul 14, 2004 12:42 am
#4
just make a simple macro like this
/cure poison;
/cure disease
I'm at work so I don't know if that is the completely correct command, but just look under ctrl+A and look in the description for the cure poison/disease commands and copy it exactly (this includes capitol letters).
this macro will heal one or the other, poison being the first to go if you have both (then just re-run the macro).
RebsSuck
Wed Jul 14, 2004 12:49 am
#5
So if you want to cure yourself would I put /curepoison self; so that I don't have to select myself first. How about dizzy and the rest is that /curestate self;Will that automatically cure all states providing I have the packs in my inventory?
Page 1 of 1