Hi guys i have a script that is not working okay. Yesterday it worked fine, but today when i kill monster, the warp dissapear pass 10 seconds or sometimes 3 seconds.
pvp_n_1-3,83,116,5 script PoringSpawner1 139,{
end;
OnNPCKillEvent:
if (killedrid == 1296) {
getmapxy(.@mapa$,.@x,.@y,0);
if (.@mapa$ == "pvp_n_1-3") {
enablenpc "PoringWarp1";
sleep 120000;
disablenpc "PoringWarp1";
end;
}
}
//Disable the warp when the server starts.
OnInit:
disablenpc "PoringWarp1";
end;
}
//My Example
//Warp NPC
pvp_n_1-3,100,140,0 warp PoringWarp1 1,1,aldebaran,143,57
Question
angelwarrior
Hi guys i have a script that is not working okay. Yesterday it worked fine, but today when i kill monster, the warp dissapear pass 10 seconds or sometimes 3 seconds.
Edited by angelwarrior5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.