Try mine script:
- script announceporing -1,{
OnMinute30:
announce "Event 'Poring Catcher' is starting!",0;
sleep 1000;
enablenpc "Poring";
announce "Go to Prontera to play this event",0;
sleep 1000;
announce "Event will start in 3 minutes",0;
sleep 60000;
announce "Event will start in 2 minutes",0;
sleep 60000;
announce "Even will start in 1 minute, hurry!",0;
sleep 60000;
announce "Event 'Poring Catcher' has started!",0;
donpcevent "monstri::OnStart";
disablenpc "Poring";
initnpctimer;
OnTimer5000:
if ( getmapusers("poring_w01") == 0 )
{
killmonsterall "poring_w01";
announce "Event 'Poring Catcher' didn't start because there's no players.",0;
stopnpctimer;
end;
}
}
prontera,150,150,6 script Poring 1002,2,2,{
OnTouch:
warp "poring_w01",0,0;
end;
}
- script pobeditel -1,{
OnTruePoring:
warp "SavePoint",0,0;
killmonsterall "poring_w01";
dispbottom "You've killed the right poring!";
getitem 7227,1;
getitem 671, 10;
announce ""+strcharinfo(0)+" won in 'Poring catcher'. Congratulations! ",0;
}
- script monstri -1,{
OnStart:
monster "poring_w01",0,0,"Poring",1002,1,"pobeditel::OnTruePoring";
monster "poring_w01",0,0,"PorinG",1002,25,"proigral::OnFalsePoring";
monster "poring_w01",0,0,"P0ri",1002,25,"proigral::OnFalsePoring";
monster "poring_w01",0,0,"P0r1ng",1002,25,"proigral::OnFalsePoring";
monster "poring_w01",0,0,"Porning",1002,24,"proigral::OnFalsePoring";
}
- script proigral -1,{
OnFalsePoring:
dispbottom "You loose!";
percentheal -100,0;
warp "SavePoint",0,0;
}
poring_w01 mapflag nowarp
poring_w01 mapflag noskill