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.
Np, strange Miggel, mines attacking right now as we speak. But from the way you described it... well it could be anything. Thanks hawker.
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.
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.
[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
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)
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...
Yes i was. Just tried it once more - it casted immolate and corruption and then quit. Wierdest behavior I've ever seen
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.
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.
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.