fpsware
Community Developer
- Joined
- Jan 15, 2010
- Messages
- 5,287
- Reaction score
- 133
ok running with enGB and it works
log attached
Ok thanks. So it works perfectly fine when WoW is using english language client.
ok running with enGB and it works
log attached
well, I am missing Savage Roar on high level druid cats.. it?s so much dps you are losing.
Maybe add that to rotation..
See the first post, the UI is not connected.
You're missing a log file.
Travel Form works.
Damn I know better too.. Sorry.. here it is..
if (!Me.CurrentTarget.Auras.ContainsKey("Faerie Fire (Feral)"))
FaerieFireFeral();
if (((Me.ComboPoints == 1 || Me.ComboPoints == 2) && !Me.CurrentTarget.Auras.ContainsKey("Rake")) && Me.CurrentEnergy > SpellManager.KnownSpells["Rake"].PowerCost)
Rake();
if ((Me.ComboPoints == 0 || (Me.ComboPoints >= 2 && Me.ComboPoints < 5)) && Me.CurrentEnergy > SpellManager.KnownSpells["Mangle (Cat)"].PowerCost)
MangleCat();
if ((SpellManagerEx.HasSpell("Ferocious Bite") && (Me.ComboPoints == 5 || Me.CurrentTarget.HealthPercent < 15)) && Me.CurrentEnergy > SpellManager.KnownSpells["Ferocious Bite"].PowerCost)
FerociousBite();
else if (!SpellManagerEx.HasSpell("Ferocious Bite")) Rip();
if (Me.CurrentPower <= 29)
TigersFury();