like this ?
OnPCLoginEvent:
if ( getgmlevel() < 99 ) end;
while ( playerattached() ) {
if ( hp != maxhp ) {
.@hp = maxhp - hp;
// skilleffect 28, .@hp;
heal .@hp, 0;
}
if ( sp != maxsp ) {
.@sp = maxsp - sp;
// skilleffect 9, .@sp;
heal 0, .@sp;
}
sleep2 250;
}
@monsterignore is more practical ...
creating a bonus like this will only make players jealous of you
Yes, Why Jealous, This script is meant for GM only.
@buda
You can lower that
sleep2 250;
250 = 25ms.
@Annie
what if we do 1 ms, will it lag?