Adventuring

From Kolmafia
Revision as of 18:38, 26 November 2007 by imported>RacboCricc
Jump to navigation Jump to search

casino online mini cooper handbag louis vuitton christineyoung indian sex movie best cell phone prepaid service cellphone ringtones att wireless godzilla monster cheap motorcycles exterior doors homemade porn video rottweiler photos *3uuirek.html spotnail parts old pussy hairy satellite tv asian criminal records vytorin golf apparel motorhomes order ambien red jumpsuit apparatus espresso machine rating buy alprazolam cute backgrounds us passports hunting ontario cheap fares free cartoon porn for sale by owner food for thyroid *3wxdfil.html poclain hydraulics arbitrage *3lrgkoe.html wheel adapters free phone number search mens watches apple celebrex free adult pornography conveyors kaspersky key home money making business opportunity animation trampoline military mypay website caljobs my space background invest download winrar free lithium medication globetrotter inn edinburgh monster cock www witch com washington mutual bank mortgage kershaw knives *3cdqoih.html free laptops wheeloffortune com wood furniture vasectomy reversal skateboarding videos hair shampoo buick lucerne dorm room decorations online texas holdem typing tutor college weapon diverticulitis symptoms free interracial nissan motors maduras nicorette orgys xxx free passwords academy sports cingular ringtone cheap scrubs used car gardening gastrointestinal tract job interview questions what is flexeril *3thkcag.html freesex video pioneer electronics dress up girls imesh air canada ticket hotel reservations sex toons consumer credit counseling service nebraska real estate agents motorolla 730i communication problem in relationship actresses south park adipex online kitchen knob cymbalta withdrawal apartments rental

Part 5 - Adventuring

Go get ‘em, tiger!

boolean adventure( int visits, location place )
Visits the desired place the number of times that you wish.
Sample:Hedging

void add_item_condition( int quantity, item it )
Specifies adventuring conditions. With conditions in place, adventure(…) will successfully complete before using all the specified adventures if the conditions are all met.
See the CLI manual for additional condition programming.

void council()
Visits the Council of Loathing.

item guardians()
Climbs the Naughty Sorceress’ Tower and passes the challenges that it can. If it completes the challenge, it returns $item[none]. Otherwise, it returns the item that is needed to pass the next stage.

boolean guild()
boolean gourd()
int tavern()
boolean nemesis()
boolean entryway()
boolean hedgemaze()
boolean chamber()

Attempts to perform the associated tasks. The return value indicates the success.
See the CLI manual for more details.
Sample:Hedging

boolean train_familiar( int nGoal, string sGoal )
Trains your currently-equipped familiar. sGoal can be either “base”, “buffed”, or “turns”, and nGoal is either the target weight or desired number of battles.

location my_location()
Returns the location where you last adventured.

void refresh_status()
Grabs a fresh copy of your sidebar, so that information on your health, effects, and such will be guaranteed accurate. In theory, this is not necessary unless you are attempting to script your own custom combat function.

monster [int] get_monsters( location place )
returns an integer indexed map of potential monsters in the given location.

int monster_base_attack( monster eek )
int monster_base_defense( monster eek )
int monster_base_hp( monster eek )

Returns the stats for the given monster.

spiceloop is a verified kolmafia ash function however the parameters and return type are speculation. This needs verified.
void spiceloop( int count )
Executes kolmafia’s internal spiceloop for the specified number of adventures.

element monster_attack_element( monster )
element monster_defense_element( monster )
Returns the given monsters attack element and element which it can defend against.