r0sc0
New Member
- Joined
- Jan 15, 2010
- Messages
- 410
- Reaction score
- 2
Nesox, since updates the bot hasnt been entering portals or orange doors correctly just standing outside of them. having to manually do it. then it will run the profile once its inside.
once its failed to do the door once it comes back out of the dungeon it will not run just stands still casts spells but doesnt move.
Cheers
Code:
[13:29:25.066 D] Replaced hook [ProfileOrderBehavior_Hook] 7c0e284a-2d93-47b2-a4a7-2a3b06e6989c
[13:29:25.069 D] Generating path to UNKNOWN - <298.8536, 379.7181, -37.90237>
[13:29:25.085 D] Raycast path generated.
[13:29:25.085 D] Generated path to <298.8536, 379.7181, -37.90237> () with 1 hops.
[13:29:32.914 D] Navigator.Clear
[13:29:32.973 D] Replaced hook [ProfileOrderBehavior_Hook] 218ecaef-1e21-42f6-9d18-a0f97fc766e5
[13:29:32.974 D] Generating path to UNKNOWN - <236.1708, 376.3336, -15.05489>
[13:29:32.989 D] Successfully generated path from {X=151,Y=120} to {X=150,Y=94} in 00:00:00.0003335 with 27(5) hops
[13:29:32.989 D] Client path generated.
[13:29:32.989 D] Generated path to <236.1708, 376.3336, -15.05489> () with 5 hops.
[13:29:35.626 D] Navigator.Clear
[13:29:35.660 D] Replaced hook [ProfileOrderBehavior_Hook] 37231e52-81b0-4d8f-8be5-3b62f4652558
[13:29:35.661 D] Generating path to UNKNOWN - <297.7783, 250.1982, -10.12247>
[13:29:35.668 D] Raycast path generated.
[13:29:35.668 D] Generated path to <297.7783, 250.1982, -10.12247> () with 1 hops.
[13:29:41.664 D] Navigator.Clear
[13:29:41.727 D] Replaced hook [ProfileOrderBehavior_Hook] 7f261c06-7a42-42c5-9fb4-38cb5d5e6048
[13:29:41.731 D] Generating path to UNKNOWN - <285.0051, 201.6187, -6.497152>
[13:29:41.739 D] Raycast path generated.
[13:29:41.739 D] Generated path to <285.0051, 201.6187, -6.497152> () with 1 hops.
[13:29:43.445 D] Navigator.Clear
[13:29:43.474 D] Replaced hook [ProfileOrderBehavior_Hook] b9a84624-3940-45a7-a3c2-0319b3edf459
[13:29:43.527 D] Replaced hook [ProfileOrderBehavior_Hook] dc8ecced-5bc4-45aa-96ea-8694e12206b8
[13:29:43.530 D] Generating path to Interact with object - <272.0601, 176.29, -2>
[13:29:43.561 D] Successfully generated path from {X=81,Y=114} to {X=71,Y=109} in 00:00:00.0001250 with 11(3) hops
[13:29:43.561 D] Client path generated.
[13:29:43.561 D] Generated path to <272.0601, 176.29, -2> (Interact with object) with 3 hops.
[13:29:44.231 N] Interacting with object g_Portal_Square_Orange-3819
[13:29:44.574 N] ========== Grid segmentation resetting!!! ============
[13:29:44.575 D] [BotEvents] EventChecker threw exception Could not read bytes from 00000000 [299]! in check
[13:29:44.577 D] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.AccessViolationException: Could not read bytes from 00000000 [299]!
at Zeta.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
at Zeta.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
at Zeta.Internals.Actors.DiaObject.()
at Zeta.Internals.Actors.DiaObject.get_ACDGuid()
at Zeta.Internals.Actors.DiaObject.get_IsACDBased()
at Zeta.Internals.Actors.DiaObject.GetCommonData[T]()
at Zeta.Internals.Actors.DiaUnit.get_Level()
at Zeta.CommonBot.GameStats.(Object , EventArgs )
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at System.Delegate.DynamicInvoke(Object[] args)
at Zeta.CommonBot.Pulsator.(Delegate , Object[] ) --> System.AccessViolationException: Could not read bytes from 00000000 [299]!
at Zeta.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
at Zeta.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
at Zeta.Internals.Actors.DiaObject.()
at Zeta.Internals.Actors.DiaObject.get_ACDGuid()
at Zeta.Internals.Actors.DiaObject.get_IsACDBased()
at Zeta.Internals.Actors.DiaObject.GetCommonData[T]()
at Zeta.Internals.Actors.DiaUnit.get_Level()
at Zeta.CommonBot.GameStats.(Object , EventArgs )
[13:29:44.578 D] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.AccessViolationException: Could not read bytes from 00000000 [299]!
at Zeta.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
at Zeta.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
at Zeta.Internals.Actors.DiaObject.()
at Zeta.Internals.Actors.DiaObject.get_Position()
at Zeta.CommonBot.InactivityDetector.(Object , EventArgs )
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at System.Delegate.DynamicInvoke(Object[] args)
at Zeta.CommonBot.Pulsator.(Delegate , Object[] ) --> System.AccessViolationException: Could not read bytes from 00000000 [299]!
at Zeta.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
at Zeta.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
at Zeta.Internals.Actors.DiaObject.()
at Zeta.Internals.Actors.DiaObject.get_Position()
at Zeta.CommonBot.InactivityDetector.(Object , EventArgs )
[13:29:44.805 D] Navigator.Clear
[13:29:44.807 D] Replaced hook [ProfileOrderBehavior_Hook] 3e8c4b54-2eff-4d35-81ef-d9bf0de47bfc
[13:29:44.808 D] Navigator.Clear
[13:29:44.867 D] Generating path to Out #1 - <323.1196, 887.4232, 17.39608>
[13:29:44.867 D] Raycast path generated.
[13:29:44.867 D] Generated path to <323.1196, 887.4232, 17.39608> (Out #1) with 1 hops.
once its failed to do the door once it comes back out of the dungeon it will not run just stands still casts spells but doesnt move.
Cheers