I seem to have found a disco nap/skill recovery bug... A stream of duplicated message of the following 4 lines leading to autoscend halting:
[DEBUG] Recalculating cached restore objective values.
[INFO] Using skill disco nap as restore.
[INFO] Target mp => 8 - Considering restore options at 88/126 HP with 5/140 MP
[INFO] Active Negative Effects => []
...
[DEBUG] Recalculating cached restore objective values.
[ERROR] Error running auto_pre_adv.ash, setting auto_interrupt=true
There seems to be straightforward - disco nap shouldn't be an option to try to cast when there's less than 8 mana because it's an 8 mana spell. Line 1598 in autoscend/auto_restore.ash seems to check the mana cost but its looping to try the same skill until it errors out rather than moving on to the next restoration option.
In case you're wondering why it's trying to use that spell to recover MP. It's at 5/140 and wants to get to 8. Disco nap is usually for healing hitpoints not increasing mana but when wielding the April Shower Thoughts Shield it will provide mana for 5 casts. Manually buying a potion from Doc Galactik and then doing a disco nap recovered 40MP.
[DEBUG] Recalculating cached restore objective values.
[INFO] Using skill disco nap as restore.
[INFO] Target mp => 8 - Considering restore options at 88/126 HP with 5/140 MP
[INFO] Active Negative Effects => []
...
[DEBUG] Recalculating cached restore objective values.
[ERROR] Error running auto_pre_adv.ash, setting auto_interrupt=true
There seems to be straightforward - disco nap shouldn't be an option to try to cast when there's less than 8 mana because it's an 8 mana spell. Line 1598 in autoscend/auto_restore.ash seems to check the mana cost but its looping to try the same skill until it errors out rather than moving on to the next restoration option.
In case you're wondering why it's trying to use that spell to recover MP. It's at 5/140 and wants to get to 8. Disco nap is usually for healing hitpoints not increasing mana but when wielding the April Shower Thoughts Shield it will provide mana for 5 casts. Manually buying a potion from Doc Galactik and then doing a disco nap recovered 40MP.