May 30, 20187 yr Hello, I would like to know if there is a condition to be used with a specific class? Example: Use Rend when the target is a rogue. Another doubt I have is, if this condition exists, could I include only 2 classes in a single condition? Example if my target is a Feral Druid or a Rogue using Rend.
May 30, 20187 yr C Sharp Code: ObjectManager.Target.WowClass == wManager.Wow.Enums.WoWClass.Druid || ObjectManager.Target.WowClass == wManager.Wow.Enums.WoWClass.Rogue
May 30, 20187 yr Author another difficulty I just found I want to use [Berserker Rage] when the enemy uses [Fear] on me. I used the BUFF condition. but it looks like it did not work.
June 6, 20187 yr Author I'm looking for a condition to https://wotlk.evowow.com?spell=46968 , which would "target exactly in front of you" for the spell to work.
Create an account or sign in to comment