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...
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...
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...
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...
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.
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...
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...
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...
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...
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 =...