Meister Posted April 10, 2013 Posted April 10, 2013 Requesting a that will teleport you only to the entrance of the dungeon.. not on the dungeon it self. Quote
Patskie Posted April 10, 2013 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
Emistry Posted April 10, 2013 Posted April 10, 2013 http://eathena-project.googlecode.com/svn/trunk/npc/custom/warper.txt Quote
Question
Meister
Requesting a that will teleport you only to the entrance of the dungeon.. not on the dungeon it self.
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.