Character Info Toolbox

ereinion

Member
Huh, yeah, that was my mistake - I just briefly scanned my setting and saw that muscle, mox, etc was in my walls, and that since the thrall was on top of the pane having those it must be overlapping the walls. You are of course correct that this is not the case.

Looking a bit closer at the settings, I am quite surprised that all those elements have been put into the walls, I am quite sure I have not done so, but there may have been some ChIT update which has put some default values into the pref file?

Anyway, here's what the entire charpane looks like:
 

Bale

Minion
Could you try this:

zlib chit.walls.layout = thrall

Also, please show me what it looks like if you scroll all the way down.
 

ereinion

Member
zlib chit.walls.layout = thrall gives the same result.

A new thing that popped up though, with a shorter effect-list the pane looks like this:
p2q2tQM.png

And here's what it looks like with a longer effect-list and scrolled all the way down.
1i8EduZ.png
 

Bale

Minion
I'll play with that, but I'm hoping someone with superior CSS skills can tell me why that happens.

Please post your html for the ChIT modified charpane so they have something to work with.

In the meantime I can only suggest that if your effects were in the walls that wouldn't happen.
 

ereinion

Member
Yeah, I know, but if my effects were in the wall the scrollbar would be so short that I'd only see 3-4 of them at a time :) Anyway, html:

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<meta http-equiv="X-UA-Compatible" content="IE=8" />

<link rel="stylesheet" type="text/css" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/styles.css"]/images/styles.css[/URL]">
<style type="text/css">
	#nudges div { position: relative; padding: 0px; }
	#nudges div .close { position: absolute; top: -2px; right: -10px; border: 1px solid black; }
</style>
<script language="Javascript" src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/basics.js"]/basics.js[/URL]"></script><link rel="stylesheet" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/basics.1.css"]/basics.1.css[/URL]" />
<link rel="stylesheet" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/chit.css"]chit.css[/URL]">
</head>
<script language=Javascript src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/scripts/keybinds.min.2.js"]/images/scripts/keybinds.min.2.js[/URL]"></script>
<script language=Javascript src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/scripts/window.20111231.js"]/images/scripts/window.20111231.js[/URL]"></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="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/scripts/jquery-1.3.1.min.js"]/images/scripts/jquery-1.3.1.min.js[/URL]"></script>
<script type="text/javascript" src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/scripts/pop_query.20130705.js"]/images/scripts/pop_query.20130705.js[/URL]"></script>
<script type="text/javascript">

	var CURFAM = 166;
	var FAMILIARFAVES = [["Tobert","Pair of Stomping Boots","stompboots",150],["Trofflesby","Slimeling","slimeling",112],["Squuush","Gelatinous Cubeling","gcube",171],["Gofflesby","Hobo Monkey","hobomonkey",89],["Tobert","Hovering Sombrero","hat2",18],["Gronald","Baby Gravy Fairy","familiar15",15],["Gort","Frozen Gravy Fairy","familiar35",35],["Ton","Unconscious Collective","uc",166] ];
</script>
<script type="text/javascript" src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/scripts/familiarfaves.20120307.js"]/images/scripts/familiarfaves.20120307.js[/URL]"></script>
	<script type="text/javascript">
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;
			}			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); }
		}
	});
}
	var turnsplayed = 97146;
var turnsthisrun = 366;
var rollover = 1393298997;
var rightnow = 1393245451;
var playerid = 1;
var pwdhash = "b1cff522fec40ce12311af2a20b518b5";
var hide_nudges = true;
$(document).ready(function () {
	$('.showall').live('click',function () {
		var hidden = $(this).attr('rel');
		var hd = hidden.split(/,/);
		for (var i=0; i< hd.length; i++) {
			deleteCookie(hd[i], '');
		}
		document.location = 'charpane.php?foo=' + escape(Math.random());
	});
	var multi = function  (e) {
		e.preventDefault();
		var link = this;
		pop_query($(this), 'How many times?', 'Do It!', function (res) {
			dojax(($(link).attr('href')+'&ajax=1').replace('qty=1', 'qty='+res));
		});
	};
	$('.upeffect').click(function (e) {
		e.preventDefault();
		if (e.shiftKey) multi.apply(this, [e]);
		else dojax($(this).attr('href')+'&ajax=1');
	});
	$('.upeffect').bind('contextmenu', multi);

	function add_close(el) {
		if (!hide_nudges) return;
		if ($(el).find('.close').length > 0) return;
		var ht = '<a href="#" class="close"><img alt="Hide" title="Hide"  src="/images/closebutton.gif" style="float: right;"/></a>';
		var c = $(ht);
		$(el).append(c);
		c.click(function () {
			var key = $(this).parents('tr:first').attr('rel');
			var nxt = $(this).parents('tr');
			if (nxt.next()) {
				add_close(nxt.next().find('td div'));
			}
			$(this).parents('tr:first').remove();
			setCookie(key, 1);
		});
	}

	if (hide_nudges) $('#nudges td div').hover(
		function () {
			if (!hide_nudges) return;
			add_close(this);
		},
		function () {
			if (!hide_nudges) return;
			$(this).find('.close').remove();
		}
	);
});
</script>
<script language=Javascript src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/scripts/charpane.20130711.js"]/images/scripts/charpane.20130711.js[/URL]"></script>
<script type="text/javascript" src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/scripts/cookie.20121112.js"]/images/scripts/cookie.20121112.js[/URL]"></script>
<script type="text/javascript">
jQuery(function ($) {
	$(window).resize(function () {
		var winW = 300;
		if (document.body && document.body.offsetWidth) { winW = document.body.offsetWidth; }
		if (document.compatMode=='CSS1Compat' && document.documentElement && document.documentElement.offsetWidth ) { winW = document.documentElement.offsetWidth; }
		if (window.innerWidth && window.innerHeight) { winW = window.innerWidth; }
		setCookie('charpwd', winW, 365, true);
	});
})
</script>

<script type="text/javascript" src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/chit.js"]chit.js[/URL]"></script>
<body bgcolor=white text=black link=black alink=black vlink=black onload='startup();'>
<div id="chit_house"><div id="chit_roof" class="chit_chamber"><table id="chit_character" class="chit_brick nospace"><tr><th colspan="2"><div style="float:left"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/charpane.php#"]#[/URL]" class="chit_launcher" rel="chit_pickeroutfit" title="Select Outfit"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/select_outfit.png"]/images/relayimages/chit/select_outfit.png[/URL]"></a></div><a target="mainpane" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/charsheet.php"]charsheet.php[/URL]">Name</a></th></tr><tr><td class="label"><a target="mainpane" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/guild.php?guild=m"]guild.php?guild=m[/URL]" title="Visit your guild">Pastamancer</a></td><td class="level" rowspan="2" style="width:30px;"><a target="mainpane" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/council.php"]council.php[/URL]" title="Visit the Council">8</a></td></tr><tr><td class="info">Oxygenarian</td></tr><tr><td class="info">Hardcore</td></tr><tr><td colspan="2"><div class="chit_resource"><div title="Meat" style="float:left"><span>11 446</span><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/meat.gif"]/images/itemimages/meat.gif[/URL]"></div><div title="47 Adventures remaining
 Current Run: 6 / 366" style="float:right"><span>47</span><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/slimhourglass.gif"]/images/itemimages/slimhourglass.gif[/URL]"></div></div><div style="clear:both"></div></td></tr><tr><td class="progress" colspan="3" title="6 mysticality until level 9
 (735 substats needed)" ><div class="progressbar" style="width:59.50413223140496%"></div></td></tr></table><table id="chit_stats" class="chit_brick nospace"><thead><tr><th colspan="3">My Stats</th></tr></thead><tbody><tr><td class="label">Muscle</td><td class="info"><span style="color:blue">68</span>  (42)</td><td class="progress"><div class="progressbox" title="76 / 85 (9 needed)"><div class="progressbar" style="width:89.41176470588235%"></div></div></td></tr><tr><td class="label">Myst</td><td class="info"><span style="color:blue">162</span>  (62)</td><td class="progress"><div class="progressbox" title="45 / 125 (80 needed)"><div class="progressbar" style="width:36.0%"></div></div></td></tr><tr><td class="label">Moxie</td><td class="info"><span style="color:blue">85</span>  (43)</td><td class="progress"><div class="progressbox" title="74 / 87 (13 needed)"><div class="progressbar" style="width:85.05747126436782%"></div></div></td></tr></tbody><tbody><tr><td class="label">Spleen</td><td class="info">0 / 20</td><td class="progress"><div class="progressbox" title="Your spleen is in perfect shape! (0 / 20)"><div class="progressbar" style="width:0.0%;background-color:blue"></div></div></td></tr></tbody><tbody><tr><td class="label">HP</td><td class="info">71 / 71</td><td class="progress"><div class="progressbox" title="71 / 71"><div class="progressbar" style="width:100.0%;background-color:green"></div></div></td></tr><tr><td class="label">MP</td><td class="info"><a title="Restore MP" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=restore+mp&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=restore+mp&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">55 / 298</a></td><td class="progress"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=restore+mp&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=restore+mp&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]"><div class="progressbox" title="Restore your MP (55 / 298)"><div class="progressbar" style="width:18.456375838926174%;background-color:orange"></div></div></a></td></tr></tbody><tbody><tr><td class="label"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/inv_use.php?pwd=b1cff522fec40ce12311af2a20b518b5&which=3&whichitem=2682"]inv_use.php?pwd=b1cff522fec40ce12311af2a20b518b5&which=3&whichitem=2682[/URL]" target="mainpane" title="Detuned Radio">Radio</a></td><td class="info"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/charpane.php#"]#[/URL]" class="chit_launcher" style="white-space:pre" rel="chit_pickermcd" title="Turn it up or down, man">10</a></td><td class="progress"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/charpane.php#"]#[/URL]" id="chit_mcdlauncher" class="chit_launcher" rel="chit_pickermcd"><div class="progressbox" title="Turn it up or down, man (10 / 10)"><div class="progressbar" style="width:100.0%;background-color:black"></div></div></a></td></tr></tbody></table><table id="chit_familiar" class="chit_brick nospace"><tr><th width="40" title="Buffed Weight" style="color:blue">12</th><th><a target=mainpane href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/familiar.php"]familiar.php[/URL]" class="familiarpick" title="Visit your terrarium">Ton</a></th><th width="30"> </th></tr><tr><td class="icon" title="Visit your terrarium"><a target=mainpane href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/familiar.php"]familiar.php[/URL]" class="familiarpick"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/uc.gif"]/images/itemimages/uc.gif[/URL]"></a></td><td class="info" style=""><a title="Familiar Haiku" class="hand" onclick="fam(166)" origin-level="third-party"/>Unconscious Collective</a><br><span style="color:#606060;font-weight:normal">(0/5)</span></td><td class="icon" title="Equip your familiar"><a class="chit_launcher" rel="chit_pickerfam" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/charpane.php#"]#[/URL]"><img title="" src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/blank.gif"]/images/itemimages/blank.gif[/URL]"></a></td></tr><tr><td colspan="3" class="progress" title="5 / 25" ><div class="progressbar" style="width:20.0%"></div></td></tr></table><table id="chit_effects" class="chit_brick nospace"><thead><tr><th colspan="4"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/effects.png"]/images/relayimages/chit/effects.png[/URL]">Effects</th></tr></thead><tbody class="buffs"><tr class="effect"><td class="icon"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/mandala.gif"]/images/itemimages/mandala.gif[/URL]" width=30 height=30  onClick='eff("583619abc0e4380d80629babe3677aed");'></td><td class="info">Pasta Oneness</td><td class="shrug"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=uneffect+Pasta+Oneness&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=uneffect+Pasta+Oneness&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="SGEEAs Left: 0
Use a remedy to remove the Pasta Oneness effect">5</a></td><td class="powerup"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=cast+1+Manicotti+Meditation&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=cast+1+Manicotti+Meditation&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="Increase rounds of Pasta Oneness"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/redup.png"]/images/relayimages/chit/redup.png[/URL]" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/archedeyebrow.gif"]/images/itemimages/archedeyebrow.gif[/URL]" width=30 height=30  onClick='eff("5f23a4cf752852e76b41382ea55b0fe5");'></td><td class="info">Arched Eyebrow of the Archmage</td><td class="shrug"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=uneffect+Arched+Eyebrow+of+the+Archmage&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=uneffect+Arched+Eyebrow+of+the+Archmage&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="SGEEAs Left: 0
Use a remedy to remove the Arched Eyebrow of the Archmage effect">10</a></td><td class="powerup"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=cast+1+Arched+Eyebrow+of+the+Archmage&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=cast+1+Arched+Eyebrow+of+the+Archmage&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="Increase rounds of Arched Eyebrow of the Archmage"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/up.png"]/images/relayimages/chit/up.png[/URL]" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/lparen.gif"]/images/itemimages/lparen.gif[/URL]"></td><td class="info">SR range start</td><td class="shrug"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=counters+deletehash+25554013&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=counters+deletehash+25554013&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">35</a></td><td> </td></tr><tr class="effect"><td class="icon"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/rparen.gif"]/images/itemimages/rparen.gif[/URL]"></td><td class="info">SR range end</td><td class="shrug"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=counters+deletehash+23133340&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=counters+deletehash+23133340&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">55</a></td><td> </td></tr><tr class="effect"><td class="icon"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/sad.gif"]/images/itemimages/sad.gif[/URL]" width=30 height=30  onClick='eff("70b571b8fe1e18020dd5e0974156807f");'></td><td class="info">Merry Smithsness</td><td class="shrug"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=uneffect+Merry+Smithsness&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=uneffect+Merry+Smithsness&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="SGEEAs Left: 0
Use a remedy to remove the Merry Smithsness effect">100</a></td><td class="powerup"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=use+1+Flaskfull+of+Hollow&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=use+1+Flaskfull+of+Hollow&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="Increase rounds of Merry Smithsness"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/up.png"]/images/relayimages/chit/up.png[/URL]" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/pressie.gif"]/images/itemimages/pressie.gif[/URL]" width=30 height=30  onClick='eff("d9f8d188f80c67098f12bc003d818c31");'></td><td class="info">Smithsness Presence</td><td class="shrug"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=uneffect+Smithsness+Presence&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=uneffect+Smithsness+Presence&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="SGEEAs Left: 0
Use a remedy to remove the Smithsness Presence effect">689</a></td><td class="powerup"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=chew+1+handful+of+Smithereens&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=chew+1+handful+of+Smithereens&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="Increase rounds of Smithsness Presence"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/up.png"]/images/relayimages/chit/up.png[/URL]" border=0></a></td></tr></tbody></table></div><div id="chit_walls" class="chit_chamber"><center id='rollover' class=tiny style='color: red; cursor: pointer;' onClick='poop("doc.php?topic=maintenance", "documentation", 558, 518, "scrollbars=yes,resizable=no");'></center><table id="chit_thrall" class="chit_brick nospace"><tr><th title="Thrall Level">Lvl. 5</th><th colspan="2" title="Pasta Thrall"><a title="Shuuushoooo" class="hand" onClick='javascript:window.open("desc_guardian.php","","height=200,width=300")'>Angel Hair Wisp</a></th></tr><tr><td class="icon" title="Thrall"><a class="chit_launcher" rel="chit_pickerthrall" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/charpane.php#"]#[/URL]"><img title="Bind thy Thrall" src=[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/t_wisp.gif"]/images/itemimages/t_wisp.gif[/URL]></a></td><td class="info"><a title="Click for Thrall description" class="hand" onClick='javascript:window.open("desc_guardian.php","","height=200,width=300")'><span style="color:blue;font-weight:bold">Combat Initiative<br>Prevents enemy crits<br></span></a></td></tr></table></div><div id="chit_floor" class="chit_chamber"><table id="chit_toolbar"><tr><th><ul style="float:left"><li><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/charpane.php"]charpane.php[/URL]" title="Reload"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/refresh.png"]/images/relayimages/chit/refresh.png[/URL]"></a></li></ul><ul style="float:right"><li><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/charpane.php#"]#[/URL]" class="chit_launcher" rel="chit_pickermood" title="Select Mood"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/select_mood.png"]/images/relayimages/chit/select_mood.png[/URL]"></a></li><li><a title="Save as Mood" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=save+as+mood&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=save+as+mood&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/moodsave.png"]/images/relayimages/chit/moodsave.png[/URL]"></a></li></ul><ul><li><a class="tool_launcher" title="Modifiers" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/charpane.php#"]#[/URL]" rel="modifiers"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/modifiers.png"]/images/relayimages/chit/modifiers.png[/URL]"></a></li><li><a class="tool_launcher" title="Recent Adventures" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/charpane.php#"]#[/URL]" rel="trail"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/trail.png"]/images/relayimages/chit/trail.png[/URL]"></a></li></ul></th></tr></table></div><div id="chit_closet"><div id="chit_pickerfam" class="chit_skeleton" style="display:none"><table class="chit_picker"><tr><th colspan="2">Equip Thy Familiar Well</th></tr><tr class="pickloader" style="display:none"><td class="info">Changing Equipment...</td><td class="icon"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/karma.gif"]/images/itemimages/karma.gif[/URL]"></td></tr><tr class="picknone"><td class="info" colspan="2">You don't have any equipment for your Unconscious Collective.<br><br>Poor Ton</td></tr></table></div><div id="chit_pickermcd" class="chit_skeleton" style="display:none"><table class="chit_picker"><tr><th colspan="2">Turn it up or down, man</th></tr><tr class="pickloader" style="display:none"><td class="info">Tuning Radio...</td><td class="icon"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/karma.gif"]/images/itemimages/karma.gif[/URL]"></td></tr><tr class="pickitem "><td class="info"><a class="change"  href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mcd+0&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mcd+0&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Turn it off</a></td><td class="level">0</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mcd+1&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mcd+1&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Turn it mostly off</a></td><td class="level">1</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mcd+2&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mcd+2&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Ratsworth's money clip</a></td><td class="level">2</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mcd+3&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mcd+3&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Glass Balls of the King</a></td><td class="level">3</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mcd+4&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mcd+4&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Boss Bat britches</a></td><td class="level">4</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mcd+5&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mcd+5&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Rib of the Bonerdagon</a></td><td class="level">5</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mcd+6&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mcd+6&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Horoscope of the Hermit</a></td><td class="level">6</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mcd+7&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mcd+7&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Codpiece of the King</a></td><td class="level">7</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mcd+8&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mcd+8&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Boss Bat bling</a></td><td class="level">8</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mcd+9&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mcd+9&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Ratsworth's tophat</a></td><td class="level">9</td></tr><tr class="pickitem current"><td class="info">Vertebra of the Bonerdagon</td><td class="level">10</td></tr></table></div><div id="chit_pickermood" class="chit_skeleton" style="display:none"><table class="chit_picker"><tr><th colspan="2">Select New Mood</th></tr><tr class="pickloader" style="display:none"><td class="info">Getting Moody</td><td class="icon"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/karma.gif"]/images/itemimages/karma.gif[/URL]"></td></tr><tr class="pickitem"><td class="info"><a title="Make this your current mood" class="visit" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mood+apathetic&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mood+apathetic&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">apathetic</a></td><td> </td></tr><tr class="pickitem"><td class="info"><a title="Make this your current mood" class="visit" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mood+default&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mood+default&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">default</a></td><td> </td></tr><tr class="pickitem"><td class="info"><a title="Make this your current mood" class="visit" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mood+in-run&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mood+in-run&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">in-run</a></td><td> </td></tr><tr class="pickitem"><td class="info"><a title="Make this your current mood" class="visit" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mood+levelling_muscle&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mood+levelling_muscle&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">levelling_muscle</a></td><td> </td></tr><tr class="pickitem"><td class="info"><a title="Make this your current mood" class="visit" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mood+levelling_myst&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mood+levelling_myst&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">levelling_myst</a></td><td> </td></tr><tr class="pickitem"><td class="info"><a title="Make this your current mood" class="visit" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mood+porkfuture&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mood+porkfuture&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">porkfuture</a></td><td> </td></tr><tr class="pickitem"><td class="info"><a title="Make this your current mood" class="visit" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mood+sea&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mood+sea&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">sea</a></td><td> </td></tr></table></div><div id="chit_pickeroutfit" class="chit_skeleton" style="display:none"><table class="chit_picker"><tr><th colspan="2">Select Outfit</th></tr><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+Birthday+Suit&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+Birthday+Suit&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Birthday Suit</a></td><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+eXtreme+Cold-Weather+Gear&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+eXtreme+Cold-Weather+Gear&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">eXtreme Cold-Weather Gear</a></td><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+Filthy+Hippy+Disguise&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+Filthy+Hippy+Disguise&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Filthy Hippy Disguise</a></td><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+Knob+Goblin+Elite+Guard+Uniform&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+Knob+Goblin+Elite+Guard+Uniform&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Knob Goblin Elite Guard Uniform</a></td><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+Mining+Gear&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+Mining+Gear&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Mining Gear</a></td><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+Swashbuckling+Getup&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+Swashbuckling+Getup&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]"><div style ="font-weight:700;color:darkred;">Swashbuckling Getup</div></a></td><tr class="pickitem"><td style="color:white;background-color:blue;font-weight:bold;">Custom Outfits</td></tr><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+Backup&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+Backup&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Backup</a></td><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+Frat+War&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+Frat+War&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Frat War</a></td><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+Rollover&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+Rollover&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Rollover</a></td><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+Sea&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+Sea&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Sea</a></td><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+Sewer+f%3Dstomping+boots+e%3Dhookah&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+Sewer+f%3Dstomping+boots+e%3Dhookah&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Sewer f=stomping boots e=hookah</a></td><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+Warbears+f%3Dwarbear+drone+e%3Dwarbear+drone+codes&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+Warbears+f%3Dwarbear+drone+e%3Dwarbear+drone+codes&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Warbears f=warbear drone e=warbear drone codes</a></td><tr class="pickitem"><td style="color:white;background-color:blue;font-weight:bold;">Equip for Quest</td></tr><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=equip+off-hand+Half+a+Purse&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=equip+off-hand+Half+a+Purse&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Half a Purse</a></td></tr><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=equip+acc3+ring+of+Detect+Boring+Doors&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=equip+acc3+ring+of+Detect+Boring+Doors&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">ring of Detect Boring Doors</a></td></tr><tr class="pickloader" style="display:none"><td class="info">Getting Dressed</td><td class="icon"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/karma.gif"]/images/itemimages/karma.gif[/URL]"></td></tr></table></div><div id="chit_pickerthrall" class="chit_skeleton" style="display:none"><table class="chit_picker"><tr><th colspan="2">Bind thy Thrall</th></tr><tr class="pickloader" style="display:none"><td class="info">Binding Thrall...</td><td class="icon"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/karma.gif"]/images/itemimages/karma.gif[/URL]"></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=cast+Bind+Vampieroghi&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=cast+Bind+Vampieroghi&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="Bind Vampieroghi for 12mp"><b>Vampieroghi</b> <span style="float:right;color:#707070">12mp</span><br /><span style="color:blue">Attacks and heals</span></a></td><td class="icon"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=cast+Bind+Vampieroghi&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=cast+Bind+Vampieroghi&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="Bind Vampieroghi for 12mp"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/t_vampieroghi.gif"]/images/itemimages/t_vampieroghi.gif[/URL]"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=cast+Bind+Vermincelli&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=cast+Bind+Vermincelli&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="Bind Vermincelli for 30mp"><b>Vermincelli</b> <span style="float:right;color:#707070">30mp</span><br /><span style="color:blue">Attacks to restore MP</span></a></td><td class="icon"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=cast+Bind+Vermincelli&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=cast+Bind+Vermincelli&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="Bind Vermincelli for 30mp"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/t_vermincelli.gif"]/images/itemimages/t_vermincelli.gif[/URL]"></a></td></tr><tr class="pickitem"><td class="retrieve"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=cast+Dismiss+Pasta+Thrall&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=cast+Dismiss+Pasta+Thrall&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="Dismiss Pasta Thrall"><b>Dismiss Angel Hair Wisp</b><br /><span style="color:blue">Goodbye, Shuuushoooo</span></a></td><td class="icon"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=cast+Dismiss+Pasta+Thrall&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=cast+Dismiss+Pasta+Thrall&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="Dismiss Pasta Thrall"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/t_wisp.gif"]/images/itemimages/t_wisp.gif[/URL]"></a></td></tr></table></div><div id="chit_toolmodifiers" class="chit_skeleton" style="display:none"><table id="chit_modifiers" class="chit_brick nospace"><thead><tr><th colspan="2"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/modifiers.png"]/images/relayimages/chit/modifiers.png[/URL]">Modifiers</th></tr></thead><tbody><tr><td class="label">Meat Drop</td><td class="info">+69,38%</td></tr><tr><td class="label">Item Drop</td><td class="info">+100,%</td></tr><tr><td class="label">  Forced Drop @</td><td class="info">50%</td></tr></tbody><tbody><tr><td class="label">Monster Level</td><td class="info">+10</td></tr><tr><td class="label">Initiative</td><td class="info">+55%</td></tr><tr><td class="label">Modified Init</td><td class="info">+55%</tr><tr><td class="label">Combat Rate</td><td class="info">-5%</td></tr></tbody><tbody><tr><td class="label">Damage Absorb</td><td class="info">32% (180)</td></tr><tr><td class="label">Damage Red</td><td class="info">0</td></tr></tbody><tbody><tr><td class="label">Spell Damage</td><td class="info">+10 / +20%</td></tr><tr><td class="label">Weapon Damage</td><td class="info">+15 </td></tr><tr><td class="label">Ranged Damage</td><td class="info">+0</td></tr></tbody></table></div><div id="chit_tooltrail" class="chit_skeleton" style="display:none"><table id="chit_trail" class="chit_brick nospace"><tr><th><a class="visit" target="mainpane" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/cove.php"]cove.php[/URL]"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/trail.png"]/images/relayimages/chit/trail.png[/URL]">Last Adventure</a></th></tr><tr><td class="last"><a class="visit" target="mainpane" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/adventure.php?snarfblat=157"]adventure.php?snarfblat=157[/URL]">Barrrney's Barrr</a></td></tr></table></div></div></div></body></html>
 

Winterbay

Active member
As I just posted in the bug report for the oilPeakProgress there appears to be a problem with the oilPeakProgress code in CHiT:
I think I've found the problem. When having CHiT on it goes crazy and when CHiT is disabled it goes down as expected. Looking in CHiT there is one line that references the preference:
Code:
high.append(item_report(get_property("oilPeakProgress").to_int()  == 0, get_property("oilPeakProgress")+' μB/Hg'));

If I change that to_int() to a to_float() it works just as expected and with the to_int it goes to heck quickly... I'll take this over to CHiT I think.

Edit: Ehhm. Nope. That was apparently just a fluke.
 
Last edited:

ereinion

Member
The link to the Wormwood from the image of the absinthe-bottle no longer works. It currently points to "wormwood.php", but Jick has changed the location to "place.php?whichplace=wormwood".
 

Bale

Minion
The link to the Wormwood from the image of the absinthe-bottle no longer works. It currently points to "wormwood.php", but Jick has changed the location to "place.php?whichplace=wormwood".

It wasn't until I disabled ChIT that I was able to find the issue. It seems that KoLmafia is adding that image of the absinthe bottle with the non-functional link. It's a mafia bug. I'll report it.
 
Last edited:

Bale

Minion
Chez, for various reasons I feel it a good idea to formalize our understanding by adding the GNU General Public License to ChIT. Since this project is increasingly the work of many people it seems appropriate. Short version of the license is: All authors retain their intellectual property and anyone who desires can create a work derivative of it, but nobody gets to create proprietary software from it. Feel free to suggest an alternative license if you have such a desire

Please feel free to discuss it with me privately if you want to hear my full reasons. The text of our understanding is the previous conversation:

Chez, if you're reading this thread I have a question. I respect all the work you did on this script a lot, but since you are no longer supporting it would you mind if I took over official support until you return to working on it? I feel that this would be beneficial to help people who feel confused about the value of downloading third person support from a somewhere near the end of a thread.
Hi Bale, not only would I not mind, I would welcome it. I won't be able to work on the script for the foreseeable future, so handing over official support makes a lot of sense.
Feel free to make any changes you see fit to the first post, and whatever needs to be done to make the script's auto-update pick up your new versions.

I'm still subscribed to this thread, so if you have any questions I'll do my best to reply promptly. Otherwise have fun with it and please post some screenshots of all the new features I'm missing out on. :)

Chez
 
Last edited:

Bale

Minion
I don't think I can fix that, except to disable the link when you have insufficient MP.

PS. Just two days ago someone told me in chat that Jarlsberg's companions weren't been displayed! I fixed it quickly, but they were broken since February 17 and I didn't know about it. Why didn't anyone tell me! Is nobody playing Avatar of Jarlsberg anymore?
 
Last edited:

Bale

Minion
Maybe you could make mafia restore mp to the necessary amount, like if you push the up arrow on a buff?

I thought of that, but it doesn't solve the problem. Mafia could fail to restore the mp and then you're still stuck like that.


AoJ just isn't as Cool as AoSP. Sorry to be the one to break it to you. :(

He's not Jarlsberg, he's a Pastamancer. Still not as cool as Sneaky Pete, though.
 

Khari

Member
Hi -

For some reason, my ChIT panel no longer shows soul sauce when I switch from AoSP to Sauceror. I'm not sure how to enable it. Any advice? Thanks.
 

Bale

Minion
It will only appear if you have more than 0 soul sauce and there is a section in your charpane where your myst stat is displayed. When you first switch from AoSP to Sauceror your soul sauce is 0 so there is nothing to show. If you've got the skill, then kill something and it should be enabled.
 

Khari

Member
It will only appear if you have more than 0 soul sauce and there is a section in your charpane where your myst stat is displayed. When you first switch from AoSP to Sauceror your soul sauce is 0 so there is nothing to show. If you've got the skill, then kill something and it should be enabled.

Great. Thanks!
 

Chez

Member
Chez, for various reasons I feel it a good idea to formalize our understanding by adding the GNU General Public License to ChIT. Since this project is increasingly the work of many people it seems appropriate. Short version of the license is: All authors retain their intellectual property and anyone who desires can create a work derivative of it, but nobody gets to create proprietary software from it. Feel free to suggest an alternative license if you have such a desire

Please feel free to discuss it with me privately if you want to hear my full reasons. The text of our understanding is the previous conversation:

Hi Bale,

Hope all is going well. Seems like ChIT is keeping you guys busy!

I was going to reply in a PM, but figured I might as well post here for everybody to see.

As far as I'm concerned, you are the owner of ChIT, and can do pretty much anything you like with it. Absolutely no permission required from me for anything. Feel free to add any license you (and the other contributors) are comfortable with.

Have fun!
Chez
 

ereinion

Member
Upon ascending into a BM run, I received this error message in my gCLI:
Code:
04/21/14 08:04:28 AM - Welcome back to the Kingdom of Loathing. Noob.
[COLOR=red]CHIT:      Error parsing familiar[/COLOR]
It's possibly the empty terrarium which is causing the problems? Anything I can do to help pinpoint the problem?

- edit - The error message stopped appearing once I'd obtained a terrarium / put a BFV into it.
 
Last edited:
Top