Difference between pages "Help:To Do List" and "Choice Adventures"

From Kolmafia
(Difference between pages)
Jump to navigation Jump to search
imported>Bale
(→‎Missing Stuff: is_banished has been added to the wiki)
 
imported>Fluxxdog
 
Line 1: Line 1:
{{TOCright}}
+
A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the "auto" button in the relay browser). The number of choice adventures in KoL is too large and too often updated to list each individual preference here. Please consult the main wiki's Choice Adventures by Number page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure "Minnesota Incorporeals" is number 77 in KoL, and its KoLmafia preference is "choiceAdventure77".
  
== "To Do" List ==
+
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL (or in the GUI, in the case that mafia provides more options than KoL). According to Holatuwol (here), the settings map to "X=pick the Xth Option" and "X+1=pick an item you don't have" (i.e., complete the outfit). Many preferences also have a "Show in [Mini] Browser" option, which corresponds to a setting of 0.
  
This is a list of stuff that is missing from the wiki or else needs major work. Please help!
+
This page contains a detailed list of choice adventures and KoLmafia's options for them in Choice Adventures setting. Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have speical handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.
 +
==Choice Adventures 2-90==
 +
{| class="wikitable" border="1"
 +
|-
 +
!  #
 +
!  Name
 +
!  default
 +
!  Options
 +
! Notes
 +
|-
 +
|2
 +
|{{kolwiki|Denim Axes Examined}}
 +
|2
 +
|1-Trade a rubber axe for a denim axe
 +
2-skip adventure
 +
|
 +
|-
 +
|3
 +
|{{kolwiki|The Oracle Will See You Now}}
 +
|3
 +
|1-skip adventure
 +
2-Pay for a minor consultation (waste 100 meat)
  
 +
3-Make the plus sign usable
 +
|
 +
|-
 +
|4
 +
|{{kolwiki|Finger-Lickin'... Death.}}
 +
|3
 +
|1-Chance to win or lose 500 meat
 +
2-Chance for poultrygeist
  
If you need tips for editing the wiki, find that here: [[Help:Editing]].
+
3-skip adventure
 +
|
 +
|-
 +
|5
 +
|{{kolwiki|Heart of Very, Very Dark Darkness}}
 +
|2
 +
|1-Fight the Fairy Queen
 +
2-skip adventure
 +
|KoLmafia automatically sets the choices for {{kolwiki|Darker Than Dark}}, {{kolwiki|How Depressing}}, and {{kolwiki|On the Verge of a Dirge}} based on your setting. Also, if you cannot fight Felonia because you don't have the inexplicably glowing rock or the spooky glove equipped, it will skip the adventure anyway.
 +
|-
 +
|15
 +
|{{kolwiki|Yeti Nother Hippy}}
 +
|4
 +
|1-eXtreme mittens
 +
2-eXtreme scarf
  
*CLI Commands are usually only added to the [[CLI Reference]]. Only very complicated commands require their own page.
+
3-small meat boost
  
*ASH commands need to be listed on their category page as well as on the [[Ash Functions]] list.
+
4-complete the eXtreme Cold-Weather Gear outfit
**It is not necessary to always create a code sample, although it is preferred.
+
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???
**If you don't add a code sample, please remember to add '''needscode=yes|''' to the page.
+
|-
 +
|16
 +
|{{kolwiki|Saint Beernard}}
 +
|4
 +
|1-snowboarder pants
 +
2-eXtreme scarf
  
 +
3-small meat boost
  
== Missing Stuff ==
+
4-complete the eXtreme Cold-Weather Gear outfit
r9181, 9183, 9184 & r9190: '''moods''' per slyz's summary here: http://kolmafia.us/showthread.php?8852-Composable-Moods
+
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???
 +
|-
 +
|17
 +
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}
 +
|4
 +
|1-eXtreme mittens
 +
2-snowboarding pants
  
r11707: Experimental ASH feature: the main() function of imported scripts can now be
+
3-small meat bost
invoked, under the alternate name main@filename()
 
(where 'filename' can be overridden by a 'script' directive, any ".ash"
 
suffix is dropped, and non-alphanumeric characters are replaced by
 
underscores). Note that no spaces are allowed around the @, the whole thing
 
is a single token.
 
  
r12062: add ASH '''get_outfits()''' and '''get_custom_outfits'''()
+
4-complete the eXtreme Cold-Weather Gear outfit
 +
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???
 +
|-
 +
|18
 +
|{{kolwiki|A Flat Miner}}
 +
|4
 +
|1-miner's pants
 +
2-7-foot Dwarven mattock
  
13213: Add "debug ash on" and "debug ash off" to turn on and off ASH script tracing
+
3-small meat boost
ASH tracing goes into ASH_datestamp.txt
 
  
r14729: add fixedThreadPoolSize pref - diagnostic/fine tuning for limiting the threadpool size.
+
4-complete the Mining Gear outfit
 +
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???
 +
|-
 +
|19
 +
|{{kolwiki|100% Legal}}
 +
|4
 +
|1-miner's helmet
 +
2-miner's pants
  
r8628 http://kolmafia.us/showthread.php?4750-Master-Relay-Override&p=34367&viewfull=1#post34367
+
3-small meat boost
string '''get_path_full'''() Returns the full URL that was submitted.
 
string '''get_path'''()Returns just the page name of the URL that was submitted.
 
string '''get_path_variables'''() Returns just the variables after the "?" in the URL that was submitted.
 
  
r11198: Add naive implementation of to_json() for all types
+
4-complete the Mining Gear outfit
It has no special checking, so don't use this on something that can't actually be converted directly into JSON
+
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???
(so an aggregate type that doesn't use non-simple keys) or it'll return a gibberish string that JSON parsers will choke on.
+
|-
string '''to_json'''( null )
+
|20
http://kolmafia.us/showthread.php?10513-JSON-data-exporting
+
|{{kolwiki|See You Next Fall}}
It is intended to be given an aggregate as an input.
+
|4
 +
|1-7-foot Dwarven mattock
 +
2-miner's helmet
  
test CLI commands:
+
3-small meat boost
 
r14764: add "'''test xpath'''" to, well, test xpath expressions
 
r14767: Expose an xpath function that relay scripts can use after they've invoked visit_url().
 
http://kolmafia.us/showthread.php?16722-the-DOM-regex-scalability-and-other-jargony-words
 
http://kolmafia.us/showthread.php?16764-xpath-primer
 
 
r14967: Add "'''test mchat'''" command which can be used after "test load JSONFILE"
 
  
== Needs Major Work ==
+
4-complete the Mining Gear outfit
 +
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???
 +
|-
 +
|21
 +
|{{kolwiki|Under the Knife}}
 +
|2
 +
|1-Switch genders
 +
2-skip adventure
 +
|
 +
|-
 +
|22
 +
|{{kolwiki|The Arrrbitrator}}
 +
|4
 +
|1-eyepatch
 +
2-swashbuckling pants
  
[[Proxy Records]] is only slightly better than a placeholder.
+
3-small meat boost
  
In r10047, the adventure tab interface was altered. Fix SinginSally's guide on pages...
+
4-complete the Swashbuckling Getup outfit
+
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???
http://wiki.kolmafia.us/index.php?title=KoLmafia_Guide:_Attack_Script
+
|-
http://wiki.kolmafia.us/index.php?title=KoLmafia_Guide:_Custom_Combat_Script
+
|23
http://wiki.kolmafia.us/index.php?title=KoLmafia_Guide:_Goal-Oriented_Adventuring
+
|{{kolwiki|Barrie Me at Sea}}
 +
|4
 +
|1-stuffed shoulder parrot
 +
2-swashbuckling pants
  
Information on moods calling other moods: http://kolmafia.us/showthread.php?8852-Composable-Moods&p=66468&viewfull=1#post66468
+
3-small meat boost
  
== Needs Code Samples ==
+
4-complete the Swashbuckling Getup outfit
 +
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???
 +
|-
 +
|24
 +
|{{kolwiki|Amatearrr Night}}
 +
|4
 +
|1-stuffed shoulder parrot
 +
2-small meat boost
  
There is a list of all pages that require code samples: [[:Category:Needs_Code_Sample|Category:Needs Code Sample]]
+
3-eypatch
  
Information on how to create a code sample: [[Template:CodeSample]]
+
4-complete the Swashbuckling Getup outfit
[[Category:Contributing]]
+
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???
 +
|-
 +
|25
 +
|{{kolwiki|Ouch! You bump into a door!}}
 +
|2
 +
|1-Buy a magic lamp for 50 meat
 +
2-Fight a mimic for 5000 meat
 +
 
 +
3-skip adventure
 +
|
 +
|-
 +
|26
 +
|{{kolwiki|A Three-Tined Fork}}
 +
|2
 +
|1-Muscle class starting items
 +
2-Mysticality class starting items
 +
 
 +
3-Moxie class starting items
 +
|This can be simply set through the GUI
 +
|-
 +
|27
 +
|{{kolwiki|Footprints}}
 +
|2
 +
|1-Seal Clubber starting items
 +
2-Turtle Tamer starting items
 +
|This can be simply set through the GUI
 +
|-
 +
|28
 +
|{{kolwiki|A Pair of Craters}}
 +
|2
 +
|1-Pastamancer starting items
 +
2-Sauceror starting items
 +
|This can be simply set through the GUI
 +
|-
 +
|26
 +
|{{kolwiki|The Road Less Visible}}
 +
|2
 +
|1-Disco Bandit starting items
 +
2-Accordion Thief starting items
 +
|This can be simply set through the GUI
 +
|-
 +
|40
 +
|{{kolwiki|The Effervescent Fray}}
 +
|3
 +
|1-Cloaca-Cola fatigues
 +
2-Dyspepsi-Cola shield
 +
 
 +
3-mysticality stats
 +
|
 +
|-
 +
|41
 +
|{{kolwiki|Smells Like Team Spirit}}
 +
|3
 +
|1-Dyspepsi-Cola fatigues
 +
2-Cloaca-Cola helmet
 +
 
 +
3-muscle substats
 +
|
 +
|-
 +
|42
 +
|{{kolwiki|What is it Good For?}}
 +
|3
 +
|1-Dyspepsi-Cola helmet
 +
2-Cloaca-Cola shield
 +
 
 +
3-moxie substats
 +
|
 +
|-
 +
|45
 +
|{{kolwiki|Maps and Legends}}
 +
|1
 +
|1-Spooky Temple map
 +
2&3-skip adventure
 +
|
 +
|-
 +
|46
 +
|{{kolwiki|An Interesting Choice}}
 +
|3
 +
|1-Moxie substats
 +
2-Muscle substats
 +
 
 +
3-Fight a spooky vampire
 +
|
 +
|-
 +
|47
 +
|{{kolwiki|Have a Heart}}
 +
|2
 +
|1-Trade vampire hearts for bottles of used blood
 +
2-skip adventure
 +
|
 +
|-
 +
|71
 +
|{{kolwiki|A Journey to the Center of Your Mind}}
 +
|1
 +
|1-Take the Bad Trip
 +
2-Take the Mediocre Trip
 +
 
 +
3-Take the Great Trip
 +
|
 +
|-
 +
|72
 +
|{{kolwiki|Lording Over The Flies}}
 +
|2
 +
|1-Trade Moscas de España for around the worlds
 +
2-skip adventure
 +
|
 +
|-
 +
|73
 +
|{{kolwiki|Don't Fence Me In}}
 +
|2
 +
|1-muscle substats
 +
2-white picket fence
 +
 
 +
3-wedding cake and white rice
 +
|KoLmafia uses '''_whiteRiceDrops''' to track how many white rices you picked up today.
 +
|-
 +
|74
 +
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}
 +
|2
 +
|1-moxie substats
 +
2-boxed wine
 +
 
 +
3-mullet wig
 +
|
 +
|-
 +
|75
 +
|{{kolwiki|Rapido!}}
 +
|3
 +
|1-mysticality substats
 +
2-white lightning
 +
 
 +
3-white collar
 +
|
 +
|-
 +
|76
 +
|{{kolwiki|Junction in the Trunction}}
 +
|3
 +
|1-cardboard ore
 +
2-styrofoam ore
 +
 
 +
3-bubblewrap ore
 +
|
 +
|-
 +
|77
 +
|{{kolwiki|Minnesota Incorporeals}}
 +
|2
 +
|1-moxie substats
 +
2-[[#78|Broken]]
 +
 
 +
3-skip adventure
 +
|This can be set simply in the GUI
 +
|-
 +
|{{anchor|78}}78
 +
|{{kolwiki|Broken}}
 +
|2
 +
|1-other options
 +
2-muscle substats
 +
 
 +
3-skip adventure
 +
|This can be set simply in the GUI
 +
|-
 +
|79
 +
|{{kolwiki|A Hustle Here, a Hustle There}}
 +
|2
 +
|1-Spookyraven library key
 +
2-muscle substats
 +
 
 +
3-skip adventure
 +
|This can be set simply in the GUI
 +
|-
 +
|80
 +
|{{kolwiki|Take a Look, it's in a Book! (Rise)}}
 +
|
 +
|}
 +
 
 +
==Special Cases==
 +
===Spooky Forest===
 +
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is.
 +
 
 +
===The Louvre===
 +
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you'll easily automate your way through it. It's setting is saved in '''louvreDesiredGoal''' and has 9 options:
 +
*0: skip adventure
 +
*1: Manetwich
 +
*2: bottle of Vangoghbitussin
 +
*3: bottle of Pinot Renoir
 +
*4: Boost Muscle
 +
*5: Boost Mysticality
 +
*6: Boost Moxie
 +
*7: Boost Prime Stat
 +
*8: Boost Lowest Stat
 +
===Violet Fog===
 +
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It's setting is saved in '''violetFogGoal''' and has 12 options:
 +
*0: escape the fog
 +
*1: Cerebral Cloche
 +
*2: Cerebral Crossbow
 +
*3: Cerebral Culottes
 +
*4: Muscle Training
 +
*5: Mysticality Training
 +
*6: Moxie Training
 +
*7: ice stein
 +
*8: munchies pill
 +
*9: homeopathic healing powder
 +
*10:Boost Prime Stat
 +
*11:Boost Lowest Stat

Revision as of 00:28, 2 August 2013

A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the "auto" button in the relay browser). The number of choice adventures in KoL is too large and too often updated to list each individual preference here. Please consult the main wiki's Choice Adventures by Number page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure "Minnesota Incorporeals" is number 77 in KoL, and its KoLmafia preference is "choiceAdventure77".

Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL (or in the GUI, in the case that mafia provides more options than KoL). According to Holatuwol (here), the settings map to "X=pick the Xth Option" and "X+1=pick an item you don't have" (i.e., complete the outfit). Many preferences also have a "Show in [Mini] Browser" option, which corresponds to a setting of 0.

This page contains a detailed list of choice adventures and KoLmafia's options for them in Choice Adventures setting. Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have speical handling, like Louvre It or Leave It. These will be detailed afterwards.

Choice Adventures 2-90

# Name default Options Notes
2 Denim Axes Examined 2 1-Trade a rubber axe for a denim axe

2-skip adventure

3 The Oracle Will See You Now 3 1-skip adventure

2-Pay for a minor consultation (waste 100 meat)

3-Make the plus sign usable

4 Finger-Lickin'... Death. 3 1-Chance to win or lose 500 meat

2-Chance for poultrygeist

3-skip adventure

5 Heart of Very, Very Dark Darkness 2 1-Fight the Fairy Queen

2-skip adventure

KoLmafia automatically sets the choices for Darker Than Dark, How Depressing, and On the Verge of a Dirge based on your setting. Also, if you cannot fight Felonia because you don't have the inexplicably glowing rock or the spooky glove equipped, it will skip the adventure anyway.
15 Yeti Nother Hippy 4 1-eXtreme mittens

2-eXtreme scarf

3-small meat boost

4-complete the eXtreme Cold-Weather Gear outfit

If you are missing one of the two pieces, it will get the first that you are missing. After that, ???
16 Saint Beernard 4 1-snowboarder pants

2-eXtreme scarf

3-small meat boost

4-complete the eXtreme Cold-Weather Gear outfit

If you are missing one of the two pieces, it will get the first that you are missing. After that, ???
17 Generic Teen Comedy Snowboarding Adventure 4 1-eXtreme mittens

2-snowboarding pants

3-small meat bost

4-complete the eXtreme Cold-Weather Gear outfit

If you are missing one of the two pieces, it will get the first that you are missing. After that, ???
18 A Flat Miner 4 1-miner's pants

2-7-foot Dwarven mattock

3-small meat boost

4-complete the Mining Gear outfit

If you are missing one of the two pieces, it will get the first that you are missing. After that, ???
19 100% Legal 4 1-miner's helmet

2-miner's pants

3-small meat boost

4-complete the Mining Gear outfit

If you are missing one of the two pieces, it will get the first that you are missing. After that, ???
20 See You Next Fall 4 1-7-foot Dwarven mattock

2-miner's helmet

3-small meat boost

4-complete the Mining Gear outfit

If you are missing one of the two pieces, it will get the first that you are missing. After that, ???
21 Under the Knife 2 1-Switch genders

2-skip adventure

22 The Arrrbitrator 4 1-eyepatch

2-swashbuckling pants

3-small meat boost

4-complete the Swashbuckling Getup outfit

If you are missing one of the two pieces, it will get the first that you are missing. After that, ???
23 Barrie Me at Sea 4 1-stuffed shoulder parrot

2-swashbuckling pants

3-small meat boost

4-complete the Swashbuckling Getup outfit

If you are missing one of the two pieces, it will get the first that you are missing. After that, ???
24 Amatearrr Night 4 1-stuffed shoulder parrot

2-small meat boost

3-eypatch

4-complete the Swashbuckling Getup outfit

If you are missing one of the two pieces, it will get the first that you are missing. After that, ???
25 Ouch! You bump into a door! 2 1-Buy a magic lamp for 50 meat

2-Fight a mimic for 5000 meat

3-skip adventure

26 A Three-Tined Fork 2 1-Muscle class starting items

2-Mysticality class starting items

3-Moxie class starting items

This can be simply set through the GUI
27 Footprints 2 1-Seal Clubber starting items

2-Turtle Tamer starting items

This can be simply set through the GUI
28 A Pair of Craters 2 1-Pastamancer starting items

2-Sauceror starting items

This can be simply set through the GUI
26 The Road Less Visible 2 1-Disco Bandit starting items

2-Accordion Thief starting items

This can be simply set through the GUI
40 The Effervescent Fray 3 1-Cloaca-Cola fatigues

2-Dyspepsi-Cola shield

3-mysticality stats

41 Smells Like Team Spirit 3 1-Dyspepsi-Cola fatigues

2-Cloaca-Cola helmet

3-muscle substats

42 What is it Good For? 3 1-Dyspepsi-Cola helmet

2-Cloaca-Cola shield

3-moxie substats

45 Maps and Legends 1 1-Spooky Temple map

2&3-skip adventure

46 An Interesting Choice 3 1-Moxie substats

2-Muscle substats

3-Fight a spooky vampire

47 Have a Heart 2 1-Trade vampire hearts for bottles of used blood

2-skip adventure

71 A Journey to the Center of Your Mind 1 1-Take the Bad Trip

2-Take the Mediocre Trip

3-Take the Great Trip

72 Lording Over The Flies 2 1-Trade Moscas de España for around the worlds

2-skip adventure

73 Don't Fence Me In 2 1-muscle substats

2-white picket fence

3-wedding cake and white rice

KoLmafia uses _whiteRiceDrops to track how many white rices you picked up today.
74 The Only Thing About Him is the Way That He Walks 2 1-moxie substats

2-boxed wine

3-mullet wig

75 Rapido! 3 1-mysticality substats

2-white lightning

3-white collar

76 Junction in the Trunction 3 1-cardboard ore

2-styrofoam ore

3-bubblewrap ore

77 Minnesota Incorporeals 2 1-moxie substats

2-Broken

3-skip adventure

This can be set simply in the GUI
78 Broken 2 1-other options

2-muscle substats

3-skip adventure

This can be set simply in the GUI
79 A Hustle Here, a Hustle There 2 1-Spookyraven library key

2-muscle substats

3-skip adventure

This can be set simply in the GUI
80 Take a Look, it's in a Book! (Rise)

Special Cases

Spooky Forest

The Spooky Forest has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash set_property() or a CLI set command. KoLmafia reads the setting for the choice adventures associated with Arboreal Respite and determines what your current setting is.

The Louvre

Louvre It or Leave It is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you'll easily automate your way through it. It's setting is saved in louvreDesiredGoal and has 9 options:

  • 0: skip adventure
  • 1: Manetwich
  • 2: bottle of Vangoghbitussin
  • 3: bottle of Pinot Renoir
  • 4: Boost Muscle
  • 5: Boost Mysticality
  • 6: Boost Moxie
  • 7: Boost Prime Stat
  • 8: Boost Lowest Stat

Violet Fog

KoLmafia has a built-in solver for the Violet Fog similar to the louvre. It's setting is saved in violetFogGoal and has 12 options:

  • 0: escape the fog
  • 1: Cerebral Cloche
  • 2: Cerebral Crossbow
  • 3: Cerebral Culottes
  • 4: Muscle Training
  • 5: Mysticality Training
  • 6: Moxie Training
  • 7: ice stein
  • 8: munchies pill
  • 9: homeopathic healing powder
  • 10:Boost Prime Stat
  • 11:Boost Lowest Stat