WorldSeed Posted May 18, 2016 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 56 Reputation: 0 Joined: 02/19/16 Last Seen: February 26, 2020 Share Posted May 18, 2016 (edited) can someone share a script that could teleport a player lets say prontera to (Payon/Prontera/AldeBaran/Geffen) with choices??.. PS. i know you could put warp "payon"location but how to make choices with all 4 of them. thank you Edited May 18, 2016 by WorldSeed Quote Link to comment Share on other sites More sharing options...
0 REKT Posted May 18, 2016 Group: Members Topic Count: 24 Topics Per Day: 0.00 Content Count: 206 Reputation: 11 Joined: 12/06/11 Last Seen: September 13, 2024 Share Posted May 18, 2016 (edited) can someone share a script that could teleport a player lets say prontera to (Payon/Prontera/AldeBaran/Geffen) with choices??.. PS. i know you could put warp "payon"location but how to make choices with all 4 of them. thank you Try this: https://rathena.org/board/pastebin/3qrc0u7jhad/ Easy to add. I just made a quick draft. Feature: Added Last Warp Enjoy lol. Edited May 18, 2016 by Keysito Quote Link to comment Share on other sites More sharing options...
0 aeious Posted May 18, 2016 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 16 Reputation: 1 Joined: 02/03/16 Last Seen: July 18, 2016 Share Posted May 18, 2016 (edited) Im not sure whether this is what you mean.... mes "[Teleport]"; mes "Where are you going?"; menu "Payon",goingpayon,"Alde Baran",goingaldebaran,"Geffen",goinggeffen; goingpayon: mes "Glad to hear it!"; close2; warp "payon", 161, 58; end; goingaldebaran: mes "Have a safe trip"; close2; warp "aldebaran",168,112; end; goinggeffen: mes "Have a safe trip"; close2; warp "geffen", 120, 39; end; Edited May 18, 2016 by aeious Quote Link to comment Share on other sites More sharing options...
0 WorldSeed Posted May 18, 2016 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 56 Reputation: 0 Joined: 02/19/16 Last Seen: February 26, 2020 Author Share Posted May 18, 2016 i tried adding that but the menu is not showing??.. Quote Link to comment Share on other sites More sharing options...
0 aeious Posted May 18, 2016 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 16 Reputation: 1 Joined: 02/03/16 Last Seen: July 18, 2016 Share Posted May 18, 2016 can you show some screenshot both on client and server error. that would help us. Quote Link to comment Share on other sites More sharing options...
0 WorldSeed Posted May 18, 2016 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 56 Reputation: 0 Joined: 02/19/16 Last Seen: February 26, 2020 Author Share Posted May 18, 2016 already solved it. thanks for the advice. :3 Quote Link to comment Share on other sites More sharing options...
Question
WorldSeed
can someone share a script that could teleport a player lets say prontera to (Payon/Prontera/AldeBaran/Geffen) with choices??..
PS. i know you could put warp "payon"location but how to make choices with all 4 of them. thank you
Edited by WorldSeedLink to comment
Share on other sites
5 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.