Meister Posted April 10, 2013 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Share Posted April 10, 2013 Requesting a that will teleport you only to the entrance of the dungeon.. not on the dungeon it self. Quote Link to comment Share on other sites More sharing options...
Patskie Posted April 10, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 12 hours ago Share Posted April 10, 2013 (edited) Just set the map name, x coordinate and y coordinate. Don't know if there is a script that will warp you on the entrance. prontera,150,150,5 script Warper 100,{ mes "Would you like to go to <map name>?"; next; menu "YES",L_Yes,"NO",L_NO; L_Yes: mes "Enjoy playing!"; next; warp <map name>,<x coordinate>,<y coordinate>; close; L_NO: mes "Bye!"; close; } Edited April 10, 2013 by Patskie Quote Link to comment Share on other sites More sharing options...
Emistry Posted April 10, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted April 10, 2013 http://eathena-project.googlecode.com/svn/trunk/npc/custom/warper.txt Quote Link to comment Share on other sites More sharing options...
Question
Meister
Requesting a that will teleport you only to the entrance of the dungeon.. not on the dungeon it self.
Link to comment
Share on other sites
2 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.