Really, the treasure hunt is the easiest thing ever. The following is a list of all the unlock combinations for the treasure hunt. I grabbed it from some XML data that the SWF fetches.
=How this works=
The eyes, nose and mouth tell you the position each of the respective spinners must be at. All positions start out at 1.
An unlock combo item looks like this:
Code:
<code eyes="4" nose="1" mouth="2" letter="A" />
So to unlock this prize, I would move the tiki like so:
Eyes: 4 {move back one}
Nose: 1 {don't move}
Mouth: 2 {move forward one}
=Code list=
Code:
<code eyes="4" nose="1" mouth="2" letter="A" /> Avatars
<code eyes="2" nose="2" mouth="3" letter="B" /> Wallpaper
<code eyes="3" nose="1" mouth="4" letter="C" /> Avatars
<code eyes="1" nose="3" mouth="3" letter="D" /> $5 dollars off
<code eyes="4" nose="4" mouth="4" letter="E" /> 50% off single
<code eyes="1" nose="4" mouth="2" letter="F" /> 50% off full season
<code eyes="3" nose="2" mouth="1" letter="G" /> 50% off full season
<code eyes="1" nose="1" mouth="4" letter="H" /> Unlocks Journal
<code eyes="3" nose="4" mouth="2" letter="I" /> Lame Flash thing. Supposed to be a hint towards the next episode. Doesn't do much.
<code eyes="2" nose="3" mouth="1" letter="J" /> $5 dollars off
<code eyes="1" nose="1" mouth="1" letter="K" />
<code eyes="4" nose="3" mouth="1" letter="L" />
<code eyes="2" nose="4" mouth="3" letter="M" />
<code eyes="2" nose="1" mouth="4" letter="N" />
<code eyes="3" nose="2" mouth="4" letter="O" />
These are not dynamically generated (thanks to the wiiware version). You must be logged in to use them though.
The letters are the url codes to the prizes. For example:
http://www.telltalegames.com/monkeyisland/prizes/H
=Additional Maps=
Letters K-O do not do anything right now. Wait until later.
Those map names are:
CLAMPAXIA
NOSTLAGUHH
GOODGREEFIA
POLLYGONUS
MEMLEST
To get map 7 and 8 and 9 and 10, click on these links:
Map 7:
http://www.telltalegames.com/treasurehunt?addmap=7
Map 8:
http://www.telltalegames.com/treasurehunt?addmap=8
Map 9:
http://www.telltalegames.com/treasurehunt?addmap=9
Map 10:
http://www.telltalegames.com/treasurehunt?addmap=10
Thanks to Eduardo for the map 10 link and info.