Jump to content
  • 0

debuff when entering pvp with rA default warper.


Question

Posted (edited)

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

1 answer to this question

Recommended Posts

Posted

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);

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...