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

Prince of Darkness (Warlock CC)

Which warlock spec(s) are you using when botting?

  • Affliction

    Votes: 0 0.0%
  • Demonology

    Votes: 0 0.0%
  • Destruction

    Votes: 0 0.0%

  • Total voters
    0
Yeah, I wish that the original author or someone c# experienced could take this project and do some tweaks here and there.
Like the DoT-management mentioned above ;)
 
I tried this CC for the first time today and it really seems like the best Warlock CC out there, even though it is very rough.

I've tweaked the DoT part to my liking for AV PVP farming, so it does more frontloaded damage.

The priority for this version should be:

  1. Bane of Agony
  2. Corruption
  3. Haunt
  4. Curse of Elements
  5. Immolate/UA

It doesn't always stick with this rotation for some reason, but I have no idea why. I just copypasted some stuff around to make it cast the dots earlier.
So basically:

XQ4Wp.jpg


The original version seems to only cast either Haunt or Bane of Agony, but never both together. Is there a reason for that?
 

Attachments

Often when it aggros an extra mob, it doesnt attack any of them, it just switches target back and forth until one of them are dead, or the bot is. Anyone know how to fix this?
 
Allso, It starts casting a summon spell, and then runs before its even halfway done casting :S
 
What botbase are you using it with? If you dont want the botbase to target automatically for you you should use Lazyraider, then you can manually click the targets yourself.
 
What botbase are you using it with? If you dont want the botbase to target automatically for you you should use Lazyraider, then you can manually click the targets yourself.

Im using a 1-60 questing profile, forgot the name, but it seems to be working fine now. I think mabye it was a problem with it trying to apply dots on both targets, but without having the spells available yet it bugged out, can't say for sure though. Works great now and im happy with it :)
 
Does anyone have a clue why my bot stopped using any spells? It worked fine untill i changed to a grinding profile. It runs around, tagets a mob, sometimes cast 1 shadowbolt and then just stands there waiting for my felguard to kill it. If multiple mobs are pulled it doesnt do anything about it. Any ideas? I havn't changed any settings, and tried with 2 different CCs, this being one of them.

Edit: Looks like it was because i didn't update my HB.
 
Last edited:
Could someone help with adding in Health Funnel at a specific pet health amount?
 
Could someone help with adding in Health Funnel at a specific pet health amount?

The section of code you need is around Line 536 in PrinceOfDarkness.cs:

if (Me.HealthPercent >= 40 && Me.Pet != null && Me.Pet.HealthPercent < 60 && Spells.CanCast(Spells.HealthFunnel))
{
Spells.Cast(Spells.HealthFunnel);
return;
}

Basically this is "If my health is greater than or equal to 40%, if my pet isn't dead and if it has less than 60% health, and as long as I can cast it, cast Health Funnel"

Just change the percentage figures as required. :)
 
Hey. Maybe I did something wrong when installing the profile - when I click on the button "Class Config" option does not appear. If the profile option is not provided, What changes should I make to the code to use trinkets and Metamorphosis on cooldown during combat? Even against a single target. thank you
 
Last edited:
when I add this CC I get the following error in HB "Chose Prince of Darkness as your combat class!" I'm not sure what to do

*edit* NM That is normal, just only had this one class in it.
 
Last edited:
Back
Top