Try to Replace this one
- script poringwin -1,{
OnMobKilled:
dispbottom "Poring : Congratulations. You've got me.";
killmonster "poring_w01","All";
getitem 30005,30;
goto L_Start;
end;
}
To This one
- script poringwin -1,{
OnMobKilled:
killmonster "poring_w01.gat","All";
mapannounce "poring_w01","Poring Banker: You Got Me",0;
atcommand "@doommap";
getitem 30005,30;
goto L_Start;
end;
}