Adventuring: Difference between revisions
imported>Bale is_banished |
imported>Bale r15235: run_choice() and run_turn() |
||
Line 23: | Line 23: | ||
{{Flink|void|refresh_status|desc=Refreshes the side-pane character info (health, effects, etc.).}} | {{Flink|void|refresh_status|desc=Refreshes the side-pane character info (health, effects, etc.).}} | ||
{{Flink|buffer|run_combat|desc=Uses the current KoLmafia settings to run a combat (for use with [[visit_url|visit_url()]]).}} | {{Flink|buffer|run_combat|desc=Uses the current KoLmafia settings to run a combat (for use with [[visit_url|visit_url()]]).}} | ||
{{Flink|buffer|run_choice|desc=Chooses an option in the current choice adventure.}} | |||
{{Flink|buffer|run_turn|descwork as run_combat() or run_choice( -1 ) depending on whether you are in combat or in a choice.}} | |||
{{Flink|boolean|retrieve_item|int|item|desc=Uses KoLmafia internal logic to gather items.}} | {{Flink|boolean|retrieve_item|int|item|desc=Uses KoLmafia internal logic to gather items.}} | ||
{{Flink|boolean|change_mcd|int|desc=Tries to set your +ML device to a specified setting and reports on success.}} | {{Flink|boolean|change_mcd|int|desc=Tries to set your +ML device to a specified setting and reports on success.}} |
Revision as of 07:47, 13 March 2017
boolean adventure( int, location )
boolean adventure( int, location, string )
boolean adv1( location, int, string )
buffer visit_url()
buffer visit_url( string )
buffer visit_url( string, boolean )
buffer visit_url( string, boolean, boolean )
void remove_item_condition( int, item )
void add_item_condition( int, item )
boolean is_goal( item )
boolean goal_exists( string )
string [int] get_goals()
string get_counters( string, int, int )
void council()
item guardians()
int tavern()
boolean entryway()
boolean hedgemaze()
boolean chamber()
location my_location()
void refresh_status()
buffer run_combat()
buffer run_choice()
boolean retrieve_item( int, item )
boolean change_mcd( int )
boolean hermit( int, item )
About Monsters
For all of the below functions that accept an optional monster parameter, the default value is your most recently-encountered monster (that means your current monster if you're in combat).
int jump_chance( [monster], [int], [int] )
int jump_chance( location, [int], [int] )
monster last_monster()
monster [int] get_monsters( location )
float [monster] appearance_rates( location, [boolean] )
int monster_attack( [monster] )
int monster_defense( [monster] )
int monster_initiative( [monster] )
phylum monster_phylum( [monster] )
int expected_damage( [monster] )
element monster_element( [monster] )
monster image_to_monster( string )
boolean is_banished( monster )