prontera,146,162,5 script Healer 1388,10,10{
set .@Price,0; // Zeny required for heal
set .@Buffs,1; // Also buff players? (1: yes / 0: no)
set .@Delay,0; // Heal delay, in seconds
if (@HD > gettimetick(2)) end;
if (.@Price) {
message strcharinfo(0),"Healing costs "+.@Price+" Zeny.";
if (Zeny < .@Price) end;
if(select("^0055FFHeal^000000:^777777Cancel^000000") == 2) end;
set Zeny, Zeny-.@Price;
}
specialeffect2 EF_HEAL2; percentheal 100,100;
if (.@Buffs) {
specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10;
specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10;
}
if (.@Delay) set @HD, gettimetick(2)+.@Delay;
OnTouch:
areapercentheal "prontera",147,165,151,159,100,100;
atcommand "@repairall " + strcharinfo(0);
dispbottom "You have been healed. and repaired";
end;
}
use this i think?
put your duplicates