Blaze's HealR Script

Name says it all
Locked
User avatar
Layfon Alseif
Elder Scribe
Posts: 102
Joined: Sun Jul 25, 2010 6:27 pm

Blaze's HealR Script

Post by Layfon Alseif »

Ok in case your having trouble finding this auto heal script VIA the forum here is the code you need to use it. It was created by Blaze Budd and its awesome! :P

Copy exactly as shown...

; Completed 4/14/10
set %HP 99 ; This is the % your HP will be at before the script does a [bandself

if ( #hits * 100 ) / #maxhits <= %HP || C in #charstatus
{
event macro 1 0 [bandself
set %time ( 11 - ( #dex / 20 ) ) * 20
if %time < 10
set %time 10
wait %time
}

Then make a new script on Easy UO and paste in there, save it as HealR and your done. enjoy :nod:
Locked