Pork to the Future 1.01 - Automated Agua de Vida Quests and Wumpus Farming
A script to automatically complete:
Besides the script itself (below), you'll need at least 10 empty agua de vida bottles; and auto-recovery, which will be enabled if it it's off, because Cyrus is a jerk. (Bale's Universal Recovery works wonders, but isn't absolutely necessary).
Gemelli's Wumpinator, i.e. that thing that helps you do the Wumpus cave manually in Mafia, was essential for testing this script's wumpus-hunter, but it operates without any input from Wumpinator...for some reason. Actually, it often locates the Wumpus several steps before Wumpinator does; though it will still sometimes fail, because many cave setups make it impossible to find the Wumpus without doing anything dangerous. In the event of Krakrox's untimely death, it remembers the cave and does a better job the second time.
This is not a combat script, so your usual CCS or whatever will be used for combat, unless the script needs to do something special (like olfact evil cultists). Your gear will generally be the result of "maximize -combat" because Krakrox needs noncombats badly.
Normally, it will only kill one Wumpus during the quest (to get a glowing crystal), but if you want it to kill one whenever it gets the chance, use this command before you run the script:
To run the main quest script, install it (below), then find PorkFuture.ash in the menu or use the CLI command:
To slaughter numerous Wumpii without doing that "quest" nonsense:
Or unlock the Wumpus trophy (this might eat a lot of adventures, so keep an eye on it):
Installation: get a recent build of KoLmafia, then paste this into the CLI:
After that, "svn update" should update this and all other scripts installed via SVN.
A script to automatically complete:
- Primordial Fear (be Cyrus's punching bag)
- Hyboria (Krakrox does manly things), including Hunt the Wumpus
- Future (collect elemental essences)
Besides the script itself (below), you'll need at least 10 empty agua de vida bottles; and auto-recovery, which will be enabled if it it's off, because Cyrus is a jerk. (Bale's Universal Recovery works wonders, but isn't absolutely necessary).
Gemelli's Wumpinator, i.e. that thing that helps you do the Wumpus cave manually in Mafia, was essential for testing this script's wumpus-hunter, but it operates without any input from Wumpinator...for some reason. Actually, it often locates the Wumpus several steps before Wumpinator does; though it will still sometimes fail, because many cave setups make it impossible to find the Wumpus without doing anything dangerous. In the event of Krakrox's untimely death, it remembers the cave and does a better job the second time.
This is not a combat script, so your usual CCS or whatever will be used for combat, unless the script needs to do something special (like olfact evil cultists). Your gear will generally be the result of "maximize -combat" because Krakrox needs noncombats badly.
Normally, it will only kill one Wumpus during the quest (to get a glowing crystal), but if you want it to kill one whenever it gets the chance, use this command before you run the script:
Code:
set porkfutureWumpusGenocide = true
To run the main quest script, install it (below), then find PorkFuture.ash in the menu or use the CLI command:
Code:
porkfuture
To slaughter numerous Wumpii without doing that "quest" nonsense:
Code:
wumpusfarm [# of wumpii to kill; negative number will max out ML]
Or unlock the Wumpus trophy (this might eat a lot of adventures, so keep an eye on it):
Code:
wumpusfarm trophy
Installation: get a recent build of KoLmafia, then paste this into the CLI:
Code:
svn checkout https://svn.code.sf.net/p/guyymafia/code/porkfuture
After that, "svn update" should update this and all other scripts installed via SVN.
Last edited: