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

Problem with Stampede and Ravage

Venus112

New Member
Joined
Jun 17, 2010
Messages
1,509
Reaction score
13
Hey there

In the works of optimising "King of the Jungle, a Feral Druid CC" and i'm having a problem with the use of Ravage when stampede procs.

Currently i'm using this

Code:
                {
                    if (Me.ActiveAuras.ContainsKey("Stampede") && Me.Auras.ContainsKey("Stampede"))
                    {
                        if (CastSpell("Ravage"))
                            Logging.Write(Color.Aqua, ">> Ravage <<");
                    }
                }

But it seems like it wont recognize the Stampede buff, as it'll never use it.
Any tips or ideas to why?
 
When you have Stampede the Ravage changes to Ravage! (it also has a different spellID)
 
When you have Stampede the Ravage changes to Ravage! (it also has a different spellID)

Hehe yeh noticed this when i was looking at SpellIDs.
Thank you WoWNerds and Inrego
 
Back
Top