teknical Posted January 10, 2016 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 34 Reputation: 0 Joined: 11/13/15 Last Seen: November 19, 2021 Share 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 Link to comment Share on other sites More sharing options...
0 Emistry Posted January 10, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted January 10, 2016 // item_db.txt ............... ,{ input .@map$; if ( getmapusers( .@map$ ) != -1 ) warp .@map$,0,0; end; },{ },{ } Quote Link to comment Share on other sites More sharing options...
0 teknical Posted January 10, 2016 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 34 Reputation: 0 Joined: 11/13/15 Last Seen: November 19, 2021 Author Share Posted January 10, 2016 (edited) Thanks I will test. Also will this work with rathena? Edited January 10, 2016 by teknical Quote Link to comment Share on other sites More sharing options...
0 PandaLovesHamster Posted January 11, 2016 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 452 Reputation: 35 Joined: 12/18/14 Last Seen: May 30, 2016 Share 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 Link to comment Share on other sites More sharing options...
0 Stolao Posted January 11, 2016 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Sunday at 01:58 PM Share 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 Link to comment Share on other sites More sharing options...
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
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.