I'm unable to determine when/why but kolmafia sometimes won't attempt to buy limited items from the Underground Fireworks Shop despite having visited it. Turning on debug, it appears that mafia does not make any queries and instead returns a failure without attempting to buy them.
Given the following state:
Using the CLI command
The rocket boots are available based on visual inspection:

I've been unable to find a workaround to resolve it, although I imagine just using
Given the following state:
Name | Value | Default | Scope |
---|---|---|---|
_fireworksShop | true | false | user |
_fireworksShopEquipmentBought | false | false | user |
_fireworksShopHatBought | true | false | user |
Using the CLI command
acquire rocket boots
, sometimes the result is:
Code:
Desired purchase quantity not reached (wanted 1, got 0)
You need 1 more rocket boots to continue.
The rocket boots are available based on visual inspection:

I've been unable to find a workaround to resolve it, although I imagine just using
visit_url
should succeed even if acquire
won't.
Last edited by a moderator: