untinker? and other questions

ckb

Minion
Staff member
After a long break from scripting (and softcore), I am back updating some old scripts I had, and I have a few questions:

Is there a ASH command to untinker?
Or do I need a cli_exectute("untinker item")?

Is there a list somewhere of all the ASH commands?
Not a refrence of them as in wiki.kolmafia.us, but an actual list of every command recogognized (for sysntax highlighting)

Thanks!

ckb
 

macman104

Member
Re: untinker? and other Qs

I would say if you want a comprehensive list, to go through the file KoLmafiaASH.java located here. Somewhere in the middle, actually I think the complete list begins at ~line 2985. That should be for the most current revision of the file.
 

ckb

Minion
Staff member
Re: untinker? and other Qs

[quote author=macman104 link=topic=824.msg4002#msg4002 date=1174974623]
go through the file KoLmafiaASH.java located here.  [/quote]

Hey thanks, that'll do. Time to start parsing!

ckb
 

ckb

Minion
Staff member
[quote author=matt.chugg link=topic=824.msg4321#msg4321 date=1177509470]
Is there a list somewhere of all the ASH commands?
[/quote]

Here's the list I ended up pulling out of the java linked above:

Code:
abort
add_item_condition
adventure
attack
boolean_to_string
bounty_hunter_wants
buffed_hit_stat
buy
can_drink
can_eat
can_equip
can_interact
ceil
chamber
chat_reply
class_to_string
clear
cli_execute
closet_amount
cold_resistance
combat_percent_modifier
contains_text
council
count
creatable_amount
create
current_equipment
current_hit_stat
current_mind_control_level
damage_absorption_percent
damage_reduction
disable
drink
eat
echo
effect_to_int
effect_to_skill
effect_to_string
element_to_int
element_to_string
elemental_resistance
enable
entryway
equip
equip_familiar
equip_slot
extract_items
extract_meat
familiar_equipment
familiar_to_int
familiar_to_string
familiar_weight
familiar_weight_adjustment
file_to_map
fixed_experience_bonus
float_to_string
floor
get_monsters
get_power
get_property
gourd
group_string
guardians
guild
have_bartender
have_chef
have_effect
have_equipped
have_familiar
have_mushroom_plot
have_outfit
have_skill
hedgemaze
hobo_drink
hot_resistance
in_hardcore
in_moxie_sign
in_muscle_sign
in_mysticality_sign
index_of
inebriety_limit
initiative_modifier
int_to_effect
int_to_element
int_to_familiar
int_to_item
int_to_skill
int_to_slot
int_to_string
item_amount
item_drop_modifier
item_to_int
item_to_slot
item_to_string
last_index_of
length
location_to_string
location_to_url
mana_cost_modifier
map_to_file
meat_drop_modifier
mind_control
monster_base_attack
monster_base_defense
monster_base_hp
monster_level_adjustment
monster_to_string
mp_cost
museum_amount
my_adventures
my_basestat
my_buffedstat
my_class
my_closetmeat
my_familiar
my_hp
my_inebriety
my_level
my_location
my_maxhp
my_maxmp
my_meat
my_mp
my_name
my_primestat
my_turncount
my_zodiac
nemesis
outfit
print
print_html
pulls_remaining
put_closet
put_display
put_shop
put_stash
random
ranged_weapon
raw_damage_absorption
refresh_stash
refresh_status
remove_property
replace_string
restore_hp
restore_mp
retrieve_item
round
runaway
sell_item
session_logs
set_property
shop_amount
skill_to_effect
skill_to_int
skill_to_string
sleaze_resistance
slot_to_int
slot_to_string
spiceloop
split_string
spooky_resistance
square_root
stash_amount
stat_bonus_today
stat_bonus_tomorrow
stat_to_string
steal
stench_resistance
stills_available
storage_amount
string_to_boolean
string_to_class
string_to_effect
string_to_element
string_to_familiar
string_to_float
string_to_int
string_to_item
string_to_location
string_to_monster
string_to_skill
string_to_slot
string_to_stat
string_to_zodiac
substring
take_closet
take_display
take_stash
take_storage
tavern
throw_item
throw_items
to_lower_case
to_upper_case
today_to_string
trade_bounty_hunter
trade_hermit
trade_trapper
train_familiar
truncate
turns_per_cast
unequip
unequip_slot
url_decode
url_encode
use
use_skill
user_confirm
visit_url
wait
weapon_hands
weapon_type
zodiac_to_string

ckb
 

matt.chugg

Moderator
MY post was actually a response to the OP, I wasn't asking if there was one, my quote tag just got screwed up! ;)
 
Top