I must at this point express my deep and abiding joy that the phrase "liquid meat" has entered the kolmafia lexicon.A "meat recovery" script, which attempts to keep your available meat above a specified threshold (which would perhaps be a function of your level). It would work exactly like a recovery script but fire every time your meat drops below a certain point. The script would maintain liquid meat by 1) taking available meat from other accessible locations, 2) (creating and) using meat-containing items, and finally 3) autoselling expendable inventory.
case $location[haunted bathroom]:
// assume that if we're in the bathroom and less than level 12, we probably don't want to activate the GMOB
if (!to_boolean(vars["bbb_prep_gmob"]) && to_int(get_property("guyMadeOfBeesCount")) < 4 && my_level() < 11 )
{
friendlyset("choiceAdventure105", "3", "Letting you say 'GMOB' to prep you for the battlefield quest." );
if (to_int(get_property("guyMadeOfBeesCount")) >= 4)
{
friendlyset("choiceAdventure105", "2", "Turning saying 'GMOB' off.");
}
else
{
friendlyset("choiceAdventure105", "3", "Letting you say 'GMOB' to prep you for the battlefield quest." );
}
}
But if you prep the GMoB, then you'll miss out on tons of mysticality stats! Isn't it better to level up if your reason for being in the Bathroom is to level up? It's not that hard to complete the flyers without using the GMoB.I tend to use the bathroom to level inbetween quests as a myst class and I find myself wishing for some GMOB prep for the L12 quest.
But if you prep the GMoB, then you'll miss out on tons of mysticality stats! Isn't it better to level up if your reason for being in the Bathroom is to level up? It's not that hard to complete the flyers without using the GMoB.
Validating adventure sequence...
Condition set: milky potion of ettin strength
milky potion of ettin strength
Requests complete.
Checking for updates (running ZLib ver. : 15)...
_version_zlib => : 15
You have a current version of ZLib.
Checking for updates (running Best Between Battle Script Ever ver. 1.8)...
_version_automcd => 1.8
You have a current version of Best Between Battle Script Ever.
MCD: adjusting to 10...
Resetting mind control device...
Mind control device reset.
Request 1 of 156 (Dungeon: Dungeons of Doom) in progress...
Changing auto-attack: attack with weapon
[2246] Dungeons of Doom
Encounter: mind flayer
Strategy: attack with weapon
Round 0: terrabull wins initiative!
Round 1: terrabull attacks! (auto-attack)
You lose 10 hit points
You acquire an item: mind flayer corpse
You gain 10 Strengthliness
You gain 5 Magicalness
You gain 4 Sarcasm
Request 2 of 156 (Dungeon: Dungeons of Doom) in progress...
[2247] Dungeons of Doom
Encounter: large kobold
Strategy: attack with weapon
Round 0: terrabull wins initiative!
Round 1: terrabull attacks! (auto-attack)
You lose 10 hit points
You gain 7 Beefiness
You gain 4 Mysteriousness
You gain 7 Roguishness
Request 3 of 156 (Dungeon: Dungeons of Doom) in progress...
[2248] Dungeons of Doom
Encounter: large kobold
Strategy: attack with weapon
Round 0: terrabull wins initiative!
Round 1: terrabull attacks! (auto-attack)
You lose 10 hit points
You gain 12 Beefiness
You gain 5 Magicalness
You gain 3 Smarm
Casting Leash of Linguini 1 times...
You acquire an effect: Leash of Linguini (duration: 10 Adventures)
Leash of Linguini was successfully cast.
Request 4 of 156 (Dungeon: Dungeons of Doom) in progress...
[2249] Dungeons of Doom
Encounter: Quantum Mechanic
Strategy: attack with weapon
Round 0: terrabull wins initiative!
Round 1: terrabull attacks! (auto-attack)
You lose 10 hit points
You acquire an item: large box
You gain 11 Fortitude
You gain 5 Magicalness
You gain 3 Sarcasm
Using 1 large box...
You acquire an item: milky potion of ettin strength
You acquire bubbly potion (2)
You acquire an item: effervescent potion of teleportitis
You acquire dark potion (2)
Finished using 1 large box.
Request 5 of 156 (Dungeon: Dungeons of Doom) in progress...
[2250] Dungeons of Doom
Encounter: Ouch! You bump into a door!
Encounter: mimic
Strategy: attack with weapon
Round 0: terrabull wins initiative!
Round 1: terrabull attacks! (auto-attack)
Round 2: terrabull attacks!
You lose 10 hit points
You acquire an item: dead mimic
You gain 10 Fortitude
You gain 5 Mysteriousness
You gain 7 Smarm
Conditions satisfied after 5 adventures.
Is there any way for it to buy a dolphin whistle w/ sand dollars instead of meat? I would prefer that.
Now that we have a BBB that can satisfy goals, that seems reasonable.There's no way around this spending of an extra adventure -- other than changing mafia to check for goals both before and after running the between-battle script.
Even if they're free you can still sell them at mall price.I must have mixed up some numbers when looking at the prices of sand dollars/whistles. I will make a note of that next time I want to use sand dollars. (A character w/ Busker Do unlocked can sometimes get sand dollars cheaper than mall price.)
There's no way around this spending of an extra adventure -- other than changing mafia to check for goals both before and after running the between-battle script.