Character Info Toolbox

Soluzar

Member
It was still showing in the tracker brick afterwards, but today it is not. I did go to the council to double-check I turned it in, but that was no help at the time. I mean the new tracker brick created by CKB and not the built in tracker, BTW. It's a minor thing anyway.
 

AlbinoRhino

Active member
It appears that the ChIT florist handler is telling me "Cannot plant here" at the "fun" house, whereas the florist says :

Ah, The "Fun" House! Nothing brightens up an indoor space like some plants, I always say.

I'm not sure if this is a mafia issue or a ChIT issue; but thought I would try here first.
 

Winterbay

Active member
I seem to remember that name being reported in the "changed names and/or environments" thread. Not sure if it got implemented.
 

underscorewas

New member
Is there a problem with the Kung Fu Hustler intrinsics? After removing all weapons Chit displays a blank line with zero as the number of turns.
Please let me know if more information is needed.
 

jbouzanquet

Member
Is there a problem with the Kung Fu Hustler intrinsics? After removing all weapons Chit displays a blank line with zero as the number of turns.
Please let me know if more information is needed.

Displays fine here. Do you mean immediately after, before adventuring? Because it takes an adventure to acquire the intrinsic iirc.
 

underscorewas

New member
After adventuring the required number of times and it is any intrinsics. Oh well, I guess I will continue to check things.

So going to the KoL Interface options and checking Show effect replenishment arrows, which I don't remember unchecking, brought forth the intrinsic effects with CHiT.
 

Attachments

  • CHiT.png
    CHiT.png
    44.8 KB · Views: 64
Last edited:

ckb

Minion
Staff member
After adventuring the required number of times and it is any intrinsics. Oh well, I guess I will continue to check things.

So going to the KoL Interface options and checking Show effect replenishment arrows, which I don't remember unchecking, brought forth the intrinsic effects with CHiT.

My ChIT also displays 0 like this for instrinsics.
 

Bale

Minion
Or you could show me the source of the problem so that I can atually fix the bug.

  1. In CLI copy/paste: zlib chit.disable = true
  2. Refresh your charpane
  3. Right-click the charpane and select whatever option for your browser shows the source of that fram.
  4. copy/paste the html source into this thread
  5. At the bottom of the charpane is a link for "Enable ChIT". Click it.
 

Fluxxdog

Active member
Or you could show me the source of the problem so that I can atually fix the bug.

  1. In CLI copy/paste: zlib chit.disable = true
  2. Refresh your charpane
  3. Right-click the charpane and select whatever option for your browser shows the source of that fram.
  4. copy/paste the html source into this thread
  5. At the bottom of the charpane is a link for "Enable ChIT". Click it.
I decided to get the HTML for you, so I whipped out The Art of Slapfighting! Ha ha! Here's the HTML you asked for:
HTML:
<html><head>
<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 language="Javascript" src="/basics.js"></script><link rel="stylesheet" href="/basics.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 = 174;
	var FAMILIARFAVES = [["Sweet Sock","Stocking Mimic","smimic",120],["Distilled Epicness","Ninja Pirate Zombie Robot","npzr",48],["Torvalds","Baby Bugged Bugbear","babybugbug",124],["CP-12-23-10","Crimbo P. R. E. S. S. I. E.","pressiebot",77],["Fluxxy","Mini-Adventurer","miniadv0",174] ];
</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) {
	$.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 turnsplayed = 360977;
var turnsthisrun = 7639;
var rollover = 1376364597;
var rightnow = 1376340628;
var playerid = 2014321;
var pwdhash = "36c1291dd91bc1dd44261733e5673745";
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);

	/*
	try {
		var $ue = $('.upeffect');
		if (localStorage.getItem('showing-efarrows') != 1) 
			$ue.hide()
		$ue.parents('td').css('width', '15');
		$ue.parents('table').hover(function (e) {
			$ue.show();
			localStorage.setItem('showing-efarrows', 1);
		}, function (e) {
			$ue.hide();
			localStorage.removeItem('showing-efarrows');
		});
	} catch (e) { }
	 */

	if (hide_nudges) $('#nudges td div').hover(
		function () {
			if (!hide_nudges) return;
			var ht = '<a href="#" class="close"><img alt="Hide" title="Hide"  src="/images/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.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>
<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="/images/otherimages/sealclubber.gif" width=60 height=100 border=0></a></td><td valign=center><center><a class=nounder target=mainpane href="charsheet.php"><b>Fluxxdog</b></a><br>26th level Chaotic Canine, 1st level Cool<table title='22 / 51' cellpadding=0 cellspacing=0 style='border: 1px solid #5A5A5A'><tr><td height=5 width=43 bgcolor=#5A5A5A></td><td width=57 bgcolor=white></td></tr></table></td></tr></table><table align=center><tr><td align=right>Muscle:</td><td align=left><b><font color=blue>1107</font> (651)</b><table title='960 / 1,303' cellpadding=0 cellspacing=0 style='border: 1px solid #5A5A5A'><tr><td height=3 width=36 bgcolor=#5A5A5A></td><td width=14 bgcolor=white></td></tr></table></td></tr><tr><td align=right>Mysticality:</td><td align=left><b><font color=blue>557</font> (445)</b><table title='708 / 891' cellpadding=0 cellspacing=0 style='border: 1px solid #5A5A5A'><tr><td height=3 width=39 bgcolor=#5A5A5A></td><td width=11 bgcolor=white></td></tr></table></td></tr><tr><td align=right>Moxie:</td><td align=left><b><font color=blue>889</font> (443)</b><table title='55 / 887' cellpadding=0 cellspacing=0 style='border: 1px solid #5A5A5A'><tr><td height=3 width=3 bgcolor=#5A5A5A></td><td width=47 bgcolor=white></td></tr></table></td></tr><Tr><td align=right>Fullness:</td><td><b>15</b></td></tr><tr><td align=right>Tipsiness:</td><td><b>19</b></td></tr><tr><td colspan=2><center>You'd better keep an eye on your drinking...</center></td></tr></table><table><tr><td><img src=/images/itemimages/slimhp.gif title="Hit Points" alt="Hit Points" onclick='doc("hp");' width=20 height=20></td><td valign=center><span class=black><a style="color:black" title="Restore your HP" href="/KoLmafia/sideCommand?cmd=restore+HP&pwd=36c1291dd91bc1dd44261733e5673745">1452</a> / 2243</span>  </td><td><img src=/images/itemimages/slimmp.gif title="Muscularity Points" alt="Muscularity Points" onclick='doc("mp");' width=20 height=20></td><td valign=center><span class=black><a style="color:black" title="Restore your MP" href="/KoLmafia/sideCommand?cmd=restore+MP&pwd=36c1291dd91bc1dd44261733e5673745">436</a> / 876</span></td></tr><tr><td><img src=/images/itemimages/slimmeat.gif onclick='doc("meat");' title="Meat" alt="Meat" width=20 height=20></td><td valign=center><span class=black>12,726,196</span></td><td><img src=/images/itemimages/slimhourglass.gif onclick='doc("adventures");' title="Adventures Remaining" alt="Adventures Remaining" width=20 height=20></td><td valign=center><span class=black>85</span></td></table><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_5cc032f7320537029a06a3e9f46998c6"><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><p></center><script type="text/javascript">hide_nudges = false;</script><center><font size=2><b><a onclick='if (top.mainpane.focus) top.mainpane.focus();' class=nounder href="clan_dreadsylvania.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=338">Dreadsylvanian Woods</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=340">Dreadsylvanian Castle</a></nobr><br/><nobr><a onclick='if (top.mainpane.focus) top.mainpane.focus();' target=mainpane href="adventure.php?snarfblat=339">Dreadsylvanian Village</a></nobr><br/><nobr><a onclick='if (top.mainpane.focus) top.mainpane.focus();' target=mainpane href="adventure.php?snarfblat=50">Cobb's Knob Laboratory</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="/images/itemimages/miniadv6.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>Fluxxy</a></b>, the  <b>40</b> pound Mini-Accordion Thief</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=36c1291dd91bc1dd44261733e5673745" style="color:black">save as mood</a>]</font><br><table><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/eyes.gif" width=20 height=20  onClick='eff("46a5628ca44d03f0f26bdf3467f1c0c2");' oncontextmenu='return hardshrug(215, "Newt Gets In Your Eyes");'></td><td valign=center><font size=2>Newt Gets In Your Eyes (<a href="/KoLmafia/sideCommand?cmd=uneffect+Newt+Gets+In+Your+Eyes&pwd=36c1291dd91bc1dd44261733e5673745" title="Use a remedy to remove the Newt Gets In Your Eyes effect">5</a>) <a href="/KoLmafia/sideCommand?cmd=use+1+eyedrops+of+newt&pwd=36c1291dd91bc1dd44261733e5673745" title="Increase rounds of Newt Gets In Your Eyes"><img src="/images/redup.gif" border=0></a></font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/ma4buff1.gif" width=20 height=20  onClick='eff("0d0f83e49e119df106d45167bad6f9f3");' oncontextmenu='return hardshrug(1285, "Frio Como Helado");'></td><td valign=center><font size=2>Frio Como Helado (<a href="/KoLmafia/sideCommand?cmd=uneffect+Frio+Como+Helado&pwd=36c1291dd91bc1dd44261733e5673745" title="Use a remedy to remove the Frio Como Helado effect">6</a>)</font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/wolfmask.gif" width=20 height=20  onClick='eff("2968e9397d3aa977b8cb3e9817ad8cdd");' oncontextmenu='return hardshrug(222, "Snarl of the Timberwolf");'></td><td valign=center><font size=2>Snarl of the Timberwolf (<a href="/KoLmafia/sideCommand?cmd=uneffect+Snarl+of+the+Timberwolf&pwd=36c1291dd91bc1dd44261733e5673745" title="Use a remedy to remove the Snarl of the Timberwolf effect">21</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Snarl+of+the+Timberwolf&pwd=36c1291dd91bc1dd44261733e5673745" title="Increase rounds of Snarl of the Timberwolf"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/reindeer.gif" width=20 height=20  onClick='eff("5c8d3b5b4a6d403f95f27f5d29528c59");' oncontextmenu='return hardshrug(131, "Rage of the Reindeer");'></td><td valign=center><font size=2>Rage of the Reindeer (<a href="/KoLmafia/sideCommand?cmd=uneffect+Rage+of+the+Reindeer&pwd=36c1291dd91bc1dd44261733e5673745" title="Use a remedy to remove the Rage of the Reindeer effect">34</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Rage+of+the+Reindeer&pwd=36c1291dd91bc1dd44261733e5673745" title="Increase rounds of Rage of the Reindeer"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/eyes.gif" width=20 height=20  onClick='eff("d726a28f52e1287c6a19a16c08f93c4b");' oncontextmenu='return hardshrug(791, "Everything Looks Blue");'></td><td valign=center><font size=2 color=blue>Everything Looks Blue (37)</font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/eyes.gif" width=20 height=20  onClick='eff("6d848baf68e1532b64bca6ab60df9144");' oncontextmenu='return hardshrug(792, "Everything Looks Red");'></td><td valign=center><font size=2 color=red>Everything Looks Red (38)</font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/eyes.gif" width=20 height=20  onClick='eff("0bf172ccba65be4fdc4c0f908325b5c1");' oncontextmenu='return hardshrug(790, "Everything Looks Yellow");'></td><td valign=center><font size=2 color=olive>Everything Looks Yellow (39)</font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/string.gif" width=20 height=20  onClick='eff("2d6d3ab04b40e1523aa9c716a04b3aab");' oncontextmenu='return hardshrug(16, "Leash of Linguini");'></td><td valign=center><font size=2>Leash of Linguini (<a href="/KoLmafia/sideCommand?cmd=uneffect+Leash+of+Linguini&pwd=36c1291dd91bc1dd44261733e5673745" title="Use a remedy to remove the Leash of Linguini effect">64</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Leash+of+Linguini&pwd=36c1291dd91bc1dd44261733e5673745" title="Increase rounds of Leash of Linguini"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/flask.gif" width=20 height=20  onClick='eff("a614dc2ae977f948665b230f5723b567");' oncontextmenu='return hardshrug(1273, "Brass Loins");'></td><td valign=center><font size=2>Brass Loins (<a href="/KoLmafia/sideCommand?cmd=uneffect+Brass+Loins&pwd=36c1291dd91bc1dd44261733e5673745" title="Use a remedy to remove the Brass Loins effect">73</a>)</font><br></td></tr><tr><td></td><td><img src="/images/itemimages/lparen.gif"></td><td valign=center><font size=2>Semirare window begin (<a href="/KoLmafia/sideCommand?cmd=counters+deletehash+16796744&pwd=36c1291dd91bc1dd44261733e5673745">122</a>)</td></tr><tr><td></td><td><img src="/images/itemimages/rparen.gif"></td><td valign=center><font size=2>Semirare window end (<a href="/KoLmafia/sideCommand?cmd=counters+deletehash+9448264&pwd=36c1291dd91bc1dd44261733e5673745">162</a>)</td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/plenty.gif" width=20 height=20  onClick='eff("c26a911b8ec2c57f7eef57f9ff5fdc24");' oncontextmenu='return shrug(63, "Polka of Plenty");'></td><td valign=center><font size=2>Polka of Plenty (<a href="/KoLmafia/sideCommand?cmd=uneffect+Polka+of+Plenty&pwd=36c1291dd91bc1dd44261733e5673745" title="Shrug off the Polka of Plenty effect">18411</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+The+Polka+of+Plenty&pwd=36c1291dd91bc1dd44261733e5673745" title="Increase rounds of Polka of Plenty"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/empathy.gif" width=20 height=20  onClick='eff("ac32e95f470a7e0999863fa0db58d808");' oncontextmenu='return shrug(50, "Empathy");'></td><td valign=center><font size=2>Empathy (<a href="/KoLmafia/sideCommand?cmd=uneffect+Empathy&pwd=36c1291dd91bc1dd44261733e5673745" title="Shrug off the Empathy effect">18420</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Empathy+of+the+Newt&pwd=36c1291dd91bc1dd44261733e5673745" title="Increase rounds of Empathy"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/fatleons.gif" width=20 height=20  onClick='eff("63e73adb3ecfb0cbf544db435eeeaf00");' oncontextmenu='return shrug(67, "Fat Leon's Phat Loot Lyric");'></td><td valign=center><font size=2>Fat Leon's Phat Loot Lyric (<a href="/KoLmafia/sideCommand?cmd=uneffect+Fat+Leon%27s+Phat+Loot+Lyric&pwd=36c1291dd91bc1dd44261733e5673745" title="Shrug off the Fat Leon's Phat Loot Lyric effect">18426</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Fat+Leon%27s+Phat+Loot+Lyric&pwd=36c1291dd91bc1dd44261733e5673745" title="Increase rounds of Fat Leon's Phat Loot Lyric"><img src="/images/up.gif" border=0></a></font><br></td></tr></table><center><b><font size=2>Intrinsics:</font></b></center><center><table><tr><td><img height=20 width=20 src="/images/itemimages/palmtree.gif" onClick='eff("1f53c39b96204181351b24031c0c8c62");'></td><td valign=center><font size=2>Iron Palms (∞)</font><br></td></tr></table><p><table cellpadding=1 cellspacing=0><tr><td colspan='3' style='color:#666' align='center'><font size=2><b>Recently Expired Effects:</b></font></td></tr><tr><td></td><td valign='middle'><img src="/images/itemimages/snowflake.gif" width=20 height=20  onClick='eff("8b1a1c598f840f75834b9e525f55fdae");'></td><td valign=center><font size=2 color='#666'>Chilled to the Bone (0)</font><br></td></tr><tr><td></td><td valign='middle'><img src="/images/itemimages/csword.gif" width=20 height=20  onClick='eff("bd9060b9f8b3bbdb886e324c369c81ac");'></td><td valign=center><font size=2 color='#666'>Weapon of Mass Destruction (0)</font><br></td></tr><tr><td></td><td valign='middle'><img src="/images/itemimages/slimemox3.gif" width=20 height=20  onClick='eff("80ae9703b266dcee1ff08740a3b255df");'></td><td valign=center><font size=2 color='#666'>Mucilaginous Moxiousness (0)</font><br></td></tr><tr><td></td><td valign='middle'><img src="/images/itemimages/glove.gif" width=20 height=20  onClick='eff("4becdf2ac82c2bf30dd433dd54465918");'></td><td valign=center><font size=2 color='#666'>Sticky Fingers (0)</font><br></td></tr><tr><td></td><td valign='middle'><img src="/images/itemimages/bigeyes.gif" width=20 height=20  onClick='eff("7404a77ea90f3e51ec8b1e1e3450351b");'></td><td valign=center><font size=2 color='#666'>Night Vision (0)</font><br></td></tr><tr><td></td><td valign='middle'><img src="/images/itemimages/skull.gif" width=20 height=20  onClick='eff("66df2793b0008e892884c0de9f33c808");'></td><td valign=center><font size=2 color='#666'>Ancestral Disapproval (0)</font><br></td></tr><tr><td></td><td valign='middle'><img src="/images/itemimages/winking.gif" width=20 height=20  onClick='eff("148cc90a0b393072039a3fe128c61138");'></td><td valign=center><font size=2 color='#666'>Winklered (0)</font><br></td></tr><tr><td></td><td valign='middle'><img src="/images/itemimages/dirge.gif" width=20 height=20  onClick='eff("6121ba486d7ad86165d117ea62794d09");'></td><td valign=center><font size=2 color='#666'>Dirge of Dreadfulness (0)</font><br></td></tr><tr><td></td><td valign='middle'><img src="/images/itemimages/pokefrank.gif" width=20 height=20  onClick='eff("3fa2b784feddd27c466db140c333d6b7");'></td><td valign=center><font size=2 color='#666'>World's Shortest Giant (0)</font><br></td></tr></table></center><center><font size=1>[<a href="/KoLmafia/sideCommand?cmd=zlib+chit.disable+%3D+false&pwd=36c1291dd91bc1dd44261733e5673745">Enable ChIT</a>]   [<a href="charpane.php">refresh</a>]</font></center></body></html>
Just look for Iron Palms
 

Bale

Minion
I am completely unable to replicate that bug. Merely unchecking buff maintence links doesn't seem to do it for me. However, thanks to the HTML Fluxxdog posted, I believe I have fixed it. Please update and tell me if the bug is fixed.

svn update
 

Lilac

Member
I love CHIT, but I also love the vanilla support for recently expired effects. Any chance CHIT can parse and interpret these as effects in the effect list with duration 0?
 

Bale

Minion
I needed you to point out that the option existed and should be supported. I'd never turned it on. It was pointed out previously in another thread, but I promptly forgot about it and needed reminding. Thanks for the feature request. This time I made it happen. :)

The unfortunate fact is that turning on that KoL option will cause a Mafia bug that hasn't yet been fixed if your familiar is listed below effects: BUG report. For that reason, I cannot recommend enabling recently expired effects unless you're careful. It works in ChIT now, but mafia has a problem unless you make sure that your familiar is listed in the right place.

svn update mafiachit
 
Last edited:

Lilac

Member
Thank you!

I'd like to propose (or at least note, for others who are interested) the following fix to KoL's silly placement of the expired effects after regular effects, which makes no sense because you can't see them by default when you have tons of effects.

In bakeEffect() in charpane.ash:

Code:
		} else if (showSongs && $strings[at, aob, aoj] contains currentbuff.effectType) {
			if (currentbuff.effectTurns == 0) {
				songs.insert(0, currentbuff.effectHTML);
				songCount = songCount + 1;			
			}
			else {
				songs.append(currentbuff.effectHTML);
				songCount = songCount + 1;
			}
		} else {
			if (currentbuff.effectTurns == 0) {
				buffs.insert(0, currentbuff.effectHTML);
				buffCount = buffCount + 1;			
			}
			else {
				buffs.append(currentbuff.effectHTML);
				buffCount = buffCount + 1;
			}
		}
...which just adds 0-duration effects to the beginning instead of their regular position.
 

Fluxxdog

Active member
If I may, I'd like to suggest that the expired effects be given their own brick. I use the hookah a lot, and having them at the top of my effects list would be murder for me. If they had their own brick, people could place it where they like.
 

Bale

Minion
Or you could, you know, just turn off the feature, since you use the hookah. Which makes the feature seem silly.

Sigh. I should probably add "expired" to chit.effects.layout options. So people can choose to put them at the top, the bottom or whatev.
 
Last edited:
Top