Jump to content
  • 0

R> Instant WoE Warp using an Item


shockwar14

Question


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  67
  • Reputation:   0
  • Joined:  04/19/13
  • Last Seen:  

Hi Guys,

 

 

Can anybody make a script that whenever I double click an item for example; "Woe Ticket Transportation" a menu of WoE maps will appear and after I click one on the menu it will warp me instantly to the chosen location. BTW, my WoE castle map is till schg_cas05. Thank you.

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

npc/other/CashShop_Functions.txt#L237-L265

.............{ callfunc( "F_CashSiegeTele" ); },{ },{ }
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  513
  • Reputation:   83
  • Joined:  08/11/12
  • Last Seen:  

Hi,

 

You can try using this: https://rathena.org/board/topic/103318-how-to-add-new-commands-in-normal-players/#entry290783

 

and use "atcommand @gotm" as your item script

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  67
  • Reputation:   0
  • Joined:  04/19/13
  • Last Seen:  

Hi,

 

You can try using this: https://rathena.org/board/topic/103318-how-to-add-new-commands-in-normal-players/#entry290783

 

and use "atcommand @gotm" as your item script

Hi, this is cool, but is it possible to set a fixed coordinates? instead of typing the exact numbers?. thanks.

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  


501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ warp "schg_cas05",123,123; },{},{}

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  513
  • Reputation:   83
  • Joined:  08/11/12
  • Last Seen:  

 

Hi,

 

You can try using this: https://rathena.org/board/topic/103318-how-to-add-new-commands-in-normal-players/#entry290783

 

and use "atcommand @gotm" as your item script

Hi, this is cool, but is it possible to set a fixed coordinates? instead of typing the exact numbers?. thanks.

 

 

 

If you look at the script closely, you'll see that if a gamemaster uses @gotm, he's able to set the map and the coordinates in-game.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  67
  • Reputation:   0
  • Joined:  04/19/13
  • Last Seen:  

501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ warp "schg_cas05",123,123; },{},{}

Is it possible to call a menu upon double clicking the item?.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  67
  • Reputation:   0
  • Joined:  04/19/13
  • Last Seen:  

 

npc/other/CashShop_Functions.txt#L237-L265

.............{ callfunc( "F_CashSiegeTele" ); },{ },{ }

Thanks Emistry!.

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