I want my toon to use Ravage after he has done Feral Charge and has the Stampede Buff. Seems that the normal spellname is bugged and i want to try it by spell id. Can anyone tell me how to make this work in my code??
Got this:
Thanks in advance!
Got this:
Code:
if (Me.ActiveAuras.ContainsKey("Stampede"))
{
CastSpell("Ravage");
}
Thanks in advance!