Recent content by SketchySolid

  1. S

    Bug Mafia seems to spend meat but not buy an item

    More context: The owner of the first mallstore confirmed that 1 drive-by-shooting was indeed purchased from them, but at the price of 23,050 (they had recently adjusted prices). This pattern of mallbuying up through all stores, regardless of autoBuyPriceLimit was seen a few years ago, when...
  2. S

    Bug - Fixed lastTrainsetConfiguration incorrectly reset during initialization

    It looks like the kind of solution I was envisioning, yeah. Thanks!
  3. S

    Bug - Fixed lastTrainsetConfiguration incorrectly reset during initialization

    It looks like the error is in trainsetManager.java, line 87: private static final Pattern LAPS_BEFORE_RECONFIGURE = Pattern.compile("Let the train finish (\\d) more laps before rearranging it.</p>"); and it is used on line 169: Matcher laps = LAPS_BEFORE_RECONFIGURE.matcher(html)...
  4. S

    Bug - Fixed lastTrainsetConfiguration incorrectly reset during initialization

    Here's an excerpt from a debug log showing the behaviour when I run `refresh all` when the trainset is installed, and when it's on the last lap before it can be reconfigured. Note that `refresh camp` doesn't seem to exhibit the same behaviour. The error is that kolmafia reads the workshed page...
  5. S

    Feature Better dark mode in the KoLmafia window

    I see some requests for relay browser dark mode support, but I'm talking about the main KoLmafia window. I know that you can change your look and feel, and that there are a wide variety of dark mode settings available. But they all struggle in some places, because KoLmafia and many user scripts...
  6. S

    Feature Maximizer difficulty with negatives and the max/min keywords.

    `scoremin` and `scoremax` could be a good solution to this problem, but users will need to start multiplying their preferred modifier caps by whatever score multiplier they use. e.g. `-100 combat rate 3500 scoremax`. An alternative that might be worth considering is to add a `negative` keyword...
  7. S

    Bug - Fixed lastTrainsetConfiguration incorrectly reset during initialization

    I think the problem is just that if you do a `refresh all` while your trainset is on its last lap before it's available again, mafia erroneously concludes that it's actually available, and updates the lastTrainsetConfiguration preference to be 40 less than the trainsetPosition preference. It's...
  8. S

    Bug Flagellate Flagon is not tracked properly

    Reusable. When it is used, it makes your next drink give a small amount of exp, based on its size. Can be used once/day. KoLmafia incorrectly tracks it in the session log as being consumed upon use. It should track daily usage via a preference like _flagellateFlagonUsed. It could also track if...
  9. S

    Feature Track mini kiwi received from resting in mini kiwi tipi housing

    You can get a free daily mini kiwi from resting in your mini kiwi tipi, but mafia doesn't seem to track it.
  10. S

    Bug - Fixed lastTrainsetConfiguration incorrectly reset during initialization

    I don't think so. I have a script that kills Java many hours after my script runs. But it's possible that this is a part of the problem. But I feel like I regularly see this kind of behaviour, where KoLmafia changes the lastTrainsetPosition preference to 40 less than trainsetPosition when it is...
  11. S

    Bug - Fixed lastTrainsetConfiguration incorrectly reset during initialization

    In unrestricted aftercore (after a grey you run), I configured my trainset at 623, ran 34 combats so that trainsetPosition was at 657, then my script aborted, I killed Java and then restarted mafia. Upon initialization of the session, mafia unhelpfully set lastTrainsetConfiguration from 623 to...
  12. S

    CONSUME.ash - A diet handler script

    I think that falls outside of the scope of CONSUME. Its intent is to find you the best diet at your VoA, and you're suggesting using items that too expensive for your VoA. Your best bet may be to find a script to put your Special Seasonings (and probably other items that you create during your...
  13. S

    BeachComber - fast and efficient beach combing

    You might add an option to set what % of combs should be used for spading, so that users can choose to spend a portion of their turns collecting data for this community project, without totally ruining their chances of hitting the jackpot. I would also suggest setting something like 10% spading...
  14. S

    OLVED, use alias] Custom daily deed not working - issue with commas that get piped

    It looks like it's inserting a `|` character after each comma in your command. I'm not familiar with setting up daily deeds, but I think you might be able to go into the file where these are saved, and delete the `|` characters that don't belong?
  15. S

    Bug - Not A Bug [NOT A BUG/SOLUTION: use chat panel in relay window, not gcli] Writing /go in CLI does not reflect the action in relay window

    It should work from the chat pane in your browser side-pane, though. If that's also not working, then it could be that your session timed out, and when mafia automatically logged in for you again, only your main pane updated with the new session, and your chatpane still has data from the...
Back
Top