Thanks Ossirian!
Is there a way to make it sty in frost press as frost dps? I kinda do alot more in frost press hehe
SC.CastBuff("Unholy Presence", a => true, "Unholy Presence"),
SC.CastBuff("Frost Presence", a => true, "Frost Presence"),
you must be a mastery strong type frost dk and to change this to make it go frost presence find this in the Felmaster-DeathknightFrost>Felmaster CC
And change that line of code toCode:SC.CastBuff("Unholy Presence", a => true, "Unholy Presence"),
Code:SC.CastBuff("Frost Presence", a => true, "Frost Presence"),
Btw do not expect the CC maker to make this change for you as being in frost presence is not optimal for most players and this will be a rare case. You will most likely have to make this change your self or if ossiran allows it I can PM you a modified version of his CC for you but only after he grants that permission.
you must be a mastery strong type frost dk and to change this to make it go frost presence find this in the Felmaster-DeathknightFrost>Felmaster CC
And change that line of code toCode:SC.CastBuff("Unholy Presence", a => true, "Unholy Presence"),
Code:SC.CastBuff("Frost Presence", a => true, "Frost Presence"),
Btw do not expect the CC maker to make this change for you as being in frost presence is not optimal for most players and this will be a rare case. You will most likely have to make this change your self or if ossiran allows it I can PM you a modified version of his CC for you but only after he grants that permission.
Thx. I managed it myself![]()
yes you can here add this line of codeIs there any way i can get your Felmaster - DeathknightFrostPVP to use plague strike?
SC.CastSpell("Plague Strike", a => !SC.TargetHasDebuff("Blood Plague"), "Plague Strike"),
SC.CastSpell("Empower Rune Weapon", a => true, "Empower Rune Weapon"),
SC.CastSpell("Outbreak", a => !SC.TargetHasDebuff("Blood Plague"), "Outbreak"),
SC.CastSpell("Death Strike", a => SimCraftBase.Me.HealthPercent < 50, "Death Strike"),
SC.CastSpell("Necrotic Strike", a => true, "Necrotic Strike"),
my DK is not turning around when he gets attacked from behind while using this CC. did i do something wrong? he continues using the ability, but he needs to face the mob. help please.