i'm not sure if you mean your char, or the cleric checking your hp, but if yo uwant the cleric to check and heal you you coul use this macro i had lying around somewhere, i never tested but i think it should work.
Code: Select all
|PowerLevel.mac
|--Written by Fwiggles
|
|Directions: Have the person being healed targeted at the start of the macro. |Make sure you have your heal spell on Gem 1, or edit it in the macro.
#turbo
#include MacroKit.inc
Sub Main
/varset v1 $target(name)
/delay 1
/sendkey up up
/sendkey up down
:loop
/if $target(name)!=$v1 {
/target $v1
}
/if n $target(hp,pct)<30 {
/stand
/call CastSpell 1 6.2
}
/goto :loop
/return
|~~~~Note: I wrote this macro a while back so i don't know how well it works, i never tested it and i used celestial healing =P. You will hafta change numbers etc if you don't wanna use that