• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Prince of Darkness and Destruction

    Discussion in 'Archives' started by exfelon, Oct 31, 2010.

    1. exfelon

      exfelon Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,372
      Likes Received:
      8
      Trophy Points:
      38
      Here's my edit of the default warlock CC (by cowdude) for use with a level 80 warlock in destruction spec. I've not changed much of the Demo/Afflic lock stuff that was in there, only added support for the Destruction spec.

      I've not tested it in PvP or at any level below 80 (though it should work fine below 80). It does work with InstanceBuddy.

      It uses a standard destruction warlock rotation (including Corruption). Pull with CoE (don't even try and get me to change it), Use Soul Fire when empowered imp/soulburn are up, immolate, conflagrate, bane of agony (haven't added bane of doom logic yet), corruption, chaos bolt, incinerate.

      I'm probably just using this until ski & drunk release theirs, but it works fine for me. If you have a problems, post here and I'll try and help. But don't expect too much. If you do post a problem, don't expect an answer unless you provide information like: a specific description of what is "wrong", spec, lvl, logs, etc.

      Install:
      Download PrinceOfDarknessAndDestructionNEARPERFECT.zip, unzip it, remove the standard warlock files (PrinceofDarkness.cs, Spells.cs, Behavior.cs, UnitHelper.cs, MountHandler.cs, FelPuppy.cs) and replace them with the ones in the .zip file attached. This should work with InstanceBuddy now. Let me know if it doesn't.

      NEARPERFECT edition always uses Empowered Imp, Decimation & Backdraft (sometimes for better or worse).

      PETBARHANDLERCODEDISABLED version disables the public static void UpdatePetSkills () code which may be causing some DC's.

      There is no configuration options to speak of, you'll have to dig through the code like I did if you want to change anything.

      ALL REAL CREDIT GOES TO COWDUDE, WHO CODED THE ORIGINAL DEFAULT WARLOCK CC, THANKS! PLUS CREDIT TO NESOX, APOC & SKI FOR HAVING GREAT CODE TO STEAL/GET IDEAS FROM.
       

      Attached Files:

      Last edited: Nov 11, 2010
    2. lewushu

      lewushu New Member

      Joined:
      Oct 16, 2010
      Messages:
      76
      Likes Received:
      0
      Trophy Points:
      0
      download link ?
       
    3. exfelon

      exfelon Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,372
      Likes Received:
      8
      Trophy Points:
      38
      Reload it's there, first attached a .rar, had to change it to a .zip
       
    4. Miggel

      Miggel New Member

      Joined:
      Oct 8, 2010
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      dont work... dont attack ;(
       
    5. Hawker

      Hawker Well-Known Member Buddy Core Dev

      Joined:
      Jan 15, 2010
      Messages:
      2,509
      Likes Received:
      70
      Trophy Points:
      48
      Its updated for Destruction in the Default that will be in tomorrow's release. Thanks though.
       
    6. exfelon

      exfelon Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,372
      Likes Received:
      8
      Trophy Points:
      38
      Np, strange Miggel, mines attacking right now as we speak. But from the way you described it... well it could be anything.

      Thanks hawker.
       
    7. cowdude

      cowdude Active Member

      Joined:
      Feb 17, 2010
      Messages:
      337
      Likes Received:
      27
      Trophy Points:
      28
      Demonology update, not destruction.
       
    8. exfelon

      exfelon Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,372
      Likes Received:
      8
      Trophy Points:
      38
      lol that's a bit of a difference.
       
    9. goodmorning

      goodmorning New Member

      Joined:
      Sep 16, 2010
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0
      It's not casting anything for me, either. Casts soulburn/soul fire and then nothing. Even when SB comes off cooldown, it still sits there. Instancebuddy's no fun when i have to sit there mashing a macro :(

      If posting a log would help, let me know.
       
      Last edited: Nov 2, 2010
    10. exfelon

      exfelon Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,372
      Likes Received:
      8
      Trophy Points:
      38
      that is weird, i've been using the posted version for DAYS. yes please post a log and i'll see what i can figure out.
       
    11. goodmorning

      goodmorning New Member

      Joined:
      Sep 16, 2010
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0
      Log attached.
       

      Attached Files:

    12. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      [2:56:55 PM:986] [Instancebuddy v2.0.2.0]:System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
      at Styx.WoWInternals.WoWObjects.WoWUnit.GetAllAuras()
      at (Object )

      you ran out of memory, but probably due to the spam code of no armor buff

      @Exfelon:


      if (Spells.PlayerNeedsOneOfTheseBuffs(Spells.FelArmor, Spells.DemonArmor))
      {
      Debug("Need buffs: no armor buff");
      return true;

      ^^ I think it's something w/ that
       
    13. goodmorning

      goodmorning New Member

      Joined:
      Sep 16, 2010
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0
      I was thinking it had more to do with this -

      [2:58:00 PM:779] Activity: Combat
      [2:58:00 PM:799] System.NullReferenceException: Object reference not set to an instance of an object.
      at Styx.WoWInternals.Lua.GetReturnVal[T](String lua, UInt32 retVal)
       
    14. exfelon

      exfelon Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,372
      Likes Received:
      8
      Trophy Points:
      38
      thanks kick i'll fix that this afternoon. i guess it's my 16gb of ram keeping it alive :)

      but looking at my logs (bot has been up for almost 16 hours now) it's only 116kb. It only spams that a couple of times every 30 minutes. I'll change it a bit anyway, were you using it in an instance? because that's what it looks like to me...
       
      Last edited: Nov 2, 2010
    15. goodmorning

      goodmorning New Member

      Joined:
      Sep 16, 2010
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0
      Yes i was. Just tried it once more - it casted immolate and corruption and then quit. Wierdest behavior I've ever seen :p
       
    16. exfelon

      exfelon Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,372
      Likes Received:
      8
      Trophy Points:
      38
      It has to be something to do with being in an instance. I've been using the code from the 1st page for days now with 0 errors. I've even tested it against elites/etc.

      Try the PrinceofDarkness.zip (newly uploaded on the 1st page) and see what it does. Please try it outside of an instance 1st and see what it does.
       
    17. goodmorning

      goodmorning New Member

      Joined:
      Sep 16, 2010
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0
      Works fine outside of instances. Not sure what it'd take to get it working with IB.. but then again, IB still needs an update for the latest release.
       
    18. exfelon

      exfelon Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,372
      Likes Received:
      8
      Trophy Points:
      38
      well that is good news for me at least. i'll see if i can figure out why it doesn't work in instances, but i honestly don't even know where to start on that one.... must dig around in the API some more.
       
    19. goodmorning

      goodmorning New Member

      Joined:
      Sep 16, 2010
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0
      I definitely appreciate you looking into it :) Thanks.
       
    20. zomgmage

      zomgmage Member

      Joined:
      Jan 15, 2010
      Messages:
      610
      Likes Received:
      2
      Trophy Points:
      18
      Newest version does not work in instance? I know the older version did not.
       

    Share This Page