I tried changing the lines of code for the DK Horn of Winter prob but its still a no go. Is there anyone that could post there file that they use, or tell me what and where code should go or what I need to change. I am Unholy spec as well. Thanks in advanced.
SC.CastBuff("Horn of Winter", ret => (!Me.HasAura("Horn of Winter") || (Me.CurrentRunicPower < 30 && Me.Combat)) && !Me.Mounted && !Me.Dead, "Buffing Horn of Winter!"),
I actually use your necrophilia CC and love it, I just wanted something with movement since yours didnt have it. I replaced the line where its says SC.CastBuff("Horn of Winter"... with what u posted and it still wants to cast it while im flying. Whre am I supposed to place this line of code at?
public override Composite Buffs
{
get
{
return new PrioritySelector(
SC.CastBuff("Horn of Winter", ret => (!Me.HasAura("Horn of Winter") || (Me.CurrentRunicPower < 30 && Me.Combat)) && !Me.Mounted && !Me.Dead, "Buffing Horn of Winter!")
);
}
}
Good day all!
Is there a way to make it to where my Unholy DK using this CC stop attacking critters? Its quite annoying when he attacks a normal mob then goes clear out of his way while attracting a mob train to kill a squirrel or something. Thanx in advance.