Recent content by fronobulax

  1. fronobulax

    New Content Archaeologist's Spade

    I posted this in the other thread but decided repetition was more useful than merging threads. I can imagine an optimization where the number of digs is a parameter and the code only does run_choice(4) on the last dig but that doesn't really benefit me at the moment so laziness wins.
  2. fronobulax

    New Content Monster Manuel updates

    I looked at it and decided it was an encoding thing, I looked at the code and felt like the fix I was thinking of was too kludgy and might have side effects. I then wondered about a test that might give me confidence in my change. They I realized the existing test runs against a Manuel with...
  3. fronobulax

    Archaeologist's Spade

    I did not like using a choice adventure script for this because I did not want to edit my current script nor create some kind of container that managed the spade or called the current script. while ( get_property("_archSpadeDigs").to_int() < 11 ) { string url =...
  4. fronobulax

    Bug Settings not being updated at the right time

    Not sure on the pants. olfactedMonster was not being reset on ascension. https://github.com/kolmafia/kolmafia/pull/3434 should fix that once it is committed.
  5. fronobulax

    Bug - Fixed maximizerMList does not correctly handle changes to maximizerMRUSize

    Just FYI I looked at this for a few minutes. Two comments. First my superficial inspection suggests the update code was tweaked by hola when he added the Bookmarks capability. That intermittently broke the ScriptMRU capability because sometimes the drop down menu would have repeated...
  6. fronobulax

    Bug maximizer fails equipping non-existent hoverboard

    How are you doing this - from the command line (or a script) or the GUI? The GUI has several options that would allow the maximizer to buy, pull or create something it doesn't have. Is there any chance there was a failure to acquire that was not detected prior to equipping? We may define...
  7. fronobulax

    autoscend - a sl_ascend fork/continuation

    autoSatisfyWithMall is a KoLmafia preference. You might also look at autoBuyPriceLimit, another KoLmafia preference. Assuming autoscend honors it, it should keep you from buying big ticket items. See set and get at https://wiki.kolmafia.us/index.php?title=CLI_Reference if you need more...
  8. fronobulax

    ManageStore and CFStat - Weed out your store

    Updated CFStat and ManageStore in svn. Well eventually remove the nag message about a no longer used variable. It has been so long since I updated anything with svn that we should be prepared for operator error by me :-)
  9. fronobulax

    ManageStore and CFStat - Weed out your store

    I've got some JavaScript the gets the JSON and extracts the latest price and volume. When there is no 'recent" data I can detect it. I'm trying to figure out what I want as far as volume since ColdFront let me play with a timespan whereas what is easy to get is just the latest day's volume...
  10. fronobulax

    ManageStore and CFStat - Weed out your store

    Has it been six years? CFStat does not work. Coldfront is no longer providing the data. Similar data is being provided by loathers.net. I am in the process of trying to understand what is available programmatically and provide it instead. As long as I am doing that I should also look at...
  11. fronobulax

    Redirect Issue

    Thank you. The veiled reference to animosity includes discussions about the inability to access material without a Discord account and whose problem that actually was :-) But thank you. A CFStat update has risen to the top of my list.
  12. fronobulax

    Redirect Issue

    I couldn't get the url ColdFront redirects to to work. It seems that PriceGun https://pricegun.loathers.net/ has much of the same data and I think CFStat 3.0 that used it would still be useful, but I have not reverse engineered the data display enough to make web scraping worthwhile. Various...
  13. fronobulax

    Vanishing tips in non-combat adventures

    Where is a whoops emoji when I need one. Thanks.
  14. fronobulax

    Vanishing tips in non-combat adventures

    To add, if you use KoLmafia on more than one computer and want the same user experiences (preferences, scripts, etc.) then many files in the KoLmafia directory need to be the same. If you are moving to a new computer and never intend to run KoLmafia on the old one again then you need to copy...
  15. fronobulax

    Redirect Issue

    The script CFStat fetches data from ColdFront. It has been broken for some time as the wiki had migrated. I was running today and the script popped up a box that said the URL had been redirected. It asked if I wanted to resend the form data to the "new" wiki. The redirect notice has a Yes...
Back
Top