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 =...
Turning on "log pref changes" in kolmafia showed that it updated the _sourceTerminalDigitizeMonsterCount so I am guessing there is some math involved there.
Using get_counters( "", 0, 950 ).contains_text( "Digitize Monster" ) returns false even through counters returns something
> ash...
I have been looking for a while and maybe I am not just finding it, but I can't seem to determine how mafia stores counter information, such as turns left before a fight of a digitized monster. I don't see anything in the pref file and the only time I can see the counter is when I use the...
This script hasn't been updated in a while and a lot of other monsters have been added since then. While it should still work I am not sure when I will get back to this script. It was also made pre-java change so while that shouldn't effect anything I can't say for sure. Use at your own wish risk.
Hi,
I was trying to expand my personal meat farming script to handle free combats off of barf mountain (to stop the barf mountain counter increasing for the non-combat event)
Per this post, on Veracity's meat farming script...
I have been in this run for a very long time and the prefs.txt file definitely is missing some general values you would have from just playing the game. Checking that through, I do have KingLiberated = True. Another thing that mafia started doing recently is all my scripts are missing from the...
I know there is a bug report with this but I have a tangent question and I wanted to give the background. I run mafia on Windows and use Chrome to run the relay browser.
Bug report:
https://kolmafia.us/threads/prefs-file-backup-restore-draft-pr.28887/
In the past my _prefs.txt file has been...