Search results

  1. lostcalpolydude

    Feature - Rejected Prevent mixing requests from different characters

    As described here, you can retrieve the data you have in your combat action bars. Then, if anything wipes them out, you can reload from your saved data.
  2. lostcalpolydude

    Bug - Fixed Overflowing gift baskets are reusable, but mafia thinks they are consumed on use

    20592. But also, since it is once per day, tracking for that was added.
  3. lostcalpolydude

    New Content Crimbo 2020

    All that added in 20585.
  4. lostcalpolydude

    Lagging and bugging

    That is either a KoL problem, or an internet problem. KoLmafia is just letting you know that the request failed.
  5. lostcalpolydude

    Bug - Not A Bug prefref not showing results (20582 on osx)

    There was a prefref alias floating around for several years (written by jasonharper) before I added it as a CLI command, and that is its output format. (I renamed the alias to pref for myself, I often like that look better than the prefref output format I added...) I assume that an alias...
  6. lostcalpolydude

    Bug JavaScript bugs

    I'm pretty sure the main purpose of pretending relay_ is to make it show in the "run script" dropdown, specifically to be able to run it in the browser. Or at least that has been the purpose for the last 10+ years. The actual report there seems to be that this dropdown strips the file...
  7. lostcalpolydude

    Feature - Implemented Add is_dark_mode()

    Looks like ashref is already case insensitive, so changing jsref to match makes sense.
  8. lostcalpolydude

    New Content IOTM - December 2020 - Box of Ghosts

    This isn't an argument against changing the default behavior, but if it ever isn't suitable then you can use a familiar script to override the behavior however you would like.
  9. lostcalpolydude

    New Content - Implemented September IotM - bagged Cargo Cultist Shorts

    20341 adds cultshorts.txt. Most of the data isn't in there yet, because I'm adding things manually, partly so I can sanity check along the way. Capitalization in the spreadsheet often does not match KoL for item and monster names. I just discovered that a single pocket can have more than 1...
  10. lostcalpolydude

    New Content - Implemented September IotM - bagged Cargo Cultist Shorts

    I was thinking of starting on a data file (because such a long list doesn't seem like it needs to go in the code) for this (the grunt work that likely doesn't need much thinking), and was trying to decide on a format. Item/Monster/Effect, tab, then the name of it would be straightforward. But...
  11. lostcalpolydude

    New Content Grey Goo

    Check out ash $location[The Goo-Bedecked Beanstalk].turns_spent This tracking already exists, no effort needed, just due to it being a location. If someone cares about getting all the goo, then that number should be 11, 22, or 33 (depending on day) when things are done. This tracking could be...
  12. lostcalpolydude

    Feature - Implemented Ability to give a flat bonus to the scores of certain items in the maximizer

    The help text in data/maximizer-help.html also needs updating. I'm also curious how this affects performance, but I'm probably not the person to evaluate that.
  13. lostcalpolydude

    autoscend - a sl_ascend fork/continuation

    What goal would you expect from the script when you can do nothing and pick up the rewards anyway?
  14. lostcalpolydude

    Commands for past IotMs

    prefref vote is the type of command you want.
  15. lostcalpolydude

    New Content Step right up! Post monster Meat and/or item drop spading here!

    The code in KoLmafia currently assumes that everything doubled by one source is also doubled by the other source. I think any change to not assume that will be nontrivial. I also remember being surprised that all the doubling calculations when considering both modifiers actually worked...
  16. lostcalpolydude

    New Content Grey Goo

    Is there a case where someone cares about spending all 11 turns in areas, and isn't doing it consistently every day? I would expect turns_spent tracking to be sufficient for people seriously collecting goo. Though I suppose adding those settings wouldn't be difficult either.
  17. lostcalpolydude

    New Content Grey Goo

    I was playing 0 turns most days anyway before the path came out. Now I am playing 0 turns and picking up karma while doing so. I thought I could use mod() in monsters.txt to support the monster stats, copying that code from ModifierExpression to MonsterExpression, but it doesn't work and I...
  18. lostcalpolydude

    Commands for past IotMs

    Each of those things requires its own support. Checking "help vote" and "ashref vote" shows nothing, which is what I expected. There isn't any support, so that is all up to visit_url() to handle. You can just "make 5 kramco sausage" (or equivalent ASH commands) and all the meat stack/paste...
Back
Top