Search results

  1. MCroft

    Bug - Confirmed Maximizer didn't equip a weapon

    I set the flag to stop autoscend when it can't equip a weapon. Simplifying their highly tuned maximizer statements is daunting.
  2. MCroft

    Bug - Confirmed Maximizer didn't equip a weapon

    IIRC, Autoscend detects this and does some useful stuff like turning on debugging and redoing the search with Dump and 2 dump parameters. What would help the most is a reduced test case that Frono and others could hit with a hammer until it confesses to the nature of the issue. I, too have...
  3. MCroft

    Multitool - An implementation and feature discussion.

    error in run command for MacOS: 1: needs error handling if java isn't found. It's enclosing the executable in double quotes, which makes it not found. 2: also, don't do that. But do pre-process and replace spaces with %20 . Also, maybe some of our ".." resistant code from the scripts...
  4. MCroft

    Multitool - An implementation and feature discussion.

    MacOS first impressions, version 48 1: The installer installs, but the app will not run from the Applications Directory. It errors out because it is not signed. This will be a problem for most Mac users who are not devs and are not willing to bypass security. 2: Once that is resolved, the app...
  5. MCroft

    Multitool - An implementation and feature discussion.

    Hey all, I guess I am not as vanished as I thought. It would definitely be interesting to see what the CI/CD pipeline in GitHub would look like with this integrated into KoLmafia. I don't have a lot of time (job/spouse/opensource, pick any two), but building and installing for MacOS were...
  6. MCroft

    Feature User-Defined Stylesheet

    Two options of the post-midnight top-of-my-head 1: A pref that includes a loading order. 2: a single set stylesheet and have the user add @import rules in whatever order floats their boat.
  7. MCroft

    Bug NPE caused by JS script

    Still hunting it down. It wasn’t a blocking error, and the context was sparse, so I’m trying to re-run it with debugging on.
  8. MCroft

    Bug NPE caused by JS script

    I do have the EverFull Dart thing going. I wonder if it's somehow not expecting a choice following a fight.
  9. MCroft

    Bug NPE caused by JS script

    I'm assuming this is coming from excavator.js, but as @gausie says, an error in a script shouldn't cause an NPE. There's not much to go on here, but I wanted to get it recorded while I try to further debug. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= KoLmafia...
  10. MCroft

    Bug Mafia always runs /listen in chat after I run a chat command

    It happens to me, using Safari. I can take a look at the source, it's likely to be low-priority, since it's only in the earlier chat interface. There is a small delay before it gives me the message. It does not happen in vanilla browser KoL. You have 2 tattered scraps of paper. Currently...
  11. MCroft

    Feature Request: Discuss Retry-After header in Generic Request

    Designed may be too strong a word. Or entirely the wrong word. https://www.rfc-editor.org/rfc/rfc9110#name-retry-after includes it in discussion of 3xx and 503 responses, but doesn't list 429 at all. It should be possible to determine if the value sent is a number of seconds or a datetime (or...
  12. MCroft

    New Content Feb 2024 Challenge Path - Were Professor

    nice! I might also want "if I have more than 50 ML as a Professor". Would you consider sharing your script?
  13. MCroft

    New Content Feb 2024 Challenge Path - Were Professor

    I want to go look at ChIT and see how they’re tracking wereprof changing time.
  14. MCroft

    New Content Feb 2024 Challenge Path - Were Professor

    Feature Request: If I am a were professor, I would like a warning when 1: I have one turn left before transforming 2: I have enough research to concoct a new beast skill 3: I am about to start a fight 3 might be optional. I'm just looking to reduce the "oh, I stupidly forgot to improve my...
  15. MCroft

    Feature Request: Discuss Retry-After header in Generic Request

    Looking at Generic Request, I see we don't have any throttling logic. I know this can cause failures for scripts that are checking versions via GitHub APIs (such as garbo). The straightforward fix for them is to just fail if they get rate limited, but I wonder if there are more robust options...
  16. MCroft

    New Content Feb 2024 Challenge Path - Were Professor

    thanks for checking, I just looked as well. I should've waited until I verified.
  17. MCroft

    New Content Feb 2024 Challenge Path - Were Professor

    I need to check after rollover, but I thought the Forced Magnetron Pistol allowed stealing (for science) on any turn, not just the first turn.
  18. MCroft

    New Content Feb 2024 Challenge Path - Were Professor

    Since only the professor form has the 1/5/1 stat limits, that makes sense, but could lead to interesting complications when you change from Prof to Beast if you had something high-stat equipped as the prof.
  19. MCroft

    New Content Feb 2024 Challenge Path - Were Professor

    any chance we can override the outfit rules?
  20. MCroft

    New Content Feb 2024 Challenge Path - Were Professor

    Things I'd like to see, which have wildly differing effort levels (probably). CCS capability of doing advanced research and stealing for research as a professor tracking Advanced Research by Monster showing it in the decorated fight page for Professors skipping it in the CCS if it's already...
Back
Top