Garub 6 Posted May 30, 2018 Share Posted May 30, 2018 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. Link to comment Share on other sites More sharing options...
sb360 15 Posted May 30, 2018 Share Posted May 30, 2018 C Sharp Code: ObjectManager.Target.WowClass == wManager.Wow.Enums.WoWClass.Druid || ObjectManager.Target.WowClass == wManager.Wow.Enums.WoWClass.Rogue Garub 1 Link to comment Share on other sites More sharing options...
Garub 6 Posted May 30, 2018 Author Share Posted May 30, 2018 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. Link to comment Share on other sites More sharing options...
Garub 6 Posted June 6, 2018 Author Share Posted June 6, 2018 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now