What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

A plugin that will move out of aoe silence

v1go

New Member
Joined
Nov 4, 2014
Messages
8
anyone know of a plugin that will move if there is a silence aoe or one about to happen to avoid silence.

for example:
Gnarlroot casts AOE silence zone.
I found a piece of code in the dungeon Scripts this:
Code:
[EncounterHandler((int)MobId_Gnarlroot, "Gnarlroot")]
		public Func<WoWUnit, Task<bool>> GnarlrootEncounter()
		{
			AddAvoidObject(4, AreaTriggerId_LivingLeaves);
			return async boss => false;
		}
but I don't have enough knowledge to make this plugin. I need to plugin worked in the QuestingBot
 
Last edited:
Back
Top