prontera,145,182,6 script doubleExp 4W_F_KAFRA2,{
.@Price = 10000; // Zeny required for heal
.@expeventBuffs = 0; // Also buff players? (1: yes / 0: no)
.@Delay = 3600; // Heal delay, in seconds
if (@EB > gettimetick(2))
end;
if (.@Price) {
message strcharinfo(0), "Cost " + callfunc("F_InsertComma",.@Price) + " Zeny.";
if (Zeny < .@Price)
end;
if (select("^0055FFUes it^000000:^777777Cancel^000000") == 2)
end;
Zeny -= .@Price;
}
specialeffect2 EF_HEAL2;
percentheal 100,100;
if (.@expeventBuffs) {
sc_start SC_EXPBOOST,3600000,50;
sc_start SC_JEXPBOOST,3600000,50;
}
if (.@Delay)
@EB = gettimetick(2) + .@Delay;
end;
}
try this one, don't use @reloadmobdb