Used this in about 15 random heroics totally AFK, works like a dream! thanks so much!
i dislike how it uses Regrowth more than it should, but meh!
EDIT : goign oom asap for some reason think its the gear but bought all pvp int crap gear of 339 ItemLV
HDD Version 1.0.9
.Fixed issue with Swiftmend
.Fixed issue with casting checks. (CC should NOT have an issue were it suddenly stop casting!)
(Sorry still no Nourish due to an issue with HB over spamming the spell.)
HDP Version 1.0.2 BETA
.Revamp of all healing spells to work better with PVP.
.Added Thorns.
.Added Barkskin.
Please note that this is BETA and there is a lot more work to be done.
else if (tar.Guid = tank.Guid && hp < *value* & (isAuraActive("Rejuvenation", tar) || isAuraActive("Regrowth", tar) || isAuraActive("Lifebloom", tar) || isAuraActive("Wild Growth", tar)))
{
s = "Nourish";
needCast = true;
}
else if (hp < *value* & (isAuraActive("Rejuvenation", tar) || isAuraActive("Regrowth", tar) || isAuraActive("Lifebloom", tar) || isAuraActive("Wild Growth", tar)))
{
s = "Nourish";
needCast = true;
}
@projektt, hazz probably left out the rest routine in his latest version. You can find this at the bottom of a old automated version. Just put it in the new version if you're desperate to have this automated.Question. your new version DOES NOT drink when it is low on mana but your older version does why is that?
public override bool NeedRest
{
get
{
if (Me.ManaPercent < 50 &&
!Me.Auras.ContainsKey("Drink"))
{
Logging.Write("Need a Drink");
return true;
}
return false;
}
}
public override void Rest()
{
if (Me.ManaPercent < 99)
{
Styx.Logic.Common.Rest.Feed();
}
}
Question. your new version DOES NOT drink when it is low on mana but your older version does why is that?
might be a dumb question... but im not looking through all the pages.
How can i manually move my druid? i have issues of it following the wrong target... even if set the leader is on the tank.
I did, and hes still moving around. Obviously not anything with you, im gonna report it as a bug.