Jump to content

Question

Posted (edited)

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

12 answers to this question

Recommended Posts

  • 0
Posted

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

  • 0
Posted
// 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);
			}
		}

 

  • 0
Posted

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. 

  • 0
Posted (edited)

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • 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