Recent content by dapanda

  1. dapanda

    Bug KoLmafia going into mobile mode

    I will expand on my setup as it is a little different than others (and that could be part of the issue): Setup 1: -Primary account - Raspberry PI 4: OS 11 -Keep mafia relatively up to date along with scripts -Loops every day - Uses an assortment of scripts -Has the "Allow network devices to...
  2. dapanda

    GLOBAL_prefs.txt recreate

    Thanks, sorry I didn't explain it better. I think Veracity's prop script will actually do what I need. I first want to fix the Global file and then I will see about the personal user file. I have been having a problem where mafia's relay browser gets stuck in mobile mode (I opened that bug...
  3. dapanda

    GLOBAL_prefs.txt recreate

    Hi, Will the GLOBAL_prefs.txt recreate itself with all the proper settings if it is deleted or is it possible that it will miss important settings that may have been added over time? If the file is removed, is all I have to do is reconfirm the settings through Preferences in Mafia? Currently...
  4. dapanda

    Bug KoLmafia going into mobile mode

    At to this as I have now had it happen on another computer / account that I run kolmafia.jar on. I was just running my daily script that automatically starts up. This was the first time I have seen it on this computer and I have been running the same script with no updates to the script since...
  5. dapanda

    Tattoos.ash - Updated

    That is a good idea and I will see if my scripting skills are up to a level that I can add it. I will probably rename it too incase there are other tattoo scripts like yours, so the command doesn't need a path to run.
  6. dapanda

    Tattoos.ash - Updated

    Made a github entry and updated to the current number of outfits, 174. https://github.com/dapanda1/tattoos
  7. dapanda

    Bug KoLmafia going into mobile mode

    I am getting a weird issue, where KoLmafia gets stuck in mobile mode. I don't enable it and in the options menu I can't turn if off. Here is the Debug report when I try to turn off mobile mode in the browser (not sure if this is a normal error when trying to disable under options) -I normally...
  8. dapanda

    Bug Mafia seems to spend meat but not buy an item

    Posted on the ASSdiscord as a question but recommended to make a bug report to check it. I posted a snippet on discord because I wanted to see if it was a coding issue or a mafia issue and it was suggested I submit a bug Mafia Version: 28334 Here is a snippet of the code I run to buy the...
  9. dapanda

    Prefref Plus -- ZLib script settings AND KoLmafia properties manager

    @zarqon Hi, I was looking around and I didn't see a github account for your scripts, especially this one. Were you going to start one?
  10. dapanda

    Prefs.txt File being reset

    Yea this was more of a "does this thing exist" than a "please build this thing". I am very thankful for all the hard work everyone puts in with this.
  11. dapanda

    Prefs.txt File being reset

    I am probably calling the problem down onto myself but since the backup pref file was created, in the bug report I linked, I haven't had any problems. The main thing I was looking for with this was a command that could be run that would check ALL skills and abilities access areas to make sure...
  12. dapanda

    matcher / create_matcher not processing the match on raidlogs.php

    Thanks! Your part helped and it was because I wasn't taking into account the <b> </b> formatting around the number. Once I updated it to this: matcher slimedefeated = create_matcher("<.+>([0-9]+)<.+> turns spent in this dungeon:",visit_url("clan_raidlogs.php")); if...
  13. dapanda

    matcher / create_matcher not processing the match on raidlogs.php

    I am trying to automate my slimetube turns (and soon to be the rest of the dungeon for the final drops) and I am running into an issue with matcher / create_matcher raidlogs.php. I was able to get matcher / create_matcher on the slime tube bucket using this code I borrowed: matcher numbucket =...
Back
Top