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

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