Considering that the IOTM was introduced on the 3rd of August and today is the 6th of August, what could it possibly be OTHER than "new content"?Not quite sure if this counts as new content
Revision 16129
Considering that the IOTM was introduced on the 3rd of August and today is the 6th of August, what could it possibly be OTHER than "new content"?Not quite sure if this counts as new content
<body onkeyup="handleCombatHotkey(event,false);" onkeydown="handleCombatHotkey(event,true);" ><div id="page"><div id="mafiabuttons"><center><table width="95%"><tr><td align=left><div id="btnwrap"><input type="button" onClick="document.location.href='choice.php?action=auto';void(0);" value="auto" id="defaultButton"> </div></td></tr></table></center></div><div class='content' id='content_'><div id='effdiv' style='display: none;'></div><div>
<Center><table width=95% cellspacing=0 cellpadding=0><tr><td style="color: white;" align=center bgcolor=blue><b>The WLF Bunker</b></td></tr><tr><td style="padding: 5px; border: 1px solid blue;"><center><table><tr><td>The inside of the bunker is sparsely furnished -- mostly with some little piles of ashes that you can only assume used to be some chairs and a table.<p>A speaker crackles to life: "Do your part to smash the system!"<p>"How do I..." you respond, but -- "Don't interrupt me!" the voice snaps. "Today's operations are posted on the wall next to the door."<p>You turn around, and sure enough:<center><Table style='border: 1px solid black'><tr><td align=center colspan=3><b>Today's Operations:</b></td></tr><form action=choice.php><tr><td valign=center><b>Overthrow Mine Boss</b> </td><td valign=center>proof: <img style='vertical-align: middle' class=hand src='/images/itemimages/goodbone.gif' onclick='descitem(792762825)' alt="Mr. Choch's bone" title="Mr. Choch's bone">Mr. Choch's bone </td><td valign=center><input type=hidden name=whichchoice value=1093><input type=hidden name=pwd value=e96427e75f989827cad8118c7ab7b0a3><input type=hidden name=option value=1><input type=submit class=button value='Turn In!'></td></form><form action=choice.php><tr><td valign=center><b>Acquire Medical Supplies</b> </td><td valign=center>proof: <img style='vertical-align: middle' class=hand src='/images/itemimages/nacrystal1.gif' onclick='descitem(444874241)' alt="New Age healing crystal" title="New Age healing crystal">New Age healing crystal (5)</td><td valign=center><input type=hidden name=whichchoice value=1093><input type=hidden name=pwd value=e96427e75f989827cad8118c7ab7b0a3><input type=hidden name=option value=2><input type=submit class=button value='Turn In!'></td></form><form action=choice.php><tr><td valign=center><b>Priority Target: Freshly</b> </td><td valign=center>proof: <img style='vertical-align: middle' class=hand src='/images/itemimages/deuce.gif' onclick='descitem(950990588)' alt="signed deuce" title="signed deuce">signed deuce </td><td valign=center><input type=hidden name=whichchoice value=1093><input type=hidden name=pwd value=e96427e75f989827cad8118c7ab7b0a3><input type=hidden name=option value=3><input type=submit class=button value='Turn In!'></td></form></table><P><center><a href=place.php?whichplace=airport_hot>Back to That 70s Volcano</a></center></td></tr></table></center></td></tr><tr><td height=4></td></tr></table><script>top.charpane.location.href="charpane.php";</script>
</div></div></div></body>
> prefref _volcano
Name Value Default Scope
_volcanoItem1 0 0 user
_volcanoItem2 0 0 user
_volcanoItem3 0 0 user
_volcanoItemCount1 0 0 user
_volcanoItemCount2 0 0 user
_volcanoItemCount3 0 0 user
_volcanoItemRedeemed true false user
> test load wlf.html
Read 3,097 bytes into a 3,097 character string
> test visit-choice
choice = 1093
> prefref _volcano
Name Value Default Scope
_volcanoItem1 8497 0 user
_volcanoItem2 8425 0 user
_volcanoItem3 8503 0 user
_volcanoItemCount1 1 0 user
_volcanoItemCount2 5 0 user
_volcanoItemCount3 1 0 user
_volcanoItemRedeemed false false user
void main()
{
buffer page = visit_url();
int spot = 0;
int twcount = -1;
while ( spot > -1 )
{
spot = page.index_of( "wallsparkle", spot + 1 );
twcount += 1;
}
insert( page, page.index_of( "<a href='place.php" ), twcount + " sparkles<br />" );
write( page );
}
Save that as mining.ash in your relay folder to get the sparkle count. I doubt this will be useful long term.