Jump to content
  • 0

I need PvP room exit npc please.


Question

4 answers to this question

Recommended Posts

Posted


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;

}

}

Posted (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  /yawn 

 

 

 

//--------------

 

your map server displays the error on the script , but should get no error

Edited by EL Dragon
Posted (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 by NexusXVI

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...