• Visit Rebornbuddy
  • A plugin that will move out of aoe silence

    Discussion in 'Requests' started by v1go, Aug 10, 2016.

    1. v1go

      v1go New Member

      Joined:
      Nov 4, 2014
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      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: Aug 10, 2016

    Share This Page