Jump to content
  • 0

Buff Zone


FactorX

Question

Hi dears, tell me please how it's possible to make some farm zones with different buffs?

for safe farm buff for p atk

for pvp/pk zone farm for atk spd

for raid boss farm p atk/atk spd.

Thank you

Edited by FactorX
Tell / tell
Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

Give the buff you want in method onEnter in each zone you need

Edited by melron
Link to comment
Share on other sites

  • 0

You searched for 'onEnter' word in your eclipse and you still have questions? Or you didnt even touch this tool?

Link to comment
Share on other sites

  • 0
// Was the character not yet inside this zone?
			if (!_characterList.contains(character))
			{
				List<Quest> quests = getQuestByEvent(EventType.ON_ENTER_ZONE);
				if (quests != null)
				{
					for (Quest quest : quests)
						quest.notifyEnterZone(character, this);
				}
				_characterList.add(character);
				onEnter(character);
			}
		}

 

Link to comment
Share on other sites

  • 0

Someone mute this person, he made 112 posts in 2 days, keep ignoring rules, making 5 posts in row on his own topic in just 20 minutes, no respect others, trashtalk and generaly i got tired of seeing his name on every new topic. 

Link to comment
Share on other sites

  • 0

If you want to create new zone, then ready this 

 

But, depending your zone, maybe better would be handle it directly on teleport, like remove all buffs and give xyz buffs, but then if it's accessible zone, ppl get buffs and walk there with full buff. So, having a unique zone you control it using onEnter method. 

If you don't know how, can't handle, simply skip your idea. Been there, done that. 

Edited by SweeTs
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.
Note: Your post will require moderator approval before it will be visible.

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

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock