warbeast Posted April 25, 2014 Posted April 25, 2014 Hello can someone please make me a PvP exit npc? thanks in advance )) Quote
EL Dragon Posted April 25, 2014 Posted April 25, 2014 YOU_PVP_MAP,170,179,3 script PvP EXIT WARPER 497,{ // ============================================================== set .@n$,"^0000FF[ PvP Exit ]^000000"; // ============================================================== mes .@n$; mes "PvP exit ??"; next; switch(select("Yes!:No!")) { case 1: warp "MAIN_TOWN",79,64; close; case 2: mes .@n$; mes "Okay bye!"; close; } } Quote
warbeast Posted April 25, 2014 Author Posted April 25, 2014 Thanks @EL Dragon but i think it's not working xD. I don't know why. Quote
EL Dragon Posted April 25, 2014 Posted April 25, 2014 (edited) edit the Position's and the koordinaten YOU_PVP_MAP,170,179,3 script PvP EXIT WARPER 497,{ and warp "MAIN_TOWN",79,64; then it goes //-------------- your map server displays the error on the script , but should get no error Edited April 25, 2014 by EL Dragon Quote
NexusXVI Posted April 25, 2014 Posted April 25, 2014 (edited) Just use put this at the end of your pvp warper script //Pvp Exit <Map>,<x>,<y>,<p> script ExitGate 406,{ warp "<Map>",<x>,<y>; } edit <Map> ,<x>,<y>,<p>First <Map> for your Pvp Map and the second <Map> is from where you want them to go when they click the npc.<x>,<y> for your coordinates and <p> for the npc facing position Edited April 25, 2014 by NexusXVI Quote
Question
warbeast
Hello can someone please make me a PvP exit npc? thanks in advance
))
4 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.