prontera,200,250,10,10 monster Poring 1002,10,10000,11000,0
spawn the monster in a rectangle of 10x10 (I mean radius) centered at 200,250
190,260 -------------------------210,260
| |
| |
| 200,250 |
| |
| |
190,240 -------------------------210,240
@Patskie
Yes it would be an alternative. But you can get rid of donpcevent
- script Sample -1,{
OnKill:
sleep 1 * 60 * 1000;
OnInit:
monster "prontera",0,0,"Poring",1002,1,strnpcinfo(1)+"::OnKill";
end;
}