Jump to content
  • 0

debuff when entering pvp with rA default warper.


HristDead

Question


  • Group:  Members
  • Topic Count:  66
  • Topics Per Day:  0.02
  • Content Count:  167
  • Reputation:   2
  • Joined:  08/01/12
  • Last Seen:  

Hi rAthena,

I'm using the default warper but I have a problem.

I added a pvp option which works fine, but my question is, how do i let it de-buff when a player warps?

i know it's a command with sc_end sc_ALL;

but in this script, where do i place it?


Pvp:
menu "(PVP) Battle Arena [^0000FF"+getmapusers("guild_vs3")+"^000000]",PVP1,"(GVG) War Zone [^0000FF"+getmapusers("guild_vs1")+"^000000]",PVP2;

PVP1: Go("guild_vs3",0,0);
PVP2: Go("guild_vs1",0,0);

Thank you!

Got it, nvm. ^^

Edited by HristDead
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  3
  • Reputation:   1
  • Joined:  04/11/12
  • Last Seen:  

Pvp:

menu "(PVP) Battle Arena [^0000FF"+getmapusers("guild_vs3")+"^000000]",PVP1,"(GVG) War Zone [^0000FF"+getmapusers("guild_vs1")+"^000000]",PVP2;

PVP1:

sc_end sc_ALL;

Go("guild_vs3",0,0);

PVP2:

sc_end sc_ALL;

Go("guild_vs1",0,0);

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