survivalhunter
New Member
- Joined
- Oct 13, 2012
- Messages
- 73
Let us know when its svn'd please ...
i'll be testing it all day.
i'll be testing it all day.
Call pet not working.
May I ask why Fervor is recommended talent over Dire Beast?
Also thanks so much again for this.. it plays BM better than myself
View attachment 61019
Looks like it is not casting Rapidfire, Stampede, Gloves or Trinket on Elegon. Zipped log attached.
This issue also occurs on the first 3 phases of the Spirit Kings fight.
private bool IsTargetBoss()
{
if (Me.CurrentTarget.Name.Contains("Dummy") || Me.CurrentTarget.CreatureRank == WoWUnitClassificationType.WorldBoss ||
(Me.CurrentTarget.Level >= 90 && Me.CurrentTarget.Elite && Me.CurrentTarget.MaxHealth > 4500000))
return true;
else return false;
}
Me.CurrentTarget.Level >= 90 && Me.CurrentTarget.Elite
private bool IsTargetBoss()
{
if (Me.CurrentTarget.Name.Contains("Dummy") || Me.CurrentTarget.CreatureRank == WoWUnitClassificationType.WorldBoss ||
(Me.CurrentTarget.Level >= 90 && Me.CurrentTarget.CreatureRank == WoWUnitClassificationType.Elite && Me.CurrentTarget.MaxHealth > 4500000))
return true;
else return false;
}
private bool IsTargetBoss()
{
if (Me.CurrentTarget.Name.Contains("Dummy") || Me.CurrentTarget.CreatureRank == WoWUnitClassificationType.WorldBoss ||
(Me.CurrentTarget.Elite && Me.CurrentTarget.MaxHealth > 4500000))
return true;
else return false;
}
private bool IsTargetBoss()
{
if (Me.CurrentTarget.Name.Contains("Dummy") || Me.CurrentTarget.CreatureRank == WoWUnitClassificationType.WorldBoss ||
(Me.CurrentTarget.CreatureRank == WoWUnitClassificationType.Elite && Me.CurrentTarget.MaxHealth > 4500000))
return true;
else return false;
}
Will snake trap be implemented?
Hey guys this CC is working great!!!!. I was just wondering if anyone wanted to post screenshots of there setup mine is working great but there is always room for improvement right now this is how i'm running Best Master.
View attachment 61313View attachment 61314
Wait for new patch when they remove aspect of the Fox all together and you can cast cobra and steady shot on the move all the time