Character Info Toolbox

xKiv

Active member
I know that OS dislikes anything which directly modifies a file in the Programs directory.

That's "program files", and it would likely be on C:, not on F:.

I am not surprised that KoLmafia\svn is not a working directory - this is a directory that should *contain* working directories.
For example, KoLmafia\svn\mafiachit should be a working directory.
Wht's surprising is that something is trying to do SVN operations on it. Perhaps something presents itself as "I am a script installed without a name"?
 

Theraze

Active member
Is your portable drive currently on the F drive, or some other drive letter currently? It's possible that the issue lies in mafia always expecting the portable drive to be F, similar to how the notify command always expects each script to be run from the same folder, and will notify again if it's run on a different folder, even if it's just through symbolic links and it's on the same computer.
 

xKiv

Active member
Is your portable drive currently on the F drive, or some other drive letter currently?

Doesn't hurt to ask, but I don't think that's the problem.
I expect Fluxxdog's directory layout to have something like this:
Code:
F:\Programs\KoLmafia - mafia root
F:\Programs\KoLmafia\svn - root for svn scripts; this should NOT be a svn working copy, ever
F:\Programs\KoLmafia\svn\mafiachit - this is svn working copy for CHIT
F:\Programs\KoLmafia\svn\anotherscript - this is svn working copy for another script
...

and the question is - why is ScriptManager asking for svn url for ...\KoLmafia\svn, when no script should use that as root?
 

Fluxxdog

Active member
It shouldn't have anything to do with it, but these are the .vbs and .bat files I use to run mafia (and a few other programs):
KoLmafia.vbs:
Code:
Set oShell = CreateObject ("Wscript.Shell") 
Dim strArgs
strArgs = "Programs\KoLmafia\KoLmafia.bat"
oShell.Run strArgs, 0, true
KoLmafia.bat:
Code:
@ECHO OFF
cd %~dp0
SET APPDATA=%CD%
..\..\jdk\bin\javaw.exe -jar KoLmafia.jar
This allows me to run mafia on any Windows 7 or 8 system without having to be constantly conscious of what drive letter. It automatically finds and assigns the appropriate directory structure, keeping it relative to where the .jar itself is located. I scanned my settings and none of them contained any drive reference.

For reference, I also have Eclipse, Notepad++, and Minecraft running off it as well.

I'm almost willing to write it off as a glitch caused by an SVN miscommunication. I just wanted to see if my thinking was right though. I was thinking something was causing it to access the SVN root rather than the appropriate directory.
 

Bale

Minion
Maybe if you post your charpane html with hooch displayed I could figure out why some people don't see hooch, but do it quickly or it simply won't matter.
 

Darzil

Developer
I'm also not seeing it :
Code:
<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.1.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 = 92;
	var FAMILIARFAVES = [["Gron","Slimeling","slimeling",112],["Peeve","Jumpsuited Hound Dog","hounddog",69],["Trog","Stocking Mimic","smimic",120],["Henry \'Lucius\' Diremaw","Artistic Goth Kid","crayongoth",160],["Gort","Happy Medium","medium_0",159],["Liverace","Knob Goblin Organ Grinder","organgoblin",139],["Grofflesby","Angry Jung Man","jungman",165],["Gron","Mad Hatrack","hatrack",82],["Bovva","Pair of Stomping Boots","stompboots",150],["Tot","Rogue Program","tronguy",135],["Tobert","El Vibrato Megadrone","megadrone",81],["Gonald","He-Boulder","heboulder",113],["Gon","Obtuse Angel","obtuseangel",146],["Andy","Mini-Hipster","minihipster",136],["Grot","Exotic Parrot","parrot",72],["Leto Lite","Baby Sandworm","babyworm",111],["Trofflesby","Llama Lama","llama",90],["Trofflesby","Bloovian Groose","groose",154],["Chief Petty Officer","Fancypants Scarecrow","pantscrow2",152] ];
</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 = 486642;
var turnsthisrun = 2004;
var rollover = 1406518200;
var rightnow = 1406458822;
var playerid = 2013921;
var pwdhash = "15693b91334cb24b0fb686e2cf6a31a5";
var hide_nudges = true;
$(document).ready(function () {
	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();
			$.get('charpane.php?hide='+escape(key)+'&pwd='+pwdhash);
			$('.showall').show();
		});
	}

	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>
<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/steamavatar1.gif" width=60 height=100 border=0></a></td><td valign=center><center><a class=nounder target=mainpane href="charsheet.php"><b>Darzil</b></a><br>Level 18<br>Sauceror<table title='2,471 / 21,735' cellpadding=0 cellspacing=0 style='border: 1px solid #5A5A5A'><tr><td height=5 width=11 bgcolor=#5A5A5A></td><td width=89 bgcolor=white></td></tr></table></td></tr></table><table align=center><tr><td align=right>Muscle:</td><td align=left><b><font color=blue>258</font> (194)</b><table title='201 / 389' cellpadding=0 cellspacing=0 style='border: 1px solid #5A5A5A'><tr><td height=3 width=25 bgcolor=#5A5A5A></td><td width=25 bgcolor=white></td></tr></table></td></tr><tr><td align=right>Mysticality:</td><td align=left><b><font color=blue>431</font> (297)</b><table title='111 / 595' cellpadding=0 cellspacing=0 style='border: 1px solid #5A5A5A'><tr><td height=3 width=9 bgcolor=#5A5A5A></td><td width=41 bgcolor=white></td></tr></table></td></tr><tr><td align=right>Moxie:</td><td align=left><b><font color=blue>269</font> (203)</b><table title='7 / 407' cellpadding=0 cellspacing=0 style='border: 1px solid #5A5A5A'><tr><td height=3 width=0 bgcolor=#5A5A5A></td><td width=50 bgcolor=white></td></tr></table></td></tr><tr><td align=right>Hooch:</td><td align=left><b>5 / 22</b></font></td></tr><tr><td align=right>Soulsauce:</td><td align=left><b><font color=black>100</font></td></tr></table><table cellpadding=3 align=center><tr><td align=center><img src="/images/itemimages/hp.gif" class=hand onclick='doc("hp");' title="Hit Points" alt="Hit Points"><br><span class=black>509 / 509</span></td><td align=center><img src="/images/itemimages/mp.gif" class=hand onclick='doc("mp");' title="Mana Points" alt="Mana Points"><br><span class=black><a style="color:black" title="Restore your MP" href="/KoLmafia/sideCommand?cmd=restore+MP&pwd=15693b91334cb24b0fb686e2cf6a31a5">620</a> / 974</span></td></tr><tr><td align=center><img src="/images/itemimages/meat.gif" class=hand onclick='doc("meat");' title="Meat" alt="Meat"><br><span class=black>28,768,130</span></td><td align=center><img src="/images/itemimages/hourglass.gif" class=hand onclick='doc("adventures");' title="Adventures Remaining" alt="Adventures Remaining"><br><span class=black>157</span></td></tr><tr><td colspan=2 align=center><a href="peevpee.php" target="mainpane"><img src="/images/itemimages/swords.gif" width=30 height=30 alt="PvP Fights Remaining" title="PvP Fights Remaining"></a><br><span class=black>75</span></td></tr></table><br><font size=2><a target=mainpane href="place.php?whichplace=canadia&action=lc_mcd">Mind Control</a>: <b>11</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><a style="display: none" href="charpane.php?showall=1&pwd=15693b91334cb24b0fb686e2cf6a31a5" class="showall"><font size="1">[show all]</font><br/></a><table id="nudges" width="100%"><tr rel="docg"><td class="small" colspan="2"><div><a class=nounder target=mainpane href=place.php?whichplace=town_market><b>Doc Galaktik</b> needs some medicinal herbs:<br>   *  Swindleblossoms from the <a class=nounder target=mainpane href=cobbsknob.php><b>Cobb's Knob Harem</b></a> (1/3)<br>   *  Fraudwort from ninjas in <a class=nounder target=mainpane href=friars.php><b>Hey Deze</b></a> (1/3)<br>   *  <s>3 Shysterweed (3/3)</s></div></td></tr><tr rel="monkeyrescue"><td class="small" colspan="2"><div>Figure out what to do with Grandma's note...  Perhaps <A class=nounder target=mainpane href=monkeycastle.php><b>Grandpa</b></a> will have some ideas?</div></td></tr></table><p></center><center><font size=2><b><a onclick='if (top.mainpane.focus) top.mainpane.focus();' class=nounder href="place.php?whichplace=twitch" 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=412">Moonshiners' 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=411">An Illicit Bohemian Party</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/citizencane.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>Got</a></b>, the  <b>25</b> pound Disembodied Hand<table title='12 / 21' cellpadding=0 cellspacing=0 style='border: 1px solid #5A5A5A'><tr><td height=3 width=57 bgcolor=#5A5A5A></td><td width=43 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=mood+execute&pwd=15693b91334cb24b0fb686e2cf6a31a5" style="color:black">mood general</a>]</font><br><table><tr><td valign="middle"><a href="upeffect.php?efid=1712&qty=1&pwd=15693b91334cb24b0fb686e2cf6a31a5" target="mainpane" class="upeffect" rel="Hollow Inside"><span style="font-weight: bold"><img  alt="Click to use a candy cigarette.  Right-click to use multiple." title="Click to use a candy cigarette.  Right-click to use multiple." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/hole.gif" width=30 height=30  onClick='eff("8ed0a91226b1b94fc569d369a6d0c8a9");' oncontextmenu='return hardshrug(1712, "Hollow Inside");'></td><td valign=center><font size=2>Hollow Inside (<a href="/KoLmafia/sideCommand?cmd=uneffect+Hollow+Inside&pwd=15693b91334cb24b0fb686e2cf6a31a5" title="Use a remedy to remove the Hollow Inside effect">1</a>) <a href="/KoLmafia/sideCommand?cmd=use+1+candy+cigarette&pwd=15693b91334cb24b0fb686e2cf6a31a5" title="Increase rounds of Hollow Inside"><img src="/images/redup.gif" border=0></a></font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/dasboot.gif" width=30 height=30  onClick='eff("c781c7a1ab57b20200e07228ef913165");' oncontextmenu='return hardshrug(1033, "Silent Running");'></td><td valign=center><font size=2>Silent Running (<a href="/KoLmafia/sideCommand?cmd=uneffect+Silent+Running&pwd=15693b91334cb24b0fb686e2cf6a31a5" title="Use a remedy to remove the Silent Running effect">2</a>) <a href="/KoLmafia/sideCommand?cmd=swim+sprints&pwd=15693b91334cb24b0fb686e2cf6a31a5" title="Increase rounds of Silent Running"><img src="/images/redup.gif" border=0></a></font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/snout.gif" width=30 height=30  onClick='eff("91635be2834f8a07c8ff9e3b47d2e43a");' oncontextmenu='return hardshrug(331, "On the Trail");'></td><td valign=center><font size=2>On the Trail (mob penguin entrepreneur, <a href="/KoLmafia/sideCommand?cmd=uneffect+On+the+Trail&pwd=15693b91334cb24b0fb686e2cf6a31a5" title="Use a remedy to remove the On the Trail effect">25</a>)</font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=1476&qty=1&pwd=15693b91334cb24b0fb686e2cf6a31a5" target="mainpane" class="upeffect" rel="Merry Smithsness"><span style="font-weight: bold"><img  alt="Click to use a Flaskfull of Hollow.  Right-click to use multiple." title="Click to use a Flaskfull of Hollow.  Right-click to use multiple." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/sad.gif" width=30 height=30  onClick='eff("70b571b8fe1e18020dd5e0974156807f");' oncontextmenu='return hardshrug(1476, "Merry Smithsness");'></td><td valign=center><font size=2>Merry Smithsness (<a href="/KoLmafia/sideCommand?cmd=uneffect+Merry+Smithsness&pwd=15693b91334cb24b0fb686e2cf6a31a5" title="Use a remedy to remove the Merry Smithsness effect">49</a>) <a href="/KoLmafia/sideCommand?cmd=use+1+Flaskfull+of+Hollow&pwd=15693b91334cb24b0fb686e2cf6a31a5" title="Increase rounds of Merry Smithsness"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=50&qty=1&pwd=15693b91334cb24b0fb686e2cf6a31a5" target="mainpane" class="upeffect" rel="Empathy"><span style="font-weight: bold"><img  alt="Click to cast Empathy of the Newt.  Right-click to cast multiple times." title="Click to cast Empathy of the Newt.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/empathy.gif" width=30 height=30  onClick='eff("ac32e95f470a7e0999863fa0db58d808");' oncontextmenu='return shrug(50, "Empathy");'></td><td valign=center><font size=2>Empathy (<a href="/KoLmafia/sideCommand?cmd=uneffect+Empathy&pwd=15693b91334cb24b0fb686e2cf6a31a5" title="Shrug off the Empathy effect">299</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Empathy+of+the+Newt&pwd=15693b91334cb24b0fb686e2cf6a31a5" title="Increase rounds of Empathy"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=1193&qty=1&pwd=15693b91334cb24b0fb686e2cf6a31a5" target="mainpane" class="upeffect" rel="Singer's Faithful Ocelot"><span style="font-weight: bold"><img  alt="Click to cast Singer's Faithful Ocelot.  Right-click to cast multiple times." title="Click to cast Singer's Faithful Ocelot.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/ocelot.gif" width=30 height=30  onClick='eff("5ac8444ac684a7f9113690c1f254c1e4");' oncontextmenu='return hardshrug(1193, "Singer's Faithful Ocelot");'></td><td valign=center><font size=2>Singer's Faithful Ocelot (<a href="/KoLmafia/sideCommand?cmd=uneffect+Singer%27s+Faithful+Ocelot&pwd=15693b91334cb24b0fb686e2cf6a31a5" title="Use a remedy to remove the Singer's Faithful Ocelot effect">306</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Singer%27s+Faithful+Ocelot&pwd=15693b91334cb24b0fb686e2cf6a31a5" title="Increase rounds of Singer's Faithful Ocelot"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=710&qty=1&pwd=15693b91334cb24b0fb686e2cf6a31a5" target="mainpane" class="upeffect" rel="Curiosity of Br'er Tarrypin"><span style="font-weight: bold"><img  alt="Click to cast Curiosity of Br'er Tarrypin.  Right-click to cast multiple times." title="Click to cast Curiosity of Br'er Tarrypin.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/turtle.gif" width=30 height=30  onClick='eff("ff106696b8db85dd702434fed5f54274");' oncontextmenu='return shrug(710, "Curiosity of Br'er Tarrypin");'></td><td valign=center><font size=2>Curiosity of Br'er Tarrypin (<a href="/KoLmafia/sideCommand?cmd=uneffect+Curiosity+of+Br%27er+Tarrypin&pwd=15693b91334cb24b0fb686e2cf6a31a5" title="Shrug off the Curiosity of Br'er Tarrypin effect">306</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Curiosity+of+Br%27er+Tarrypin&pwd=15693b91334cb24b0fb686e2cf6a31a5" title="Increase rounds of Curiosity of Br'er Tarrypin"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=67&qty=1&pwd=15693b91334cb24b0fb686e2cf6a31a5" target="mainpane" class="upeffect" rel="Fat Leon's Phat Loot Lyric"><span style="font-weight: bold"><img  alt="Click to cast Fat Leon's Phat Loot Lyric.  Right-click to cast multiple times." title="Click to cast Fat Leon's Phat Loot Lyric.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/fatleons.gif" width=30 height=30  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=15693b91334cb24b0fb686e2cf6a31a5" title="Shrug off the Fat Leon's Phat Loot Lyric effect">306</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Fat+Leon%27s+Phat+Loot+Lyric&pwd=15693b91334cb24b0fb686e2cf6a31a5" title="Increase rounds of Fat Leon's Phat Loot Lyric"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=699&qty=1&pwd=15693b91334cb24b0fb686e2cf6a31a5" target="mainpane" class="upeffect" rel="Jingle Jangle Jingle"><span style="font-weight: bold"><img  alt="Click to cast Jingle Bells.  Right-click to cast multiple times." title="Click to cast Jingle Bells.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/jinglebells.gif" width=30 height=30  onClick='eff("a32acc4a5de83386ae3417140d09bf43");' oncontextmenu='return shrug(699, "Jingle Jangle Jingle");'></td><td valign=center><font size=2>Jingle Jangle Jingle (<a href="/KoLmafia/sideCommand?cmd=uneffect+Jingle+Jangle+Jingle&pwd=15693b91334cb24b0fb686e2cf6a31a5" title="Shrug off the Jingle Jangle Jingle effect">306</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Jingle+Bells&pwd=15693b91334cb24b0fb686e2cf6a31a5" title="Increase rounds of Jingle Jangle Jingle"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=16&qty=1&pwd=15693b91334cb24b0fb686e2cf6a31a5" target="mainpane" class="upeffect" rel="Leash of Linguini"><span style="font-weight: bold"><img  alt="Click to cast Leash of Linguini.  Right-click to cast multiple times." title="Click to cast Leash of Linguini.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/string.gif" width=30 height=30  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=15693b91334cb24b0fb686e2cf6a31a5" title="Use a remedy to remove the Leash of Linguini effect">306</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Leash+of+Linguini&pwd=15693b91334cb24b0fb686e2cf6a31a5" title="Increase rounds of Leash of Linguini"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=1192&qty=1&pwd=15693b91334cb24b0fb686e2cf6a31a5" target="mainpane" class="upeffect" rel="Walberg's Dim Bulb"><span style="font-weight: bold"><img  alt="Click to cast Walberg's Dim Bulb.  Right-click to cast multiple times." title="Click to cast Walberg's Dim Bulb.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/blacklight.gif" width=30 height=30  onClick='eff("04236e0ebf71a3b11b55b504aeee437c");' oncontextmenu='return hardshrug(1192, "Walberg's Dim Bulb");'></td><td valign=center><font size=2>Walberg's Dim Bulb (<a href="/KoLmafia/sideCommand?cmd=uneffect+Walberg%27s+Dim+Bulb&pwd=15693b91334cb24b0fb686e2cf6a31a5" title="Use a remedy to remove the Walberg's Dim Bulb effect">309</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Walberg%27s+Dim+Bulb&pwd=15693b91334cb24b0fb686e2cf6a31a5" title="Increase rounds of Walberg's Dim Bulb"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=130&qty=1&pwd=15693b91334cb24b0fb686e2cf6a31a5" target="mainpane" class="upeffect" rel="Springy Fusilli"><span style="font-weight: bold"><img  alt="Click to cast Springy Fusilli.  Right-click to cast multiple times." title="Click to cast Springy Fusilli.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/fusilli.gif" width=30 height=30  onClick='eff("bb44871dd165d4dc9b4d35daa46908ef");' oncontextmenu='return hardshrug(130, "Springy Fusilli");'></td><td valign=center><font size=2>Springy Fusilli (<a href="/KoLmafia/sideCommand?cmd=uneffect+Springy+Fusilli&pwd=15693b91334cb24b0fb686e2cf6a31a5" title="Use a remedy to remove the Springy Fusilli effect">316</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Springy+Fusilli&pwd=15693b91334cb24b0fb686e2cf6a31a5" title="Increase rounds of Springy Fusilli"><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 width="15"></td><td><img height=30 width=30 src="/images/itemimages/flame.gif" onClick='eff("050dd88888b1ac9a2192cd71fd175a45");'></td><td valign=center><font size=2>Spirit of Cayenne (<a href="/KoLmafia/sideCommand?cmd=cast+Spirit+of+Nothing&pwd=15693b91334cb24b0fb686e2cf6a31a5" title="Cast Spirit of Nothing to remove the Spirit of Cayenne effect">∞</a>)</font><br></td></tr><tr><td width="15"></td><td><img height=30 width=30 src="/images/itemimages/dna.gif" onClick='eff("673db1d51b09efcc4504a72171cac562");'></td><td valign=center><font size=2>Human-Weird Thing Hybrid (∞)</font><br></td></tr></table></center><center><font size=1>[<a href="/KoLmafia/sideCommand?cmd=zlib+chit.disable+%3D+false&pwd=15693b91334cb24b0fb686e2cf6a31a5">Enable ChIT</a>]   [<a href="charpane.php">refresh</a>]</font></center></body></html>
 

xKiv

Active member
I'm not sure i understand, don't you want the html of the sidepanel with chit enabled and hooch NOT showing?

Definitely with chit *dis*abled. Chit output doesn't help - we want to know what's parsed wrong.

darzil said:
...</tr><tr><td align=right>Hooch:</td><td align=left><b>5 / 22</b></font></td></tr><tr><td align=right>Soulsauce:<...

This matches the regex used in chit.

Maybe also include output of
ash print(numeric_modifier("Maximum Hooch"))
?
 
Top