Difference between pages "String Handling Routines" and "In-combat Consulting"

From Kolmafia
(Difference between pages)
Jump to navigation Jump to search
(DINbqUeUSzTuGoYvSo)
 
imported>StDoodle
m
 
Line 1: Line 1:
I'm happy very good site <a href=" galleries ">teens kissing teens gallery</a>  071453 <a href=" officers canteens ">teen
+
For general information on In-Combat Consulting, see [[Custom_Combat_Script#Consult_Scripts|Consult Scripts]]
  
</a>  :-DD
+
{{Flink|buffer|attack}}
 +
{{Flink|buffer|steal}}
 +
{{Flink|buffer|runaway}}
 +
{{Flink|buffer|throw_item|item}}
 +
{{Flink|buffer|throw_items|item|item|desc=These five functions return the html response from sending the appropriate url request for the associated action while in battle.}}
 +
{{Flink|buffer|use_skill|{{opt|int}}|skill|desc=Will loop the specified number of times using the specified skill, never reconsulting the script until the loop is complete.}}
 +
{{Flink|element|monster_element|desc=Returns the element that the monster is aligned with.}}
 +
{{Flink|int|monster_attack}}
 +
{{Flink|int|monster_defense}}
 +
{{Flink|int|monster_hp|desc=Returns the specified (current?) stat of the monster.}}
 +
{{Flink|buffer|get_ccs_action|int|desc=Returns the specified line from the CCS section appropriate for the monster currently being fought. [http://kolmafia.us/showthread.php?p=9705#post9705]}}
 +
{{Flink|boolean|will_usually_miss}}
 +
{{Flink|boolean|will_usually_dodge|desc=Returns if you will normally miss or be missed in battle.}}

Revision as of 04:37, 31 March 2010

For general information on In-Combat Consulting, see Consult Scripts

buffer attack()

buffer steal()

buffer runaway()

buffer throw_item( item )

buffer throw_items( item, item )

These five functions return the html response from sending the appropriate url request for the associated action while in battle.

buffer use_skill( [int], skill )

Will loop the specified number of times using the specified skill, never reconsulting the script until the loop is complete.

element monster_element()

Returns the element that the monster is aligned with.

int monster_attack()

int monster_defense()

int monster_hp()

Returns the specified (current?) stat of the monster.

buffer get_ccs_action( int )

Returns the specified line from the CCS section appropriate for the monster currently being fought. [1]

boolean will_usually_miss()

boolean will_usually_dodge()

Returns if you will normally miss or be missed in battle.