Adventuring

From Kolmafia
Revision as of 18:59, 6 November 2007 by 195.242.99.77 (talk)
Jump to navigation Jump to search

samsung ringtone movie double trouble acrylics conversion oil ephedra online music ringtones africa in language south spoken mp3 bluetooth headphones free verizon wireless ringtones buy drug european study abroad center levitra n her shoes jessica conner normandy campaign buy diazepam immo particulier language learning theory stages or chart soil nitrogen content jobs in lancaster county pa. download vocal ringtones order vicodin with a cod buy norvasc work home businesses resources the earth and its people 3rd edition news headlines archives atlas business solutions inc. telus ringtones free true ringtones tenuate online massage package table download monophonic ringtones order ephedra websuche movie good new posters buy phendimetrazine ib 12 mono ringtone discount cipro buy ultram empirical formula calculations sibutramine cheap adipex image resize power toy steel structures inc miami toyota jazz ringtones afghanistan and iraq war video mls canada listings download love ringtones vh2 phone ringtones state of ohio business plan form white chili recipes information on addiction epilepsy brain disorder download monophonic ringtones telus ringtones zombie apocalypse buy ritalin lyrics turn down the lights pharmacy online cheap lortab star ornament cheap hoodia buy tamiflu download ringtones celebrex perth dating sites not the mamma the auditorium chicago vehicle dynamics wireless scanning windows toyota avalon 2006 buy valtrex auto city kansas part used anyones email find free your bird feeder used book buy cheap soma buy drugs alston home if i was a carpenter song buy codeine download phone ringtones free caller ringtones buy ritalin workforce readiness order cyclobenzaprine 1 ended war world ny state assembly website didrex online atenolol free animal ringtones discount sildenafil environmental in issue world cheap ringtones river grove police department jorge navarrete lower cost of market technology marketing jobs europe

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.