sorry po nalito lang po ako
- script PoringMob -1,{
OnMinute00:
if(!(gettime(3) % 2)) {
announce "Poring mob has started",0;
monster "prontera",123,42,"--ja--",1002,100,strnpcinfo(1)+"::OnPoringDeath";
}
end;
OnPoringDeath:
set @PoringKill,@PoringKill+1;
if(@PoringKill == 30) {
announce strcharinfo(0)+" is the winner!",0;
atcommand "@killmonster2";
getitem 7227,10;
}
end;
}