my idea
under 30% HP npc can use heal
upper 30% HP npc can't heal
this my script
my problem : he did heal continuous
prontera,166,66,4 script Free Healer 113,{
if (MaxHprate < 30)
dispbottom "free healer";
percentheal 30,30;
skilleffect 28,0;
} else {
mes "Maaf kamu tidak bisa menggunakan layanan ini";
close;
}
thanks for advance