Bale
Minion
There are a bunch of new monsters as well as noncombats. At least 1 new choice adventure. Just... Wow!
/town.php?action=trickortreat
/town.php?action=trickortreat
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/jquery-1.5.1.js"></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>
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="/images/scripts/pop_query.20130705.js"></script>
<script type="text/javascript" src="/images/scripts/ircm.20120523.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=84effc12533758ae64f995dc64813af4" 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=84effc12533758ae64f995dc64813af4" 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=84effc12533758ae64f995dc64813af4" 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=84effc12533758ae64f995dc64813af4" id="pircm_'+i.id+'"><b>Add to Display Case:</b> '+dd+one+']</a>';
if (ss) { 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 $('#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><link rel="stylesheet" type="text/css" href="/images/styles.20130904.css">
<style type='text/css'>
.faded {
zoom: 1;
filter: alpha(opacity=35);
opacity: 0.35;
}
</style>
<script language="Javascript" src="/basics.js"></script><link rel="stylesheet" href="/basics.1.css" /></head>
<body onkeyup="handleCombatHotkey(event,false);" onkeydown="handleCombatHotkey(event,true);" ><div id="mafiabuttons"><center><table width="95%"><tr><td align=left><input type="button" onClick="document.location.href='choice.php?action=auto';void(0);" value="auto" id="defaultButton"> <input type="button" onClick="document.location.href='choice.php?action=auto';void(0);" value="attack" disabled> <input type="button" onClick="document.location.href='choice.php?action=auto';void(0);" value="steal" disabled> <input type="button" onClick="document.location.href='choice.php?action=auto';void(0);" value="olfaction" disabled> <input type="button" onClick="document.location.href='choice.php?action=auto';void(0);" value="stealth mistletoe" disabled> <input type="button" onClick="document.location.href='choice.php?action=auto';void(0);" value="dance1" disabled> <input type="button" onClick="document.location.href='choice.php?action=auto';void(0);" value="dance2" disabled> </td><td align=right><select id="hotkeyViewer" onchange="updateCombatHotkey();"><option>- update hotkeys -</option><option>0: </option><option>1: </option><option>2: </option><option>3: </option><option>4: </option><option>5: </option><option>6: </option><option>7: </option><option>8: </option><option>9: </option></select></td></tr></table></center></div>
<Center><table width=95% cellspacing=0 cellpadding=0><tr><td style="color: white;" align=center bgcolor=blue><b>Trick or Treat!</b></td></tr><tr><td style="padding: 5px; border: 1px solid blue;"><center><table><tr><td><center><div id=background style='position:relative;'><img src=/images/otherimages/trickortreat/tt_background.gif width=550 height=550><div id=house0 style='position: absolute; left: 75; top: 75;'><a href=choice.php?whichchoice=804&pwd=84effc12533758ae64f995dc64813af4&option=3&whichhouse=0><img src='/images/otherimages/trickortreat/house_d9.gif' width=100 height=100 alt="A House" title="A House" border=0></a></div><div id=house1 style='position: absolute; left: 175; top: 75;'><a href=choice.php?whichchoice=804&pwd=84effc12533758ae64f995dc64813af4&option=3&whichhouse=1><img src='/images/otherimages/trickortreat/house_l9.gif' width=100 height=100 alt="A House" title="A House" border=0></a></div><div id=house2 style='position: absolute; left: 275; top: 75;'><a href=choice.php?whichchoice=804&pwd=84effc12533758ae64f995dc64813af4&option=3&whichhouse=2><img src='/images/otherimages/trickortreat/house_l11.gif' width=100 height=100 alt="A House" title="A House" border=0></a></div><div id=house3 style='position: absolute; left: 375; top: 75;'><a href=choice.php?whichchoice=804&pwd=84effc12533758ae64f995dc64813af4&option=3&whichhouse=3><img src='/images/otherimages/trickortreat/house_l5.gif' width=100 height=100 alt="A House" title="A House" border=0></a></div><div id=house4 style='position: absolute; left: 75; top: 175;'><a href=choice.php?whichchoice=804&pwd=84effc12533758ae64f995dc64813af4&option=3&whichhouse=4><img src='/images/otherimages/trickortreat/house_d1.gif' width=100 height=100 alt="A House" title="A House" border=0></a></div><div id=house5 style='position: absolute; left: 375; top: 175;'><a href=choice.php?whichchoice=804&pwd=84effc12533758ae64f995dc64813af4&option=3&whichhouse=5><img src='/images/otherimages/trickortreat/house_d3.gif' width=100 height=100 alt="A House" title="A House" border=0></a></div><div id=house6 style='position: absolute; left: 75; top: 275;'><a href=choice.php?whichchoice=804&pwd=84effc12533758ae64f995dc64813af4&option=3&whichhouse=6><img src='/images/otherimages/trickortreat/house_d10.gif' width=100 height=100 alt="A House" title="A House" border=0></a></div><div id=house7 style='position: absolute; left: 375; top: 275;'><a href=choice.php?whichchoice=804&pwd=84effc12533758ae64f995dc64813af4&option=3&whichhouse=7><img src='/images/otherimages/trickortreat/house_d10.gif' width=100 height=100 alt="A House" title="A House" border=0></a></div><div id=house8 style='position: absolute; left: 75; top: 375;'><a href=choice.php?whichchoice=804&pwd=84effc12533758ae64f995dc64813af4&option=3&whichhouse=8><img src='/images/otherimages/trickortreat/house_l2.gif' width=100 height=100 alt="A House" title="A House" border=0></a></div><div id=house9 style='position: absolute; left: 175; top: 375;'><a href=choice.php?whichchoice=804&pwd=84effc12533758ae64f995dc64813af4&option=3&whichhouse=9><img src='/images/otherimages/trickortreat/house_l17.gif' width=100 height=100 alt="A House" title="A House" border=0></a></div><div id=house10 style='position: absolute; left: 275; top: 375;'><a href=choice.php?whichchoice=804&pwd=84effc12533758ae64f995dc64813af4&option=3&whichhouse=10><img src='/images/otherimages/trickortreat/house_l14.gif' width=100 height=100 alt="A House" title="A House" border=0></a></div><div id=house11 style='position: absolute; left: 375; top: 375;'><a href=choice.php?whichchoice=804&pwd=84effc12533758ae64f995dc64813af4&option=3&whichhouse=11><img src='/images/otherimages/trickortreat/house_l18.gif' width=100 height=100 alt="A House" title="A House" border=0></a></div></div><br>Click on a house to go Trick-or-Treating!<p><form onsubmit='return confirm("Are you sure? There is still Trick-or-Treating left to do on this block!");' action=choice.php?whichchoice=804&pwd=84effc12533758ae64f995dc64813af4 method=post><input class=button type=submit value="Scope out a new block (5 Adventures)"><input type=hidden name=option value=1></form><form action=choice.php?whichchoice=804&pwd=84effc12533758ae64f995dc64813af4 method=post><input class=button type=submit value="Stop Trick-or-Treating"><input type=hidden name=option value=2></form></center></td></tr></table></center></td></tr><tr><td height=4></td></tr></table></body><script src="/hotkeys.js"></script><script src="/onfocus.1.js"></script></html>
Last edited: