Nedie Posted April 18, 2017 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 25 Reputation: 5 Joined: 12/14/16 Last Seen: April 9, 2021 Share Posted April 18, 2017 Hello rAthena Community, I recently downloaded and added the " caspen town" By Syouji If anyone have a script in Warps for my database. Im not expert on scripting warps, so, I wish someone could help me. Thank you in Advance. Quote Link to comment Share on other sites More sharing options...
1 Lady Raga Posted August 16, 2017 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 13 Reputation: 2 Joined: 04/28/13 Last Seen: January 11, 2023 Share Posted August 16, 2017 Hey, that was really boring to do, but I want to share the warps for this town, may be its not perfect, but there is : Quote https://pastebin.com/NyU2YN5C 1 Quote Link to comment Share on other sites More sharing options...
0 Technoken Posted April 18, 2017 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 505 Reputation: 127 Joined: 04/04/16 Last Seen: April 13 Share Posted April 18, 2017 You wanted to add a warp to Caspen town using a warper npc? or a command? Quote Link to comment Share on other sites More sharing options...
0 Nedie Posted April 18, 2017 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 25 Reputation: 5 Joined: 12/14/16 Last Seen: April 9, 2021 Author Share Posted April 18, 2017 Just now, Technoken said: You wanted to add a warp to Caspen town using a warper npc? or a command? Yes sir, and i would like to put warp portal also to go inside in ex: casp_in01 casp_in02 Quote Link to comment Share on other sites More sharing options...
0 Technoken Posted April 18, 2017 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 505 Reputation: 127 Joined: 04/04/16 Last Seen: April 13 Share Posted April 18, 2017 (edited) I would love to help you out but I'm not on my computer right now to test the map. Anway if you know the coordinates just modify this code and add to your scripts. This code will make a portal at casp_in01 156 194 that will warp to casp_in02 49 8 casp_in01,156,194,0 warp c01toc02 2,2,casp_in02,49,8 You can check these links:https://github.com/rathena/rathena/wiki/Defining_Warp_Pointshttps://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L215 Edited April 18, 2017 by Technoken Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted April 18, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted April 18, 2017 <from map name>,<fromX>,<fromY>,<facing>%TAB%warp%TAB%<warp name>%TAB%<spanx>,<spany>,<to map name>,<toX>,<toY> examples https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/warps/cities/alberta.txt 1 Quote Link to comment Share on other sites More sharing options...
0 Nedie Posted April 18, 2017 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 25 Reputation: 5 Joined: 12/14/16 Last Seen: April 9, 2021 Author Share Posted April 18, 2017 Just now, Technoken said: I would love to help you out but I'm not on my computer right now to test the map. Anway if you know the coordinates just modify this code and add to your scripts. This code will make a portal at casp_in01 156 194 that will warp to casp_in02 49 8 casp_in01,156,194,0 warp c01toc02 2,2,casp_in02,49,8 You can check this also https://github.com/rathena/rathena/wiki/Defining_Warp_Points okay I will try this now btw....what is the meaning of this 3rd sentense something to do with special name or? c01toc02 Quote Link to comment Share on other sites More sharing options...
0 Technoken Posted April 18, 2017 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 505 Reputation: 127 Joined: 04/04/16 Last Seen: April 13 Share Posted April 18, 2017 Just now, Nedie said: okay I will try this now btw....what is the meaning of this 3rd sentense something to do with special name or? thats the warp name. Just like an npc name. Quote Link to comment Share on other sites More sharing options...
0 Nedie Posted April 18, 2017 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 25 Reputation: 5 Joined: 12/14/16 Last Seen: April 9, 2021 Author Share Posted April 18, 2017 okay I did try what you give me.. Thanks.. So, how can i make a warp back and forth? Quote Link to comment Share on other sites More sharing options...
0 Technoken Posted April 18, 2017 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 505 Reputation: 127 Joined: 04/04/16 Last Seen: April 13 Share Posted April 18, 2017 This is an example of my warp portal in prt_in. Take a look at the coordinates. prt_in,128,44,0 warp prtin128toprtin56 2,2,prt_in,56,57,0 prt_in,56,54,0 warp prtin56toprtin128 2,2,prt_in,128,41,0 Just take note that you shouldn't put the same coordinates where the warp portal is located to avoid warp loop. 1 Quote Link to comment Share on other sites More sharing options...
0 Nedie Posted April 18, 2017 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 25 Reputation: 5 Joined: 12/14/16 Last Seen: April 9, 2021 Author Share Posted April 18, 2017 Just now, Technoken said: This is an example of my warp portal in prt_in. Take a look at the coordinates. prt_in,128,44,0 warp prtin128toprtin56 2,2,prt_in,56,57,0 prt_in,56,54,0 warp prtin56toprtin128 2,2,prt_in,128,41,0 Just take note that you shouldn't put the same coordinates where the warp portal is located to avoid warp loop. Thank you very much I know now.. another favor. can you help me how to put caspen in the commands like when I type "@go" i want ho appear the caspen as "@go 36" with fix coordinates.. Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted April 18, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted April 18, 2017 Add in your town to a new @go number extension. through mapindex, then edit atcommand. Quote Link to comment Share on other sites More sharing options...
0 Technoken Posted April 18, 2017 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 505 Reputation: 127 Joined: 04/04/16 Last Seen: April 13 Share Posted April 18, 2017 (edited) Follow this guide here @go Edited April 18, 2017 by Technoken 1 Quote Link to comment Share on other sites More sharing options...
0 Nedie Posted April 18, 2017 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 25 Reputation: 5 Joined: 12/14/16 Last Seen: April 9, 2021 Author Share Posted April 18, 2017 Thank you very much... Technoken and Cyro Problem solved. Quote Link to comment Share on other sites More sharing options...
Question
Nedie
Hello rAthena Community,
I recently downloaded and added the " caspen town" By Syouji
If anyone have a script in Warps for my database.
Im not expert on scripting warps, so, I wish someone could help me.
Thank you in Advance.
Link to comment
Share on other sites
13 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.