teknical Posted January 10, 2016 Posted January 10, 2016 Hi, I want to implement a consumable item that allow players to use of the @warp command where they input what dungeon they want to warp to. Thanks Quote
0 Emistry Posted January 10, 2016 Posted January 10, 2016 // item_db.txt ............... ,{ input .@map$; if ( getmapusers( .@map$ ) != -1 ) warp .@map$,0,0; end; },{ },{ } Quote
0 teknical Posted January 10, 2016 Author Posted January 10, 2016 (edited) Thanks I will test. Also will this work with rathena? Edited January 10, 2016 by teknical Quote
0 PandaLovesHamster Posted January 11, 2016 Posted January 11, 2016 Anything Emistry post will work.Yes, it should work. But if you have that kind of item it's basically the same as have @warp command enabled lmao. Quote
0 Stolao Posted January 11, 2016 Posted January 11, 2016 Anything Emistry post will work. Yes, it should work. But if you have that kind of item it's basically the same as have @warp command enabled lmao. Unless said item is a cash/event shop item Quote
Question
teknical
Hi, I want to implement a consumable item that allow players to use of the @warp command where they input what dungeon they want to warp to. Thanks
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.