Jump to content
  • 0

Question

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 :D

Edited by WorldSeed
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

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 :D

 

Try this:

https://rathena.org/board/pastebin/3qrc0u7jhad/

 

Easy to add.   /gawi

I just made a quick draft.

 

Feature:

Added Last Warp

Enjoy lol.

Edited by Keysito
Link to comment
Share on other sites

  • 0

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 by aeious
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.