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
But it seems like it wont recognize the Stampede buff, as it'll never use it.
Any tips or ideas to why?
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?






