• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Prince of Darkness (Warlock CC)

    Discussion in 'Archives' started by cowdude, Nov 6, 2010.

    ?

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

    1. Affliction

      0 vote(s)
      0.0%
    2. Demonology

      0 vote(s)
      0.0%
    3. Destruction

      0 vote(s)
      0.0%
    Multiple votes are allowed.
    1. mitur

      mitur New Member

      Joined:
      Jul 19, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      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 ;)
       
    2. peanutbird

      peanutbird New Member

      Joined:
      Nov 19, 2011
      Messages:
      57
      Likes Received:
      1
      Trophy Points:
      0
      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:

      [​IMG]

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

      Attached Files:

    3. svubbermand

      svubbermand New Member

      Joined:
      Oct 24, 2010
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      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?
       
    4. svubbermand

      svubbermand New Member

      Joined:
      Oct 24, 2010
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      Allso, It starts casting a summon spell, and then runs before its even halfway done casting :S
       
    5. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      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.
       
    6. svubbermand

      svubbermand New Member

      Joined:
      Oct 24, 2010
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      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 :)
       
    7. svubbermand

      svubbermand New Member

      Joined:
      Oct 24, 2010
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      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: Aug 6, 2012
    8. Regal

      Regal Member

      Joined:
      Jan 3, 2012
      Messages:
      94
      Likes Received:
      2
      Trophy Points:
      8
      Could someone help with adding in Health Funnel at a specific pet health amount?
       
    9. Scattered

      Scattered New Member

      Joined:
      Jan 15, 2010
      Messages:
      140
      Likes Received:
      0
      Trophy Points:
      0
      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. :)
       
    10. Grandfear

      Grandfear New Member

      Joined:
      Aug 14, 2012
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      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: Aug 14, 2012
    11. Ange33lo

      Ange33lo Member

      Joined:
      Jul 16, 2012
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      6
      can someone geared and built for affliction test it for me =)
       
    12. sirged

      sirged New Member

      Joined:
      Aug 13, 2012
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      1
      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: Aug 16, 2012

    Share This Page