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

Archives

skyliner1yfz

New Member
Joined
Oct 7, 2012
Messages
53
Reaction score
0
pushedx,

Please add "Loose Candle" to destructibles list in the settings so the bot can access the Archives under the Library.

I tried to add it manually but it must be hard coded within the bot as the setting is over written on each load.

Thx
 
The "Loose Candle" isn't a chest, so that's why it's not there. Even if you could add it in, it'd not work the same way because it's a special type of game object (HiddenDoorTrigger) that wouldn't be detected for Poi interaction.

We'll work on getting some logic added to handle it soon. It falls under the quest support stuff we're working on so the bot can progress through more areas without user intervention.
 
Thx for the update but still some issues with Archives.

Note the stash error there also, not sure what is causing this but happens once in a while.

Code:
PerCachedValue`1.get_Value
2014-02-06 13:18:04,753 [Main Bot Thread] ERROR PerCachedValue`1 (null) - !IsInsideHook

PerCachedValue`1.get_Value
2014-02-06 13:24:10,241 [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.
   at Loki.Game.Inventory.Inventories.GetStashTab(Int32 pageIndex)
   at Loki.Bot.Logic.Registry.FindBestStashPageForItem(InventoryItem item, Int32 maxStashPagesUsed)
   at GrindBot7.GrindBot..()
   at Buddy.Coroutines.Coroutine.Resume(Object& value)
   --- End of inner exception stack trace ---
   at Buddy.Coroutines.Coroutine.Resume(Object& value)
   at GrindBot7.LokiCoroutine.Tick(Coroutine coroutine)
   at GrindBot7.ActionRunCoroutine.Run(Object context)
   at Loki.TreeSharp.Action.RunAction(Object context)
   at Loki.TreeSharp.Action..()
   at Loki.TreeSharp.Composite.Tick(Object context)
   at Loki.Bot.BotMain.()

BotMain.

Code:
2014-02-06 13:24:07,743 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:24:08,075 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 3
2014-02-06 13:24:10,138 [Main Bot Thread] DEBUG Inventories (null) - Requesting the stash page 1.
2014-02-06 13:24:10,241 [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.
   at Loki.Game.Inventory.Inventories.GetStashTab(Int32 pageIndex)
   at Loki.Bot.Logic.Registry.FindBestStashPageForItem(InventoryItem item, Int32 maxStashPagesUsed)
   at GrindBot7.GrindBot..()
   at Buddy.Coroutines.Coroutine.Resume(Object& value)
   --- End of inner exception stack trace ---
   at Buddy.Coroutines.Coroutine.Resume(Object& value)
   at GrindBot7.LokiCoroutine.Tick(Coroutine coroutine)
   at GrindBot7.ActionRunCoroutine.Run(Object context)
   at Loki.TreeSharp.Action.RunAction(Object context)
   at Loki.TreeSharp.Action..()
   at Loki.TreeSharp.Composite.Tick(Object context)
   at Loki.Bot.BotMain.()
2014-02-06 13:24:10,853 [Main Bot Thread] DEBUG GrindBot (null) - Moving Greater Multiple Projectiles to stash page 2
2014-02-06 13:24:11,702 [Main Bot Thread] DEBUG GrindBot (null) - Moving Scroll of Wisdom to stash page 1
2014-02-06 13:24:12,538 [Main Bot Thread] DEBUG GrindBot (null) - Moving Chromatic Orb to stash page 1
2014-02-06 13:24:13,360 [Main Bot Thread] DEBUG GrindBot (null) - Moving Alteration Shard to stash page 2
2014-02-06 13:24:14,132 [Main Bot Thread] DEBUG GrindBot (null) - Moving Alchemy Shard to stash page 1
2014-02-06 13:24:14,980 [Main Bot Thread] DEBUG GrindBot (null) - Moving Jeweller's Orb to stash page 2
2014-02-06 13:24:15,780 [Main Bot Thread] DEBUG GrindBot (null) - Moving Orb of Alteration to stash page 1
2014-02-06 13:24:16,606 [Main Bot Thread] DEBUG GrindBot (null) - Moving Armourer's Scrap to stash page 1
2014-02-06 13:24:17,436 [Main Bot Thread] DEBUG GrindBot (null) - Moving Orb of Fusing to stash page 1
2014-02-06 13:24:18,259 [Main Bot Thread] DEBUG GrindBot (null) - Moving Orb of Augmentation to stash page 1
2014-02-06 13:24:19,060 [Main Bot Thread] DEBUG GrindBot (null) - Moving Blessed Orb to stash page 1
2014-02-06 13:24:19,879 [Main Bot Thread] DEBUG GrindBot (null) - Moving Glassblower's Bauble to stash page 1
2014-02-06 13:24:20,691 [Main Bot Thread] DEBUG GrindBot (null) - Moving Cartographer's Chisel to stash page 1
2014-02-06 13:24:21,357 [Main Bot Thread] DEBUG Poi (null) - Cleared POI: Stash
2014-02-06 13:24:21,357 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: None, Location: {0, 0}, Distance: 370, Name: None, Hash Code: 451224581
2014-02-06 13:24:21,371 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: PortalToArea, Location: {246, 203}, Distance: 111, Name: ********'s Portal, Hash Code: 27479688
2014-02-06 13:24:21,935 [Main Bot Thread] DEBUG Navigator (null) - MoveToCoroutine moving to {246, 203}. Reason: Interacting with POI: <Default>
2014-02-06 13:24:21,936 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 1
2014-02-06 13:24:21,937 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:24:22,336 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:24:23,302 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 2
2014-02-06 13:24:23,370 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:24:24,963 [Main Bot Thread] DEBUG Poi (null) - Cleared POI: PortalToArea

2014-02-06 13:27:14,718 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: Quest, Location: {65, 237}, Distance: 226, Name: Quest, Hash Code: 1896676412
2014-02-06 13:27:14,719 [Main Bot Thread] DEBUG Navigator (null) - MoveToCoroutine moving to {65, 237}. Reason: Interacting with POI: Quest
2014-02-06 13:27:14,720 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 1
2014-02-06 13:27:14,722 [Main Bot Thread] DEBUG  (null) - Using Quicksilver Flask for movement!
2014-02-06 13:27:14,793 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:27:15,124 [Main Bot Thread] DEBUG Targeting (null) - Ignoring Urn [5105] from loot targeting. (Disabled Chest in Character Settings)
2014-02-06 13:27:15,425 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 2
2014-02-06 13:27:15,495 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:27:15,760 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 3
2014-02-06 13:27:15,828 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: Monster, Location: {245, 257}, Distance: 56, Name: Colossal Bonestalker, Hash Code: 744382773
2014-02-06 13:27:15,831 [Main Bot Thread] DEBUG Navigator (null) - Moving to {245, 257} (CreateMoveIntoRange)
2014-02-06 13:27:15,831 [Main Bot Thread] DEBUG Navigator (null) - No current navigation path. Creating one!
2014-02-06 13:27:15,832 [Main Bot Thread] DEBUG Navigator (null) - Successfully generated path to {245, 257} (CreateMoveIntoRange) in 0.11ms
2014-02-06 13:27:15,832 [Main Bot Thread] DEBUG Navigator (null) - Moving path to next hop. [1]
2014-02-06 13:27:15,833 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:27:15,895 [Main Bot Thread] DEBUG Navigator (null) - Moving to {245, 258} (CreateMoveIntoRange)
2014-02-06 13:27:15,896 [Main Bot Thread] DEBUG Navigator (null) - No current navigation path. Creating one!
2014-02-06 13:27:15,896 [Main Bot Thread] DEBUG Navigator (null) - Successfully generated path to {245, 258} (CreateMoveIntoRange) in 0.04ms
2014-02-06 13:27:15,897 [Main Bot Thread] DEBUG Navigator (null) - Moving path to next hop. [1]
2014-02-06 13:27:15,965 [Main Bot Thread] DEBUG Spell (null) - Input error casting Leap Slam on Colossal Bonestalker. TargetDoesNotMatch
2014-02-06 13:27:18,181 [Main Bot Thread] DEBUG Targeting (null) - Ignoring Thicket Bow [61B8] from loot targeting. (No Filter Match)
2014-02-06 13:27:18,185 [Main Bot Thread] DEBUG Poi (null) - Cleared POI: Monster
2014-02-06 13:27:18,185 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: None, Location: {0, 0}, Distance: 350, Name: None, Hash Code: 1782764964
2014-02-06 13:27:18,188 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: Monster, Location: {254, 245}, Distance: 21, Name: Frost Keeper, Hash Code: -942256279
2014-02-06 13:27:18,949 [Main Bot Thread] DEBUG Targeting (null) - Ignoring Sanctified Life Flask [34B8] from loot targeting. (No Filter Match)
2014-02-06 13:27:18,953 [Main Bot Thread] DEBUG Poi (null) - Cleared POI: Monster
2014-02-06 13:27:18,953 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: None, Location: {0, 0}, Distance: 353, Name: None, Hash Code: 106792780
2014-02-06 13:27:18,956 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: Monster, Location: {252, 226}, Distance: 25, Name: Frost Keeper, Hash Code: -1882594901
2014-02-06 13:27:20,303 [Main Bot Thread] DEBUG Poi (null) - Cleared POI: Monster
2014-02-06 13:27:20,303 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: None, Location: {0, 0}, Distance: 343, Name: None, Hash Code: 292001296
2014-02-06 13:27:20,307 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: Monster, Location: {240, 230}, Distance: 10, Name: Colossal Bonestalker, Hash Code: 843430450
2014-02-06 13:27:20,741 [Main Bot Thread] DEBUG Targeting (null) - Ignoring Ezomyte Axe [757B] from loot targeting. (No Filter Match)
2014-02-06 13:27:21,896 [Main Bot Thread] DEBUG Targeting (null) - Ignoring Leather Belt [6FA3] from loot targeting. (No Filter Match)
2014-02-06 13:27:21,903 [Main Bot Thread] DEBUG Spell (null) - Input error casting Heavy Strike on Frost Keeper. TargetDoesNotMatch
2014-02-06 13:27:22,364 [Main Bot Thread] DEBUG Poi (null) - Cleared POI: Monster
2014-02-06 13:27:22,364 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: None, Location: {0, 0}, Distance: 317, Name: None, Hash Code: 1598952076
2014-02-06 13:27:22,366 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: Monster, Location: {246, 194}, Distance: 11, Name: Frost Keeper, Hash Code: -600939309
2014-02-06 13:27:23,247 [Main Bot Thread] DEBUG Poi (null) - Cleared POI: Monster
2014-02-06 13:27:23,248 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: None, Location: {0, 0}, Distance: 317, Name: None, Hash Code: -731762051
2014-02-06 13:27:23,249 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: Monster, Location: {237, 240}, Distance: 35, Name: Colossal Bonestalker, Hash Code: -2074245331
2014-02-06 13:27:23,251 [Main Bot Thread] DEBUG Spell (null) - Input error casting Heavy Strike on Colossal Bonestalker. TargetDoesNotMatch
2014-02-06 13:27:23,977 [Main Bot Thread] DEBUG Poi (null) - Cleared POI: Monster
2014-02-06 13:27:23,978 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: None, Location: {0, 0}, Distance: 329, Name: None, Hash Code: -21323563
2014-02-06 13:27:23,979 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: Quest, Location: {65, 237}, Distance: 177, Name: Quest, Hash Code: -263090824
2014-02-06 13:27:23,980 [Main Bot Thread] DEBUG Navigator (null) - MoveToCoroutine moving to {65, 237}. Reason: Interacting with POI: Quest
2014-02-06 13:27:23,981 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 1
2014-02-06 13:27:23,983 [Main Bot Thread] DEBUG  (null) - Using Quicksilver Flask for movement!
2014-02-06 13:27:24,163 [Main Bot Thread] DEBUG Navigator (null) - There's something under the mouse, extending the click distance to 20
2014-02-06 13:27:24,229 [Main Bot Thread] DEBUG Navigator (null) - There's something under the mouse, extending the click distance to 25
2014-02-06 13:27:24,230 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:27:24,429 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:27:24,896 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 2
2014-02-06 13:27:25,093 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 3
2014-02-06 13:27:25,359 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 4
2014-02-06 13:27:25,360 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 5
2014-02-06 13:27:25,427 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:27:25,627 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 6
2014-02-06 13:27:25,693 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:27:25,957 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 7
2014-02-06 13:27:26,024 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:27:26,289 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 8
2014-02-06 13:27:26,357 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:27:26,722 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 9
2014-02-06 13:27:27,253 [Main Bot Thread] DEBUG Poi (null) - Cleared POI: Quest
2014-02-06 13:27:27,254 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: None, Location: {0, 0}, Distance: 243, Name: None, Hash Code: 1454555443
2014-02-06 13:27:27,255 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: Explore, Location: {218, 88}, Distance: 217, Name: Explore, Hash Code: 152110340
2014-02-06 13:27:27,255 [Main Bot Thread] DEBUG Navigator (null) - MoveToCoroutine moving to {218, 88}. Reason: Exploration
2014-02-06 13:27:27,257 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 1
2014-02-06 13:27:27,320 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:27:27,520 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 2
2014-02-06 13:27:27,587 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:27:28,323 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 3
2014-02-06 13:27:28,390 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:27:28,455 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: Quest, Location: {65, 237}, Distance: 75, Name: Quest, Hash Code: -1137868529
2014-02-06 13:27:28,456 [Main Bot Thread] DEBUG Navigator (null) - MoveToCoroutine moving to {65, 237}. Reason: Interacting with POI: Quest
2014-02-06 13:27:28,457 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 1
2014-02-06 13:27:28,523 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:27:28,590 [Main Bot Thread] DEBUG Poi (null) - Cleared POI: Quest
2014-02-06 13:27:28,591 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: None, Location: {0, 0}, Distance: 264, Name: None, Hash Code: 1688424441
2014-02-06 13:27:28,591 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: Explore, Location: {218, 88}, Distance: 158, Name: Explore, Hash Code: 170868431
2014-02-06 13:27:28,592 [Main Bot Thread] DEBUG Navigator (null) - MoveToCoroutine moving to {218, 88}. Reason: Exploration
2014-02-06 13:27:28,593 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 1
2014-02-06 13:27:28,657 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:27:28,789 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: Quest, Location: {65, 237}, Distance: 76, Name: Quest, Hash Code: -2002636511
2014-02-06 13:27:28,790 [Main Bot Thread] DEBUG Navigator (null) - MoveToCoroutine moving to {65, 237}. Reason: Interacting with POI: Quest
2014-02-06 13:27:28,791 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 1
2014-02-06 13:27:28,857 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:27:28,998 [Main Bot Thread] DEBUG Poi (null) - Cleared POI: Quest
2014-02-06 13:27:28,998 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: None, Location: {0, 0}, Distance: 263, Name: None, Hash Code: 366128771
2014-02-06 13:27:28,999 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: Explore, Location: {218, 88}, Distance: 157, Name: Explore, Hash Code: 1289733047
2014-02-06 13:27:29,000 [Main Bot Thread] DEBUG Navigator (null) - MoveToCoroutine moving to {218, 88}. Reason: Exploration
2014-02-06 13:27:29,001 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 1
2014-02-06 13:27:29,002 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 2
2014-02-06 13:27:29,074 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:27:29,205 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: Quest, Location: {65, 237}, Distance: 77, Name: Quest, Hash Code: -1336058444
2014-02-06 13:27:29,206 [Main Bot Thread] DEBUG Navigator (null) - MoveToCoroutine moving to {65, 237}. Reason: Interacting with POI: Quest
2014-02-06 13:27:29,207 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 1
2014-02-06 13:27:29,273 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:27:29,405 [Main Bot Thread] DEBUG Poi (null) - Cleared POI: Quest
2014-02-06 13:27:29,406 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: None, Location: {0, 0}, Distance: 260, Name: None, Hash Code: -1672254904
2014-02-06 13:27:29,406 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: Explore, Location: {218, 88}, Distance: 157, Name: Explore, Hash Code: 1034324254
2014-02-06 13:27:29,407 [Main Bot Thread] DEBUG Navigator (null) - MoveToCoroutine moving to {218, 88}. Reason: Exploration
2014-02-06 13:27:29,409 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 1
2014-02-06 13:27:29,473 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:27:29,584 [Main Bot Thread] DEBUG UsefulLocationManager (null) - Adding useful location ["The Archives"][20317] = {84, 244} for area [0x7B95B128]
2014-02-06 13:27:29,586 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: AreaTransition, Location: {84, 244}, Distance: 56, Name: AreaTransition, Hash Code: 61350843
2014-02-06 13:27:29,586 [Main Bot Thread] DEBUG Navigator (null) - MoveToCoroutine moving to {84, 244}. Reason: Interacting with POI: AreaTransition
2014-02-06 13:27:29,587 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 1
2014-02-06 13:27:29,657 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:27:29,989 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 2
2014-02-06 13:27:30,059 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:27:30,389 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 3
2014-02-06 13:27:30,523 [Main Bot Thread] DEBUG Navigator (null) - Navigation path index moved to 4
2014-02-06 13:27:30,591 [Main Bot Thread] DEBUG LokiPoe (null) - Pressing bound movement button.
2014-02-06 13:27:38,322 [Main Bot Thread] DEBUG BotMain (null) - Stopping the bot. Reason: Instance manager didn't open! Something has gone terribly wrong here...
2014-02-06 13:27:38,337 [Main Bot Thread] DEBUG TreeHooks (null) - Removed hook [BotBehavior] e99c70a6-606c-459f-8359-c6952ef10120
2014-02-06 13:27:38,339 [Main Bot Thread] DEBUG Poi (null) - Cleared POI: AreaTransition
2014-02-06 13:27:38,341 [Main Bot Thread] DEBUG Poi (null) - POI set to Type: None, Location: {0, 0}, Distance: 258, Name: None, Hash Code: -1854433094
2014-02-06 13:27:38,342 [Main Bot Thread] DEBUG BotMain (null) - Removing memory patches.
 
The Stash exception isn't an error, it's just logged that way. All it's letting us know is the client is waiting for the stash page from the server.

The issue your bot had with the Archives looks to be like it tried to start a new instance, but it failed, which causes the bot to stop. It might be related to the issue where it runs away from the candle and then tries to interact, but it wasn't happening for me last night. We'll see after that other issue is resolved if it was related to this one or not.
 
Just want to mention, the issues with the Loose Candle should hopefully be fixed in the next version.
 
Back
Top