Character Info Toolbox

Erich

Member
Thanks. I didnt't want to start a new feature page on the bug report section without knowing if it was CHIT's native changer or the fam equip being non-implemented with the Comma.
 

Khari

Member
ChIT isn't loading for me. I've updated using svn, but when I load the relay browser I get: "Unexpected error, debug log printed.
CHIT: Error Parsing Refresh"

I know I'm not supposed to post debug logs. What should I do?
 

Theraze

Active member
Update mafia to the latest daily build from the top of this page. Then post the debug log, as you already did. :)
 

Geistbar

New member
I've tried checking back through the last several pages, and I haven't noticed anyone else mentioning a similar bug. Sorry in advance if I missed someone else bringing it up.

On my high-stat character, when I have "chit.stats.showbars" set to "true", the bars end up starting in the middle of the stat numbers themselves. Screenshot: http://i.imgur.com/Qnj6AEy.png

I've found the issue holds true in both chrome and firefox, and that it is not present on my multi that is currently ascending (and thus, has much lower stats) with the same configuration. Based on when the issue crops up, it appears to be a problem with the number of characters used to display my stats.
 
Last edited:

Bale

Minion
I know that problem, but I have no idea how to fix it. It's a CSS issue and I'm not good with those. Can anyone help?
 

heeheehee

Developer
Staff member
I added a few fixes for this (and super-long titles) in my own local file. I don't remember why I made the changes I did.
Code:
Index: relay/chit.css
===================================================================
--- svn/mafiachit/relay/chit.css    (revision )
+++ relay/chit.css    (working copy)
@@ -233,6 +233,10 @@ tr.florist :first-line {
 	font-weight:bold;
 	text-align:left;
 	padding:1px 4px;
+	max-width: 60px;
+}
+#chit_character tr td.label a {
+	word-wrap: break-word;
 }
 #chit_character tr td.info {
 	color:#606060;
@@ -288,7 +292,7 @@ tr.florist :first-line {
 	font-weight:bold;
 	text-align:right;
 	padding:2px;
-	max-width:60px;
+	width:70px;
 }
 #chit_stats tr td.fury {
 	color:red;
 
Im having a problem where the Effects window doesnt have a scrollbar and it has stuck itself to the top of the pane, covering the normal stat windows that are usually on top. (The stat window is still there.)
This only affects the first mafia program that I use, when I log into 2 accounts, the first account has this problem and the second is fine, no matter which account I use. Exiting the first program and reopening mafia does not solve the problem.
Ive reinstalled chit and downloaded r13620. But the problem still persists.

Anyone else has this problem? It appeared a couple days ago or so...
 

Bale

Minion
I've seen that glitch, though only very rarely. It isn't a new thing, but I've never worried about it since refreshing the charpane always fixed it for me. You have tried refreshing the browser window, right? You didn't specifically say, so I'm asking even though it seems obvious that you would do that.


I've tried checking back through the last several pages, and I haven't noticed anyone else mentioning a similar bug. Sorry in advance if I missed someone else bringing it up.

On my high-stat character, when I have "chit.stats.showbars" set to "true", the bars end up starting in the middle of the stat numbers themselves. Screenshot: http://i.imgur.com/Qnj6AEy.png

I've fixed the problem, thanks to heeheehee's help.

heeheehee, I'm not sure what all your css fixes were intended to accomplish, but I found the one that fixes this issue and applied it, along with a few other changes that seemed relevant.
 
Last edited:

heeheehee

Developer
Staff member
heeheehee, I'm not sure what all your css fixes were intended to accomplish, but I found the one that fixes this issue and applied it, along with a few other changes that seemed relevant.

One addressed very long one-word titles, another addressed this issue (as you found), and I'm not sure what else there was.
 
Well... here goes!
Browser: Firefox, Charpane.php

HTML:
<!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="/images/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>
var mp = 835;
var force = 1;
if (top.menupane.skillpane && top.menupane.skillpane.location.href.indexOf("skills") > -1)
{
	var maxmp = top.menupane.skillpane.mpmax();
	var oldmp = top.menupane.skillpane.currentmp();
	if ((oldmp < maxmp && mp != oldmp) || force == 2)
		top.menupane.skillpane.location.href = 'skills.php?tiny=1';
}

</script><script language="Javascript" src="/basics.js"></script><link rel="stylesheet" href="/basics.1.css" />
<link rel="stylesheet" href="chit.css">
</head>
<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" src="/images/scripts/pop_query.20130705.js"></script>
<script type="text/javascript">

	var CURFAM = 112;
	var FAMILIARFAVES = [["Trobert","Cocoabo","familiar16",16],["Tiny Beak","Nosy Nose","nosynose",173],["Tronald","Hobo Monkey","hobomonkey",89],["Grobert","Hovering Sombrero","hat2",18],["Ton","Slimeling","slimeling",112] ];
</script>
<script type="text/javascript" src="/images/scripts/familiarfaves.20120307.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, 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 = 43345;
var turnsthisrun = 23246;
var rollover = 1391052597;
var rightnow = 1390989116;
var playerid = ;
var pwdhash = "";
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="/images/scripts/charpane.20130711.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"></a> (<span style='cursor: hand; cursor: pointer;' onClick='outfit("51");'>Wumpus-Hair Wardrobe</span>)</th></tr><tr><td rowspan="4" class="avatar"><a href="#" class="chit_launcher" rel="chit_pickeroutfit" title="Select Outfit"><img src="/images/otherimages/wumpusoutfit.gif"></a></td><td class="label"><a target="mainpane" href="guild.php?guild=m" title="Visit your guild">Pastamancer</a></td><td class="level" rowspan="2" style="width:30px;"><a target="mainpane" href="council.php" title="Visit the Council">34</a></td></tr><tr><td class="info">Aftercore</td></tr><tr><td class="info">No Restrictions</td></tr><tr><td colspan="2"><div class="chit_resource"><div title="Meat" style="float:left"><span>1,420,212</span><img src="/images/itemimages/meat.gif"></div><div title="0 Adventures remaining" style="float:right"><span>0</span><img src="/images/itemimages/slimhourglass.gif"></div></div><div style="clear:both"></div></td></tr><tr><td class="progress" colspan="3" title="54 mysticality until level 35
 (120,815 substats needed)" ><div class="progressbar" style="width:19.964094308749196%"></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">826</span>  (781)</td><td class="progress"><div class="progressbox" title="1531 / 1563 (32 needed)"><div class="progressbar" style="width:97.95265515035189%"></div></div></td></tr><tr><td class="label">Myst</td><td class="info">1106</td><td class="progress"><div class="progressbox" title="1549 / 2213 (664 needed)"><div class="progressbar" style="width:69.99548124717577%"></div></div></td></tr><tr><td class="label">Moxie</td><td class="info"><span style="color:blue">1,071</span>  (827)</td><td class="progress"><div class="progressbox" title="994 / 1655 (661 needed)"><div class="progressbar" style="width:60.06042296072508%"></div></div></td></tr></tbody><tbody><tr><td class="label">HP</td><td class="info">1037 / 1037</td><td class="progress"><div class="progressbox" title="1037 / 1037"><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="/KoLmafia/sideCommand?cmd=restore+mp&pwd=">835 / 1659</a></td><td class="progress"><a href="/KoLmafia/sideCommand?cmd=restore+mp&pwd="><div class="progressbox" title="Restore your MP (835 / 1659)"><div class="progressbar" style="width:50.33152501506932%;background-color:orange"></div></div></a></td></tr></tbody><tbody><tr><td class="label"><a href="gnomes.php?place=machine" target="mainpane" title="Annoy-o-Tron 5000">AOT5K</a></td><td class="info"><a href="#" class="chit_launcher" style="white-space:pre" rel="chit_pickermcd" title="Touch that dial!">10</a></td><td class="progress"><a href="#" id="chit_mcdlauncher" class="chit_launcher" rel="chit_pickermcd"><div class="progressbox" title="Touch that dial! (10 / 10)"><div class="progressbar" style="width:100.0%;background-color:black"></div></div></a></td></tr></tbody><tbody><tr><td class="label"><a class="visit" target="mainpane" href="town.php">Last</a></td><td class="info" style="display:block;" colspan="2"><a class="visit" target="mainpane" href="town.php?action=trickortreat">Trick-or-Treating</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. 10</th><th colspan="2" title="Pasta Thrall"><a title="Jomjam" class="hand" onClick='javascript:window.open("desc_guardian.php","","height=200,width=300")'>Spice Ghost</a></th></tr><tr><td class="icon" title="Thrall"><a class="chit_launcher" rel="chit_pickerthrall" href="#"><img title="Bind thy Thrall" src=/images/itemimages/t_spiceghost.gif></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">Increases item drops<br>Drops spices<br>Better Entangling<br></span></a></td></tr></table><table id="chit_effects" class="chit_brick nospace"><thead><tr><th colspan="4"><img src="/images/relayimages/chit/effects.png">Effects</th></tr></thead><tbody class="songs"><tr class="effect"><td class="icon"><img src="/images/itemimages/odetobooze.gif" width=20 height=20  onClick='eff("626c8ef76cfc003c6ac2e65e9af5fd7a");' oncontextmenu='return shrug(71, "Ode to Booze");'></td><td class="info">Ode to Booze</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Ode+to+Booze&pwd=" title="Shrug off the Ode to Booze effect">4</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+The+Ode+to+Booze&pwd=" title="Increase rounds of Ode to Booze"><img src="/images/relayimages/chit/redup.png" border=0></a></td></tr></tbody><tbody class="buffs"><tr class="effect" style="background-color:khaki"><td class="icon"><img src="/images/itemimages/fortune.gif"></td><td class="info">Fortune Cookie</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=counters+deletehash+17522798&pwd=">38</a></td><td> </td></tr><tr class="effect" style="background-color:khaki"><td class="icon"><img src="/images/itemimages/fortune.gif"></td><td class="info">Fortune Cookie</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=counters+deletehash+31976668&pwd=">130</a></td><td> </td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/hoppedup.gif" width=20 height=20  onClick='eff("83695b70e0470a36125feca3198a16b4");' oncontextmenu='return hardshrug(17, "Sugar Rush");'></td><td class="info">Sugar Rush</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Sugar+Rush&pwd=" title="SGEEAs Left: 16
Use a remedy to remove the Sugar Rush effect">487</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+either+1+Angry+Farmer+candy%2C+1+Tasty+Fun+Good+rice+candy%2C+1+Crimbo+candied+pecan%2C+Crimbo+fudge%2C+Crimbo+peppermint+bark%2C+1+Breath+mint%2C+1+that+gum+you+like&pwd=" title="Increase rounds of Sugar Rush"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/candy.gif" width=20 height=20  onClick='eff("0d84de72c25e87763ab03aaa393209e3");' oncontextmenu='return hardshrug(665, "Minty Freshness");'></td><td class="info">Minty Freshness</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Minty+Freshness&pwd=" title="SGEEAs Left: 16
Use a remedy to remove the Minty Freshness effect">825</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+dubious+peppermint&pwd=" title="Increase rounds of Minty Freshness"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/blackshell.gif" width=20 height=20  onClick='eff("4e66acac6b908fb6f70b49092dcff375");' oncontextmenu='return shrug(52, "Astral Shell");'></td><td class="info">Astral Shell</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Astral+Shell&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Shrug off the Astral Shell effect">1843</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Astral+Shell&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Increase rounds of Astral Shell"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/elesphere.gif" width=20 height=20  onClick='eff("e3d1d1099648703e192a55a9aea17a1e");' oncontextmenu='return shrug(53, "Elemental Saucesphere");'></td><td class="info">Elemental Sauce</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Elemental+Saucesphere&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Shrug off the Elemental Saucesphere effect">2843</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Elemental+Saucesphere&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Increase rounds of Elemental Saucesphere"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/empathy.gif" width=20 height=20  onClick='eff("ac32e95f470a7e0999863fa0db58d808");' oncontextmenu='return shrug(50, "Empathy");'></td><td class="info">Empathy</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Empathy&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Shrug off the Empathy effect">263043</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Empathy+of+the+Newt&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Increase rounds of Empathy"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/string.gif" width=20 height=20  onClick='eff("2d6d3ab04b40e1523aa9c716a04b3aab");' oncontextmenu='return hardshrug(16, "Leash of Linguini");'></td><td class="info">Leash of Linguini</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Leash+of+Linguini&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="SGEEAs Left: 16
Use a remedy to remove the Leash of Linguini effect">1361562</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Leash+of+Linguini&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Increase rounds of Leash of Linguini"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr></tbody><tbody class="intrinsics"><tr class="effect" style="color:blue;font-style:italic"><td class="icon"><a class="chit_launcher" rel="chit_pickerflavour" href="#"><img height=20 width=20 src="/images/itemimages/snowflake.gif" onClick='eff("518f53443c261c2b61ea11fe8716a715");'></a></td><td class="info" colspan="2">Spirit of Peppermint</td><td class="infinity"><a class="chit_launcher" rel="chit_pickerflavour" href="#">∞</a></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">30</th><th><a target=mainpane href="familiar.php" 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="familiar.php" class="familiarpick"><img src="/images/itemimages/slimeling.gif"></a></td><td class="info" style=""><a title="Familiar Haiku" class="hand" onclick="fam(112)" origin-level="third-party"/>Slimeling</a><br><span style="color:#606060;font-weight:normal">(~0.0 full)</span></td><td class="icon"><a class="chit_launcher" rel="chit_pickerfam" href="#"><img title="Li'l Businessman Kit" src="/images/itemimages/businesskit.gif"></a></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 Thy Familiar Well</th></tr><tr class="pickitem"><td class="action" colspan="2"><a class="done" target="mainpane" href="familiarbinger.php">Mass Slime</a></tr><tr class="pickitem"><td class="remove"><a class="change" href="/KoLmafia/sideCommand?cmd=remove+familiar&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Unequip Li'l Businessman Kit">Remove equipment<br /><span class='efmods'>Meat +5%, Item +5%<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=remove+familiar&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Unequip Li'l Businessman Kit"><img src="/images/itemimages/businesskit.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><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+undissolvable+contact+lenses&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Equip undissolvable contact lenses">undissolvable contact lenses</a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+undissolvable+contact+lenses&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Equip undissolvable contact lenses"><img src="/images/itemimages/contacts.gif"></a></td></tr><tr class="pickitem"><td class="make"><a class="change" href="/KoLmafia/sideCommand?cmd=make+sugar+shield%3Bequip+familiar+sugar+shield&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Make and equip sugar shield">sugar shield<br /><span class='efmods'>Weight +10<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=make+sugar+shield%3Bequip+familiar+sugar+shield&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Make and equip sugar shield"><img src="/images/itemimages/sugshield.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+ant+pick&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Equip ant pick">ant pick<br /><span class='efmods'> <span class=modcold>Cold</span> Dmg, Meat Bonus +12.5<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+ant+pick&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Equip ant pick"><img src="/images/itemimages/antpick.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+guard+turtle+collar&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Equip guard turtle collar">guard turtle collar</a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+guard+turtle+collar&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Equip guard turtle collar"><img src="/images/itemimages/spikycollar.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+tiny+bowler&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Equip tiny bowler">tiny bowler<br /><span class='efmods'>Lets your familiar bowl<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+tiny+bowler&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Equip tiny bowler"><img src="/images/itemimages/tinybowler.gif"></a></td></tr></table></div><div id="chit_pickerflavour" class="chit_skeleton" style="display:none"><table class="chit_picker"><tr><th colspan="2">Cast Flavour of Magic</th></tr><tr class="pickloader" style="display:none"><td class="info">Spiriting flavours...</td><td class="icon"><img src="/images/itemimages/karma.gif"></td></tr><tr class="pickitem"><td><img src="/images/relayimages/chit/elementchart2.gif" width="190" height="190" alt="Cast Flavour of Magic" usemap="#flavmap"><map id="flavmap" name="flavmap"><area shape="circle" alt="Sleaze" title="Spirit of Bacon Grease (Sleaze)" coords="86,33,22" href="/KoLmafia/sideCommand?cmd=cast+spirit+of+bacon+grease&pwd=f6c8c4070fa2e3e091afd3280db76c19" /><area shape="circle" alt="Cold" title="Spirit of Peppermint (Cold)" coords="156,84,22" href="/KoLmafia/sideCommand?cmd=cast+spirit+of+peppermint&pwd=f6c8c4070fa2e3e091afd3280db76c19" /><area shape="circle" alt="Spooky" title="Spirit of Wormwood (Spooky)" coords="133,155,22" href="/KoLmafia/sideCommand?cmd=cast+spirit+of+wormwood&pwd=f6c8c4070fa2e3e091afd3280db76c19" /><area shape="circle" alt="Hot" title="Spirit of Cayenne (Hot)" coords="39,155,22" href="/KoLmafia/sideCommand?cmd=cast+spirit+of+cayenne&pwd=f6c8c4070fa2e3e091afd3280db76c19" /><area shape="circle" alt="Stench" title="Spirit of Garlic (Stench)" coords="25,84,22" href="/KoLmafia/sideCommand?cmd=cast+spirit+of+garlic&pwd=f6c8c4070fa2e3e091afd3280db76c19" /><area shape="circle" alt="Cancel Flavour of Magic" title="Cancel Flavour of Magic" coords="86,95,22" href="/KoLmafia/sideCommand?cmd=cast+spirit+of+nothing&pwd=f6c8c4070fa2e3e091afd3280db76c19" /></map></td></tr></table></div><div id="chit_pickermcd" class="chit_skeleton" style="display:none"><table class="chit_picker"><tr><th colspan="2">Touch that dial!</th></tr><tr class="pickloader" style="display:none"><td class="info">Changing Dial...</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=mcd+0&pwd=f6c8c4070fa2e3e091afd3280db76c19">Turn it off</a></td><td class="level">0</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+1&pwd=f6c8c4070fa2e3e091afd3280db76c19">Turn it mostly off</a></td><td class="level">1</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+2&pwd=f6c8c4070fa2e3e091afd3280db76c19">Ratsworth's money clip</a></td><td class="level">2</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+3&pwd=f6c8c4070fa2e3e091afd3280db76c19">Glass Balls of the King</a></td><td class="level">3</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+4&pwd=f6c8c4070fa2e3e091afd3280db76c19">Boss Bat britches</a></td><td class="level">4</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+5&pwd=f6c8c4070fa2e3e091afd3280db76c19">Rib of the Bonerdagon</a></td><td class="level">5</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+6&pwd=f6c8c4070fa2e3e091afd3280db76c19">Horoscope of the Hermit</a></td><td class="level">6</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+7&pwd=f6c8c4070fa2e3e091afd3280db76c19">Codpiece of the King</a></td><td class="level">7</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+8&pwd=f6c8c4070fa2e3e091afd3280db76c19">Boss Bat bling</a></td><td class="level">8</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+9&pwd=f6c8c4070fa2e3e091afd3280db76c19">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="/images/itemimages/karma.gif"></td></tr><tr class="pickitem"><td class="info"><a title="Make this your current mood" class="visit" href="/KoLmafia/sideCommand?cmd=mood+apathetic&pwd=f6c8c4070fa2e3e091afd3280db76c19">apathetic</a></td><td> </td></tr><tr class="pickitem"><td class="info"><a title="Make this your current mood" class="visit" href="/KoLmafia/sideCommand?cmd=mood+bumcheekascend&pwd=f6c8c4070fa2e3e091afd3280db76c19">bumcheekascend</a></td><td><a title="ADD this to current mood" href="/KoLmafia/sideCommand?cmd=mood+leash%2C+bumcheekascend&pwd=f6c8c4070fa2e3e091afd3280db76c19"><img src="/images/relayimages/chit/control_add_blue.png"><a></td></tr><tr class="pickitem"><td class="info"><a title="Make this your current mood" class="visit" href="/KoLmafia/sideCommand?cmd=mood+default&pwd=f6c8c4070fa2e3e091afd3280db76c19">default</a></td><td><a title="ADD this to current mood" href="/KoLmafia/sideCommand?cmd=mood+leash%2C+default&pwd=f6c8c4070fa2e3e091afd3280db76c19"><img src="/images/relayimages/chit/control_add_blue.png"><a></td></tr><tr class="pickitem"><td class="info"><a title="Make this your current mood" class="visit" href="/KoLmafia/sideCommand?cmd=mood+leash&pwd=f6c8c4070fa2e3e091afd3280db76c19">leash</a></td><td> </td></tr><tr class="pickitem"><th colspan="2">Current Mood</th></tr><tr class="pickitem"><td class="info"><a class="visit" <a title="Execute Mood: leash" href="/KoLmafia/sideCommand?cmd=mood+execute&pwd=f6c8c4070fa2e3e091afd3280db76c19"><img src="/images/relayimages/chit/moodplay.png"> leash</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="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Birthday+Suit&pwd=f6c8c4070fa2e3e091afd3280db76c19">Birthday Suit</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Animelf+Apparel&pwd=f6c8c4070fa2e3e091afd3280db76c19">Animelf Apparel</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Antique+Arms+and+Armor&pwd=f6c8c4070fa2e3e091afd3280db76c19">Antique Arms and Armor</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Bugbear+Costume&pwd=f6c8c4070fa2e3e091afd3280db76c19">Bugbear Costume</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Cloaca-Cola+Uniform&pwd=f6c8c4070fa2e3e091afd3280db76c19">Cloaca-Cola Uniform</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Cold+Comforts&pwd=f6c8c4070fa2e3e091afd3280db76c19">Cold Comforts</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Dire+Drifter+Duds&pwd=f6c8c4070fa2e3e091afd3280db76c19">Dire Drifter Duds</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Dreadful+Bugbear+Suit&pwd=f6c8c4070fa2e3e091afd3280db76c19">Dreadful Bugbear Suit</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Dreadful+Ghost+Suit&pwd=f6c8c4070fa2e3e091afd3280db76c19">Dreadful Ghost Suit</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Dreadful+Pajamas&pwd=f6c8c4070fa2e3e091afd3280db76c19">Dreadful Pajamas</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Dreadful+Skeleton+Suit&pwd=f6c8c4070fa2e3e091afd3280db76c19">Dreadful Skeleton Suit</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Dreadful+Vampire+Suit&pwd=f6c8c4070fa2e3e091afd3280db76c19">Dreadful Vampire Suit</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Dyspepsi-Cola+Uniform&pwd=f6c8c4070fa2e3e091afd3280db76c19">Dyspepsi-Cola Uniform</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+eXtreme+Cold-Weather+Gear&pwd=f6c8c4070fa2e3e091afd3280db76c19">eXtreme Cold-Weather Gear</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Filthy+Hippy+Disguise&pwd=f6c8c4070fa2e3e091afd3280db76c19">Filthy Hippy Disguise</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Frat+Warrior+Fatigues&pwd=f6c8c4070fa2e3e091afd3280db76c19">Frat Warrior Fatigues</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Hyperborean+Hobo+Habiliments&pwd=f6c8c4070fa2e3e091afd3280db76c19">Hyperborean Hobo Habiliments</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Knob+Goblin+Elite+Guard+Uniform&pwd=f6c8c4070fa2e3e091afd3280db76c19">Knob Goblin Elite Guard Uniform</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Knob+Goblin+Harem+Girl+Disguise&pwd=f6c8c4070fa2e3e091afd3280db76c19">Knob Goblin Harem Girl Disguise</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Legendary+Regalia+of+the+Pasta+Master&pwd=f6c8c4070fa2e3e091afd3280db76c19">Legendary Regalia of the Pasta Master</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Mer-kin+Gladiatorial+Gear&pwd=f6c8c4070fa2e3e091afd3280db76c19">Mer-kin Gladiatorial Gear</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Mining+Gear&pwd=f6c8c4070fa2e3e091afd3280db76c19">Mining Gear</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Pyretic+Panhandler+Paraphernalia&pwd=f6c8c4070fa2e3e091afd3280db76c19">Pyretic Panhandler Paraphernalia</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Raiments+of+the+Final+Boss&pwd=f6c8c4070fa2e3e091afd3280db76c19">Raiments of the Final Boss</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Swashbuckling+Getup&pwd=f6c8c4070fa2e3e091afd3280db76c19">Swashbuckling Getup</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Vestments+of+the+Treeslayer&pwd=f6c8c4070fa2e3e091afd3280db76c19">Vestments of the Treeslayer</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Vile+Vagrant+Vestments&pwd=f6c8c4070fa2e3e091afd3280db76c19">Vile Vagrant Vestments</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+War+Hippy+Fatigues&pwd=f6c8c4070fa2e3e091afd3280db76c19">War Hippy Fatigues</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Warbear+Dress+Armor&pwd=f6c8c4070fa2e3e091afd3280db76c19">Warbear Dress Armor</a></td><tr class="pickitem current"><td class="info">Wumpus-Hair Wardrobe</td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Yendorian+Finery&pwd=f6c8c4070fa2e3e091afd3280db76c19">Yendorian Finery</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="/KoLmafia/sideCommand?cmd=outfit+adv&pwd=f6c8c4070fa2e3e091afd3280db76c19">adv</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Backup&pwd=f6c8c4070fa2e3e091afd3280db76c19">Backup</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+Backup2&pwd=f6c8c4070fa2e3e091afd3280db76c19">Backup2</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+bumcheekascend&pwd=f6c8c4070fa2e3e091afd3280db76c19">bumcheekascend</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+dread&pwd=f6c8c4070fa2e3e091afd3280db76c19">dread</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+farm&pwd=f6c8c4070fa2e3e091afd3280db76c19">farm</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+hobo&pwd=f6c8c4070fa2e3e091afd3280db76c19">hobo</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+mp&pwd=f6c8c4070fa2e3e091afd3280db76c19">mp</a></td><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=outfit+warb&pwd=f6c8c4070fa2e3e091afd3280db76c19">warb</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="/KoLmafia/sideCommand?cmd=equip+acc3+pirate+fledges&pwd=f6c8c4070fa2e3e091afd3280db76c19">pirate fledges</a></td></tr><tr class="pickitem"><td class="info"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+acc3+Talisman+o%27+Nam&pwd=f6c8c4070fa2e3e091afd3280db76c19">Talisman o' Nam</a></td></tr><tr class="pickloader" style="display:none"><td class="info">Getting Dressed</td><td class="icon"><img src="/images/itemimages/karma.gif"></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="/images/itemimages/karma.gif"></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=cast+Bind+Vampieroghi&pwd=f6c8c4070fa2e3e091afd3280db76c19" 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="/KoLmafia/sideCommand?cmd=cast+Bind+Vampieroghi&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Bind Vampieroghi for 12mp"><img src="/images/itemimages/t_vampieroghi.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=cast+Bind+Vermincelli&pwd=f6c8c4070fa2e3e091afd3280db76c19" 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="/KoLmafia/sideCommand?cmd=cast+Bind+Vermincelli&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Bind Vermincelli for 30mp"><img src="/images/itemimages/t_vermincelli.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=cast+Bind+Angel+Hair+Wisp&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Bind Angel Hair Wisp for 60mp"><b>Angel Hair Wisp</b> <span style="float:right;color:#707070">60mp</span><br /><span style="color:blue">Combat Initiative</span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=cast+Bind+Angel+Hair+Wisp&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Bind Angel Hair Wisp for 60mp"><img src="/images/itemimages/t_wisp.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a target=mainpane class="change" href="skills.php?action=Skillz&whichskill=3033&skillform=Use+Skill&quantity=1&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Bind Undead Elbow Macaroni for 100mp"><b>Elbow Macaroni</b> <span style="float:right;color:#707070">100mp</span><br /><span style="color:blue">Muscle matches Myst</span></a></td><td class="icon"><a target=mainpane class="change" href="skills.php?action=Skillz&whichskill=3033&skillform=Use+Skill&quantity=1&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Bind Undead Elbow Macaroni for 100mp"><img src="/images/itemimages/t_elbowmac.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=cast+Bind+Penne+Dreadful&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Bind Penne Dreadful for 150mp"><b>Penne Dreadful</b> <span style="float:right;color:#707070">150mp</span><br /><span style="color:blue">Moxie matches Myst</span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=cast+Bind+Penne+Dreadful&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Bind Penne Dreadful for 150mp"><img src="/images/itemimages/t_dreadful.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=cast+Bind+Spaghetti+Elemental&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Bind Spaghetti Elemental for 150mp"><b>Spaghetti Elemental</b> <span style="float:right;color:#707070">150mp</span><br /><span style="color:blue">Increases exp</span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=cast+Bind+Spaghetti+Elemental&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Bind Spaghetti Elemental for 150mp"><img src="/images/itemimages/t_spagdemon.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=cast+Bind+Lasagmbie&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Bind Lasagmbie for 200mp"><b>Lasagmbie</b> <span style="float:right;color:#707070">200mp</span><br /><span style="color:blue">Increase meat drops</span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=cast+Bind+Lasagmbie&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Bind Lasagmbie for 200mp"><img src="/images/itemimages/t_lasagmbie.gif"></a></td></tr><tr class="pickitem"><td class="retrieve"><a class="change" href="/KoLmafia/sideCommand?cmd=cast+Dismiss+Pasta+Thrall&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Dismiss Pasta Thrall"><b>Dismiss Spice Ghost</b><br /><span style="color:blue">Goodbye, Jomjam</span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=cast+Dismiss+Pasta+Thrall&pwd=f6c8c4070fa2e3e091afd3280db76c19" title="Dismiss Pasta Thrall"><img src="/images/itemimages/t_spiceghost.gif"></a></td></tr></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.php"><img src="/images/relayimages/chit/trail.png">Last Adventure</a></th></tr><tr><td class="last"><a class="visit" target="mainpane" href="town.php?action=trickortreat">Trick-or-Treating</a></td></tr><tr><td><a class="visit" target="mainpane" href="adventure.php?snarfblat=259">Cobb's Knob Harem</a></td></tr><tr><td><a class="visit" target="mainpane" href="adventure.php?snarfblat=104"> Haunted Library</a></td></tr></table></div><div id="chit_toolquests" class="chit_skeleton" style="display:none"><table id="nudges" class="chit_brick nospace"><tr><th><img src="/images/relayimages/chit/quests.png"><a target="mainpane" href="questlog.php">Current Quests</a></th></tr><tr rel="qn_5c0e9e07273289152447455aa9c2e089"><td class="small" colspan="2"><div>(This Quest Tracker is a work in progress.  Check your <a class=nounder target=mainpane href=questlog.php><b>Quest Log</b></a> for quests in the meantime.)</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"><img src="/images/relayimages/chit/modifiers.png">Modifiers</th></tr></thead><tbody><tr><td class="label">Meat Drop</td><td class="info">+5.0%</td></tr><tr><td class="label">Item Drop</td><td class="info">+102.62%</td></tr><tr><td class="label">    Candy Drop</td><td class="info">(+100.0%)</td></tr><tr><td class="label">  Forced Drop @</td><td class="info">50%</td></tr><tr><td class="label">    Forced Candy Drop</td><td class="info">34%</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">+50%</td></tr><tr><td class="label">Modified Init</td><td class="info">+50%</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">59% (480)</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 / +10%</td></tr><tr><td class="label">Weapon Damage</td><td class="info">+2 </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"><thead><tr><th><img src="/images/relayimages/chit/elements.png">Elements</th></tr></thead><tr><td><img src="/images/relayimages/chit/elementchart1.gif" width="190" height="190" alt="Cast Flavour of Magic" usemap="#flavmap"><map id="flavmap" name="flavmap"><area shape="circle" alt="Sleaze" title="Spirit of Bacon Grease (Sleaze)" coords="86,33,22" href="/KoLmafia/sideCommand?cmd=cast+spirit+of+bacon+grease&pwd=f6c8c4070fa2e3e091afd3280db76c19" /><area shape="circle" alt="Cold" title="Spirit of Peppermint (Cold)" coords="156,84,22" href="/KoLmafia/sideCommand?cmd=cast+spirit+of+peppermint&pwd=f6c8c4070fa2e3e091afd3280db76c19" /><area shape="circle" alt="Spooky" title="Spirit of Wormwood (Spooky)" coords="133,155,22" href="/KoLmafia/sideCommand?cmd=cast+spirit+of+wormwood&pwd=f6c8c4070fa2e3e091afd3280db76c19" /><area shape="circle" alt="Hot" title="Spirit of Cayenne (Hot)" coords="39,155,22" href="/KoLmafia/sideCommand?cmd=cast+spirit+of+cayenne&pwd=f6c8c4070fa2e3e091afd3280db76c19" /><area shape="circle" alt="Stench" title="Spirit of Garlic (Stench)" coords="25,84,22" href="/KoLmafia/sideCommand?cmd=cast+spirit+of+garlic&pwd=f6c8c4070fa2e3e091afd3280db76c19" /><area shape="circle" alt="Cancel Flavour of Magic" title="Cancel Flavour of Magic" coords="86,95,22" href="/KoLmafia/sideCommand?cmd=cast+spirit+of+nothing&pwd=f6c8c4070fa2e3e091afd3280db76c19" /></map></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"><img src="/images/relayimages/chit/organs.png">Consumption</th></tr></thead><tr><td class="label">Stomach</td><td class="info">16 / 16</td><td class="progress"><div class="progressbox" title="You're too full to even eat a wafer-thin mint (16 / 16)"><div class="progressbar" style="width:100.0%;background-color:#707070"></div></div></td></tr><tr><td class="label">Liver</td><td class="info">25 / 19</td><td class="progress"><div class="progressbox" title="You are falling-down drunk (25 / 19)" style="border-color:#707070"><div class="progressbar" style="width:100.0%;background-color:black"></div></div></td></tr><tr><td class="label">Spleen</td><td class="info">15 / 15</td><td class="progress"><div class="progressbox" title="Your spleen can't take any more abuse today (15 / 15)"><div class="progressbar" style="width:100.0%;background-color:#707070"></div></div></td></tr></table></div></div></div></body></html>
 
Last edited:

Bale

Minion
I just posted emergency support for Avatar of Sneaky Pete. If you've been gritting your teeth because it would be unseemly to complain about lack of support when the path has only existed for a few hours, then I thank you for your forebearance and recommend that you update the script.

svn update mafiachit

There are improvements to make. I know Audience participation needs better support. I suspect that my motorcycle, Hermes, also needs more support. For that you will need to be more patient.

I ---love--- Hermes!
 

bumcheekcity

Active member
Code:
> svn update mafiachit

Validating repo...
Repo validated.
Updating mafiachit...
svn: E155004: There are unfinished work items in '/home/andreas/Dropbox/KoLMafia/svn/mafiachit'; run 'svn cleanup' first.
Done.
Requests complete.

> svn cleanup

Performing Cleanup...
svn: E155032: Pristine text not found
SVN ERROR. Aborting...
Requests complete.

> svn update mafiachit

Validating repo...
Repo validated.
Updating mafiachit...
svn: E155004: There are unfinished work items in '/home/andreas/Dropbox/KoLMafia/svn/mafiachit'; run 'svn cleanup' first.
Done.
Requests complete.

I get that when I try.
 

Bale

Minion
That's a KoLmafia issue, not a ChIT issue.

I recommend you delete the script and reinstall. The new script manager should make that fairly easy. (Scripts -> Script Manager)
 
Top