Bale
Minion

Whenever a new area is unlocked in KoL we get a little announcement of that fact. However, the announcement only links to the container zone, even though it looks like there is an adventurable location link. I sometimes reflexively click on the image to adventure in the area and feel chagrined when it does nothing. Instead I need to click on "The Sea Floor" and then click again in the correct location on the map. It would be more convenient and natural if clicking on the words, "The Coral Corral" or the image would take me to the adventuring location.
I know someone might be thinking, "Idiot. Can't he just make a relay override for this?" Actually, there's a good reason why it is troublesome. New areas unlock from council.php, monkeycastle.php, place.php or even when you encounter Mr. Alarm while adventuring at the Knob Laboratory. Heck, they can occur anywhere! This seems like something that would be better handled by KoLmafia.
Now that KoLmafia's location names match KoL's location names, this feature shouldn't be terribly difficult! Hooray for making use of all lost's hard work. Here's the block of html to help with the implementation:
HTML:
<html><head>
<script language=Javascript>
<!--
if (parent.frames.length == -1) location.href="game.php";
top.charpane.location.href="charpane.php";
//-->
</script>
<script language=Javascript src="/images/scripts/keybinds.min.2.js"></script>
<script language=Javascript src="/images/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 language=Javascript src="/images/scripts/jquery-1.3.1.min.js"></script>
<link rel="stylesheet" type="text/css" href="http://images.kingdomofloathing.com/styles.20120512.css">
<script language="Javascript" src="/basics.js"></script><link rel="stylesheet" href="/basics.css" /></head>
<body>
<centeR><table width=95% cellspacing=0 cellpadding=0><tr><td style="color: white;" align=center bgcolor=blue><b>Results:</b></td></tr><tr><td style="padding: 5px; border: 1px solid blue;"><center><table><tr><td>"What? Aw, dangit, you went and distracted me! I was remembering one of my favorite radio stories, and now I went and lost my place. I'll have to start over at the commercial, and now I'll have that stupid cigarette jingle stuck in my head all day! What do you want?<p>Currants? Them little raisin things that look like mouse turds? What d'you want to know about them for? What d'you think I know about that? Don't give me that look, of course I know what a mouse is! I may be aquatic, but I've read a book or two in my life, not like you kids these days with your moving pictures and text-phones where you can't use all the letters.<p>Oh, <i>currents</i>. Well you might have said so in the first place, instead of mumbling and talking to your shoes all the time! When I was a lad I knew how to look a fella in the eye when I talked to him! Anyway, yeah, we've got currents around here. Good strong ones too, not the little breezes you get most places these days. Johnny Two-Fingers got caught in one'a them once, carried him clear to Timbuktu and he had to hop a freight to get back. That's what he told us anyhow, but I was always suspicious of that on account of he was back before dinnertime. Johnny Two-Fingers was always makin' up fibs anyway. Told me once he taught a clam to whistle the national anthem, but he wouldn't show it to me on account of it havin' stage fright. Pfft! How's a clam whistle without lips anyway?<p>But yeah, them currents. Can't swim 'em, not less you wanna end up in Timbuktu. Legs ain't strong enough, certainly not a landlubber's legs like them things you got. Gonna need one of them seahorses like they keep at the Coral Corral. Lemme see that mess you call a map. Yeah, there's where it is, right there.<p>Now stop pestering me with all this nonsense about mouse turds so I can get back to my stories! 'Cancerfield cigarettes keep your T-zone smelling great! Soothe your throat and lungs with that fine sweetened menth - o - late!'"<P><center><table width=400 cellspacing=0 cellpadding=0><tr><td style="color: white;" align=center bgcolor=blue><b>New Area Unlocked</b></td></tr><tr><td style="padding: 5px; border: 1px solid blue;"><center><table><tr><td><center><table><tr><td valign=center><img src="http://images.kingdomofloathing.com/adventureimages/../otherimages/ocean/corrala.gif"></td><td valign=center class=small><b>The Coral Corral</b>, on <a class=nounder href=seafloor.php><b>The Sea Floor</b></a>.</td></tr></table></center></td></tr></table></center></td></tr><tr><td height=4></td></tr></table></center><p></td></tr></table></center></td></tr><tr><td height=4></td></tr></table><table width=95% cellspacing=0 cellpadding=0><tr><td style="color: white;" align=center bgcolor=blue><b>Grandpa</b></td></tr><tr><td style="padding: 5px; border: 1px solid blue;"><center><table><tr><td><center><img src="http://images.kingdomofloathing.com/adventureimages/sm_grandpawindow.gif" width=100 height=100><form name=grandpastories action=monkeycastle.php method=post><input type=hidden name=action value=grandpastory>"Eh? What do you want?"<p>Ask Grandpa about <input type=text class=text size=10 name=topic> <input class=button type=submit value=Ask!></form></center></td></tr></table></center></td></tr><tr><td height=4></td></tr></table><table width=95% cellspacing=0 cellpadding=0><tr><td style="color: white;" align=center bgcolor=blue><b>The Sea Monkee Castle</b></td></tr><tr><td style="padding: 5px; border: 1px solid blue;"><center><table><tr><td><img src=http://images.kingdomofloathing.com/otherimages/monkeycastle/castlegfolks.gif usemap="#gfolks" border=0><map name="gfolks"><area shape="rect" coords="195,279,294,378" href="shop.php?whichshop=grandma"><area shape="rect" coords="54,397,153,496" href="monkeycastle.php?who=1"><area shape="rect" coords="231,397,330,496" href="monkeycastle.php?who=2"><area shape="rect" coords="95,279,194,378" href="monkeycastle.php?who=3"></map><p><center><a href="seafloor.php">Back to the Sea Floor</a></center></td></tr></table></center></td></tr><tr><td height=4></td></tr></table></center></body><script src="/onfocus.js"></script></html>
Last edited: