Search results

  1. fronobulax

    SVN updates since January 2024

    GitHub no longer supports updating a GitHub hosted script via SVN. This can create problems when KoLmafia attempts to update all of the SVN scripts. To keep the "update all" functionality from failing (and stopping other things) it should be disabled by changing the GLOBAL setting...
  2. fronobulax

    Running Mafia on Windows

    There are several "wrong" ways to install and launch mafia. This post is my attempt to capture a right way. Ideally my comments will be verified and someone more interested in technical writing than I currently am, will make a simple set of instructions and post a sticky or edit the wiki or...
  3. fronobulax

    Feature Deprecate _concoctionDatabaseRefreshes

    As far as I can tell this preference is incremented by KoLmafia but is never actually used. It doesn't really harm anything although when when logPreferenceChange is true it certainly clutters the session log. I know that could be handled by adding it to logPreferenceChangeFilter but I'd like...
  4. fronobulax

    Would someone explain the thriftshop coupon to me, please?

    I have a script that finds displayable items that are not in my display case but are in the mall, buys them and puts them in the display case. It seems to be buying a thriftshop coupon every day. I cannot figure out why. Does it expire while in the DC in which that could be a KoL bug? Does...
  5. fronobulax

    Feature WARNING: updated modifier not in modifiers.txt: Item:[4873]

    I just noticed that in r27726. A fax of a knob goblin embezzler was being retrieved and fought. I haven't gotten around to looking at it in the debugger to get more information but with several recent changes to Modifiers I'm reporting it in case a cause jumps out to someone else.
  6. fronobulax

    Shall it be closed?

    https://github.com/kolmafia/kolmafia/pull/1889 The PR was opened in August and has pretty much languished. Should it be committed or closed? My memory, which can probably be corrected by someone who wants to search KoLmafia.us, was that a PR was written to deal with an absence of...
  7. fronobulax

    Feature - Implemented Breaking Tests

    Some tests, mostly GitManager, are currently breaking. I believe that is because GitHub temporarily disabled ("brownout") SVN access to GitHub in anticipation of permanently disabling access next month. Since it is temporary it should go away soon but that suggests some possible actions...
  8. fronobulax

    Some Game Questions

    I have at least one character that has [8.placeholder] listed as a skill on the charsheet. mafia detects and logs that on startup but to the command window and not to a log. That's fine but I am curious if anyone knows why. Unimplemented feature? Upcoming surprise? They change their mind...
  9. fronobulax

    Bug - Fixed You have free rests available but KoLmafia thought you had none.

    r27625 - might have been around for a bit, just noticed it today. Occurred 3 times at the very beginning of a session - campground initialization - and for three characters.
  10. fronobulax

    Feature Collect Untradable Pulls

    Could this list be made conditional - only have an active link for each item if the action can actually be taken? For example, pressing the Shore Script link does nothing unless there are adventures and meat available. Some of the other items require knowledge of recipes or availability of...
  11. fronobulax

    Bug Unrecognized monster modifier: shrunk

    Occurs in the small path. I don't think it is hurting anything but in 15 seconds I did not figure out how to recognize it :-)
  12. fronobulax

    gradle option to ignore cache

    I usually run gradle from a command line. Is there a command line parameter I can add that will tell gradle to ignore the cache and redo everything? My web searches only turn up things that don't work for me probably because I am not using an off the shelf build setup for android.
  13. fronobulax

    Feature Prefs Corruption Part II: timein vs saveToFile

    Mod note: This is a second and different approach to a specific instance of the problem in a thread about automatic backups of user prefs. That thread is here: https://kolmafia.us/threads/prefs-file-backup-restore-draft-pr.28887/ This is implemented for user prefs. Should it also be done for...
  14. fronobulax

    Quantum Taco Consumption

    In the process of fixing a divide by zero error there was some discussion of quantum tacos. See https://kolmafia.us/threads/divide-by-zero-error-eating-quantum-taco-consuming-astral-energy-drink.28941/ and https://github.com/kolmafia/kolmafia/pull/1759 The focus was on...
  15. fronobulax

    JSON

    @gausie has implemented an alternative to the Display Case Database, hosted at Coldfront. https://museum.loathers.net/ I like to know where my characters are on various Display Case leaderboards and I currently do this by one query per item to Coldfront for each character. The Museum allows...
  16. fronobulax

    How to find various usables...

    I am a Display Case Completionism which means my unachievable goal is to have one of every displayable item in my display case. The items should be there over rollover but I am willing to pull something, use it, and then return it. I "discover" items that can be used, for some benefit, but are...
  17. fronobulax

    Bug - Fixed Thinknerd Warehouse availability

    I started an AOSOL run with an astral shirt because I have had Torso Awareness perm'd for so long I forgot I could not immediately wear the shirt. I got to a point in the run where I wanted to wear it and so visited Melvgin and then manually adventured once in the Warehouse. I then tried to...
  18. fronobulax

    Bug - Fixed Array index out of bounds, possibly related to equipment slots or autoscend

    autoscend would not run with r27186 today. The debug log includes and it looks like auto_util.ash, line 377 and/or auto_post_adv.ash, line 1128 may be involved. I reverted back, arbitrarily, to r27179 and autoscend is performing as expected. At the moment I'm not in a position to debug...
  19. fronobulax

    Bug - Not A Bug SVN not updating all files

    I took an empty directory and put the latest jar file in it. I started it up, but did not log in. I opened the GCLI so I could watch things. I opened the Script menu and installed Currencies. It installed what I expected. I then edited dist\svn\kolmafiascripts-currencies\data\CUR_aux.txt...
  20. fronobulax

    Bug - Fixed Drunki-bears

    Since r26920 my consumption script wants to drink a red drunki-bear as a nightcap which it cannot do since they are eaten (and the stomach is full). I will eventually investigate but since the Consumption Database was recently refactored, someone else might have an idea sooner.
Top