bob_the_builder
Well-Known Member
Hello,
I am trying to check number of mobs in the engagement before casting an AOE. I am currently using
but it seems to be checking a huge area or it isn't working right. If there is a mob close, even behind a wall and not engaged then my AOEs are still being cast.
Is there a way to set a range to it or only check mobs in the current engagement?
Bob
I am trying to check number of mobs in the engagement before casting an AOE. I am currently using
Code:
${Mob.Count} > 1
Is there a way to set a range to it or only check mobs in the current engagement?
Bob