Bug - Fixed Canadian MCD has changed!

Bale

Minion
I decided to try a new zodiac sign in hopes it would allow me to meet a crowd of adventurers that is not Spooky or Sleazy. My objective failed, but it introduced me to a KoL change:

Code:
[COLOR="#808000"]> mcd 11[/COLOR]

Resetting mind control device...

Visiting the Super-Secret Canadian Mind Control Device
Encounter: The Super Secret Canadian Mind-Control Device
[COLOR="#FF0000"]Unsupported choice adventure #769
[u]Click here to continue in the relay browser.[/u][/COLOR]

Here's the relevant HTML:

HTML:
<body><img src='/images/itemimages/blank.gif' id='dragged'><div id='debug'></div><div class=contextmenu id='skillmenu'></div><div class=contextmenu id='itemsmenu'></div><div id=topbar><center><table class=actionbar cellpadding=0 cellspacing=1><tbody><tr class=label><td> </td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr class=blueback><td><a href='choice.php?action=auto'><img src='/images/itemimages/plexpock.gif'></td><td class=spacer></td><td><img src='/images/itemimages/blank.gif' id='skills'></td><td class=spacer></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td class=spacer></td><td class=spacer></td><td><img src='/images/itemimages/blank.gif'></td></tr><tr class=label><td>auto</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr></tbody></table></center></div><div class='content' id='content_'><div id='effdiv' style='display: none;'></div><div style='overflow: auto;'>
<Center><table  width=95%  cellspacing=0 cellpadding=0><tr><td style="color: white;" align=center bgcolor=blue><b>The Super Secret Canadian Mind-Control Device</b></td></tr><tr><td style="padding: 5px; border: 1px solid blue;"><center><table><tr><td><center><img src=/images/adventureimages/mcd.gif></center><p>In the center of Little Canadia, you find a strange device, covered with knobs and dials and blinking lights.  A label on the side of the device reads "Super-Secret Canadian Mind-Control Device."<p>It's just as you've always suspected!  The Canadians are secretly in control of all of the monsters in the Kingdom.<p>The device is currently set to level 9.  Note that the dial goes to 11.  Most mind-control devices have dials that go up to 10, but this one goes to 11.  It's one higher.<p><center><form action=choice.php method=post><input type=hidden name=whichchoice value=769><input type=hidden name=pwd value=ced05fc38bf456835728f14c369f36b8><input type=hidden name=option value=1><select name=setting><option value=0>0</option><option value=1>1</option><option value=2>2</option><option value=3>3</option><option value=4>4</option><option value=5>5</option><option value=6>6</option><option value=7>7</option><option value=8>8</option><option value=9 selected>9</option><option value=10>10</option><option value=11>11</option></select> <input type=submit class=button value='Touch that dial!'></form><p><A href=place.php?whichplace=canadia>Back to Little Canadia</a></td></tr></table></center></td></tr><tr><td height=4></td></tr></table><!--faaaaaaart--></div></div></body>
 

lostcalpolydude

Developer
Staff member
That changed a few years ago, and mafia updated to handle it, so I'm guessing this is the result of a mafia change.
 

Veracity

Developer
Staff member
Yeah, yeah. This is more fallout from my place.php change. It needs to automatically follow the redirect to choice.php. I'll fix it.

I decided to try a new zodiac sign in hopes it would allow me to meet a crowd of adventurers that is not Spooky or Sleazy. My objective failed...
Well, yeah. KoL's code:

Code:
if ( userName == "Bale" ) {
    return rnd(2) == 0 ? "Sleaziest Adventurer Contest" : "Spookiest Adventurer Contest";
}
You're not going to beat that. :)
 
Last edited:
Top