CC is awesome but when it starts to dps in bg it just stands there and gets pummeled lol,can you make it like move if its being attacked
Yes, you can use this from level 1, i have been for the past 2 days on a fresh level 1, working as intended! Nice CC, thanks.
A lot smoother than some other ones I've used but I notice if it gets to about 80% it will use soul harvest, it gets through half a second of it before completely healed if that; and I can't configure it using the class button. Not sure if that's supposed to be like that or a bug. I'm only level 30 so 80% is nothing health wise. I might post log in a couple of days with more thorough testing.
For some reason I can't get this CC to pop up in my HonorBuddy. I could have the folder I was suppose to put it in named wrong so can anyone help?
This is definitely a great Demonology CC. There's only a few things I wish it supported: 1.) The ability to Drain Soul instead of Soul Harvest. Or, at least, the ability to soul harvest when you only have one shard. It's a waste of time to Soul Harvest after you only use one shard each time, because your Felguard takes ALL of the damage. Drain Soul at one shard would speed the bot up a considerable amount. 2.) Summon Infernal support. Thanks for the cc!
I have applied some minor tweaks/improvements that I deemed necessary: Using Shadowflame when Target is within 10 yards Using Drain Soul when the target has less than 20% HP and 2 or less Soul Shards remaining. When we have 3 Soul Shards -AND- Decimation buff we will Soul Fire instead. (previous: Never used Drain Soul as Demonology) Soul Harvest set to use when 1 or no Soul Shards are remaining; this will prevent using Soul Harvest after every mob. Paired with the above improvements this will open up much faster kill-rates. Support for using Instant-Shadowbolt when the Shadow Trance buff proccs (with Glyph of Corruption) Download: View attachment PrinceOfDarkness_ImprovementClaiver1.zip
Why this CC my warlock always go to melee to fight?? i dont understand why no search enemys focus whit range
Tried this CC today and really liked it. It was doing almost everything as I wanted for my demo-lock. Things I missed were the Curse of the Elements and the usage of the Incinerate on Molten Core procs. I am in no way familiar with programming, but I spent so much time looking for a comfortable and all-around working CC that I took some time to look at the code, at the logic of all of it... And I added them. View attachment PrinceOfDarkness.zip Thank you very much cowdude for making this CC, and Claiver for updating it!
Any ideas how to change the default minion from Voidwalker to something else (like Fel Hunter?) I don't like it using voidwalker in PvP. Also how would I tell it to not use health siphon (the ability that heals your minion). Thanks for any help and thanks for the updates to the CC guys
open the PrinceOfDarkness.cs search for Code: if (SpellManager.HasSpell(Spells.SummonFelguard)) then replace the block with the summons with Code: if (SpellManager.HasSpell(Spells.SummonFelhunter)) Spells.Cast(Spells.Felhunter, instant); else if (SpellManager.HasSpell(Spells.SummonFelguard)) Spells.Cast(Spells.SummonFelguard, instant); else if (SpellManager.HasSpell(Spells.SummonVoidwalker)) Spells.Cast(Spells.SummonVoidwalker, instant); else if (SpellManager.HasSpell(Spells.SummonImp)) Spells.Cast(Spells.SummonImp, instant); else { noPet = true; } return true; should work, didn't test though. currently tweaking whole cc.
Needs to cast dots first, instead of casting bane of agony last after the mobs at like 10% health. apart from that *****ing cc mate!