Doctor Archive
Thread: Doctor Macros (non-crafting)
/peace;
/firstaid;
/curepoison;
/curedisease;
/healstate dizzy;
(blind, stun, intimidate);
/reviveplayer
would probablybe more like this
/peace;
/firstaid;
/pause 5;
/curepoison;
/pause 5;
/curedisease;
/pause 5;
/healstate dizzy;
/pause 5;
(blind, (5) stun (5), intimidate(5));
/reviveplayer
sorry for double spaces? cant seem to fix it
anyways, In PvP a few seconds can mean life and death. thats why I would suggestputting them on seperate macros. Most common heals would be:
/healstate dizzy
/curepoison
/healstate intimidate
/curedisease
maybe even make a Blind and Stun in there as well.
or you could just put it into a whole macro,but would bedumb, IMO,because if your not poisoned, but are diseased, you have to wait.
VERY nice PvE macro though.
For healing myself (macro named CombatHealSelf):
/ui action clearCombatQueue;
/firstaid self;
/curepoison self;
/curedisease self;
/healstate self;
/healdamage self;
For healing another player (macro named CombatHealOther):
/ui action clearCombatQueue;
/firstaid;
/curepoison;
/curedisease;
/healstate;
/reviveplayer;
/healdamage;
don't worry about /reviveplayer self... it's impossible. Do things is very difficult when you're dead, lol.
Izroc wrote:
So something like this?? That's not what ur saying is it?
/peace;
/firstaid self;
/curepoison self;
/curedisease self;
/healstate self;
/reviveplayer self;
/ui action toolbarSlot00;
Orleka wrote:
Shouldnt there be a line to get rid of fire?
Ledao wrote:
No you can't...
But dizzy doesn't work by *keeping* you on the ground, it just makes you fall back down when you try to get up. So if you can cure your state sometime in between starting to get up and falling back down, you'll be alright...
RockMancuso wrote:
The two macros I use (exact text) are as follows -
For healing myself (macro named CombatHealSelf):
/ui action clearCombatQueue;
/firstaid self;
/curepoison self;
/curedisease self;
/healstate self;
/healdamage self;
For healing another player (macro named CombatHealOther):
/ui action clearCombatQueue;
/firstaid;
/curepoison;
/curedisease;
/healstate;
/reviveplayer;
/healdamage;
Misuse wrote:
Can this macro minus the /healdamage part be looped with the /macro command or would the constant attempts to do some of the actions totally override combat? Im asking this because I believe I read about a loop macro that did the /stand and center of being for pvp that could be constantly on without interfering. I have yet to delve into the pvp side of this game aside from the occasional griefer just trying to learn what I can before hand, Thanks.
Misuse
Master Medic
Master Fencer
/stand;
/curepoison self;
/curedisease self;
/firstaid self;