Doctor Archive
Thread: What is a heal player macro and a heal wounds macro?
Page 1 of 1
Dromare
Tue Mar 02, 2004 5:26 am
#1
I'm just wondering if anyone could give me the macro to do this.
ZeligtheLiar
Tue Mar 02, 2004 11:54 am
#3
I like to macro a /clearcombatqueue in there before the /healdamage, /healstate, /curepoison, or /curedisease to make sure that I immediately heal my target instead of having to wait until everything executes. If I'm hunting solo I alter each of those macros by putting the word "self" after the command (ei, /healdamage self) so I don't even have to target myself to heal.
I don't do it for /healwound because I don't do a lot of combat wound-healing. ![]()
CestusVirium
Tue Mar 02, 2004 8:35 pm
#4
Well…
If you want something for like a camp/med center/Med droid, you can do this:
/healwound
/pause XX (you need to figure out what your own pause between heals is)
/ui action toolbarSlot XX (dependant on where your macro is…this re-hits the command in that slot)
That will, essentially, heal their wound, pause, re-trigger itself, heal wounds, pause, re-trigger itself…thing is, you’ll have to remove the macro from that slot after you’ve healed all six.
/Healwound can be replaced with pretty much any med command.
If you don’t want to have to remove the macro command from the toolbar slot, use this. The stats themselves are optional, and in no real, particular order:
/healwound health
/pause XX
/ui action toolbarSlot XX
/healwound action
/pause XX
/ui action toolbarSlot XX
/healwound strength
/pause XX
/ui action toolbarSlot XX
/healwound quickness
/pause XX
/ui action toolbarSlot XX
/healwound stamina
/pause XX
/ui action toolbarSlot XX
/healwound constitution
/pause XX
/ui action toolbarSlot XX
Or whatever order you want to put them in.
Again, /healwound can be replaced with any med command, such as for buffing.
Personally, I have /healdamage self on my toolbar at slot 23 (last slot, bottom row) on all my combat groupings. That way, no matter what weapons I’m fighting with, I hit SHIFT+F12 and boom, I heal myself. You have to be careful, like the previous poster said, if you’re combat queue is spammed.
I might just follow his suggestion and put in /clearcombatqueue…
EDIT: I should add, in case you don’t know (not trying to imply anything, but it was a long time before I knew), the toolbar slots are labeled 00 through 23, starting with the far left, top row and ending far right, bottom row.
Dashiva Stonehammer – Kettemoor – Master Doctor
If you want something for like a camp/med center/Med droid, you can do this:
/healwound
/pause XX (you need to figure out what your own pause between heals is)
/ui action toolbarSlot XX (dependant on where your macro is…this re-hits the command in that slot)
That will, essentially, heal their wound, pause, re-trigger itself, heal wounds, pause, re-trigger itself…thing is, you’ll have to remove the macro from that slot after you’ve healed all six.
/Healwound can be replaced with pretty much any med command.
If you don’t want to have to remove the macro command from the toolbar slot, use this. The stats themselves are optional, and in no real, particular order:
/healwound health
/pause XX
/ui action toolbarSlot XX
/healwound action
/pause XX
/ui action toolbarSlot XX
/healwound strength
/pause XX
/ui action toolbarSlot XX
/healwound quickness
/pause XX
/ui action toolbarSlot XX
/healwound stamina
/pause XX
/ui action toolbarSlot XX
/healwound constitution
/pause XX
/ui action toolbarSlot XX
Or whatever order you want to put them in.
Again, /healwound can be replaced with any med command, such as for buffing.
Personally, I have /healdamage self on my toolbar at slot 23 (last slot, bottom row) on all my combat groupings. That way, no matter what weapons I’m fighting with, I hit SHIFT+F12 and boom, I heal myself. You have to be careful, like the previous poster said, if you’re combat queue is spammed.
I might just follow his suggestion and put in /clearcombatqueue…
EDIT: I should add, in case you don’t know (not trying to imply anything, but it was a long time before I knew), the toolbar slots are labeled 00 through 23, starting with the far left, top row and ending far right, bottom row.
Dashiva Stonehammer – Kettemoor – Master Doctor
Message Edited by CestusVirium on 03-02-2004 07:37 PM
Page 1 of 1