dapanda
Member
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 drinks (ASSdiscord had a modified code because I hit the character limit for what I was typing):
kolmafia then did this:
What is weird is that it spent all my meat and I can't find 6 drive-by shootings. I know it consumed the meat because my day normally starts with about 900k+ and now my total amount is at 6k. (script failed because it couldn't purchase anything else).
What makes it doubly weird is that someone has a stock of over 300 drive-by shootings in the mall at 23,050 in a store that I have access too (just tested it) and I didn't purchase from there. Kol Store: mallstore.php?whichstore=1937905
This is actually the 2nd day this happened, the first day I didn't catch it in time and just happened to really be paying attention today while everything was running. My autobuypricelimit is also at 20,000.
Here is the log file that was from today: https://github.com/dapanda1/logfiles/blob/main/dapanda_20250211.txt
Here is the log when it happened the first time: https://github.com/dapanda1/logfiles/blob/main/dapanda_20250209.txt
This may have been mafia version 28331.
My script runs every day and those are the only 2 days I have noticed this issue. It only happened after the loopsmol script completed, it didn't happen on the pre-ascension part of the script. The code attached runs on both legs though.
Mafia Version: 28334
Here is a snippet of the code I run to buy the drinks (ASSdiscord had a modified code because I hit the character limit for what I was typing):
Code:
if(get_property("_roboDrinks") == ""){
cli_execute("buy 1 drive-by shooting");
cli_execute("buy 1 Newark");
cli_execute("robo Newark");
cli_execute("robo drive-by shooting");
}
kolmafia then did this:
Code:
Searching for "drive-by shooting"...
Search complete.
Purchasing drive-by shooting (1 @ 23,100) from #1937905...
Preference _concoctionDatabaseRefreshes changed from 2515 to 2516
Purchasing drive-by shooting (1 @ 44,444) from #3138482...
Preference _concoctionDatabaseRefreshes changed from 2516 to 2517
Purchasing drive-by shooting (1 @ 60,000) from #1158200...
Preference _concoctionDatabaseRefreshes changed from 2517 to 2518
Purchasing drive-by shooting (1 @ 65,000) from #32207...
Preference _concoctionDatabaseRefreshes changed from 2518 to 2519
Purchasing drive-by shooting (1 @ 99,900) from #2792867...
Preference _concoctionDatabaseRefreshes changed from 2519 to 2520
Purchasing drive-by shooting (1 @ 500,000) from #1681024...
Preference _concoctionDatabaseRefreshes changed from 2520 to 2521
Desired purchase quantity not reached (wanted 1, got 0)
What is weird is that it spent all my meat and I can't find 6 drive-by shootings. I know it consumed the meat because my day normally starts with about 900k+ and now my total amount is at 6k. (script failed because it couldn't purchase anything else).
What makes it doubly weird is that someone has a stock of over 300 drive-by shootings in the mall at 23,050 in a store that I have access too (just tested it) and I didn't purchase from there. Kol Store: mallstore.php?whichstore=1937905
This is actually the 2nd day this happened, the first day I didn't catch it in time and just happened to really be paying attention today while everything was running. My autobuypricelimit is also at 20,000.
Here is the log file that was from today: https://github.com/dapanda1/logfiles/blob/main/dapanda_20250211.txt
Here is the log when it happened the first time: https://github.com/dapanda1/logfiles/blob/main/dapanda_20250209.txt
This may have been mafia version 28331.
My script runs every day and those are the only 2 days I have noticed this issue. It only happened after the loopsmol script completed, it didn't happen on the pre-ascension part of the script. The code attached runs on both legs though.