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

[Warlock] Kanrethad Ebonlocke (Green Fire) ~ PureRotation Style

That's an honorbuddy issue not purerotation. Try changing from DX9 to DX11 (or the other way around?)
This happens only when I edit Destruction.cs content (spells & auras names). Bot starts fine with original file from SVN. As you can see there are following errors:
[15:24:09.944 N] [PureRotation 2.1.2]: Failed to Set Rotation System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'PureRotation.Classes.Priest.Shadow' threw an exception. ---> System.Exception: Process must have frozen or gotten out of sync: InjectionFinishedEvent was never fired
at Styx.MemoryManagement.Executor.Execute(Int32 fromId)
at Styx.WoWInternals.Lua.GetReturnValues(String lua, String scriptName)
at Styx.WoWInternals.Lua.GetReturnValues(String lua)
at Styx.WoWInternals.Misc.WoWClient.GetNetStats(Single& downKBs, Single& upKBs, UInt32& latency)
at Styx.WoWInternals.Misc.WoWClient.get_Latency()
at PureRotation.Classes.Priest.Shadow..cctor() in d:\Progs\HonorBuddy\Routines\PureRotation\Classes\Priest\Shadow.cs (what???):line 31
--- End of inner exception stack trace ---
at PureRotation.Classes.Priest.Shadow..ctor()
--- End of inner exception stack trace ---
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at Styx.Common.TypeLoader`1.(Assembly[] )
at Styx.Common.TypeLoader`1.Reload()
at Styx.Common.TypeLoader`1..ctor(Assembly asm)
at PureRotation.PureRotationRoutine.GetRotations() in d:\Progs\HonorBuddy\Routines\PureRotation\PureRotation.Behaviours.cs:line 109
at PureRotation.PureRotationRoutine.SetRotation() in d:\Progs\HonorBuddy\Routines\PureRotation\PureRotation.Behaviours.cs:line 94
[15:24:09.946 D] [PureRotation 2.1.2]: IsHealerRotationActive: False
[15:24:09.946 D] [PureRotation 2.1.2]: LfgDungeonId: 594
[15:24:09.946 D] [PureRotation 2.1.2]: [RebuildBehaviors] Exception was thrown: System.NullReferenceException: Object reference not set to an instance of an object.
at PureRotation.PureRotationRoutine.RebuildBehaviors() in d:\Progs\HonorBuddy\Routines\PureRotation\PureRotation.Behaviours.cs:line 48
 
Shadow priest? Odd. I've really no idea whats happening there. Try deleting the shadow priest file and see what happens ?
 
Okay, I found a syntax error that I made so now bot succesfully starts. Bot it doesn't work correctly and there are a lot of errors in the log.View attachment 98361

Try changing this bit..

Code:
                Spell.CastOnGround("Shadowfury", loc => StyxWoW.Me.CurrentTarget.Location,
                    ret => Unit.CachedNearbyAttackableUnits(StyxWoW.Me.CurrentTarget.Location, 8).Count() > 2), // Stun the shitty imps

To..

Code:
                Spell.CastOnGround("Shadowfury", loc => StyxWoW.Me.CurrentTarget.Location,
                    ret => Me.CurrentTarget != null && Unit.CachedNearbyAttackableUnits(StyxWoW.Me.CurrentTarget.Location, 8).Count() > 2),
 
Everywhere that says..

CachedNearbyAttackableUnits

Change it to

NearbyAttackableUnits

...and see if that helps.
 
well .. sorry i ask .. but isen't there something to download? i cannot find any file at all, just all your information :)
 
well .. sorry i ask .. but isen't there something to download? i cannot find any file at all, just all your information :)

Which means you haven't read the first post. You need to fully read the first post.
 
Either wow just sucks or im having problems with this cc...Doesnt block all chaos bolt's (only negates first), Randomly Unsummons Pitlord at times, Pitlord randomly loses EnslaveDemon (Way before felhunters)..When imps come out it doesnt aoe them down and when i try to manually aoe them down bot is trying to cast 100 skills in 1 second, so i cant cast an aoe and i pretty much melt right there... Any advice?
 
I used this routine for Kenrethad and it worked like a charm once I learned the fight myself and I didnt use the strategies available, the strategy I did was, first thing is get a "purification potion"(or however many you need), next thing is you need to know is that the spell "Cataclysm" can be out ran, so if you happened to lose your enslave on the pitlord, and Kenrethad starts casting cataclysm, run down the stairs located at the back of the room, also just a note that as soon as you lose the enslave it helps to just kite all the mobs around the pillar near the stairs, so Kenrethad cant chaos bolt you and the other reason is to out run possible Cataclysm's by running down the stairs near by. I lost control over my demon on both fel hunter phases and still beat him, the next thing is when to use the purification potion, I used mine at 1.5 mins left on the debuff, just make sure that no other curse/magic/disease is on you before you use the potion, I think it only takes away one of them.
 
The Bot does not save embers or cd's for the fel hunters! As a result the fel hunters living way too long.


The Pit Lord doesn't stay in position when you try to LOS him from fel hunters!

If i put him on passive and use the "move to" button, he runs to the the area commanded and then runs back to me and Enslave gets broken.​

If I use the "move to" button to turn his back from mobs, the fell hunters still breaks Enslave. Yes I am tagging the fell hunters and yes they are facing me with their back to the pit lord.​

Both strategies don't work with this bot.​


Solution: I forgot to switch talent specialization to Destruction, the bot is responding much better now!
 
The Bot does not save embers or cd's for the fel hunters! As a result the fel hunters living way too long.


The Pit Lord doesn't stay in position when you try to LOS him from fel hunters!

If i put him on passive and use the "move to" button, he runs to the the area commanded and then runs back to me and Enslave gets broken.​

If I use the "move to" button to turn his back from mobs, the fell hunters still breaks Enslave. Yes I am tagging the fell hunters and yes they are facing me with their back to the pit lord.​

Both strategies don't work with this bot.​


Solution: I forgot to switch talent specialization to Destruction, the bot is responding much better now!

this still isnt helping the fact that theres no embers left for the felhunters :(
 
Im getting to 40%, prob is the 2nd felhunter phase is lining up with enslave demon ending, is there a macro for canceling the enslave then casting it again so this stops happening?

Solution:Found Macro just dismiss and cast enslave again right before he summons the ass u bannish.

I'm 507 ilvl destrolock, hitting the enrage timer at 30%, def not enough dps. I was told this is actually supposed to be fore Heroic TOT locks
 
All of these details are on the first post - it's all explained there thoroughly.
 
my problem is dps at this point, the bot isnt doing nearly enough for a kill....30% enrage timer
 
I did this with a 484 ilvl destro.... you guys have to be doing something wrong.
Sent from my DROID RAZR using TheBuddyForum mobile app
 
Back
Top