Search results

  1. Malibu Stacey

    Bug Mafia Thinks Tom Drum fight takes place in shadow rifts.. if you were adventuring in shadow rifts

    I had to put a visit_url("main.php"); in between the cli_execute() and run_combat() calls to get it to work. cli_execute("aprilband play quad tom"); visit_url("main.php"); run_combat();
  2. Malibu Stacey

    Bug combat_queue isn't reset on ascension

    Another user ran into this today with the queue showing Witchess Knights but only Witchess Bishops being in the Time-Spinner list. I looked at the code for AdventureQueueDatabase.resetQueue() and it looks perfectly fine. I'll try modifying the garbo code so it outputs the queue when fighting...
  3. Malibu Stacey

    Bug combat_queue isn't reset on ascension

    Found by a well known farming script. Before ascending, garbo was fighting Witchess Knights in the Dire Warren. I ascended into Avant Guard, had autoscend run a 2 day Normal. Out of run I ran garbo. It is trying to use the Time-Spinner to fight a Witchess Knight because it has looked at the...
  4. Malibu Stacey

    Bug - Fixed mimic egg item isn't removed from inventory count when you fight the last monster in it

    Steps to reproduce: Get a mimic egg which contains one or more monsters. ash item_amount($item[mimic egg]) will return 1 as expected. Fight all the monsters contained in your mimic egg. ash item_amount($item[mimic egg]) will still return 1 but it doesn't exist any more in your inventory.
  5. Malibu Stacey

    Bug maximizer doesn't take $familiar.soup_weight into account when maximizing familiar weight

    If I equipped the 3 things it's suggesting in the maximizer after that second call, it would be at 325 weight. 325 - 111 = 214 so I guess it's also not taking base weight into account either since it thinks it can only hit 194.
  6. Malibu Stacey

    Bug - Confirmed Maximizer didn't equip a weapon

    When the bug happens, adding 2 dump to the maximizer & running it again gives SLOT STICKER3 [(none) (1,682), seal-clubbing club (1,682), turtle totem (1,682), saucepan (1,682), disco ball (1,682), industrial fire extinguisher (1,699), candy cane sword cane (1,714), June cleaver (1,906)] [June...
  7. Malibu Stacey

    Feature Deprecate _concoctionDatabaseRefreshes

    autoscend sets logPreferenceChange to true while running. It resets it to whatever it was before autoscend was run once autoscend stops running. If some other script set it to true before you ran autoscend, blame that script.
  8. Malibu Stacey

    Bug - Fixed Using a map to a candy-rich block and then adding the rest to the mall doesn't actually work

    It's also not setting the preference _mapToACandyRichBlockUsed when using the map. Only when using a second one will the pref get set. It looks like parseConsumption() is being interrupted by the new page load when the map is used.
  9. Malibu Stacey

    New Content august scepter

    Skill tracking is off in-run. cast 1 Aug. 24th: Waffle Day! You acquire waffle (3) Preference _augTodayCast changed from false to true Preference _aug24Cast changed from false to true Preference _concoctionDatabaseRefreshes changed from 47 to 48 cast 1 Aug. 30th: Beach Day! You acquire an item...
  10. Malibu Stacey

    Bug - Fixed Preference timesRested is set to 2 on re-login

    Noticed this happening when I've logged out of an account when it has free rests used and then subsequently logged in as it makes me think I have a lot more cinch usable than is actually correct (although _cinchoRests and total_free_rests() are correct so my cincho using scripts aren't fooled...
  11. Malibu Stacey

    Bug - Fixed can't cast Disco Nap in r27606

    I think the change of Type for Disco Nap in r27606 had an unintended effect.
  12. Malibu Stacey

    Bug Maximizer unaware of unique item pull restriction

    Still happens in r27604. It's exceptionally egregious in the current challenge path when you're trying to do the tower off-stat test on a Saturday & it recommends pulling 3 Mr. Accessaturday's.
  13. Malibu Stacey

    New Content A Shrunken Adventurer Am I

    When overdrunk, the item manager is still listing booze larger than size 1 as consumable (especially visible if you uncheck "per drunk") even with "by room" checked. It will also try to acquire and consume booze listed there that it won't be able to consume e.g. Purchasing Fog Murderer (1 @...
  14. Malibu Stacey

    Bug - Fixed Chateau Artificial Skylight is double counted in Rollover Adventures modifier

    Confirming fixed. I assume it was r27353 from the change descriptions.
  15. Malibu Stacey

    New Content - Implemented Cursed Monkey Paw

    autoscend found a bug in the implementation of monkey_paw(). boolean success = monkey_paw(wish); This will cause the script to abort if you are out of wishes. Previously the prevailing stance from KoLMafia developers has been that if return values are captured, ASH functions will not cause...
  16. Malibu Stacey

    New Content - Implemented Shadow Rifts no longer accessible to accounts without the closed-circuit pay phone

    I put this down as New Content as it's a KoL change but feel free to change it to a bug if that is more applicable. In /trivial > ash can_adventure($location[Shadow Rift (The Ancient Buried Pyramid)]) Returned: true This account is in AoSOL aftercore as a Cheese Wizard. Not sure if that's...
  17. Malibu Stacey

    Bug - Fixed Chateau Artificial Skylight is double counted in Rollover Adventures modifier

    I expect this is caused by r27350 I haven't tested the antler chandelier to see if PvP fights are similarly affected but it should be easy enough to test. > version KoLmafia r27351
  18. Malibu Stacey

    Feature RFC: Pre-Rollover Script Concept

    If this happens, a button on the interface to toggle the interruptScript property would be lovely.
  19. Malibu Stacey

    Bug nextAdventure is reset incorrectly the first time using a plaintive telegram

    Preference nextAdventure changed from The Velvet / Gold Mine (Mining) to Investigating a Plaintive Telegram Preference nextAdventure changed from Investigating a Plaintive Telegram to The Neverending Party [1030331] The Neverending Party Preference lastEncounter changed from Plains to...
Back
Top