Make a feature request, please.@Veracity: That would be lovely. Want me to submit the feature request or is this already on your list now?
Make a feature request, please.@Veracity: That would be lovely. Want me to submit the feature request or is this already on your list now?
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.
Putting I'm Feeling Lucky the Leprechaun back into terrarium...
Taking Infinate Data Elseif Loop the Temporal Riftlet out of terrarium...
moveable feast is better than (none). Switching items...
Putting on moveable feast...
Equipment changed.
Using 1 carbonated soy milk...
You gain 79 Muscularity Points
Finished using 1 carbonated soy milk.
Request 1 of 292 (Beanstalk: Giant's Castle) in progress...
[2500] Giant's Castle
Encounter: Goth Giant
Strategy: C:\Documents and Settings\Doug\Desktop\kolmafia\ccs\default.ccs [goth]
Round 0: terrabull wins initiative!
Round 1: terrabull attacks!
Round 2: terrabull attacks!
You gain 464 Meat
You gain 24 Strengthliness
You gain 8 Enchantedness
You gain 10 Chutzpah
Request 2 of 292 (Beanstalk: Giant's Castle) in progress...
KoLmafia declares world peace.
[2501] Giant's Castle
Encounter: Goth Giant
Strategy: C:\Documents and Settings\Doug\Desktop\kolmafia\ccs\default.ccs [goth]
Round 0: terrabull wins initiative!
Putting on Meat detector...
Equipment changed.
Round 1: terrabull attacks!
You gain 442 Meat
You acquire an item: Warm Subject gift certificate
You gain 27 Strengthliness
You gain 11 Wizardliness
You gain 7 Sarcasm
> set is_100_run = "none"
is_100_run => none
> fam lep
Unable to invoke fam
> familiar lep
Putting Infinate Data Elseif Loop the Temporal Riftlet back into terrarium...
Taking I'm Feeling Lucky the Leprechaun out of terrarium...
Requests complete.
Validating adventure sequence...
Requests complete.
Putting I'm Feeling Lucky the Leprechaun back into terrarium...
Taking Infinate Data Elseif Loop the Temporal Riftlet out of terrarium...
Request 1 of 290 (Beanstalk: Giant's Castle) in progress...
[2502] Giant's Castle
Encounter: Possibility Giant
Strategy: C:\Documents and Settings\Doug\Desktop\kolmafia\ccs\default.ccs [default]
Round 0: terrabull wins initiative!
Round 1: terrabull attacks!
Round 2: terrabull attacks!
You gain 403 Meat
You acquire an item: plot hole
You gain 27 Fortitude
You gain 11 Mysteriousness
You gain 4 Cheek
Request 2 of 290 (Beanstalk: Giant's Castle) in progress...
[2503] Giant's Castle
Encounter: Goth Giant
Strategy: C:\Documents and Settings\Doug\Desktop\kolmafia\ccs\default.ccs [goth]
Round 0: terrabull wins initiative!
Round 1: terrabull attacks!
You gain 355 Meat
You acquire an item: awful poetry journal
You gain 33 Strengthliness
You gain 7 Enchantedness
You gain 3 Cheek
KoLmafia declares world peace.
Stealing Meat detector from I'm Feeling Lucky the Leprechaun...
Putting on Meat detector...
Only a specific familiar type ( Leprechaun ) can equip this item.
triktixa isn't the same as trikitixa.
> ash $item[trickster trikitixa]
Returned: The Trickster's Trikitixa
boolean need_bangs() {
for i from 819 to 827
if(item_amount(to_item(i)) < to_int(get_property("lastBangPotion"+i) == "") + 1)
return true;
return false;
}
.... and a little bit later ....
case $location[Dungeons of Doom]: // Open large and small boxes?
if(need_bangs()) {
if(item_amount($item[large box]) > 0)
use(item_amount($item[large box]), $item[large box]);
if(item_amount($item[small box]) > 0)
use(item_amount($item[small box]), $item[small box]);
}