PoFi
New Member
- Joined
- Aug 10, 2010
- Messages
- 100
How do I install this?
Perhaps I'm a retard, but I don't see where.
Delete your singular and copy the HazzDruid files in your routines!
How do I install this?
Perhaps I'm a retard, but I don't see where.
Dude 3D > 2D. Your real life in the real world is far more important then these forums trolls.Yes there will be other specs added when I get time. At the moment I am trying to enjoy a little time on MoP. People forget that I work full time and also have full time university studies. I am afraid I can't just drop everything for a CC. HazzDruid is currently ONLY working with Restoration spec and for LazyRaider.
//Remove Magic
if (UnitTarget.HasAuraToDispel(True) && SpellManager.CanCast("Nature's Cure"))
{
if (UnitTarget._cast("Nature's Cure", Me.CurrentTarget))
{
HazzDruid4.Log("+ Nature's Cure => " + Me.CurrentTarget.Name);
Thread.Sleep(1500);
}
}
Update 4.1.2
Fixed spamming in log. Should no longer post multiple cats for spells.
Fixed a slight bug with Nourish causing it to spam multiple times.
Lifebloom should now stack on a tank and refresh before it expires. (In raids)
New refresh system to refresh spells a few seconds before they expire on a target.
Feral system now switches to bear form on 3+ mobs.
Feral system now switches to AoE rotation on 3+ mobs.
New facing and movement options added for use with questing, grinding and battlegrounds.
Will no longer cast innervate or defensive cooldowns when outside of combat.
What would you guys/girls like next? Guardian or Moonkin?
It doesn't work with GatherBuddy ?
public override WoWClass Class { get { return StyxWoW.Me.[COLOR=#ff0000]Class[/COLOR]; } }
public override WoWClass Class { get { return StyxWoW.Me.[COLOR=#0000ff]Druid[/COLOR]; } }