Jump to content
  • 0

Help me on debuff SL


mrfizi

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  292
  • Reputation:   46
  • Joined:  10/30/12
  • Last Seen:  

Hello all.. 

 

Can someone help me how to debuff the SL when player enter the PvP-Room.

 

I have tried to use coding from this script on my pvp script, but the problem is the script debuff all buff.

 

Need some coding to replace this:

sc_end SC_ALL;

 

I've tried to use this, but maybe my code is wrong..

	sc_end SL_ALCHEMIST;
	sc_end SL_MONK;
	sc_end SL_STAR;
	sc_end SL_SAGE;
	sc_end SL_CRUSADER;
	sc_end SL_SUPERNOVICE;
	sc_end SL_KNIGHT;
	sc_end SL_WIZARD;
	sc_end SL_PRIEST;
	sc_end SL_BARDDANCER;
	sc_end SL_ROGUE;
	sc_end SC_SL_ASSASIN;
	sc_end SL_BLACKSMITH;
	sc_end SL_HUNTER;

 

 

Hope someone can help me out from this. 

Thank you. 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1191
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

try 

sc_end sc_spirit;

http://pastebin.com/dVUAiXTv

Edited by hendra814
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  292
  • Reputation:   46
  • Joined:  10/30/12
  • Last Seen:  

It work! Thank you @hendra814

Problem solve  /lv

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