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

Bot is not using Frenzy skill, just standing still

Beckend

New Member
Joined
Nov 13, 2012
Messages
80
Reaction score
0
When selecting default attack, then everything is ok. Could you please check that issue?

Enduring Cry is not used as well.

Thank you.

Bot stuck near stash, after placing items in it. Can't find the route or something like that.

Here is log:
2014-01-12 17:31:46,168 [Main Bot Thread] ERROR BotMain (null) - Error during bot tick:
Buddy.Coroutines.CoroutineException: Exception was thrown by coroutine ---> System.InvalidOperationException: Page has not been populated yet. Please wait.
? Loki.Game.Inventory.Inventories.GetStashTab(Int32 pageIndex)
? Loki.Bot.Logic.Registry.FindBestStashPageForItem(I nventoryItem item, Int32 maxStashPagesUsed)
? GrindBot7.GrindBot..()
? Buddy.Coroutines.Coroutine.Resume(Object& value)
--- ????? ??????????? ??????????? ????? ?????????? ---
? Buddy.Coroutines.Coroutine.Resume(Object& value)
? GrindBot7.LokiCoroutine.Tick(Coroutine coroutine)
? GrindBot7.ActionRunCoroutine.Run(Object context)
? Loki.TreeSharp.Action.RunAction(Object context)
? Loki.TreeSharp.Action..()
? Loki.TreeSharp.Composite.Tick(Object context)
? Loki.Bot.BotMain.()

BotMain.
2014-01-12 17:31:46,871 [Main Bot Thread] ERROR BotMain (null) - Error during bot tick:
Buddy.Coroutines.CoroutineException: Exception was thrown by coroutine ---> System.InvalidOperationException: Page has not been populated yet. Please wait.
? Loki.Game.Inventory.Inventories.GetStashTab(Int32 pageIndex)
? Loki.Bot.Logic.Registry.FindBestStashPageForItem(I nventoryItem item, Int32 maxStashPagesUsed)
? GrindBot7.GrindBot..()
? Buddy.Coroutines.Coroutine.Resume(Object& value)
--- ????? ??????????? ??????????? ????? ?????????? ---
? Buddy.Coroutines.Coroutine.Resume(Object& value)
? GrindBot7.LokiCoroutine.Tick(Coroutine coroutine)
? GrindBot7.ActionRunCoroutine.Run(Object context)
? Loki.TreeSharp.Action.RunAction(Object context)
? Loki.TreeSharp.Action..()
? Loki.TreeSharp.Composite.Tick(Object context)
? Loki.Bot.BotMain.()

BotMain.
 
This is coming from the bot running stash logic. Attach the full log. Not just a snippet that's completely irrelevant. (There are 2 logs, one with errors, another without)
 
Thanks, this should be fixed (hopefully).

I can only recreate randomly, but it hasn't seemed to happen since my recent changes to stash logic.
 
Now errors got really random, haven't copied from first test... On second no error, but bot stops after placing items in the stash.

Applying required memory patches.
Added new hook [BotBehavior] 7e21e3d1-7811-4e71-bc8b-c7d13cba46ea
Registering buffs.
? Registered Buff Frenzy
Registering curses.
? Registered Curse Vulnerability
Registering summons.
Registering totems.
Registering traps.
Registering main abilities.
? Registered Frenzy
POI set to Type: None, Location: {0, 0}, Distance: 336, Name: None, Hash Code: 1617302269
POI set to Type: Stash, Location: {206, 306}, Distance: 52, Name: Stash, Hash Code: -427039385
MoveToCoroutine moving to {206, 306}. Reason: Interacting with POI: Stash
Navigation path index moved to 1
There's something under the mouse, extending the click distance to 20
Pressing bound movement button.
There's something under the mouse, extending the click distance to 20
There's something under the mouse, extending the click distance to 25
Pressing bound movement button.
Moving Vaal Gauntlets to stash page 3
Moving Hallowed Life Flask to stash page 3
Moving Coves Map to stash page 3
Moving Chain Belt to stash page 3
Cleared POI: Stash
POI set to Type: None, Location: {0, 0}, Distance: 373, Name: None, Hash Code: 1995217521
Taking waypoint to next area. The Southern Forest [1_2_1]
POI set to Type: Waypoint, Location: {219, 210}, Distance: 101, Name: Waypoint, Hash Code: 55839491
MoveToCoroutine moving to {219, 210}. Reason: Interacting with POI: Waypoint
Navigation path index moved to 1
There's something under the mouse, extending the click distance to 20
 
Btw how to force my character to use Frenzy skill? Routine should be edited or what? Ty
 
Btw how to force my character to use Frenzy skill? Routine should be edited or what? Ty

Yes, you will need to edit your CR. The Exile is just an example that tries to allow people to use the most basic skills, but if you want your bot to fight a certain way, a custom CR is needed.
 
Back
Top