New Content - Implemented August 2015 Item of the Month: airplane charter: That 70's Volcano

Darzil

Developer
- quest tracking - track which items are required today, and when you turn in one of them, remove it from inventory and mark the daily quest as complete.
Not sure there are actually any quests. We probably want to parse what things are looked for that day, and when you've done one for the day, in case scripts want them.
 

Veracity

Developer
Staff member
That's what I meant. When we visit the page, parse what is wanted, and when you turn something in, remove the appropriate item.

Probably 4 settings:

_volcanoItem1 = -1 or itemId
_volcanoItem2 = -1 or itemId
_volcanoItem3 = -1 or itemId
_volcanoItemRedeemed = true/false

Assuming we parse the page when you visit it, we'll know what item to remove simply from the choice option you took to turn it in, based on the appropriate setting. Although we should probably check the result text in case you are scripting an option which is not actually available, since you don't actually have the item.
 

Donavin69

Member
By the way - the SMOOCH bottlecap is not only usable, but is multiusable. Anybody here tried it yet?

Yeah, 1 got me 1k meat, 2 got me 2k meat. I haven't tried more than that at once...(seemed too linear when I could sell them in the mall for 15x that)

(edited to fix typo spelling)
 

Veracity

Developer
Staff member
These appear to be the two dozen monsters:

Travoltron

lavatory
lava lamprey
basaltamander
Lavalos

SMOOCH private
SMOOCH sergeant
SMOOCH general
Geve Smimmons
Raul Stemley
(Peter Criss)
(Ace Frehley)

healing crystal golem
mine worker (female)
mine overseer (male)
--
mine worker (male)
mine overseer (female)
(Boss)

lava golem
factory worker (female)
factory overseer (male)
---
factory worker (male)
factory overseer (female)
Mr. Cheeng

----

I have not actually seen the choice adventure in the mine yet, so I haven't seen the expected "boss" there. And Yendor says that if you take the other choice, it adds gender-swapped workers in the mine, just like the glass ceiling choice in the factory does.

We can disambiguate the male & female factory workers and overseers via image - and they are not just clones of each other; the female overseer has better attack, defense, and initiative than the male version.

Revision 16114 adds 20 of the monsters. I have not seen 3 of the SMOOCH bosses or the Mine boss yet. (nor have I seen the gender-swapped mine workers, but I guessed for those - and will confirm tomorrow.)
 

heeheehee

Developer
Staff member
Healing crystal golem has 50% physical resistance, and a factor of 0.7 damage mitigation past 30.

i.e. beyond 30 damage, the formula looks like min(dmg, max(0,(dmg - 30)) ^ 0.7 + 30))

No elemental resistances (other than hot, thanks to alignment).

edit: Lava golem has 75% physical resistance. (tested with lightning bolt; did 750 damage.)
 
Last edited:

Yendor

Member
Code:
--------------------
8497	Mr. Choch's bone	792762825	goodbone.gif	none	q	0
# Item Mr. Choch's bone
--------------------
--------------------
8505	half-melted hula girl	815808125	huladoll.gif	none	q	0
# Item half-melted hula girl
--------------------
--------------------
8507	SMOOCH coffee cup	955391707	coffeecup.gif	spleen, usable		0
SMOOCH coffee cup	2	6	good	1-1	0	0	0	Unspaded
# Item SMOOCH coffee cup
--------------------
--------------------
8508	labrador cookie	952818808	labradorcookie.gif	usable		0
Item	labrador cookie	Effect: "Insatiable Hunger", Effect Duration: 40
--------------------
--------------------
1930	Insatiable Hunger	labradorcookie.gif	0c5f1865772359ca5f997e7ce5421fb0	use 1 labrador cookie
Effect	Insatiable Hunger	Food Drop: +50, Booze Drop: +50, Candy Drop: +50
--------------------
--------------------
1932	Kissed By Fire	smoochkiss.gif	537dae21efa4438a38efe96f994b40a1
Effect	Kissed By Fire	Maximum HP: +25, Hot Damage: +25, Hot Spell Damage: +25
--------------------

Mr. Choch, the mine boss, is a dude with no element, +100% initiative, 200 att/200 def/400 HP, id 1814. He drops the bone and cookie. (Oh, and look, an effect with the same name as an existing skill.)
The hula girl comes from the second mine choice.
The coffee cup comes from the fifth choice in SMOOCH HQ.
 

digitrev

Member
--------------------
8502 Pener's crisps 900919974 bagofchips.gif none q 0
# Item Pener's crisps
--------------------
--------------------
8513 Pener's drumstick 988752890 drumstick.gif weapon 0
Pener's drumstick 150 Mus: 35 1-handed club
# Item Pener's drumstick: Sets opponents on fire
Item Pener's drumstick Hot Damage: +20, Initiative: +20, Critical Hit Percent: +5
--------------------

Both of those come from Pener Crisp (Smooch Boss #3). Pener is a dude, no element +75% init, 200 atk, 220 def, and 400 HP. Monster ID is 1819 (assuming I'm doing that right).
 

Veracity

Developer
Staff member
I added those, and other monsters that I saw today.

We have 23 of 24 monsters. We are missing Raul Stemly. If someone has him in Manuel, can you post the info, please? Thanks.

We are also missing his non-quest item drop (item 8512) - which, judging by item number gaps, is almost the last one we are missing from this content.

There is a gap of 8 item numbers between the Volcoino and the red LavaCoLamp™
8488 is missing between airplane charter: That 70s Volcano and the New Age hurting crystal (what the heck is that? rare drop?)
8512 is missing between love and Pener's drumstick - i.e., the Raul Stemley item.
 

Veracity

Developer
Staff member
Here is the text for visiting the WLF Bunker when you haven't turned in an item yet.

Code:
<html><head><script language=Javascript><!--if (parent.frames.length == 0) location.href="game.php";top.charpane.location.href="charpane.php";//--></script><script language=Javascript src="//images.kingdomofloathing.com/scripts/jquery-1.5.1.js"></script><script language=Javascript src="//images.kingdomofloathing.com/scripts/keybinds.min.2.js"></script><script language=Javascript src="//images.kingdomofloathing.com/scripts/window.20111231.js"></script><script language="javascript">function chatFocus(){if(top.chatpane.document.chatform.graf) top.chatpane.document.chatform.graf.focus();}if (typeof defaultBind != 'undefined') { defaultBind(47, 2, chatFocus); defaultBind(190, 2, chatFocus);defaultBind(191, 2, chatFocus); defaultBind(47, 8, chatFocus);defaultBind(190, 8, chatFocus); defaultBind(191, 8, chatFocus); }</script><script>function switchFocus(){if (top.chatpane.document.chatform.graf.focus)top.chatpane.document.chatform.graf.focus();return false;}function repeat(){var linx = document.getElementsByTagName("A");for (var i = 0; i < linx.length; i++){if (typeof timersfunc != 'undefined') {if (!timersfunc()) {return;}timersfunc = null;}var link = linx[i];if (link.innerHTML.match(/Adventure Again/) || link.innerHTML.match(/Do it again/))location.href = link.href;}}defaultBind(47, CTRL, switchFocus);defaultBind(191, CTRL, switchFocus);defaultBind(47, META, switchFocus);defaultBind(191, META, switchFocus);defaultBind(192, NONE, repeat);defaultBind(220, NONE, repeat);</script><script language="javascript">function updateParseItem(iid, field, info) {var tbl = $('#ic'+iid);var data = parseItem(tbl);if (!data) return;data[field] = info;var out = [];for (i in data) {if (!data.hasOwnProperty(i)) continue;out.push(i+'='+data[i]);}tbl.attr('rel', out.join('&'));}function parseItem(tbl) {tbl = $(tbl);var rel = tbl.attr('rel');var data = {};if (!rel) return data;var parts = rel.split('&');for (i in parts) {if (!parts.hasOwnProperty(i)) continue;var kv = parts[i].split('=');tbl.data(kv[0], kv[1]);data[kv[0]] = kv[1];}return data;}</script><script type="text/javascript" src="http://images.kingdomofloathing.com/scripts/pop_query.20130705.js"></script><script type="text/javascript" src="http://images.kingdomofloathing.com/scripts/ircm.20150220.js"></script><script type="text/javascript">function pop_ircm_contents(i, some) {var contents = '',shown = 0,da = ' <a href="#" rel="?" class="small dojaxy">[some]</a> <a href="#" rel="',db = '" class="small dojaxy">[all]</a>',dc = '<div style="width:100%; padding-bottom: 3px;" rel="',dd = '<a href="#" rel="1" class="small dojaxy">[';one = 'one'; ss=some;if (i.d==1 && i.s>0) { shown++;contents += dc + 'sellstuff.php?action=sell&ajax=1&type=quant&whichitem%5B%5D=IID&howmany=NUM&pwd=784334f944afeae205d184fcc80ffe53" id="pircm_'+i.id+'"><b>Auto-Sell ('+i.s+' meat):</b> '+dd+one+']</a>';if (ss) { contents += da + i.n + db;}contents += '</div>';}one = 'one'; ss=some;if (i.q==0) { shown++;contents += dc + 'inventory.php?action=closetpush&ajax=1&whichitem=IID&qty=NUM&pwd=784334f944afeae205d184fcc80ffe53" id="pircm_'+i.id+'"><b>Closet:</b> '+dd+one+']</a>';if (ss) { contents += da + i.n + db;}contents += '</div>';}one = 'one'; ss=some;if (i.q==0 && i.g==0 && i.t==1) { shown++;contents += dc + 'managestore.php?action=additem&qty1=NUM&item1=IID&price1=&limit1=&ajax=1&pwd=784334f944afeae205d184fcc80ffe53" id="pircm_'+i.id+'"><b>Stock in Mall:</b> '+dd+one+']</a>';if (ss) { contents += da + i.n + db;}contents += '</div>';}one = 'one'; ss=some;if (i.q==0) { shown++;contents += dc + 'managecollection.php?action=put&ajax=1&whichitem1=IID&howmany1=NUM&pwd=784334f944afeae205d184fcc80ffe53" id="pircm_'+i.id+'"><b>Add to Display Case:</b> '+dd+one+']</a>';if (ss) { contents += da + i.n + db;}contents += '</div>';}one = 'one'; ss=some;if (i.q==0 && i.t==1) { shown++;contents += dc + 'clan_stash.php?action=addgoodies&ajax=1&item1=IID&qty1=NUM&pwd=784334f944afeae205d184fcc80ffe53" id="pircm_'+i.id+'"><b>Contribute to Clan:</b> '+dd+one+']</a>';if (ss) { contents += da + i.n + db;}contents += '</div>';}one = 'one'; ss=some;if (i.u && i.u != ".") { shown++;contents += dc + 'inv_'+(i.u=="a"?"redir":(lab=(i.u=="u"?"use":(i.u=="e"?"eat":(i.u=="b"?"booze":(i.u=="s"?"spleen":"equip"))))))+'.php?ajax=1&whichitem=IID&itemquantity=NUM&quantity=NUM'+(i.u=="q"?"&action=equip":"")+'&pwd=784334f944afeae205d184fcc80ffe53" id="pircm_'+i.id+'"><b>'+ucfirst(unescape(i.ou ? i.ou.replace(/\+/g," ") : (lab=="booze"?"drink":lab)))+':</b> '+dd+one+']</a>';if (ss && i.u != 'q' && !(i.u=='u' && i.m==0)) { contents += da + i.n + db;}contents += '</div>';}return [contents, shown];}var todo = [];function nextAction() {var next_todo = todo.shift();if (next_todo) {eval(next_todo);}}function dojax(dourl, afterFunc, hoverCaller, failureFunc, method, params) {$.ajax({type: method || 'GET', url: dourl, cache: false,data: params || null,global: false,success: function (out) {nextAction();if (out.match(/no\|/)) {var parts = out.split(/\|/);if (failureFunc) failureFunc(parts[1]);else if (window.dojaxFailure) window.dojaxFailure(parts[1]);else if (top.chatpane.handleMessage) top.chatpane.handleMessage({type: 'event', msg: 'Oops!  Sorry, Dave, you appear to be ' + parts[1]});else  $('#ChatWindow').append('<font color="green">Oops!  Sorry, Dave, you appear to be ' + parts[1] + '.</font><br />' + "\n");return;}if (hoverCaller)  {float_results(hoverCaller, out);if (afterFunc) { afterFunc(out); }return;}$(top.mainpane.document).find("#effdiv").remove(); if(!window.dontscroll || (window.dontscroll && dontscroll==0)) { window.scroll(0,0);}var $eff = $(top.mainpane.document).find('#effdiv');if ($eff.length == 0) {var d = top.mainpane.document.createElement('DIV');d.id = 'effdiv';var b = top.mainpane.document.body;if ($('#content_').length > 0) {b = $('#content_ div:first')[0];}b.insertBefore(d, b.firstChild);$eff = $(d);}$eff.find('a[name="effdivtop"]').remove().end().prepend('<a name="effdivtop"></a><center>' + out + '</center>').css('display','block');if (!window.dontscroll || (window.dontscroll && dontscroll==0)) {top.mainpane.document.location = top.mainpane.document.location + "#effdivtop";}if (afterFunc) { afterFunc(out); }}});}</script><script>var currentkey = 49;$(document).ready(function () {$('form').each(function () {var form = this;defaultBind(currentkey++, NONE, function () { form.submit(); });return currentkey < 58;});});</script><link rel="stylesheet" type="text/css" href="//images.kingdomofloathing.com/styles.20150113.css"><style type='text/css'>.faded {zoom: 1;filter: alpha(opacity=35);opacity: 0.35;-khtml-opacity: 0.35;-moz-opacity: 0.35;}</style></head><body><Center><table  width=95%  cellspacing=0 cellpadding=0><tr><td style="color: white;" align=center bgcolor=blue><b>The WLF Bunker</b></td></tr><tr><td style="padding: 5px; border: 1px solid blue;"><center><table><tr><td>The inside of the bunker is sparsely furnished -- mostly with some little piles of ashes that you can only assume used to be some chairs and a table.<p>A speaker crackles to life: "Do your part to smash the system!"<p>"How do I..." you respond, but -- "Don't interrupt me!" the voice snaps.  "Today's operations are posted on the wall next to the door."<p>You turn around, and sure enough:<center><Table style='border: 1px solid black'><tr><td align=center colspan=3><b>Today's Operations:</b></td></tr><form action=choice.php><tr><td valign=center><b>Sabotage Factory Machinery</b>   </td><td valign=center>proof: <img style='vertical-align: middle' class=hand src='http://images.kingdomofloathing.com/itemimages/fuse.gif' onclick='descitem(980258577)' alt="fused fuse" title="fused fuse">fused fuse </td><td valign=center><input type=hidden name=whichchoice value=1093><input type=hidden name=pwd value=784334f944afeae205d184fcc80ffe53><input type=hidden name=option value=1><input type=submit class=button disabled style='color: #cccccc; border: 2px solid #cccccc;' value='Turn In'></td></form><form action=choice.php><tr><td valign=center><b>Recover Mind Control Device</b>   </td><td valign=center>proof: <img style='vertical-align: middle' class=hand src='http://images.kingdomofloathing.com/itemimages/onemoodring.gif' onclick='descitem(793207976)' alt="The One Mood Ring" title="The One Mood Ring">The One Mood Ring </td><td valign=center><input type=hidden name=whichchoice value=1093><input type=hidden name=pwd value=784334f944afeae205d184fcc80ffe53><input type=hidden name=option value=2><input type=submit class=button disabled style='color: #cccccc; border: 2px solid #cccccc;' value='Turn In'></td></form><form action=choice.php><tr><td valign=center><b>Priority Target: Freshly</b>   </td><td valign=center>proof: <img style='vertical-align: middle' class=hand src='http://images.kingdomofloathing.com/itemimages/deuce.gif' onclick='descitem(950990588)' alt="signed deuce" title="signed deuce">signed deuce </td><td valign=center><input type=hidden name=whichchoice value=1093><input type=hidden name=pwd value=784334f944afeae205d184fcc80ffe53><input type=hidden name=option value=3><input type=submit class=button disabled style='color: #cccccc; border: 2px solid #cccccc;' value='Turn In'></td></form></table><P><center><a href=place.php?whichplace=airport_hot>Back to That 70s Volcano</a></center></td></tr></table></center></td></tr><tr><td height=4></td></tr></table><script>top.charpane.location.href="charpane.php";</script></body></html>
When you turn in an item:

choice.php?whichchoice=1093&pwd&option=3

Code:
A woman in an orange denim jumpsuit emerges from a hidden trap door, smiles, and hands you a coin in exchange for your efforts.

Volcoino	You acquire an item: Volcoino

When you have already turned in an item:

Code:
You enter the bunker, but the speaker is silent. You've already done your day's work, soldier!
The above should be sufficient for tracking the required quest items and adjusting inventory appropriately.
 

Magus_Prime

Well-known member
As luck would have it I just fought Raul Stemley. The only non-quest item that dropped was "love" and is already in KoLmafia as a ranged weapon (1-handed pistol).

Manuel info is:

ATK 180
DEF 220
HP 300

Dude
No elemental alignment
Init +75%
 
Last edited:

Veracity

Developer
Staff member
Here is the text for the choice with the five doors.

Code:
<html><head><script language=Javascript><!--if (parent.frames.length == 0) location.href="game.php";top.charpane.location.href="charpane.php";//--></script><script language=Javascript src="//images.kingdomofloathing.com/scripts/jquery-1.5.1.js"></script><script language=Javascript src="//images.kingdomofloathing.com/scripts/keybinds.min.2.js"></script><script language=Javascript src="//images.kingdomofloathing.com/scripts/window.20111231.js"></script><script language="javascript">function chatFocus(){if(top.chatpane.document.chatform.graf) top.chatpane.document.chatform.graf.focus();}if (typeof defaultBind != 'undefined') { defaultBind(47, 2, chatFocus); defaultBind(190, 2, chatFocus);defaultBind(191, 2, chatFocus); defaultBind(47, 8, chatFocus);defaultBind(190, 8, chatFocus); defaultBind(191, 8, chatFocus); }</script><script>function switchFocus(){if (top.chatpane.document.chatform.graf.focus)top.chatpane.document.chatform.graf.focus();return false;}function repeat(){var linx = document.getElementsByTagName("A");for (var i = 0; i < linx.length; i++){if (typeof timersfunc != 'undefined') {if (!timersfunc()) {return;}timersfunc = null;}var link = linx[i];if (link.innerHTML.match(/Adventure Again/) || link.innerHTML.match(/Do it again/))location.href = link.href;}}defaultBind(47, CTRL, switchFocus);defaultBind(191, CTRL, switchFocus);defaultBind(47, META, switchFocus);defaultBind(191, META, switchFocus);defaultBind(192, NONE, repeat);defaultBind(220, NONE, repeat);</script><script language="javascript">function updateParseItem(iid, field, info) {var tbl = $('#ic'+iid);var data = parseItem(tbl);if (!data) return;data[field] = info;var out = [];for (i in data) {if (!data.hasOwnProperty(i)) continue;out.push(i+'='+data[i]);}tbl.attr('rel', out.join('&'));}function parseItem(tbl) {tbl = $(tbl);var rel = tbl.attr('rel');var data = {};if (!rel) return data;var parts = rel.split('&');for (i in parts) {if (!parts.hasOwnProperty(i)) continue;var kv = parts[i].split('=');tbl.data(kv[0], kv[1]);data[kv[0]] = kv[1];}return data;}</script><script type="text/javascript" src="http://images.kingdomofloathing.com/scripts/pop_query.20130705.js"></script><script type="text/javascript" src="http://images.kingdomofloathing.com/scripts/ircm.20150220.js"></script><script type="text/javascript">function pop_ircm_contents(i, some) {var contents = '',shown = 0,da = ' <a href="#" rel="?" class="small dojaxy">[some]</a> <a href="#" rel="',db = '" class="small dojaxy">[all]</a>',dc = '<div style="width:100%; padding-bottom: 3px;" rel="',dd = '<a href="#" rel="1" class="small dojaxy">[';one = 'one'; ss=some;if (i.d==1 && i.s>0) { shown++;contents += dc + 'sellstuff.php?action=sell&ajax=1&type=quant&whichitem%5B%5D=IID&howmany=NUM&pwd=f739b97986b335aeb4a26119cdb3e8a1" id="pircm_'+i.id+'"><b>Auto-Sell ('+i.s+' meat):</b> '+dd+one+']</a>';if (ss) { contents += da + i.n + db;}contents += '</div>';}one = 'one'; ss=some;if (i.q==0) { shown++;contents += dc + 'inventory.php?action=closetpush&ajax=1&whichitem=IID&qty=NUM&pwd=f739b97986b335aeb4a26119cdb3e8a1" id="pircm_'+i.id+'"><b>Closet:</b> '+dd+one+']</a>';if (ss) { contents += da + i.n + db;}contents += '</div>';}one = 'one'; ss=some;if (i.q==0 && i.g==0 && i.t==1) { shown++;contents += dc + 'managestore.php?action=additem&qty1=NUM&item1=IID&price1=&limit1=&ajax=1&pwd=f739b97986b335aeb4a26119cdb3e8a1" id="pircm_'+i.id+'"><b>Stock in Mall:</b> '+dd+one+']</a>';if (ss) { contents += da + i.n + db;}contents += '</div>';}one = 'one'; ss=some;if (i.q==0) { shown++;contents += dc + 'managecollection.php?action=put&ajax=1&whichitem1=IID&howmany1=NUM&pwd=f739b97986b335aeb4a26119cdb3e8a1" id="pircm_'+i.id+'"><b>Add to Display Case:</b> '+dd+one+']</a>';if (ss) { contents += da + i.n + db;}contents += '</div>';}one = 'one'; ss=some;if (i.q==0 && i.t==1) { shown++;contents += dc + 'clan_stash.php?action=addgoodies&ajax=1&item1=IID&qty1=NUM&pwd=f739b97986b335aeb4a26119cdb3e8a1" id="pircm_'+i.id+'"><b>Contribute to Clan:</b> '+dd+one+']</a>';if (ss) { contents += da + i.n + db;}contents += '</div>';}one = 'one'; ss=some;if (i.u && i.u != ".") { shown++;contents += dc + 'inv_'+(i.u=="a"?"redir":(lab=(i.u=="u"?"use":(i.u=="e"?"eat":(i.u=="b"?"booze":(i.u=="s"?"spleen":"equip"))))))+'.php?ajax=1&whichitem=IID&itemquantity=NUM&quantity=NUM'+(i.u=="q"?"&action=equip":"")+'&pwd=f739b97986b335aeb4a26119cdb3e8a1" id="pircm_'+i.id+'"><b>'+ucfirst(unescape(i.ou ? i.ou.replace(/\+/g," ") : (lab=="booze"?"drink":lab)))+':</b> '+dd+one+']</a>';if (ss && i.u != 'q' && !(i.u=='u' && i.m==0)) { contents += da + i.n + db;}contents += '</div>';}return [contents, shown];}var todo = [];function nextAction() {var next_todo = todo.shift();if (next_todo) {eval(next_todo);}}function dojax(dourl, afterFunc, hoverCaller, failureFunc, method, params) {$.ajax({type: method || 'GET', url: dourl, cache: false,data: params || null,global: false,success: function (out) {nextAction();if (out.match(/no\|/)) {var parts = out.split(/\|/);if (failureFunc) failureFunc(parts[1]);else if (window.dojaxFailure) window.dojaxFailure(parts[1]);else if (top.chatpane.handleMessage) top.chatpane.handleMessage({type: 'event', msg: 'Oops!  Sorry, Dave, you appear to be ' + parts[1]});else  $('#ChatWindow').append('<font color="green">Oops!  Sorry, Dave, you appear to be ' + parts[1] + '.</font><br />' + "\n");return;}if (hoverCaller)  {float_results(hoverCaller, out);if (afterFunc) { afterFunc(out); }return;}$(top.mainpane.document).find("#effdiv").remove(); if(!window.dontscroll || (window.dontscroll && dontscroll==0)) { window.scroll(0,0);}var $eff = $(top.mainpane.document).find('#effdiv');if ($eff.length == 0) {var d = top.mainpane.document.createElement('DIV');d.id = 'effdiv';var b = top.mainpane.document.body;if ($('#content_').length > 0) {b = $('#content_ div:first')[0];}b.insertBefore(d, b.firstChild);$eff = $(d);}$eff.find('a[name="effdivtop"]').remove().end().prepend('<a name="effdivtop"></a><center>' + out + '</center>').css('display','block');if (!window.dontscroll || (window.dontscroll && dontscroll==0)) {top.mainpane.document.location = top.mainpane.document.location + "#effdivtop";}if (afterFunc) { afterFunc(out); }}});}</script><script>var currentkey = 49;$(document).ready(function () {$('form').each(function () {var form = this;defaultBind(currentkey++, NONE, function () { form.submit(); });return currentkey < 58;});});</script><link rel="stylesheet" type="text/css" href="//images.kingdomofloathing.com/styles.20150113.css"><style type='text/css'>.faded {zoom: 1;filter: alpha(opacity=35);opacity: 0.35;-khtml-opacity: 0.35;-moz-opacity: 0.35;}</style></head><body><Center><table  width=95%  cellspacing=0 cellpadding=0><tr><td style="color: white;" align=center bgcolor=blue><b>Back Room SMOOCHing</b></td></tr><tr><td style="padding: 5px; border: 1px solid blue;"><center><table><tr><td>You find yourself in a back hallway of the SMOOCH Army HQ.  Five doors are arrayed before you.  Four of them look like dressing rooms for clowns, and the fifth one looks like... coffee cup storage?<Center><p><table cellpadding=0 cellspacing=0><Tr><td><A href=choice.php?whichchoice=1094&option=1&pwd=f739b97986b335aeb4a26119cdb3e8a1><img src=http://images.kingdomofloathing.com/adventureimages/smoochdoor1.gif width=100 height=100 border=0 alt="Door #1" title="Door #1"></a></td><td><A href=choice.php?whichchoice=1094&option=2&pwd=f739b97986b335aeb4a26119cdb3e8a1><img src=http://images.kingdomofloathing.com/adventureimages/smoochdoor2.gif width=100 height=100 border=0 alt="Door #2" title="Door #2"></a></td><td><A href=choice.php?whichchoice=1094&option=3&pwd=f739b97986b335aeb4a26119cdb3e8a1><img src=http://images.kingdomofloathing.com/adventureimages/smoochdoor3.gif width=100 height=100 border=0 alt="Door #3" title="Door #3"></a></td><td><A href=choice.php?whichchoice=1094&option=4&pwd=f739b97986b335aeb4a26119cdb3e8a1><img src=http://images.kingdomofloathing.com/adventureimages/smoochdoor4.gif width=100 height=100 border=0 alt="Door #4" title="Door #4"></a></td><td><A href=choice.php?whichchoice=1094&option=5&pwd=f739b97986b335aeb4a26119cdb3e8a1><img src=http://images.kingdomofloathing.com/adventureimages/smoochdoor5.gif width=100 height=100 border=0 alt="Door #5" title="Door #5"></a></td></tr></table><p>(click a door to open it)</center></td></tr></table></center></td></tr><tr><td height=4></td></tr></table><script>top.charpane.location.href="charpane.php";</script></body></html>
Since the door images are not normal buttons, our usual method of putting spoilers on them will not work.

I like the idea of putting the band member's names underneath their respective doors. Not exactly sure how to do that. Perhaps we could simply change the alt text for the images from "Door #1" to "Geve Smimmons", for example; that should change the text you see when you hover over the door, which might be sufficient.
 

AssHandy

Member
I like the idea of putting the band member's names underneath their respective doors. Not exactly sure how to do that. Perhaps we could simply change the alt text for the images from "Door #1" to "Geve Smimmons", for example; that should change the text you see when you hover over the door, which might be sufficient.

I think the gold standard spoiler would be a hypertext link to the wiki page of each boss.
 

Veracity

Developer
Staff member
8512 isn't missing, it just appears twice in items.txt.
Thank you.

Revision 16619 removes the duplicate item #, adds Raul Stemley, changes the alt text of the SMOOCH doors to the band member name.

It also fixes the capitalization of the mutant elves. Thank you, Riff, for adding factoids!
 

Veracity

Developer
Staff member
Revision 16126 adds initial item drop data for all the monsters.

Yet to do:

- I understand there are rare drops for caldera monsters (lavalarva, lava balaclava, basaltamander buckler). Add them to monsters.txt
- What is a New Age hurting crystal? How do you get it?
- What is a lava cake? How do you get it?
- item drop percentages
- consumption data
- more choice adventure spoilers
- track what WLF Bunker will accept and remove from inventory when you turn it in
- The One Mood Ring seems to have variable effects. Spading?

I will not be doing any of these things. However, I believe that what IS done is "enough" IOTM support to spin a new release, which I will do forthwith, so that the "official" point release works correctly with KoL's changes to the equipment page.
 

xKiv

Active member
- What is a New Age hurting crystal? How do you get it?

An item you get when you use new age healing crystal (but maybe not glowing? I only verified the normal crystal) in combat. Mafia already recognized the acquiring when I did that, so nothing weird there.
I saw it in the wiki yesterday, but can't find it today.
(update: kolwiki search seems to suck even more than it already did)
http://kol.coldfront.net/thekolwiki/index.php/New_Age_healing_crystal
http://kol.coldfront.net/thekolwiki/index.php/New_Age_hurting_crystal
 

digitrev

Member
Not quite sure if this counts as new content, but the stinky fannypack's bonus item drop isn't recognized in the zone yet.
 
Top