Millz
Well-Known Member
- Joined
- Jan 15, 2010
- Messages
- 6,496
- Reaction score
- 28
I tried to do that, but it didn't work out.View attachment 98360
That's an honorbuddy issue not purerotation. Try changing from DX9 to DX11 (or the other way around?)
I tried to do that, but it didn't work out.View attachment 98360
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:That's an honorbuddy issue not purerotation. Try changing from DX9 to DX11 (or the other way around?)
[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
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
Spell.CastOnGround("Shadowfury", loc => StyxWoW.Me.CurrentTarget.Location,
ret => Unit.CachedNearbyAttackableUnits(StyxWoW.Me.CurrentTarget.Location, 8).Count() > 2), // Stun the shitty imps
Spell.CastOnGround("Shadowfury", loc => StyxWoW.Me.CurrentTarget.Location,
ret => Me.CurrentTarget != null && Unit.CachedNearbyAttackableUnits(StyxWoW.Me.CurrentTarget.Location, 8).Count() > 2),
well .. sorry i ask .. but isen't there something to download? i cannot find any file at all, just all your information![]()
Everywhere that says..
CachedNearbyAttackableUnits
Change it to
NearbyAttackableUnits
...and see if that helps.
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!