When Bot tries to upgrade waystones, it opens and close the stash in a loop. (I have a fresh install version).
Have searched some issues with bot opening and closing stash chest when the option to upgrade waystones are active. Does anyone had the same issues and got it solved before?
Right now I can only run the bot if I remove currencies from stash tab 4 and set another tab as currency affinity.
Log captured during the loop:
2025-03-05 10:34:26 [info] -> Using Orb of Augmentation on Waystone (Tier 13)
2025-03-05 10:34:26 [info] -> Couldn't find element for currency: Orb of Augmentation in player/stash inventory
2025-03-05 10:34:26 [info] -> Running state priority: 14
2025-03-05 10:34:26 [info] -> Closing inventory...
2025-03-05 10:34:27 [info] -> Running state priority: 7
2025-03-05 10:34:27 [info] -> Clicking on location: 1343.134277-458.429901
2025-03-05 10:34:28 [info] -> Running state priority: 7
2025-03-05 10:34:28 [info] -> Using Orb of Augmentation on Waystone (Tier 13)
2025-03-05 10:34:28 [info] -> Couldn't find element for currency: Orb of Augmentation in player/stash inventory
2025-03-05 10:34:29 [info] -> Running state priority: 14
2025-03-05 10:34:29 [info] -> Closing inventory...
2025-03-05 10:34:29 [info] -> Running state priority: 7
2025-03-05 10:34:29 [info] -> Clicking on location: 1343.134277-458.429901
2025-03-05 10:34:31 [info] -> Running state priority: 7
My Map setup (almost the same as the one I downloaded, just set tier >=10)
// Map Tier setting
[MapTier] >= "10" # [RunMap] == "true" // Run Waystones (1-16)
// Map Rarity to Run (Uncommenting means Ignore)
[Rarity] == "Unique" # [IgnoreMap] == "true"
// [Rarity] == "Rare" # [IgnoreMap] == "true"
// [Rarity] == "Magic" # [IgnoreMap] == "true"
// [Rarity] == "Normal" # [IgnoreMap] == "true"
// If you want to transmute or alch maps before running them.
// [Rarity] == "Normal" # [UpgradeToRare] == "true" // Use Alchemy - Careful with this vs regal augmentation
[Rarity] == "Normal" # [UpgradeToMagic] == "true" // Use Transmutation
// Map augmentation
[Rarity] == "Magic" # [AugmentIfPossible] == "true" // Use Augmentation
[Rarity] == "Magic" && [MapTier] >= "11" # [UpgradeToRare] == "true" // Use Regal
[Rarity] == "Rare" && [MapTier] >= "11" # [ExaltIfPossible] == "4" // Use Exalted Orbs Until 4 Mods are Reached
// [Rarity] == "Rare" && [MapTier] >= "15" # [Corrupt] == "true" // Use Vaal Orb - DOES NOT WORK - FUTURE ENHANCEMENT
Indeed, this is a known limitation of the bot. You need to restart both the game client and the bot after modifying stash tab order and eventually some game settings
This usually occurs when the bot is unable to find a viable map due to “Ignored Atlas Nodes” Manually enter a map and help it complete it and it should unlock some maps that are not on the ignore list.