Pikeman Archive
Thread: For all Pikeman/Docs
Page 1 of 1
DML6589
Tue Oct 19, 2004 7:32 pm
#1
Hey all,
I am nearly master pikeman, and I really love it. I am a Master Doctor as well, my question may better be asked on the doctor forums but, I am having trouble healing myself- states, cures etc, it always says something like it is not advisable to help such as patient, and I ahve to do Ctrl+1 to select myself then do it, and it is cutting donw on my DPS. If I added /healstate SELF, would that help me. Any help would be great!
Lihpson
Tue Oct 19, 2004 8:29 pm
#2
yes. /healstate self works nicely, or /healPoison self etc.
for pvp I use a macro with /healPoison self /extinguishFire self /healState self etc. this will skip over poison and fire if you arent poison or on fire and heal a state. Its a nice little cureall macro.
Message Edited by Lihpson on 10-19-2004 08:31 PM
TheSerinator
Wed Oct 20, 2004 6:17 am
#3
I set up two macros like this:
Macroname: CureDoTsSelf
/ui action clearCombatQueue;
/extinguishFire self;
/curepoison self;
/curedisease self;
/firstaid self
Macroname: CurestatesSelf
/ui action clearCombatQueue;
/healstate self intimidate;
/healstate self dizzy;
/healstate self blinded;
/healstate self stunned
Then I went to the keymap settings under the controls tab of the ctrl+o screen, and bound the first one to ctrl+z, then the second to ctrl+x.
The beauty of the macro is that it will simply go through the commands and remove whatever you have on you without having to juggle all the different cure commands. As a backup, if you have multiple DOTs or states on yourself and don't want to wait for one macro to finish to switch over to the other, write a peace macro like this:
/ui action clearCombatQueue;
/peace
And replace whatever your normal peace hotkey is with that, then run the other macro.
annelid0
Wed Oct 20, 2004 2:35 pm
#4
TheSerinator wrote:Macroname: CurestatesSelf/ui action clearCombatQueue;/healstate self intimidate;/healstate self dizzy;/healstate self blinded;/healstate self stunnedThen I went to the keymap settings under the controls tab of the ctrl+o screen, and bound the first one to ctrl+z, then the second to ctrl+x.
Very nice. All this time and it never occurred to me that I could actually pick which state I wanted to heal first. Now I won't blindly suffer through healing stun when I wanted to get rid of intimidation.
It is a bit frustrating that you need to use self at all, though. Yet the game still can't fathom that I don't actually want to heal a rancor.
DML6589
Wed Oct 20, 2004 2:44 pm
#5
Thanks for the comments, really helps- no more having to hit Ctrl+1 in pvp and getting told that my opponent has no state I can heal 
Page 1 of 1