Jump to content
  • 0

remove buff in specific area


wut751

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   2
  • Joined:  07/17/17
  • Last Seen:  

Hi

I want to remove buff from player when they go to specific area in map. I try to search in forum but found only remove buff with certain map.

please help

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  118
  • Reputation:   58
  • Joined:  11/24/16
  • Last Seen:  

1 hour ago, wut751 said:

Hi

I want to remove buff from player when they go to specific area in map. I try to search in forum but found only remove buff with certain map.

please help

here you go, and read bottom part of script 

remember to tick the reply as answer and upvote it !

-	script	End_Of_Effect	-1,{

OnTouch:
	//this will end all kind of effect!
	sc_end SC_ALL;
	sc_end_class SC_ALL;
	end;
}

// see in the end of this duplicate -1 means invisble npc
// -1,2,2 = it will trigger 2 cell from the center of cell prontera,162,185
prontera,162,185,6	duplicate(End_Of_Effect)	End_Of_Effect#pron	-1,2,2

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   2
  • Joined:  07/17/17
  • Last Seen:  

@Hurtsky thank you, I will try it.

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