autoscend - a sl_ascend fork/continuation

running into the following for 'Zombie Slayer'.. is there a known workaround? (basically its saying can't use familiar and quitting)
Thanks!
Code:
[DEBUG] lookupFamiliarDatafile is checking for type    [drop]
Preference auto_lastFamiliarLookupType changed from regen    to drop
[DEBUG] Could not find any "drop" type    familiars!
[DEBUG] lookupFamiliarDatafile is    checking for type [stat]
Preference auto_lastFamiliarLookupType    changed from drop to stat
[DEBUG] Could not find    any "stat" type familiars!
[DEBUG]    lookupFamiliarDatafile is checking for type [regen]
Preference    auto_lastFamiliarLookupType changed from stat to regen
[DEBUG]    Could not find any "regen" type familiars!
void    preAdvUpdateFamiliar failed because property auto_familiarChoice is empty    for some reason
Stack trace:
  at preAdvUpdateFamiliar    (auto_familiar.ash:777)
  at auto_pre_adventure (auto_pre_adv.ash:208)
  at    main (auto_pre_adv.ash:1059)
[ERROR] Error running    auto_pre_adv.ash, setting auto_interrupt=true
Preference    auto_interrupt changed from false to true
Preference auto_interrupt    changed from true to false
logPreferenceChange => false
Preference    logPreferenceChange changed from true to false
logPreferenceChangeFilter    =>
printStackOnAbort => false
afterAdventureScript =>
autoSatisfyWithCoinmasters    => false
autoSatisfyWithNPCs => false
betweenBattleScript =>
breakableHandling    => 1
choiceAdventureScript =>
dontStopForCounters => false
hpAutoRecoveryTarget    => 1.0
lastChanceThreshold => 100
maximizerCombinationLimit =>    0
maximizerMRUSize => 5
mpAutoRecoveryTarget => 0.3
promptAboutCrafting    => 1
spadingScript =>
auto_interrupt    detected and aborting, auto_interrupt disabled.
 
Last edited:
If that is the only one you have, I'd probably set auto_100familiar to be the reassembled blackbird. Autoscend only uses the blackbird as a familiar for the Black Forest and doesn't know about it for anywhere else
 
If that is the only one you have, I'd probably set auto_100familiar to be the reassembled blackbird. Autoscend only uses the blackbird as a familiar for the Black Forest and doesn't know about it for anywhere else
set what now? sorry.. 😅
(that in an ash file or a preference log or a command in mafia or something else altogether?)
 
Last edited:
There's a couple of ways to do it.
  1. In the relay browser's script drop-down, select autoscend and that will bring up the relay settings page where you can set a lot of settings related to autoscend. Click the link For Extra Settings, towards the top of the page. In the middle of the green section on the Extra Settings page, there is a box to enter in the auto_100familiar (it probably will say none). Change that to Reassembled blackbird and click save.1731939379309.png1731939395192.png1731939411447.png
  2. In the gCLI, enter set auto_100familiar = Reassembled blackbird
 
There's a couple of ways to do it.
  1. In the relay browser's script drop-down, select autoscend and that will bring up the relay settings page where you can set a lot of settings related to autoscend. Click the link For Extra Settings, towards the top of the page. In the middle of the green section on the Extra Settings page, there is a box to enter in the auto_100familiar (it probably will say none). Change that to Reassembled blackbird and click save.View attachment 11307View attachment 11308View attachment 11309
  2. In the gCLI, enter set auto_100familiar = Reassembled blackbird
Phenomenal! I never knew there was a script tab hidden in the main bar xD Thank You VERY much!!
 
Back
Top