NardoLoopa
Member
At higher levels, if you drink first, you can easily automate everything with the Baby skill.
if (have_skill($skill[Salamander Kata])) cli_execute("trigger lose_effect, Salamanderenity, cast 1 Salamander Kata");
I just got some IotMs, and am looking to use them in conjunction with this script.
Dramatic Hedgehog - I changed the txt file for meat fams, and earlier posts suggest I should change the script itself for stat. Is this correct?
Stomping Boots - I'm stumped. I see where in the script to change it, but must/can I use a CCS to get the pastes?
-Also, is there a place to put runaway fams, such as the Bander, for places where you expect to run away? Eg unlocking the Ballroom.
Tome of Clip Art - Is this the right way to use it for YR - summon unbearable light manually and change the script everywhere it says "pumpkin bomb"?
Stomping boots: Yep you need a CCS (or consult script) to get the pastes.
You are in softcore. The script behaves differently for softcore and requires you to follow the small number of instructions in the following page - http://kolmafia.us/showthread.php?t=4963
To remove this notice and be able to use the script, please set the appropriate option in the relay script (which you can find on the kolmafia.us forum thread for this script).
There is a new version available - go download the next version of bumcheekascend.ash at http://kolmafia.us/showthread.php?t=4963!
--- /home/fit/Desktop/downloads/bumcheekascend v0.31.ash 2011-08-23 20:06:55.000000000 +0100
+++ bumcheekascend v0.31.ash.wand 2011-08-24 17:37:35.000000000 +0100
@@ -2538,7 +2538,7 @@
void bcascDailyDungeon() {
zapKeys();
- if (numUniqueKeys() >= 2 || !in_hardcore()) return;
+ if (numUniqueKeys() >= 3 || !in_hardcore()) return;
int amountKeys;
//Make skeleton keys if we can.
@@ -4660,7 +4660,7 @@
if (have_effect($effect[Teleportitis]) > 0) bcascTeleportitisBurn();
//Then we have to get the wand itself. Must have at least 5000 meat for this, so use 6000 for safety.
- if (my_meat() > 6000) {
+ if (my_meat() > 6000000) {
cli_execute("set choiceAdventure25 = 2");
bumAdv($location[Dungeons of Doom], "", "itemsnc", "1 dead mimic", "Getting a Dead Mimic", "-");
} else {