Jump to content
  • 0

Warp to PVP after WOE


Freya Jorgenson

Question


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  146
  • Reputation:   1
  • Joined:  11/22/11
  • Last Seen:  

Hi, 

I am currently using Euphy's WOE script. Is there such a script to warp all guilds who participated in WOE to the PVP room after the WOE?

 

Thanks in advance.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  


OnAgitEnd:

            warp "<map>",<x>,<y>;

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

or you may use warpguild instead of warp, 'warp' warp only one player

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  146
  • Reputation:   1
  • Joined:  11/22/11
  • Last Seen:  

Thank you capuche!



Do I only type this? 

  • warpguild "<mapname>",<x>,<y>,<guild_id>;     underneath the onagitend command?
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

well it depends on who you want to warp:

  • all guild which participated at the woe : then you need to save the guild id of each guild which enter (for example) on your woe castle and make a loop with warpguild - warpguild "your pvp map",<x>,<y>,<guild_id>;
  • all guild on the woe castle at the end of the woe : you can use mapwarp
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  146
  • Reputation:   1
  • Joined:  11/22/11
  • Last Seen:  

Oh, thank you. I guess mapwarp is much easier then and would work for me since I only have 1 castle per WOE session. =)) thank you so much.

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