volcano_mining.ash - Automate mining of the Velvet/Gold Mine at That 70s Volcano

New user needing some help with a volcano farming script

Hi, I'm a new user to both Kol and Mafia.

I have recently gained access to the Volcano, and it was recommended to me to use Mafia to script the farming.

I have downloaded volcano_farming.ash from THIS thread.

I noticed it is a few years old Is this still a good script? Are there any issues I should know about?
 

coandco

Member
I use the script daily, so it does still work for some people. Last time I got the error you're describing, it was because some other script had spammed my session log with large amounts of messages, and ZLib tries to load the session log into a variable as part of its logging functionality. Deleting the day's session log fixed it. Alternatively, waiting until rollover and trying it again should reset your daily session log as well.
 
Also, make sure you are using the most recent daily build. Other scripts had this problem a few weeks ago and it required a mafia fix
 

Xt8

New member
This script requires object detection, but shouldn't the lazy farming not actually need it?
 

coandco

Member
Hey... is there a way to turn velvet mining back on? Velvet is actually going for over 7,000 meat.

Yup! Lazy mining is controlled by the "vmine_lazyFarm" variable. To see its current status, type this into KoLMafia's graphical CLI:
Code:
zlib vmine_lazyFarm

To turn lazy mining off, type the following:
Code:
zlib vmine_lazyFarm = false
 
Last edited:

capes

New member
I briefly looked at the script and didn't find anything. But just to confirm: The script doesn't try to get a free volcoino at the towering discotheque right? It also doesnt try to do W.L.F. Bunker quest?
 

freectal

New member
FYI, I've been having trouble where there's a bug if 1st two rows are empty and lazy farming is on -- it doesn't skip, it just hangs forever on that mine. After debugging I found that it was because the spot found to mine was (somehow?!?!) Spot 0, where row=0,col=0,counter=0. I don't know how that's happening, and I didn't want to dig into the script enough to find out -- but in the meanwhile, if anyone else is having that problem, I made some small changes that get around that problem for now in the attached file. @coandco if you could fix this problem in a cleaner/better way to stop the spot from even showing up in the list of nearInterestingSpots, that would be great.
 

Attachments

  • volcano_mining.ash
    22.5 KB · Views: 15

Hidden Knife

New member
Getting this issue as well.

Now this fixed version, excuse my complete inexperience, how would I use this alternate version? Would I delete the original and install this one instead, or is something a different process?
 

fewyn

Administrator
Staff member
Getting this issue as well.

Now this fixed version, excuse my complete inexperience, how would I use this alternate version? Would I delete the original and install this one instead, or is something a different process?

Yep just delete the old one and put that one in its place.
 
Top