Character Info Toolbox

Chish

Member
I have updated relay/charpane.ash and relay/chit.css but I am still having the issue.

> zlib chit

Code:
Copy/paste/modify/enter any of the following lines in the CLI to edit settings:

zlib chit.character.avatar = true
zlib chit.character.title = true
zlib chit.checkversion = true
zlib chit.disable = false
zlib chit.effects.classicons = none
zlib chit.effects.layout = songs,buffs,intrinsics
zlib chit.effects.modicons = true
zlib chit.effects.showicons = true
zlib chit.effects.usermap = false
zlib chit.familiar.hats = spangly sombrero,sugar chapeau
zlib chit.familiar.pants = spangly mariachi pants,double-ice britches,BRICKO pants,pin-stripe slacks,Studded leather boxer shorts,Monster pants,Sugar shorts
zlib chit.familiar.protect = false
zlib chit.familiar.showlock = false
zlib chit.familiar.weapons = time sword,batblade,Hodgman's whackin' stick,astral mace,Maxwell's Silver Hammer,goatskin umbrella
zlib chit.floor.layout = update,familiar
zlib chit.helpers.dancecard = true
zlib chit.helpers.semirare = true
zlib chit.helpers.wormwood = stats,spleen
zlib chit.kol.coolimages = true
zlib chit.quests.hide = false
zlib chit.roof.layout = character,stats
zlib chit.stats.layout = muscle,myst,moxie|hp,mp,axel|mcd|trail
zlib chit.stats.showbars = true
zlib chit.toolbar.layout = trail,quests,modifiers,elements,organs
zlib chit.toolbar.moods = true
zlib chit.walls.layout = helpers,effects
(If no values were shown, no settings or values matched your input text. Type "zlib vars" to see all.)


I am using the latest version of Chrome. Do you really need me to copy+paste the huge chunk of text that is my character pane source? I will if you do.
 

Bale

Minion
Your value for chit.stats.showbarschit.stats.showbars is completely different from what AlbinoRhino deduced! Surprising.

I am using the latest version of Chrome. Do you really need me to copy+paste the huge chunk of text that is my character pane source? I will if you do.


It might be helpful. It might even be useful for you to post it both with chit disabled and then enabled.
 

Chish

Member
with chit enabled:

Code:
<html><head>
<meta http-equiv="X-UA-Compatible" content="IE=8" />

<link rel="stylesheet" type="text/css" href="http://images.kingdomofloathing.com/styles.css">
<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="/basics.js"></script><link rel="stylesheet" href="/basics.css" />
<link rel="stylesheet" href="chit.css">
</head>
<script src="/images/scripts/window.js"></script>
<script type="text/javascript" src="/images/scripts/jquery-1.3.1.min.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 language=Javascript src="/images/scripts/jquery-1.3.1.min.js"></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) {
	$.ajax({
		type: 'GET', url: dourl, cache: false,
		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(); }
				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(); }
		}
	});
}

	var CURFAM = 120;
	var FAMILIARFAVES = [["Beowulf","Pair of Stomping Boots","stompboots",150],["Copyright Infringement","He-Boulder","heboulder",113],["Professional Farmer","Jitterbug","jitterbug",57],["I didn\'t like Dune; I thought it was dry","Baby Sandworm","babyworm",111],["Brainless? I think not.","Fancypants Scarecrow","pantscrow2",152],["That took FOREVER.","Jumpsuited Hound Dog","hounddog",69],["Stevie \'Raven\' Nightwyrm","Artistic Goth Kid","crayongoth",160],["Powercreep","Bloovian Groose","groose",154],["Your invisible Archon is in the way!","Obtuse Angel","obtuseangel",146],["the heavy one","Stocking Mimic","smimic",120] ];
</script>

	<script type="text/javascript">
	var turnsplayed = 261665;
var turnsthisrun = 70;
var rollover = 1369539002;
var rightnow = 1369521678;
var playerid = 350760;
var pwdhash = "f9aaf261045730ace0dabd1efa01808d";
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());
	});
	if (hide_nudges) $('#nudges td div').hover(
		function () {
			if (!hide_nudges) return;
			var ht = '<a href="#" class="close"><img alt="Hide" title="Hide"  src="http://images.kingdomofloathing.com/closebutton.gif" /></a>';
			var c = $(ht);
			$(this).append(c);
			c.click(function () {
				var key = $(this).parents('tr:first').attr('rel');
				$(this).parents('tr:first').remove();
				setCookie(key, 1);
			});
		},
			function () {
				if (!hide_nudges) return;
				$(this).find('.close').remove();
			}
	);
});
</script>
<script language=Javascript src="/images/scripts/charpane.4.js"></script>
<script type="text/javascript" src="/images/scripts/cookie.20121112.js"></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="chit.js"></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="3"><a target="mainpane" href="charsheet.php">Chish</a></th></th></tr><tr><td rowspan="4" class="avatar"><a href="#" class="chit_launcher" rel="chit_pickeroutfit" title="Select Outfit"><img src="http://images.kingdomofloathing.com/otherimages/customavatars/350760.gif"></a></td><td class="label"><a target="mainpane" href="guild.php?guild=f" title="Visit your guild">Seal Clubber</a></td><td class="level" rowspan="2"><a target="mainpane" href="council.php" title="Visit the Council">15</a></td></tr><tr><td class="info">Hardcore</td></tr><tr><td class="info">BIG!</td></tr><tr><td colspan="2"><div class="chit_resource"><div title="Meat" style="float:left"><span>2,843</span><img src="/images/itemimages/meat.gif"></div><div title="65 Adventures remaining
 Current Run: 1 / 70" style="float:right"><span>65</span><img src="/images/itemimages/slimhourglass.gif"></div></div><div style="clear:both"></div></td></tr><tr><td class="progress" colspan="3" title="26 muscle until level 16
 (10,877 substats needed)" ><div class="progressbar" style="width:12.571336709267744%"></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">225</span>  (203)</td><td class="progress"><div class="progressbox" title="355 / 407 (52 needed)"><div class="progressbar" style="width:87.22358722358722%"></div></div></td></tr><tr><td class="label">Myst</td><td class="info"><span style="color:blue">168</span>  (152)</td><td class="progress"><div class="progressbox" title="108 / 305 (197 needed)"><div class="progressbar" style="width:35.40983606557377%"></div></div></td></tr><tr><td class="label">Moxie</td><td class="info"><span style="color:blue">168</span>  (152)</td><td class="progress"><div class="progressbox" title="106 / 305 (199 needed)"><div class="progressbar" style="width:34.75409836065574%"></div></div></td></tr></tbody><tbody><tr><td class="label">HP</td><td class="info">421 / 421</td><td class="progress"><div class="progressbox" title="421 / 421"><div class="progressbar" style="width:100.0%;background-color:green"></div></div></td></tr><tr><td class="label">MP</td><td class="info">67 / 297</td><td class="progress"><div class="progressbox" title="67 / 297"><div class="progressbar" style="width:22.55892255892256%;background-color:orange"></div></div></td></tr></tbody><tbody><tr><td class="label"><a href="inv_use.php?pwd=f9aaf261045730ace0dabd1efa01808d&which=3&whichitem=2682" target="mainpane" title="Detuned Radio">Radio</a></td><td class="info"><span title="Detuned Radio">0</span></td><td class="info"><a title="Buy a Detuned Radio (300 meat)" href="/KoLmafia/sideCommand?cmd=buy+detuned+radio&pwd=f9aaf261045730ace0dabd1efa01808d">Buy Radio</a></td></tr></tbody><tbody><tr><td class="label"><a class="visit" target="mainpane" href="town_right.php">Last</a></td><td class="info" style="display:block;" colspan="2"><a class="visit" target="mainpane" href="adventure.php?snarfblat=113">Haunted Pantry</a></td></tr></tbody></table></div><div id="chit_walls" class="chit_chamber"><center id='rollover' class=tiny style='color: red; cursor: pointer;' onClick='doc("maintenance");'></center><table id="chit_effects" class="chit_brick nospace"><thead><tr><th colspan="4">Effects</th></tr></thead><tbody class="songs"><tr class="effect"><td class="icon"><img src="http://images.kingdomofloathing.com/itemimages/sonata.gif" width=20 height=20  onClick='eff("b757f23feb7f08bd250f63586e03cf4a");' oncontextmenu='return shrug(162, "The Sonata of Sneakiness");'></td><td class="info">Sonata of Sneakiness</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+The+Sonata+of+Sneakiness&pwd=f9aaf261045730ace0dabd1efa01808d" title="Shrug off the The Sonata of Sneakiness effect">1</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+The+Sonata+of+Sneakiness&pwd=f9aaf261045730ace0dabd1efa01808d" title="Increase rounds of The Sonata of Sneakiness"><img src="/images/relayimages/chit/upred.png" border=0></a></td></tr></tbody><tbody class="buffs"><tr class="effect"><td class="icon"><img src="http://images.kingdomofloathing.com/itemimages/footprints.gif" width=20 height=20  onClick='eff("173a9c4b4bbef78643fe4ec1a93b1cfc");'></td><td class="info">Smooth Movements</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Smooth+Movements&pwd=f9aaf261045730ace0dabd1efa01808d" title="Use a remedy to remove the Smooth Movements effect">3</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Smooth+Movement&pwd=f9aaf261045730ace0dabd1efa01808d" title="Increase rounds of Smooth Movements"><img src="/images/relayimages/chit/upred.png" border=0></a></td></tr><tr class="effect" style="background-color:khaki"><td class="icon"><img src="http://images.kingdomofloathing.com/itemimages/fortune.gif"></td><td class="info">Fortune Cookie</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=counters+deletehash+20637330&pwd=f9aaf261045730ace0dabd1efa01808d">10</a></td><td> </td></tr><tr class="effect"><td class="icon"><img src="http://images.kingdomofloathing.com/itemimages/string.gif" width=20 height=20  onClick='eff("2d6d3ab04b40e1523aa9c716a04b3aab");'></td><td class="info">Leash of Linguini</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Leash+of+Linguini&pwd=f9aaf261045730ace0dabd1efa01808d" title="Use a remedy to remove the Leash of Linguini effect">22</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Leash+of+Linguini&pwd=f9aaf261045730ace0dabd1efa01808d" title="Increase rounds of Leash of Linguini"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><a href="shore.php" target="mainpane"><img src="http://images.kingdomofloathing.com/itemimages/dinghy.gif"></td><td class="info">The Shore</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=counters+deletehash+15731524&pwd=f9aaf261045730ace0dabd1efa01808d">26</a></td><td> </td></tr><tr class="effect" style="color:olive"><td class="icon"><img src="http://images.kingdomofloathing.com/itemimages/eyes.gif" width=20 height=20  onClick='eff("0bf172ccba65be4fdc4c0f908325b5c1");'></td><td class="info">Everything Looks Yellow</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Everything+Looks+Yellow&pwd=f9aaf261045730ace0dabd1efa01808d" title="Use a remedy to remove the Everything Looks Yellow effect">93</a></td><td> </td></tr></tbody><tbody class="intrinsics"><tr class="effect"><td class="icon"><img src="http://images.kingdomofloathing.com/itemimages/kungfu.gif" onClick='eff("c3b40896d1596565f2f489b2774dd6ec");'></td><td class="info" colspan="2">Kung Fu Fighting</td><td class="infinity">∞</td></tr><tr class="effect"><td class="icon"><img src="http://images.kingdomofloathing.com/itemimages/lightning.gif" onClick='eff("e5da19b3764183b04d100fabe8978416");'></td><td class="info" colspan="2">Fast as Lightning</td><td class="infinity">∞</td></tr><tr class="effect"><td class="icon"><img src="http://images.kingdomofloathing.com/itemimages/scaredeyes.gif" onClick='eff("346ada2be15421d61362feb7efe73249");'></td><td class="info" colspan="2">A Little Bit Frightening</td><td class="infinity">∞</td></tr><tr class="effect"><td class="icon"><img src="http://images.kingdomofloathing.com/itemimages/watch.gif" onClick='eff("8026f881e7284dc03b962eef338210d8");'></td><td class="info" colspan="2">Expert Timing</td><td class="infinity">∞</td></tr></tbody></table></div><div id="chit_floor" class="chit_chamber"><table id="chit_familiar" class="chit_brick nospace"><tr><th width="40" title="Buffed Weight" style="color:blue">15</th><th><a target=mainpane href="familiar.php" class="familiarpick" title="Visit your terrarium">the heavy one</a></th><th width="30"> </th></tr><tr><td class="icon" title="Visit your terrarium"><a target=mainpane href="familiar.php" class="familiarpick"><img src="/images/itemimages/smimic.gif"></a></td><td class="info" style=""><a title="Familiar Haiku" class="hand" onclick="fam(120)" origin-level="third-party"/>Stocking Mimic</a></td><td class="icon"><a class="chit_launcher" rel="chit_pickerfam" href="#"><img title="bag of many confections" src="/images/itemimages/lilbag.gif"></a></td></tr><tr><td colspan="3" class="progress" title="9 / 11" ><div class="progressbar" style="width:81.81818181818181%"></div></td></tr></table><table id="chit_toolbar"><tr><th><ul style="float:left"><li><a href="charpane.php" title="Reload"><img src="/images/relayimages/chit/refresh.png"></a></li></ul><ul style="float:right"><li><a href="#" class="chit_launcher" rel="chit_pickermood" title="Select Mood"><img src="/images/relayimages/chit/select_mood.png"></a></li></ul><ul><li><a class="tool_launcher" title="Recent Adventures" href="#" rel="trail"><img src="/images/relayimages/chit/trail.png"></a></li><li><a class="tool_launcher" title="Current Quests" href="#" rel="quests"><img src="/images/relayimages/chit/quests.png"></a></li><li><a class="tool_launcher" title="Modifiers" href="#" rel="modifiers"><img src="/images/relayimages/chit/modifiers.png"></a></li><li><a class="tool_launcher" title="Elements" href="#" rel="elements"><img src="/images/relayimages/chit/elements.png"></a></li><li><a class="tool_launcher" title="Consumption" href="#" rel="organs"><img src="/images/relayimages/chit/organs.png"></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 Thine Familiar Well</th></tr><tr class="pickitem"><td class="action" colspan="2"><a class="done" target="mainpane" href="familiarbinger.php">Give lots of candy</a></tr><tr class="pickitem"><td class="remove"><a class="change" href="/KoLmafia/sideCommand?cmd=remove+familiar&pwd=f9aaf261045730ace0dabd1efa01808d" title="Unequip bag of many confections">Remove equipment<br /><span style='color:#707070'>Yummy Candy!<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=remove+familiar&pwd=f9aaf261045730ace0dabd1efa01808d" title="Unequip bag of many confections"><img src="/images/itemimages/lilbag.gif"></a></td></tr><tr class="pickloader" style="display:none"><td class="info">Changing Equipment...</td><td class="icon"><img src="/images/itemimages/karma.gif"></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="/images/itemimages/karma.gif"></td></tr><tr class="pickitem "><td class="info"><a class="visit" href="/KoLmafia/sideCommand?cmd=mood++combat&pwd=f9aaf261045730ace0dabd1efa01808d">+combat</a></td></tr><tr class="pickitem "><td class="info"><a class="visit" href="/KoLmafia/sideCommand?cmd=mood+-combat&pwd=f9aaf261045730ace0dabd1efa01808d">-combat</a></td></tr><tr class="pickitem "><td class="info"><a class="visit" href="/KoLmafia/sideCommand?cmd=mood+-conmbat&pwd=f9aaf261045730ace0dabd1efa01808d">-conmbat</a></td></tr><tr class="pickitem "><td class="info"><a class="visit" href="/KoLmafia/sideCommand?cmd=mood+apathetic&pwd=f9aaf261045730ace0dabd1efa01808d">apathetic</a></td></tr><tr class="pickitem "><td class="info"><a class="visit" href="/KoLmafia/sideCommand?cmd=mood+basement&pwd=f9aaf261045730ace0dabd1efa01808d">basement</a></td></tr><tr class="pickitem "><td class="info"><a class="visit" href="/KoLmafia/sideCommand?cmd=mood+bumcheekascend&pwd=f9aaf261045730ace0dabd1efa01808d">bumcheekascend</a></td></tr><tr class="pickitem "><td class="info"><a class="visit" href="/KoLmafia/sideCommand?cmd=mood+castle_farming&pwd=f9aaf261045730ace0dabd1efa01808d">castle_farming</a></td></tr><tr class="pickitem "><td class="info"><a class="visit" href="/KoLmafia/sideCommand?cmd=mood+default&pwd=f9aaf261045730ace0dabd1efa01808d">default</a></td></tr><tr class="pickitem "><td class="info"><a class="visit" href="/KoLmafia/sideCommand?cmd=mood+oasisfarming&pwd=f9aaf261045730ace0dabd1efa01808d">oasisfarming</a></td></tr><tr class="pickitem "><td class="info"><a class="visit" href="/KoLmafia/sideCommand?cmd=mood+peak_farming&pwd=f9aaf261045730ace0dabd1efa01808d">peak_farming</a></td></tr><tr class="pickitem "><td class="info"><a class="visit" href="/KoLmafia/sideCommand?cmd=mood+transponder&pwd=f9aaf261045730ace0dabd1efa01808d">transponder</a></td></tr><tr><td style="color:white;background-color:blue;font-weight:bold;">Current Mood</td></tr><tr class="pickitem "><td class="info"><a class="visit" href="/KoLmafia/sideCommand?cmd=<a href="/KoLmafia/sideCommand?cmd=save+as+mood&pwd=f9aaf261045730ace0dabd1efa01808d" title="Save as Mood"><img src="/images/relayimages/chit/moodsave.png"> Add current effects</a></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="pickloader" style="display:none"><td class="info">Getting Dressed</td><td class="icon"><img src="/images/itemimages/karma.gif"></td></tr><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Birthday Suit&pwd=f9aaf261045730ace0dabd1efa01808d">Birthday Suit</a></td><tr><td style="color:white;background-color:blue;font-weight:bold;">Custom Outfits</td></tr><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit++candy&pwd=f9aaf261045730ace0dabd1efa01808d">+candy</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Backup&pwd=f9aaf261045730ace0dabd1efa01808d">Backup</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+castle 22 december 2011&pwd=f9aaf261045730ace0dabd1efa01808d">castle 22 december 2011</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+castle 24 march 2012&pwd=f9aaf261045730ace0dabd1efa01808d">castle 24 march 2012</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+castle 25 may 2012&pwd=f9aaf261045730ace0dabd1efa01808d">castle 25 may 2012</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Damage&pwd=f9aaf261045730ace0dabd1efa01808d">Damage</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+fire_snake_killer&pwd=f9aaf261045730ace0dabd1efa01808d">fire_snake_killer</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Gauntlet&pwd=f9aaf261045730ace0dabd1efa01808d">Gauntlet</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+hamster_items&pwd=f9aaf261045730ace0dabd1efa01808d">hamster_items</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+hellseal leveling&pwd=f9aaf261045730ace0dabd1efa01808d">hellseal leveling</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+hobopolis 6/29/12&pwd=f9aaf261045730ace0dabd1efa01808d">hobopolis 6/29/12</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+hobopolis base&pwd=f9aaf261045730ace0dabd1efa01808d">hobopolis base</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+maxml&pwd=f9aaf261045730ace0dabd1efa01808d">maxml</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+minml&pwd=f9aaf261045730ace0dabd1efa01808d">minml</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Moxie&pwd=f9aaf261045730ace0dabd1efa01808d">Moxie</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+MP Regen&pwd=f9aaf261045730ace0dabd1efa01808d">MP Regen</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+MPDrain&pwd=f9aaf261045730ace0dabd1efa01808d">MPDrain</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Muscle&pwd=f9aaf261045730ace0dabd1efa01808d">Muscle</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Mysticality&pwd=f9aaf261045730ace0dabd1efa01808d">Mysticality</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+pajamas&pwd=f9aaf261045730ace0dabd1efa01808d">pajamas</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+PvP&pwd=f9aaf261045730ace0dabd1efa01808d">PvP</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+pvp pajamas&pwd=f9aaf261045730ace0dabd1efa01808d">pvp pajamas</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+pvp season 3&pwd=f9aaf261045730ace0dabd1efa01808d">pvp season 3</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+swimming&pwd=f9aaf261045730ace0dabd1efa01808d">swimming</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+temp.slime.tube&pwd=f9aaf261045730ace0dabd1efa01808d">temp.slime.tube</a></td><tr class="pickitem "><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Your Previous Outfit&pwd=f9aaf261045730ace0dabd1efa01808d">Your Previous Outfit</a></td></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="town_right.php">Last Adventure</a></th></tr><tr><td class="last"><a class="visit" target="mainpane" href="adventure.php?snarfblat=113"> Haunted Pantry</a></td></tr><tr><td><a class="visit" target="mainpane" href="adventure.php?snarfblat=15"> Spooky Forest</a></td></tr><tr><td><a class="visit" target="mainpane" href="shore.php"> Shore</a></td></tr><tr><td><a class="visit" target="mainpane" href="adventure.php?snarfblat=271"> Goatlet</a></td></tr><tr><td><a class="visit" target="mainpane" href="adventure.php?snarfblat=239"> Dark Neck of the Woods</a></td></tr></table></div><div id="chit_toolquests" class="chit_skeleton" style="display:none"><table id="nudges" class="chit_brick nospace"><tr><th><a target="mainpane" href="questlog.php">Current Quests</a></th></tr><tr rel="qn_44019a2b68f1ab95a2d8d10dc44d6b43"><td class="small" colspan="2"><div>Go talk to the owner of the Typical Tavern in the <a class=nounder target=mainpane href=woods.php><b>Distant Woods</b></a>.</div></td></tr><tr rel="qn_ccd345f36e5583524521e151d76b1e91"><td class="small" colspan="2"><div>Defeat the Boss Bat, in the <a class=nounder target=mainpane href=bathole.php><b>Bat Hole</b></a>.</div></td></tr><tr rel="qn_f1e4cd658bf67ad572e234069359120f"><td class="small" colspan="2"><div>Recover the ritual items from the <a class=nounder target=mainpane href=friars.php><b>Copse of the Deep Fat Friars</b></a>:<br>   * The Dark Elbow<br>   * The Dark Heart<br>   * <s>The Dark Neck</s></div></td></tr><tr rel="qn_934ae6e7d200325ad8c924000ba996aa"><td class="small" colspan="2"><div>Find some way to infiltrate the Throne Room of <b><a class=nounder target=mainpane href="cobbsknob.php">Cobb's Knob</a></b> and defeat the Goblin King.</div></td></tr><tr rel="qn_4bf5e01c8a61ea20602358c760d941db"><td class="small" colspan="2"><div><a class=nounder target=mainpane href=place.php?whichplace=mclargehuge><b>The Trapper</b></a> wants:<br>   * 3 wedges of goat cheese (you have 1)<br>   * 3 chunks of chrome ore<br></div></td></tr><tr rel="qn_6f9f4307fbca2f7c92a4f9069dc84ff3"><td class="small" colspan="2"><div>Find a way across the <a class=nounder target=mainpane href=place.php?whichplace=orc_chasm><b>Orc Chasm</b></a>.</div></td></tr><tr rel="qn_4847ab712ae873cc75174a729f4813a7"><td class="small" colspan="2"><div>Climb the beanstalk you just planted on the <a class=nounder target=mainpane href=place.php?whichplace=plains><b>Nearby Plains</b></a>.</div></td></tr><tr rel="qn_77abb7a06fef4c29c5a3c49a07b7a2b4"><td class="small" colspan="2"><div>Get rid of the evil in <b><a class=nounder target=mainpane href="crypt.php">The Cyrpt</a></b>.<br><b><a class=nounder target=mainpane href="inv_use.php?whichitem=4964&pwd=f9aaf261045730ace0dabd1efa01808d">Evilometer:</a> 200</b><br>   * <a href="adventure.php?snarfblat=261" target="mainpane">Alcove:</a> 50 (+init)<br>   * <a href="adventure.php?snarfblat=262" target="mainpane">Cranny:</a> 50 (+NC, +ML)<br>   * <a href="adventure.php?snarfblat=263" target="mainpane">Niche:</a> 50 (sniff dirty old lihc)<br>   * <a href="adventure.php?snarfblat=264" target="mainpane">Nook:</a> 50 (+items)</div></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">Modifiers</th></tr></thead><tbody><tr><td class="label">Meat Drop</td><td class="info">+10.0%</td></tr><tr><td class="label">Item Drop</td><td class="info">+80.0%</td></tr><tr><td class="label">  Forced Drop @</td><td class="info">56%</td></tr></tbody><tbody><tr><td class="label">Monster Level</td><td class="info">+0</td></tr><tr><td class="label">Initiative</td><td class="info">+70%</td></tr><tr><td class="label">Modified Init</td><td class="info">+70%</tr><tr><td class="label">Combat Rate</td><td class="info">-10%</td></tr></tbody><tbody><tr><td class="label">Damage Absorp</td><td class="info">62% (530)</td></tr><tr><td class="label">Damage Red</td><td class="info">8</td></tr></tbody><tbody><tr><td class="label">Spell Damage</td><td class="info">+25 </td></tr><tr><td class="label">Weapon Damage</td><td class="info">+70 / +20%</td></tr><tr><td class="label">Ranged Damage</td><td class="info">+0</td></tr></tbody></table></div><div id="chit_toolelements" class="chit_skeleton" style="display:none"><table id="chit_elements" class="chit_brick nospace"><tr><th>Elements</th></tr><tr><td><img src="/images/relayimages/chit/Elements2.gif"></tr></table></div><div id="chit_toolorgans" class="chit_skeleton" style="display:none"><table id="chit_organs" class="chit_brick nospace"><thead><tr><th colspan="3">Consumption</th></tr></thead><tr><td class="label">Stomach</td><td class="info">15 / 15</td><td class="progress"><div class="progressbox" title="You're too full to even eat a wafer-thin mint"><div class="progressbar" style="width:100.0%;background-color:#707070"></div></div></td></tr><tr><td class="label">Liver</td><td class="info">0 / 14</td><td class="progress"><div class="progressbox" title="You are stone-cold sober"><div class="progressbar" style="width:0.0%;background-color:blue"></div></div></td></tr><tr><td class="label">Spleen</td><td class="info">8 / 15</td><td class="progress"><div class="progressbox" title="Your spleen is in pretty good shape"><div class="progressbar" style="width:53.333333333333336%;background-color:green"></div></div></td></tr></table></div></div></div></body></html>


with chit disabled:

Code:
<html><head>
<link rel="stylesheet" type="text/css" href="http://images.kingdomofloathing.com/styles.css">
<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="/basics.js"></script><link rel="stylesheet" href="/basics.css" /></head>
<script src="/images/scripts/window.js"></script>
<script type="text/javascript" src="/images/scripts/jquery-1.3.1.min.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 language=Javascript src="/images/scripts/jquery-1.3.1.min.js"></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) {
	$.ajax({
		type: 'GET', url: dourl, cache: false,
		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(); }
				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(); }
		}
	});
}

	var CURFAM = 120;
	var FAMILIARFAVES = [["Beowulf","Pair of Stomping Boots","stompboots",150],["Copyright Infringement","He-Boulder","heboulder",113],["Professional Farmer","Jitterbug","jitterbug",57],["I didn\'t like Dune; I thought it was dry","Baby Sandworm","babyworm",111],["Brainless? I think not.","Fancypants Scarecrow","pantscrow2",152],["That took FOREVER.","Jumpsuited Hound Dog","hounddog",69],["Stevie \'Raven\' Nightwyrm","Artistic Goth Kid","crayongoth",160],["Powercreep","Bloovian Groose","groose",154],["Your invisible Archon is in the way!","Obtuse Angel","obtuseangel",146],["the heavy one","Stocking Mimic","smimic",120] ];
</script>
<script type="text/javascript" src="/images/scripts/familiarfaves.20120307.js"></script>
	<script type="text/javascript">
	var turnsplayed = 261665;
var turnsthisrun = 70;
var rollover = 1369538998;
var rightnow = 1369521795;
var playerid = 350760;
var pwdhash = "f9aaf261045730ace0dabd1efa01808d";
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());
	});
	if (hide_nudges) $('#nudges td div').hover(
		function () {
			if (!hide_nudges) return;
			var ht = '<a href="#" class="close"><img alt="Hide" title="Hide"  src="http://images.kingdomofloathing.com/closebutton.gif" /></a>';
			var c = $(ht);
			$(this).append(c);
			c.click(function () {
				var key = $(this).parents('tr:first').attr('rel');
				$(this).parents('tr:first').remove();
				setCookie(key, 1);
			});
		},
			function () {
				if (!hide_nudges) return;
				$(this).find('.close').remove();
			}
	);
});
</script>
<script language=Javascript src="/images/scripts/charpane.4.js"></script>
<script type="text/javascript" src="/images/scripts/cookie.20121112.js"></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>
<body onload="updateSafetyText();" bgcolor=white text=black link=black alink=black vlink=black onload='startup();'>
<center id='rollover' class=tiny style='color: red; cursor: pointer;' onClick='doc("maintenance");'></center><center><table align=center><tr><td><a class=nounder target=mainpane href="charsheet.php"><img src="http://images.kingdomofloathing.com/otherimages/customavatars/350760.gif" width=60 height=100 border=0></a></td><td valign=center><center><a class=nounder target=mainpane href="charsheet.php"><b>Chish</b></a><br>Level 15<br>Seal Clubber<table title='3 / 29' cellpadding=0 cellspacing=0 style='border: 1px solid #5A5A5A'><tr><td height=5 width=10 bgcolor=#5A5A5A></td><td width=90 bgcolor=white></td></tr></table></td></tr></table><table align=center><tr><td align=right>Muscle:</td><td align=left><b><font color=blue>225</font> (203)</b><table title='355 / 407' cellpadding=0 cellspacing=0 style='border: 1px solid #5A5A5A'><tr><td height=3 width=43 bgcolor=#5A5A5A></td><td width=7 bgcolor=white></td></tr></table></td></tr><tr><td align=right>Mysticality:</td><td align=left><b><font color=blue>168</font> (152)</b><table title='108 / 305' cellpadding=0 cellspacing=0 style='border: 1px solid #5A5A5A'><tr><td height=3 width=17 bgcolor=#5A5A5A></td><td width=33 bgcolor=white></td></tr></table></td></tr><tr><td align=right>Moxie:</td><td align=left><b><font color=blue>168</font> (152)</b><table title='106 / 305' cellpadding=0 cellspacing=0 style='border: 1px solid #5A5A5A'><tr><td height=3 width=17 bgcolor=#5A5A5A></td><td width=33 bgcolor=white></td></tr></table></td></tr><Tr><td align=right>Fullness:</td><td><b>15</b></td></tr></table><table cellpadding=3 align=center><tr><td align=center><img src="http://images.kingdomofloathing.com/itemimages/hp.gif" class=hand onclick='doc("hp");' title="Hit Points" alt="Hit Points"><br><span class=black>421 / 421</span></td><td align=center><img src="http://images.kingdomofloathing.com/itemimages/mp.gif" class=hand onclick='doc("mp");' title="Muscularity Points" alt="Muscularity Points"><br><span class=black>67 / 297</span></td></tr><tr><td align=center><img src="http://images.kingdomofloathing.com/itemimages/meat.gif" class=hand onclick='doc("meat");' title="Meat" alt="Meat"><br><span class=black>2,843</span></td><td align=center><img src="http://images.kingdomofloathing.com/itemimages/hourglass.gif" class=hand onclick='doc("adventures");' title="Adventures Remaining" alt="Adventures Remaining"><br><span class=black>65</span></td></tr></table><font size=2><b>Hardcore</b></font><br><br><center id="nudgeblock"><font size=2><a class=nounder href=questlog.php target=mainpane><b>Current Quest:</b></a></font><br><table id="nudges"><tr rel="qn_44019a2b68f1ab95a2d8d10dc44d6b43"><td class="small" colspan="2"><div>Go talk to the owner of the Typical Tavern in the <a class=nounder target=mainpane href=woods.php><b>Distant Woods</b></a>.</div></td></tr><tr rel="qn_ccd345f36e5583524521e151d76b1e91"><td class="small" colspan="2"><div>Defeat the Boss Bat, in the <a class=nounder target=mainpane href=bathole.php><b>Bat Hole</b></a>.</div></td></tr><tr rel="qn_f1e4cd658bf67ad572e234069359120f"><td class="small" colspan="2"><div>Recover the ritual items from the <a class=nounder target=mainpane href=friars.php><b>Copse of the Deep Fat Friars</b></a>:<br>   * The Dark Elbow<br>   * The Dark Heart<br>   * <s>The Dark Neck</s></div></td></tr><tr rel="qn_934ae6e7d200325ad8c924000ba996aa"><td class="small" colspan="2"><div>Find some way to infiltrate the Throne Room of <b><a class=nounder target=mainpane href="cobbsknob.php">Cobb's Knob</a></b> and defeat the Goblin King.</div></td></tr><tr rel="qn_4bf5e01c8a61ea20602358c760d941db"><td class="small" colspan="2"><div><a class=nounder target=mainpane href=place.php?whichplace=mclargehuge><b>The Trapper</b></a> wants:<br>   * 3 wedges of goat cheese (you have 1)<br>   * 3 chunks of chrome ore<br></div></td></tr><tr rel="qn_6f9f4307fbca2f7c92a4f9069dc84ff3"><td class="small" colspan="2"><div>Find a way across the <a class=nounder target=mainpane href=place.php?whichplace=orc_chasm><b>Orc Chasm</b></a>.</div></td></tr><tr rel="qn_4847ab712ae873cc75174a729f4813a7"><td class="small" colspan="2"><div>Climb the beanstalk you just planted on the <a class=nounder target=mainpane href=place.php?whichplace=plains><b>Nearby Plains</b></a>.</div></td></tr><tr rel="qn_77abb7a06fef4c29c5a3c49a07b7a2b4"><td class="small" colspan="2"><div>Get rid of the evil in <b><a class=nounder target=mainpane href="crypt.php">The Cyrpt</a></b>.<p><b><a class=nounder target=mainpane href="inv_use.php?whichitem=4964&pwd=f9aaf261045730ace0dabd1efa01808d">Evilometer:</a> 200</b></div></td></tr></table><p></center><center><font size=2><b><a onclick='if (top.mainpane.focus) top.mainpane.focus();' class=nounder href="town_right.php" target=mainpane>Last Adventure:</a></b></font><br><table cellspacing=0 cellpadding=0><tr><td><font size=2><a onclick='if (top.mainpane.focus) top.mainpane.focus();' target=mainpane href="adventure.php?snarfblat=113">The Haunted Pantry</a><br></font></td></tr></table><font size=1><nobr><a onclick='if (top.mainpane.focus) top.mainpane.focus();' target=mainpane href="adventure.php?snarfblat=15">The Spooky Forest</a></nobr><br/><nobr><a onclick='if (top.mainpane.focus) top.mainpane.focus();' target=mainpane href="shore.php">The Shore</a></nobr><br/><nobr><a onclick='if (top.mainpane.focus) top.mainpane.focus();' target=mainpane href="adventure.php?snarfblat=271">The Goatlet</a></nobr><br/><nobr><a onclick='if (top.mainpane.focus) top.mainpane.focus();' target=mainpane href="adventure.php?snarfblat=239">The Dark Neck of the Woods</a></nobr></font></center><p><table width=90%><tr><td colspan=2 align=center><font size=2><b>Familiar:</b></font></td></tr><tr><td align=center valign=center><a target=mainpane href="familiar.php" class="familiarpick"><img src="http://images.kingdomofloathing.com/itemimages/smimic.gif" width=30 height=30 border=0></a></td><td valign=center align=left><a target=mainpane href="familiar.php" class="familiarpick"><b><font size=2>the heavy one</a></b>, the  <b>15</b> pound Stocking Mimic<table title='9 / 11' cellpadding=0 cellspacing=0 style='border: 1px solid #5A5A5A'><tr><td height=3 width=81 bgcolor=#5A5A5A></td><td width=19 bgcolor=white></td></tr></table></font></td></tr></table></center><center><p><b><font size=2>Effects:</font></b><br><font size=2 color=black>[<a title="I'm feeling moody" href="/KoLmafia/sideCommand?cmd=save+as+mood&pwd=f9aaf261045730ace0dabd1efa01808d" style="color:black">save as mood</a>]</font><br><table><tr><td><img src="http://images.kingdomofloathing.com/itemimages/sonata.gif" width=20 height=20  onClick='eff("b757f23feb7f08bd250f63586e03cf4a");' oncontextmenu='return shrug(162, "The Sonata of Sneakiness");'></td><td valign=center><font size=2>The Sonata of Sneakiness (<a href="/KoLmafia/sideCommand?cmd=uneffect+The+Sonata+of+Sneakiness&pwd=f9aaf261045730ace0dabd1efa01808d" title="Shrug off the The Sonata of Sneakiness effect">1</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+The+Sonata+of+Sneakiness&pwd=f9aaf261045730ace0dabd1efa01808d" title="Increase rounds of The Sonata of Sneakiness"><img src="/images/redup.gif" border=0></a></font><br></td></tr><tr><td><img src="http://images.kingdomofloathing.com/itemimages/footprints.gif" width=20 height=20  onClick='eff("173a9c4b4bbef78643fe4ec1a93b1cfc");'></td><td valign=center><font size=2>Smooth Movements (<a href="/KoLmafia/sideCommand?cmd=uneffect+Smooth+Movements&pwd=f9aaf261045730ace0dabd1efa01808d" title="Use a remedy to remove the Smooth Movements effect">3</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Smooth+Movement&pwd=f9aaf261045730ace0dabd1efa01808d" title="Increase rounds of Smooth Movements"><img src="/images/redup.gif" border=0></a></font><br></td></tr><tr><td><img src="http://images.kingdomofloathing.com/itemimages/fortune.gif"></td><td valign=center><font size=2>Fortune Cookie (<a href="/KoLmafia/sideCommand?cmd=counters+deletehash+20637330&pwd=f9aaf261045730ace0dabd1efa01808d">10</a>)</td></tr><tr><td><img src="http://images.kingdomofloathing.com/itemimages/string.gif" width=20 height=20  onClick='eff("2d6d3ab04b40e1523aa9c716a04b3aab");'></td><td valign=center><font size=2>Leash of Linguini (<a href="/KoLmafia/sideCommand?cmd=uneffect+Leash+of+Linguini&pwd=f9aaf261045730ace0dabd1efa01808d" title="Use a remedy to remove the Leash of Linguini effect">22</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Leash+of+Linguini&pwd=f9aaf261045730ace0dabd1efa01808d" title="Increase rounds of Leash of Linguini"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td><a href="shore.php" target="mainpane"><img src="http://images.kingdomofloathing.com/itemimages/dinghy.gif"></a></td><td valign=center><font size=2>The Shore (<a href="/KoLmafia/sideCommand?cmd=counters+deletehash+15731524&pwd=f9aaf261045730ace0dabd1efa01808d">26</a>)</td></tr><tr><td><img src="http://images.kingdomofloathing.com/itemimages/eyes.gif" width=20 height=20  onClick='eff("0bf172ccba65be4fdc4c0f908325b5c1");'></td><td valign=center><font size=2 color=olive>Everything Looks Yellow (<a href="/KoLmafia/sideCommand?cmd=uneffect+Everything+Looks+Yellow&pwd=f9aaf261045730ace0dabd1efa01808d" title="Use a remedy to remove the Everything Looks Yellow effect">93</a>)</font><br></td></tr></table><center><p><b><font size=2>Intrinsics:</font></b><br></center><center><table><tr><td><img src="http://images.kingdomofloathing.com/itemimages/kungfu.gif" onClick='eff("c3b40896d1596565f2f489b2774dd6ec");'></td><td valign=center><font size=2>Kung Fu Fighting (∞)</font><br></td></tr><tr><td><img src="http://images.kingdomofloathing.com/itemimages/lightning.gif" onClick='eff("e5da19b3764183b04d100fabe8978416");'></td><td valign=center><font size=2>Fast as Lightning (∞)</font><br></td></tr><tr><td><img src="http://images.kingdomofloathing.com/itemimages/scaredeyes.gif" onClick='eff("346ada2be15421d61362feb7efe73249");'></td><td valign=center><font size=2>A Little Bit Frightening (∞)</font><br></td></tr><tr><td><img src="http://images.kingdomofloathing.com/itemimages/watch.gif" onClick='eff("8026f881e7284dc03b962eef338210d8");'></td><td valign=center><font size=2>Expert Timing (∞)</font><br></td></tr></table></center><center><font size=1>[<a href="charpane.php">refresh</a>]</font></center></body></html>
 

ereinion

Member
I wondered if you could move the button to execute the current mood outside of the new mood-menu (or maybe making it an option)? It's not a huge deal, but it would be nice to avoid that extra click... :)
 

Bale

Minion
AlbinoRhino, do you have any idea what is causing Chish's problem? I've fought hard to keep from even installing Chrome on my system. It's like a virus and I cannot bring myself to stop fighting it off!


I wondered if you could move the button to execute the current mood outside of the new mood-menu (or maybe making it an option)? It's not a huge deal, but it would be nice to avoid that extra click... :)

Urgh. I'm trying to keep number of buttons to a minimum... If you use it a lot though I suppose I understand and can make it an option. What would you call it the variable to control it? Maybe I'll repurpose chit.toolbar.moods to have your preferred behavior if it has a value of "extra"?
 

ereinion

Member
I tend to use it a fair bit, so yeah :p Personally I don't care so much about where you put the option, though I think it might be more intuitive to put it as an extra preference to put into chit.toolbar.layout? And I don't think there would be any issues with just calling it "executeMood" or something like that?
 

AlbinoRhino

Active member
AlbinoRhino, do you have any idea what is causing Chish's problem? I've fought hard to keep from even installing Chrome on my system. It's like a virus and I cannot bring myself to stop fighting it off!

I don't use it either. Are we going to provide support for every browser out there ? Even ones you refuse to install ? Maybe we should limit ourselves to Firefox and Opera unless someone else comes along who uses a different browser and wants to contribute towards supporting it ?
 

Bale

Minion
Chish, sorry. AlbinoRhino and I both looked at your problem and cannot duplicate it. Since neither of us uses Chrome I'm afraid we're not going to be able to figure out how to fix it. Sorry. I recommend that you try using Firefox, Opera or IE. Any of those seems to work with this script. Personally I recommend Opera as the best of them.

If someone likes Chrome and is willing to help with this problem, please chime in and we'll try to support Chrome as well.
 

lostcalpolydude

Developer
Staff member
Opera is switching to the same rendering engine that Chrome uses, so maybe the issue will show up for more people eventually.
 

charred

Member
chish's problem is:
zlib chit.stats.layout = muscle,myst,moxie|hp,mp,axel|mcd|trail
remove trail from the stats block, thats whats extending the window when you have long last locations.
chit has been working super for me on chrome all this time. i had no idea it wasnt supported lol.

as to the exact reason its doing that idk. i took trail out of my stats block a long time ago because of that, but im much happier with it im my walls block anyway
 
Last edited:

Bale

Minion
Your workaround is to remove functionality. It would work just fine if you were using Firefox or Opera. I can't accept the loss of a feature as a solution although I am glad you are happy that way.
 

AlbinoRhino

Active member
I think that making the following change to chit.css (change width to max-width) should fix the Chrome issue; (at least it did for me at the Airship in Chrome.) Still looks good in FF & Opera. I didn't check IE.

PHP:
#chit_stats tr td.info, #chit_substats tr td.info tr td.info {
    color:#606060;
    font-weight:bold;
    text-align: right; 
    padding: 2px; 
    max-width:60px;
}
 

Bale

Minion
Thanks AlbinoRhino. Updated this in the new version 0.8.4.3 which can now be updated from svn...


BIG Announcement!

ChIT is now easy to update! Using daily build r12144 or later you can update ChIT with a CLI command! If you ever thought that ChIT was just too much trouble to install or update, try it! It is now simple. Copy-paste the following CLI command:

svn checkout https://svn.code.sf.net/p/mafiachit/code/

Chish, please try that and let me know if it fixes your problem.
 
Last edited:

AlbinoRhino

Active member
Bale,

Due to this unresolved issue chit doesn't provide the MP restoration links for muscle classes. I use them frequently, so I always end up changing this line in charpane.ash:

PHP:
if (showBars) {
            if (contains_text(health, "restore+MP")) {

to

PHP:
if (showBars) {
            if (contains_text(health, "restore+MP") || my_primestat() == $stat[Muscle]) {

What do you think of adding this or some similar fix to chit, which will allow muscle classes to have MP restoration links ?
 

roippi

Developer
Code:
> svn update

Updating     /p/bumcheekascend/code/bumcheekascend
Validating repo...
Repo     validated.
C:\Users\Ben\workspace\kolmafia\svn\bumcheekascend-bumcheekascend
At     revision 274
Done.
Updating /p/mafiachit/code
Validating repo...
Repo     validated.
C:\Users\Ben\workspace\kolmafia\svn\mafiachit
U     http://svn.code.sf.net/p/mafiachit/code/relay/charpane.ash
U     http://svn.code.sf.net/p/mafiachit/code/relay/chit.css
http://svn.code.sf.net/p/mafiachit/code/relay
http://svn.code.sf.net/p/mafiachit/code
At     revision 3
Pushing local updates...
chit.css =>     C:\Users\Ben\workspace\kolmafia\relay\chit.css
charpane.ash =>     C:\Users\Ben\workspace\kolmafia\relay\charpane.ash
Done.

cool :)
 

Bale

Minion
roippi, That's awesome! I didn't realize that merely svn update is enough to update all svn scripts once they have been checked out.

AlbinoRhino, That's an incomplete fix. Your method will add the link even if MP is at full. It also won't add the link to MP values displayed 7 lines earlier. I'll consider it if you fix it properly.


Updated to 0.8.5
  • Allow "mood execute" to be separate from "mood select" on toolbar if "chit.toolbar.moods" is "bonus"
  • Add link to outfit switcher next to name if "chit.character.avatar" is "false"
  • Fix long "last adventure" locations overflowing Chrome

To install or update ChIT you need to use a daily build of mafia, r12144 or later. ChIT will download and install itself (33 files in 3 directories) if you copy/paste the following line into the CLI
Code:
[SIZE=3][COLOR="blue"]svn checkout https://svn.code.sf.net/p/mafiachit/code/[/COLOR][/SIZE]
 

AlbinoRhino

Active member
It also forces the restore links on muscle classes whether they have that mafia preference enabled or not, I think. I know it's not a proper fix. It works for me because I know I want the links. The reason I posted is because I thought you might have a better solution. Just forget it. I will just keep using an altered copy.
 

ereinion

Member
I tried out the latest update and it seems great, except that when my mood is set to apathetic it shows a link, which I don't think is supposed to be there:
taxLV0n.png

That is, I think that is supposed to be the hover text of the button?

KoLmafia r12151, Firefox 21.0
 

AlbinoRhino

Active member
I guess that checking the value of relayAddsRestoreLinks and using that to determine if the links get added rather than searching for the links that mafia added in the html would be the way to go ? Since we know that the MP link won't be in the html for muscle classes even when the pref is enabled ?
 
Top