Doctor Archive

Thread: Best macro for healing states/poison/diseases on others?

TiberGrim
Sun Apr 25, 2004 8:35 pm
#1

Hello. I would like th hear some of your macros for heal other people's diseases, poisonings, and states. I have found that /healstate self works fine for me. But /healstate %TT just returns a message telling me to specify a specific state to heal.


So what do you use?
ElderGoddess
Sun Apr 25, 2004 8:54 pm
#2


If you want to heal yourself you can either have nothing selected or type the command then self. Also, if your wanting to heal someone else you can either just have the command but yet have them selected.


Example:

/healstate self - heals a state on myself.

/healstate target - heals a state on your target.

or

/healstate - Have the peron already selected/targeted

or

/healstate players name - example... /healstate kimberly


I hope this helps you...

Message Edited by ElderGoddess on 04-25-2004 11:55 PM



~~~~~~~~~~~~~~~
Character: Kimberly - Master Doctor
Server: Kauri
Planet: Lok
City: Paradise
Vendor: New Vendor Soon (Medical Supplies - Sold Here)
Married: Acco Gedo (was Acro Gedo)
prang11
Mon Apr 26, 2004 1:41 am
#3

Is there a command to heal a certain state? Lets say i am poisoned and dizzy. I would rather heal the dizzy first so i dont fall down, so is there a command to heal dizzy, intimidate, etc. Or does it haev to be random?
raw_messiah
Mon Apr 26, 2004 1:53 am
#4

/healstate dizzy


Does anyone know how the AI determines what state to heal first?






rawmessiah >> Commando <<

Proud member of PACE
Radar-X
Mon Apr 26, 2004 7:55 am
#5

I've noticed (and it may just be me) that it seems to heal from left to right whatever icons are in the target screen. So if you had a target dizzy, poisoned, and stunned it would heal dizzy first.



Klabra


"It is only one who is thoroughly aquainted with the evils of war that can thoroughly understand the profitable way of carrying it on"
Marrow1
Mon Apr 26, 2004 8:58 am
#6

Heal what will kill them fastest first.


If your in PvP try

(don't quote me on the syntax)


Dot macro

/clear combatqueue;

/extinguishfire (mind fire is a fast killer and leaves wounds I believe)

/curedisease (mind disease leaves wounds that can not be healed by non-tkm)

/cure poison (mind poison is a fast killer)

/cure dizzy

/cure other states


Stim Macro

/clear combatqueue;

/healdamage


Rez Macro

/clear combatqueue

/reviveplayer;

/pause 3; (I don't recall the exact count that you need to pause)

/healdamage;


For yourself

/target self;

/clear combatqueue

/cure dizzy (often the other side will dizzy then kd you)


For PvE the same macros can be used but the poison,fire,and disease are not on the mind so I would drop them in the order.









__________[Marrow]__________
____[*aka Fringing, Babwe, Hurtz *]____

__/\_/\___/\_____[last of the known Doctor Correspondents]/\___/\_/\__
Marrow1
Mon Apr 26, 2004 9:00 am
#7

for the state heals I believe the correct syntax is


/healstate xxx


but I am not at home so this is just off the top of my head.









__________[Marrow]__________
____[*aka Fringing, Babwe, Hurtz *]____

__/\_/\___/\_____[last of the known Doctor Correspondents]/\___/\_/\__
CloverRidge
Mon Apr 26, 2004 1:59 pm
#8

Someone asked about how the AI determines which states it heals and if my memory serves me correctly it will heal whichever state is on you first. So if someone slaps a dizzy,then stun, then blind on you in that order then it will heal the dizzy first,then the stun, and then the blind.


The best thing I've found is just to make an all in one macro as others have said that just includes all your cures and the rezz. I just did it as a super all in one where I have them all listed with self afterwards and then list just them without the self. Probably better just to break it out into two macros one with them all as self and one without so you don't run into the case where you have a state on you but need to remove a disease from someone else.


I haven't had a problem with having them all listed in one macro yet and fight at least with one other person constantly and PvPer some but it probably is smarter just to break them into two macros.





Ytoavee Oases
Corbantis
TiberGrim
Thu Apr 29, 2004 7:09 am
#9

I have tried using:


/healstate %TT


I get a message saying that I need to specify a state.


I do not get that message when I use:


/healstate self


I'll make us a super healstate/rez/healdamage macro and see how that works.


Could anyone check the exact syntax on the macros they use to heal states on other people? I'm trying to fugure out why I get that message.
CloverRidge
Thu Apr 29, 2004 8:33 am
#10

There's no need to use the %TT. If you have them targetted and your command line is


/healstate dizzy;


That will remove the dizzy from them. Same holds true for all the cures/healstates.



Ytoavee Oases
Corbantis
TiberGrim
Mon May 10, 2004 8:58 am
#11

Ok thanks. I'll remove the %TT.
xDuncan
Tue May 11, 2004 12:04 am
#12

Can you heal your own state when you are KD and Dizzy?..my experience is that you cannot...



---------------------------------------------------------------------------------

xDuncan

(retired master CH), Master Doctor, Master Rifleman

Aes Sedai, Inquisidor and co-founder
----------------------------------------------------------------------------------
OromeRadiant
Wed May 12, 2004 1:20 pm
#13

Muahaha, amatuers, all o' ya' j/k (but seriously... I've been a pvp MDoc for many many months, and these work well)

HealStateSelf:
/ui action clearCombatQueue;
/healstate self dizzy; (you can't cure the other states if you're flat on your back, so i put this first)
/curepoison self; (some poisons are more damaging than the worst fires)
/extinguishfire self;
/firstaid self;
/curedisease self; (no one ever died from an extra tic of disease)
/healstate self; (covers all the others... though if you want to know their specific commands:
*

/healstate self intimidated;
/healstate self blinded;
/healstate self stunned;



HealStateTarget: (especially for healing large groups)
/ui action clearCombatQueue;
/dragincapacitateplayer;
/follow; (optional)
/assist; (optional)
/(copy paste the same series of heals above, minus the "self")

(i actually also have a looping version of this so that i only have to target an afflicted group member, and the macro handles the rest... for big battles when the opponents have CM's especially and everyone gets poisoned every 10 seconds)

HealDamageTarget:
/ui action clearCombatQueue;
/reviveplayer; (put your rez in a separate macro from the drag so you can control where and when)
/healdamage;
/pause 1;
/healdamage;

HealDamageSelf:
/ui action clearCombatQueue;
/healdamage self;
/pause 1;
/healdamage self;

In case you do get KD/dizzied, change your stand button to:
/ui action clearCombatQueue;
/stand;
/healstate self dizzy;
/pause 1;
/healstate self dizzy;

(and don't spam the button... once usually does it)
Page 1 of 2
Previous Next