Search results

  1. fronobulax

    JSON

    My inability to debug JavaScript is boundless. When my script accesses https://museum.loathers.net/player/2115655?_data=routes%2Fplayer.%24id._index (or similar) it no longer returns any data. I don't know of anything that has changed on my end. I will accept the possibility that this...
  2. fronobulax

    Feature - Implemented Track slime vials harvested/slime vial harvesting automation

    https://github.com/kolmafia/kolmafia/pull/2420 does a couple of other things but it adds a new daily preference and sets it when am item is used or an associated fight is encountered.
  3. fronobulax

    Feature - Implemented Track slime vials harvested/slime vial harvesting automation

    Got it. My knee jerk reaction, which is often sub-optimal, would be to have a daily preference that counted the visits. That would make it easy to script or make into a custom Daily Deed.
  4. fronobulax

    Feature - Implemented Track slime vials harvested/slime vial harvesting automation

    As in the Sauceror Nemesis Quest or something I am not remembering? If the former then you might want to look at https://kolmafia.us/threads/nemesis-quest-script.4761/ which scripted the quest without a KoLmafia preference. You could probably extract and modify code to give you exactly what...
  5. fronobulax

    Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

    I don't recall seeing it before but then I probably had not run spotless in several weeks. Finally got the IDE to format correctly :-) and not comitting anything.
  6. fronobulax

    Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

    I have the update. Just tried spotless apply and got Doesn't seem to prevent anything but...
  7. fronobulax

    Tattoos

    I don't think so. It would have to be scripted. See https://kolmafia.us/threads/tattoos-ash-updated.1736/#post-135376 which seems to have a couple of scripts which vary in whether they try and obtain the tattoo or not. You might look for greenbox or av-snapshot which are pretty robust about...
  8. fronobulax

    r28030 - Don't try to dereference a none location (NPE). by @phulin

    Not relevant but didn't we fix the headings? If so did a recent change unfix them? Or am I just remembering things that never happened? Thanks. https://kolmafia.us/threads/r28020-fix-tag-the-build-triggering-commit-not-the-latest-commit-by-midgley.29864/#post-175104 is the commit I was...
  9. fronobulax

    Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

    Not sure best place to discuss. When I build locally I get the above message at the end of the build. I don't recall how long I have been getting it because I usually build from a batch file the closes the command window so I have to be watching closely to see it. Is this something other...
  10. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    Consider adding dump or 2 dump to the maximizer string that is not selecting what you think it should. The road to understanding begins there. Most of the time someone says the maximizer can do "better" they are thinking of a factor that is not better or considered with the maximizer string...
  11. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    OK. There are times when the maximizer string is built to favor keeping existing equipment if swapping it out doesn't increase the score. That might be what is going on in this case.
  12. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    What that line is telling me, I think, is that it does not matter whether no weapon is equipped, a toy accordion is equipped or an antique accordion is equipped. I'd bet that, since the choice does not effect the score the maximizer just picks the first one, hence no weapon. I need to check that.
  13. fronobulax

    Bug - Cannot Reproduce No chatting with bodyguard familiar link in relay browser

    I'm not sure there is a problem here although there is certainly an opportunity for mafia to improve. That raises questions. Is there some kind of counter that controls the link? Does it reset after the monster requested in the chat is found? Is the counter always of the same duration or is...
  14. fronobulax

    Bug - Cannot Reproduce No chatting with bodyguard familiar link in relay browser

    I just finished an AG run this morning. After freeing the king I did my usual things. The bodyguard was still my familiar and I noticed a chat link next to it on the LHS of the relay browser. I clicked on it and got the chance to pick a target. So the only thing that doesn't make sense is...
  15. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    My lack of progress contributed to my lack of enthusiasm. But with a new path I have been running autoscend again and it still happens. I remain convinced that there are times when mathematically there is no reason to equip a weapon. So if anyone has a case where they can give me a maximizer...
  16. fronobulax

    Bug - Not A Bug Garbo keeps crashing on me

    This pretty much needs to be handled by the garbo maintainers. Presumably it is related to the embezzler being marked NO COPY.
  17. fronobulax

    Bug - Not A Bug Knob Goblin Embezzler no longer copyable.

    Making the embezzler non-copyable is a KOL change. Mafia has already been changed to understand it is not copyable. So it is most likely that the complainers are running scripts that depend upon the embezzler being copyable and are not robust enough to work now that is no longer the case. So...
  18. fronobulax

    New Content - Implemented Mall Cap Raised, Meat Cap Raised, Certain Mall Items Repriced

    Thank you. Some things are not as simple as they seem. But there is a sense of deja vu since in the past we have had to convert several internals from int to long.
  19. fronobulax

    Pizza Cube GUI

    Without actually looking at the script it looks like it is using "modifier" as the name of a variable. At some point "modifier" became a reserved word, hence the conflict. My nomination for the Mr. Obvious Award has already been submitted. The fix is to find the lines where the variable is...
  20. fronobulax

    Automatically download the newest daily build

    The latest KoLMafia version is on GitHub now. Your updater is looking for it at https://ci.kolmafia.us/ . That will redirect to GitHub but it is quite likely that the updater needs to be change to find the version on the page. Since I have no idea what you are running or who is maintaining...
Back
Top