autoscend icon indicating copy to clipboard operation
autoscend copied to clipboard

Some dressing functions do not retrieve items from hatrack

Open ianknowles opened this issue 7 months ago • 2 comments

I mysteriously do not have [reinforced beaded headband] which is needed for the war outfit
Stack trace:
  at equipWarOutfit (level_12.ash:512)
  at equipWarOutfit (level_12.ash:485)
  at L13_towerNSTowerSkin (level_13.ash:1230)
  at L13_towerNSTower (level_13.ash:1096)
  at L13_towerAscent (level_13.ash:1869)
  at process_tasks (autoscend.ash:1795)
  at doTasks (autoscend.ash:2043)
  at auto_begin (autoscend.ash:2167)
  at safe_preference_reset_wrapper (autoscend.ash:2197)

This is the only instance i've seen so far, the headband is on the hatrack and equipWarOutfit consistently errors. Unsure if other dressing functions are affected and just never run into the hatrack wearing the desired hat.

ianknowles avatar Aug 09 '25 16:08 ianknowles

https://github.com/loathers/autoscend/blob/72a360931d499f4cb3fc6f4022de78ae9943cfd9/RELEASE/scripts/autoscend/quests/level_12.ash#L506

ianknowles avatar Aug 09 '25 16:08 ianknowles

equipped amount is not considering items on familiars here, probably either want to pre-emptively unequip the hatrack, or on a nested check pass the flag to equipped_amount to check familiars and then unequip.

ianknowles avatar Aug 09 '25 16:08 ianknowles