> ash print(retrieve_item(1,$item[hand turkey outline]));
You need 1 more hand turkey outline to continue.
false
Returned: void
> ash print(retrieve_item(1,$item[magical mystery juice]));
true
Returned: void
Placing items into closet...
Requests complete.
> ash print(retrieve_item(1,$item[magical mystery juice]));
Removing items from closet...
true
Returned: void
Using 1 magical mystery juice...
You gain 21 Mojo Points
Finished using 1 magical mystery juice.
> ash print(retrieve_item(1,$item[magical mystery juice]));
Purchasing magical mystery juice (1 @ 100)...
You acquire an item: magical mystery juice
You spent 100 Meat
Purchases complete.
true
Returned: void
Does retrieve_item() return true (as assumed) if you are successful in retrieving the item?
Putting on Gauntlet...
Equipment changed.
Maximizing...
112 combinations checked, best score 2879.0
Saving outfit Gauntlet...
Outfit saved
Putting on MPDrain...
Equipment changed.
moxie magnet
Travoltan trousers
Maximizing...
128 combinations checked, best score 1361.0
Putting on beer helmet...
Equipment changed.
Wielding tambourine...
Equipment changed.
Taking off tambourine...
Equipment changed.
Holding tambourine...
Why bother putting a weapon into your offhand if you don't have anything in your on-hand? "On-hand?" Whatever.
void cache_outfits()
{
if (outfits_cached) || (my_basestat($stat[Mysticality]) < 200 || my_basestat($stat[Muscle]) < 200 || my_basestat($stat[Moxie]) < 200))
{
return;
}
Saving outfit MP Regen...
Outfit saved
Unrecognized keyword: none
cli_execute("outfit save MP Regen");
familiarCache["MP Regen"].f = my_familiar();
familiarCache["MP Regen"].i = familiar_equipped_equipment(my_familiar());
command = "maximize " + combat_stat.to_string();
foreach i in combat_equipment
{
item equipment = combat_equipment[i].to_item();
if (equipment != $item[none] && available_amount(equipment) > 0 )
{
command = command + ", +equip " + equipment.to_string();
}
}
Code:Saving outfit MP Regen... Outfit saved Unrecognized keyword: none
I'd love to get this script working (telescope has been done a while, but I still get a sandwich of the gods most ascensions to burn turns) - but it fails during the outfit maximization:
Code:Saving outfit MP Regen... Outfit saved Unrecognized keyword: none
You cannot modify a setting by changing the value in script
> call scripts\autoBasement.ash
Initializing items and effects...
Items and effects initialization complete!
Caching outfits...
Maximizing (1st time may take a while)...
512 combinations checked, best score 845.0
Putting on Hodgman's porkpie hat...
Equipment changed.
Wielding Maxwell's Silver Hammer...
Equipment changed.
Holding Hodgman's imaginary hamster...
Equipment changed.
Putting on letterman's jacket...
Equipment changed.
Putting on Hodgman's lobsterskin pants...
Equipment changed.
Putting on navel ring of navel gazing...
Equipment changed.
Putting on Hodgman's bow tie...
Equipment changed.
Putting on hardened slime belt...
Equipment changed.
Putting on Maxwell's Silver Hammer...
Equipment changed.
Saving outfit Mysticality...
Outfit saved
Maximizing...
160 combinations checked, best score 954.0
Putting on plexiglass pith helmet...
Equipment changed.
Wielding lawn dart...
Equipment changed.
Putting on V for Vivala mask...
Equipment changed.
Putting on Hodgman's bow tie...
You may only equip one of those at a time.
> call scripts\autoBasement.ash
Initializing items and effects...
Items and effects initialization complete!
Caching outfits...
Putting on Mysticality...
Equipment changed.
Maximizing...
96 combinations checked, best score 880.0
Putting on plexiglass pocketwatch...
Equipment changed.
Putting on navel ring of navel gazing...
You may only equip one of those at a time.
> call scripts\autoBasement.ash
Initializing items and effects...
Items and effects initialization complete!
Caching outfits...
Putting on Mysticality...
Equipment changed.
Maximizing...
96 combinations checked, best score 880.0
Putting on plexiglass pocketwatch...
Equipment changed.
Putting on navel ring of navel gazing...
You may only equip one of those at a time.