Search results

  1. Malibu Stacey

    autoscend - a sl_ascend fork/continuation

    As one of those aforementioned script authors, I absolutely love that an error caused entirely by KoLMafia using an SVN library to access repositories hosted on GitHub gives an error that straight up says it's the scripts fault :rolleyes:
  2. Malibu Stacey

    autoscend - a sl_ascend fork/continuation

    FYI this isn't a thing which has actually happened in the real world. They've changed the default branch name for new repo's to "main" which is actually in line with source control software that pre-dates Git (e.g. Perforce) but that doesn't affect existing repo's and even if you created a new...
  3. Malibu Stacey

    Feature Maximizer Limits

    See https://kolmafia.us/threads/max-price-field-in-the-maximizer-appears-to-do-nothing.26107/ As far as I can see, it should not have done that if the section of the help dialog I screenshot in that thread is to be believed. There's also a maximizerMaxPrice property which might do something (I...
  4. Malibu Stacey

    New Content July 2021 IotM - Clan Underground Fireworks Shop

    Even just buying rockets in the relay browser throws debug errors You spent 2,500 Meat You acquire blue rocket (10) Unexpected error, debug log printed. At least it buys them though. The call to buy() in my first post just fails to do anything.
  5. Malibu Stacey

    New Content July 2021 IotM - Clan Underground Fireworks Shop

    > ash buy($item[blue rocket]) Purchasing blue rocket (1 @ 237)... You spent 250 Meat You acquire an item: blue rocket Preference _fireworksShopHatBought changed from false to true Preference _fireworksShopEquipmentBought changed from false to true Unexpected error, debug log printed. Purchases...
  6. Malibu Stacey

    Feature - Implemented property or function to detect when in a casual ascension

    I was about to test it but it throws errors parsing status when logging in. Character is in aftercore & hasn't been logged in since before rollover today.
  7. Malibu Stacey

    Feature - Implemented property or function to detect when in a casual ascension

    I mean I'd like to have a warning for people who do stupid things in general but unfortunately I don't have the time to write checks for absolutely every stupid thing someone can do before running autoscend and basically if they do stupid stuff manually then run autoscend (like the person who...
  8. Malibu Stacey

    Feature - Implemented property or function to detect when in a casual ascension

    can_interact() returns true when you've broken ronin. Yes that is approximately the same thing but I want to know if the user is in a Casual ascension so I can have autoscend autosell all their items and abort warn them that they're in unsupported territory. Since in_hardcore() exists and...
  9. Malibu Stacey

    Feature - Implemented property or function to detect when in a casual ascension

    It's eminently possible that Cheesecookie had some sort of wrapper he used to call cc_ascend which set it by parsing api.php which he never made public but cc_ascend's source calls get_property on it and expects it to be set to the return value of my_ascensions(). If it has never existed and is...
  10. Malibu Stacey

    Feature - Implemented property or function to detect when in a casual ascension

    As title. It's just gone, doesn't even list at all in prefref. If it's been deprecated I can't find anything in ashref that would replace it. See below.
  11. Malibu Stacey

    Bug Issue with updating scripts from Github?

    Honestly I think this is the correct solution. Git/Hub isn't going to go away, if anything fewer scripts are likely to be hosted in SVN rather than Git over time and if having a Git native library handle scripts hosted in Git repositories makes life easier for everyone it sounds like the best...
  12. Malibu Stacey

    Bug - Not A Bug Modifier Maximizer removing shirts and not taking them into account

    I suspect this is caused by his old version not knowing the G was dropped from Torso Awaregness and assuming he can't equip shirts without the skill.
  13. Malibu Stacey

    Bug Issue with updating scripts from Github?

    All Loathing-Associates-Scripting-Society scripts are in their own repos. We have a team (the aforementioned Loathing-Associates-Scripting-Society) but the team itself has multiple public repos. See https://github.com/Loathing-Associates-Scripting-Society That is not what happened. I merged...
  14. Malibu Stacey

    Bug - Fixed get_campground() contains previous and current garden seed packets

    Thanks @gausie. I'll give it a test after rollover when I log in on my main account. Much appreciated.
  15. Malibu Stacey

    Bug - Not A Bug Mafia doesn't think I have Map The Monsters skill

    FYI that isn't a mafia thing. Vanilla KoL has known weirdnesses when breaking ronin in-run.
  16. Malibu Stacey

    Bug - Fixed get_campground() contains previous and current garden seed packets

    > ash get_campground() Returned: aggregate int [item] meat golem => 1 Certificate of Participation => 1 Dramatic™ range => 1 Queue Du Coq cocktailcrafting kit => 1 bartender-in-the-box => 1 pagoda plans => 1 chef-in-the-box => 1 clockwork maid => 1 Discount Telescope Warehouse gift certificate...
  17. Malibu Stacey

    Bug - Not A Bug Ordering a muffin at the breakfast counter doesn't always set the muffinOnOrder property

    And again [760] Train to Downtown Preference lastEncounter changed from Grease Trapper to On a Downtown Train Encounter: On a Downtown Train Took choice 1308/7: Visit the Breakfast Counter choice.php?whichchoice=1308&option=7&pwd Encounter: On a Downtown Train You acquire an item: bran muffin...
  18. Malibu Stacey

    Bug Max Price field in the maximizer appears to do nothing.

    Help page says So I set my options thus: 15 million is about 14 million higher than the current mall price of the 5th cheapest gingerbeard and yet it doesn't show up there. No matter what combination of the radio buttons I set, it never shows up and clearly the max price field is neither...
  19. Malibu Stacey

    New Content Quantum Familiar Support

    Thanks @gausie Verifying the equipment changing is a matter of running autoscend and seeing if it breaks when it gets the Hipster or Bugbear so it might take a few days but the have_familiar() change looks good > ash have_familiar($familiar[Antique Nutcracker]); Returned: false > ash...
Back
Top