Search results

  1. 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...
  2. 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...
  3. 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?
  4. 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.
  5. 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...
  6. 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...
  7. MCroft

    New Content Feb 2024 Challenge Path - Were Professor

    thanks for checking, I just looked as well. I should've waited until I verified.
  8. 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.
  9. 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.
  10. MCroft

    New Content Feb 2024 Challenge Path - Were Professor

    any chance we can override the outfit rules?
  11. 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...
  12. MCroft

    Bug You are too drunk to continue

    fixed a typo in choiceControl.java. PR in place. It was looking for Relaxin Balm and the actual value is Relaxin balm.
  13. MCroft

    Bug You are too drunk to continue

    This is my WereProf in Prof mode: > modtrace liver type source Liver Capacity Skill Liver of Steel +5.00 = +5.00 Path WereProfessor +9.00 = +14.00
  14. MCroft

    Bug You are too drunk to continue

    You can only visit the research bench as a Professor. It is unavailable when you are a Sexy Savage Beast. I definitely ran into that when I first ran the latest WereProfessor build and started as a Beast. It cleared up when I became a Prof. I don't know if there's a way to tell what...
  15. MCroft

    Bug - Confirmed Maximizer didn't equip a weapon

    It looks like the test is calling the 2 parameter version of maximize. It looks like Autoscend is calling the 4 param version . void equipMaximizedGear() { finalizeMaximize(); maximize(get_property("auto_maximize_current"), 2500, 0, false); // below code is to help diagnose, debug...
  16. MCroft

    Bug - Confirmed Maximizer didn't equip a weapon

    I bring it up because I think I see it in my log (from comment above) candy cane sword cane scores 774, more than "none" or "Turtle totem". It says "ccsc, saucepan", in the shortest shortlist, then it picks turtle totem, then it equips nothing. IT doesn't try to equip nothing, but nothing...
  17. MCroft

    Bug - Not A Bug r27822 Unwanted password dialog box pops up with Chrome + KoLmafia

    It looks like it's all over the google forums and assorted product forums. People are advising to turn it off on per-site basis, but I can't find instructions or steps to do that. It looks like it's a chrome issue, but if you can find a difference in the HTML between vanilla where it's not...
  18. MCroft

    Bug - Confirmed Maximizer didn't equip a weapon

    Do we have any test cases where this is the case? Every example I've seen has a higher number value for some weapon other than [None] and a message that it is equipping something and not doing so. Which is to say that I agree that there could be such circumstances, but I have not seen them...
  19. MCroft

    Bug - Confirmed Maximizer didn't equip a weapon

    Tests of code that is not covered are a good thing in themselves. There are tests we can add to maxmizer's effective test class, such as... public void useKnifeWhenMuscleIsHighWithTrickyKnifework() { ... } @Test public void useKnifeWhenMoxieIsHighWithTrickyKnifework(){ ... } However, we might...
  20. MCroft

    Bug - Confirmed Maximizer didn't equip a weapon

    I've suggested privately to Loathers that they abandon the Effective keyword as radioactive and instead write their own "if" statement related to moxie > muscle and having Tricky Knifework. I'm working on an enhancement instead to add Tricky Knifework handling to the melee keyword. I'm not yet...
Top