warbeast Posted April 25, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 05/01/12 Last Seen: February 9, 2015 Share Posted April 25, 2014 Hello can someone please make me a PvP exit npc? thanks in advance )) Quote Link to comment Share on other sites More sharing options...
EL Dragon Posted April 25, 2014 Group: Members Topic Count: 86 Topics Per Day: 0.02 Content Count: 591 Reputation: 146 Joined: 06/19/12 Last Seen: December 10, 2016 Share 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 Link to comment Share on other sites More sharing options...
warbeast Posted April 25, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 05/01/12 Last Seen: February 9, 2015 Author Share Posted April 25, 2014 Thanks @EL Dragon but i think it's not working xD. I don't know why. Quote Link to comment Share on other sites More sharing options...
EL Dragon Posted April 25, 2014 Group: Members Topic Count: 86 Topics Per Day: 0.02 Content Count: 591 Reputation: 146 Joined: 06/19/12 Last Seen: December 10, 2016 Share 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 Link to comment Share on other sites More sharing options...
NexusXVI Posted April 25, 2014 Group: Members Topic Count: 61 Topics Per Day: 0.01 Content Count: 227 Reputation: 6 Joined: 01/18/12 Last Seen: May 22, 2022 Share 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 Link to comment Share on other sites More sharing options...
Question
warbeast
Hello can someone please make me a PvP exit npc? thanks in advance
))
Link to comment
Share on other sites
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.