My personal Meat farming script

Illiterate character failed to fight a non-embezzler, as expected.

Illiterate character is sad because some of the new Crimbo content is delivered via a chat channel :-) That's what multis are for.
 
Would you consider an option to not consume government per-diem?


I have VMF.SellBreakfastLoot set to false. I run Oliver manually and before I run VMF. There may be one in inventory but I could argue that since it didn't drop while VMF was running VMF should leave it alone. Allowing VMF to consume it immediately (and only) after it drops would also be acceptable although that implementation would require me to continue completing Oliver's before starting VMF.

Thank you.
 
I apologize if something like this was posted before, but I'm getting the error:
VMF.SourceTerminalEnhancement: 'meat.enh' is not installed in your Source Terminal.
It had been working fine up until about a week ago when all of my settings for all my scripts seemed to have reset. I do have the Source Terminal and it should have everything unlocked. I appreciate any help! Thank you!
 
From your description it appears that your <KoLmafia directory>\settings\<character name>_prefs.txt file may be corrupt. The script above will help with some things.
 
VMF tried to create, and consume, 13 tankards of spiced Goldchschlepper this morning. It failed, because there were only 2 gaffled gold available in the character's TakerSpace, but it kept looping trying to do so.

Drinking to capacity, manually, fixed the problem but may I suggest that Takerspace items be excluded from the consumables considered by VMF?
 
I will be trying out the Takerspace for the first time when I ascend - tomorrow?
what does ash creatable_amount($item[tankard of spiced Goldschlepper]) say?
 
> ash creatable_amount($item[tankard of spiced Goldschlepper])

Returned: 0
Which is a bit odd as, this morning, it should be "1".
takerspace010325.png
Interesting. I ran the above command before visiting the Takerspace, in the relay browser. After visiting I get the expected result of "1".
 
Last edited:
For now, you can tell vcon to skip specific items by adding them to the VCON.ExcludedConsumables property. It's a set of item names, separated by "|" characters.
 
If _takerSpaceSuppliesDelivered is false, you need to visit the TakerSpace (
Code:
visit_url("campground.php?action=workshed");
) to update the ingredients before the creatable_amount call is correct.

I recently fixed it to refresh concoctions when you create things in r28233.
 
For now, you can tell vcon to skip specific items by adding them to the VCON.ExcludedConsumables property. It's a set of item names, separated by "|" characters.
Thank you for reminding me about that property. It turned out that I'm already using it to exclude the legendary pizzas from vcon.
 
Back
Top