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:
but I don't have enough knowledge to make this plugin. I need to plugin worked in the QuestingBot
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;
}
Last edited: