Syndicate-Jhay Posted October 27, 2015 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 06/23/12 Last Seen: October 13, 2019 Share Posted October 27, 2015 Can i request a script? about a Room Warper? for example [ NPC Name ] What can i do for you? Gold Room, Market Room, VIP Room something like that that can warp a Character to their respective location Quote Link to comment Share on other sites More sharing options...
Elsa Mist Posted October 27, 2015 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 387 Reputation: 60 Joined: 10/08/13 Last Seen: July 14, 2022 Share Posted October 27, 2015 You can start scripting by your own. NPC that your asking is really really really basic script. https://rathena.org/wiki/Basic_Scripting Quote Link to comment Share on other sites More sharing options...
Syndicate-Jhay Posted October 27, 2015 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 06/23/12 Last Seen: October 13, 2019 Author Share Posted October 27, 2015 thanks, but already done early this 7pm Quote Link to comment Share on other sites More sharing options...
Radian Posted October 27, 2015 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted October 27, 2015 // Room Warper prontera,150,150,4 script Room Warper 99,{ mes "[Room Warper]"; switch (select("Gold Room:Market Room:VIP Room")) { case 1: warp "prontera",150,150; end; case 2: warp "prontera",150,150; end; case 3: warp "prontera",150,150; end; } } maybe this can help you? Quote Link to comment Share on other sites More sharing options...
llchrisll Posted October 27, 2015 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 626 Reputation: 189 Joined: 11/19/11 Last Seen: March 25 Share Posted October 27, 2015 Hmm, just saying but you forgot the close2; before the warp. Else the map server will print something like "wrong use of end; use close; in stead". End; this way will end the script, but not close the text box. Regards, Chris Quote Link to comment Share on other sites More sharing options...
Question
Syndicate-Jhay
Can i request a script?
about a Room Warper?
for example
[ NPC Name ]
What can i do for you?
Gold Room, Market Room, VIP Room something like that
that can warp a Character to their respective location
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.