Jump to content

Break Slow, Rooted, Feared, etc..


Mr. Robot

Recommended Posts

I'm trying to have my fight class use the heriloom Inherited Insignia of the Horde (break cc trinket), but I only see a condition for Me Is Stunned. How do you make it work for fear, rooted, slowed, feared, etc?

Link to comment
Share on other sites

Hello, you can use this condition:

        Possessed
        Fleeing
        Influenced
        Confused
        Pacified
        Target Possessed
        Target Fleeing
        Target Influenced
        Target Confused
        Target Pacified
        Pet Possessed
        Pet Fleeing
        Pet Influenced
        Pet Confused
        Pet Pacified

 

Link to comment
Share on other sites

15 hours ago, Droidz said:

Hello, you can use this condition:


        Possessed
        Fleeing
        Influenced
        Confused
        Pacified
        Target Possessed
        Target Fleeing
        Target Influenced
        Target Confused
        Target Pacified
        Pet Possessed
        Pet Fleeing
        Pet Influenced
        Pet Confused
        Pet Pacified

 

Does the Influenced condition work for feared, rooted, and slowed?

Link to comment
Share on other sites

"Influenced" don't works?

else try this c# condition:

For your character: 

wManager.Wow.ObjectManager.ObjectManager.Me.Root

for target:

wManager.Wow.ObjectManager.ObjectManager.Target.Root

 

Link to comment
Share on other sites

14 hours ago, Droidz said:

"Influenced" don't works?

else try this c# condition:

For your character: 


wManager.Wow.ObjectManager.ObjectManager.Me.Root

for target:


wManager.Wow.ObjectManager.ObjectManager.Target.Root

 

Influenced wasn't working but the C# Condition you just suggested did. Can you please let me know how to make the trinket work for other things as well like feared? I don't want to duplicate the spell because that would put them on different cooldowns and it seems like adding more conditions would require both of them. Is there a way to do OR conditions?

Link to comment
Share on other sites

  • 1 month later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...