What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Trouble detecting "Enrage" as an aura - please help

Joker76

Member
Joined
Feb 8, 2010
Messages
835
Reaction score
9
Code:
 if (Me.Combat)
                {
                    if (Me.ActiveAuras.ContainsKey("Enrage") || Me.ActiveAuras.ContainsKey("Berserker Rage"))
                        CastSpell("Raging Blow");
                    else                        
                        CastSpell("Berserker Rage");
                }

For some reason, it keeps casting Berserker Rage everytime it's off cooldown regardless of the fact that it already has "Enrage" ... it does not detect the "Enrage" aura properly. Any suggestions?
 
Back
Top