What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Dk CC for Lazyraider Blood/Frost

@yipsilonn, extract all the folders separately into your CC folder, Felmaster - DeathknightBlood should do the trick nicely.
 
Is there a way to make it sty in frost press as frost dps? I kinda do alot more in frost press hehe
 
Is there a way to make it sty in frost press as frost dps? I kinda do alot more in frost press hehe

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

Code:
SC.CastBuff("Unholy Presence", a => true, "Unholy Presence"),
And change that line of code to
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.
 
Last edited:
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

Code:
SC.CastBuff("Unholy Presence", a => true, "Unholy Presence"),
And change that line of code to
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.



CORRECT ofc :)
 
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

Code:
SC.CastBuff("Unholy Presence", a => true, "Unholy Presence"),
And change that line of code to
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 :D
 
Is there any way i can get your Felmaster - DeathknightFrostPVP to use plague strike?
 
Is there any way i can get your Felmaster - DeathknightFrostPVP to use plague strike?
yes you can here add this line of code

Code:
SC.CastSpell("Plague Strike", a => !SC.TargetHasDebuff("Blood Plague"), "Plague Strike"),

under this part of the code in the CC to ensure it is not a super high priority

Code:
SC.CastSpell("Empower Rune Weapon", a => true, "Empower Rune Weapon"),

                        SC.CastSpell("Outbreak", a => !SC.TargetHasDebuff("Blood Plague"), "Outbreak"),

enjoy
 
Thanks for your help Imdasandman

Next question. Is it possible to get it to use Death Strike when my HP below 50%?

we talk about DeathknightFrostPVP
 
@ Ronkan place this code (taken from his blood dk CC)

Code:
SC.CastSpell("Death Strike", a => SimCraftBase.Me.HealthPercent < 50, "Death Strike"),

and place it just before
Code:
SC.CastSpell("Necrotic Strike", a => true, "Necrotic Strike"),

that should give it a good priority
 
When i start Hb choose LazyRaider i can't pick this CC only singular one :S
 
May this be used for soloing? Like altairus or slabhide normal for mounts? Would be nice if it was possible!
 
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.
 
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.

THIS CC IS TO BE USED ONLY WITH LAZYRAIDER....

to make it simple since you are kinda new around these parts is.... Lazyraider CC's do not have any facing/movement coded into them. If you want that go use fpsware sorry
 
Back
Top