Jump to content
  • 0

Caspen Town Warps


Nedie

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   5
  • Joined:  12/14/16
  • Last Seen:  

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

  • 1

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   2
  • Joined:  04/28/13
  • Last Seen:  

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

 

  • MVP 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

You wanted to add a warp to Caspen town using a warper npc? or a command?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   5
  • Joined:  12/14/16
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

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_Points
https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L215

Edited by Technoken
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

<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

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   5
  • Joined:  12/14/16
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   5
  • Joined:  12/14/16
  • Last Seen:  

okay I did try what you give me.. Thanks..

So, how can i make a warp back and forth?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

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.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   5
  • Joined:  12/14/16
  • Last Seen:  

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..

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

Add in your town to a new @go number extension.  through mapindex, then edit atcommand.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

Follow this guide here @go

Edited by Technoken
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   5
  • Joined:  12/14/16
  • Last Seen:  

Thank you  very much...

Technoken

  and

Cyro

 

Problem solved.

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...