February 25, 201313 yr Alright, in my arms profile, I have Sweeping Strike set as Hostile Unit Near -Number: 1 -Radius: 8 -Type: Bigger For some reason this is going off on single target fights. Is the Bigger type actually bigger than or equal (or ">=" as the mathematical operator)?
February 26, 201313 yr Your settings is converted to:if hostile Unit Count > 1 in a radius <= 8 yard You can convert your Fight class to C# code for see how your settings is used. For avoid problem you can replace Hostile Unit near by Unit Attack Player Near.
February 26, 201313 yr Author Well, would Unit Attack Player Near also trigger if I'm DPSing and tank has agro like (s)he should?
Create an account or sign in to comment