Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×
  • 0

buff wont removed when enter pvp room


donkeyg

Question


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.07
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

L2:
if (getmapusers("guild_vs3") > 99) goto Lsorry;
announce "[ "+strcharinfo(0)+" ] has entered to the PvP Arena Room",0,0x81DAF5;
//sc_end sc_all;
sc_end SC_POEMBRAGI;
sc_end SC_APPLEIDUN;
sc_end SC_GOSPEL;
sc_end SC_KAUPE;
sc_end SC_KAAHI;
warp "guild_vs3",0,0;
close;

why? it still have kaupe when player go in to the guild_vs3 map

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.01
  • Content Count:  212
  • Reputation:   5
  • Joined:  01/24/12
  • Last Seen:  

L2:
if (getmapusers("guild_vs3") > 99) goto Lsorry;
announce "[ "+strcharinfo(0)+" ] has entered to the PvP Arena Room",0,0x81DAF5;
//sc_end sc_all;
sc_end SC_POEMBRAGI;
sc_end SC_APPLEIDUN;
sc_end SC_GOSPEL;
sc_end SC_KAUPE;
sc_end SC_KAAHI;
warp "guild_vs3",0,0;
close;

why? it still have kaupe when player go in to the guild_vs3 map

 

 

 

Try this guide 

 

http://rathena.org/board/topic/66739-dispell-all-buffs-on-entering-pvp-room/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.07
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

 

L2:
if (getmapusers("guild_vs3") > 99) goto Lsorry;
announce "[ "+strcharinfo(0)+" ] has entered to the PvP Arena Room",0,0x81DAF5;
//sc_end sc_all;
sc_end SC_POEMBRAGI;
sc_end SC_APPLEIDUN;
sc_end SC_GOSPEL;
sc_end SC_KAUPE;
sc_end SC_KAAHI;
warp "guild_vs3",0,0;
close;

why? it still have kaupe when player go in to the guild_vs3 map

 

 

 

Try this guide 

 

http://rathena.org/board/topic/66739-dispell-all-buffs-on-entering-pvp-room/

 

i don wan to dispell all buf. i just wan to remove certain buff like bragi / gospel and kaupe

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.07
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

Bumpp

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