<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.kolmafia.us/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Spiny+Twizzler</id>
	<title>Kolmafia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.kolmafia.us/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Spiny+Twizzler"/>
	<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Special:Contributions/Spiny_Twizzler"/>
	<updated>2026-04-24T22:29:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Auto-stops&amp;diff=6619</id>
		<title>Auto-stops</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Auto-stops&amp;diff=6619"/>
		<updated>2010-06-29T20:45:53Z</updated>

		<summary type="html">&lt;p&gt;Spiny Twizzler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Auto-stops are places where mafia&#039;s automation will automatically stop, just as the name suggests. These are all KoL non-combats. If mafia detects one of these auto-stop non-combats then automation will cease immediately after the encounter.&lt;br /&gt;
&lt;br /&gt;
There is just one trick to using auto-stops: mafia will only stop for auto-stops when there are no conditions set. If conditions are set then mafia will continue automation until it reaches those conditions and stop normally. This is to prevent auto-stops from interfering with regular automation.&lt;br /&gt;
&lt;br /&gt;
* Sleazy Back Alley: [http://kol.coldfront.net/thekolwiki/index.php/Under_the_Knife Under the Knife]&lt;br /&gt;
* Misspelled Cemetary: [http://kol.coldfront.net/thekolwiki/index.php/A_Grave_Situation A Grave Situation]&lt;br /&gt;
* Haunted Library: Either version of Take a Look, it&#039;s in a Book!&lt;br /&gt;
* Whitey&#039;s Grove: [http://kol.coldfront.net/thekolwiki/index.php/It&#039;s_A_Sign! It&#039;s A Sign!]&lt;br /&gt;
* Teleportitis: [http://kol.coldfront.net/thekolwiki/index.php/The_Oracle_Will_See_You_Now The Oracle Will See You Now]&lt;br /&gt;
* Barrrney&#039;s Barrr: [http://kol.coldfront.net/thekolwiki/index.php/Step_Up_to_the_Table%2C_Put_the_Ball_in_Play Step Up to the Table, Put the Ball in Play]&lt;br /&gt;
* Arid, Extra-Dry Desert: Auto-stops every time you want to start adventuring at the Oasis or if you need to get an item:&lt;br /&gt;
*# [http://kol.coldfront.net/thekolwiki/index.php/A_Sietch_in_Time A Sietch in Time]&lt;br /&gt;
*# [http://kol.coldfront.net/thekolwiki/index.php/No_Colors_Anymore No Colors Anymore] (without can of black paint). With paint, adventuring continues to Walk Without Rhythm.&lt;br /&gt;
*# [http://kol.coldfront.net/thekolwiki/index.php/Walk_Without_Rhythm Walk Without Rhythm]&lt;br /&gt;
*# [http://kol.coldfront.net/thekolwiki/index.php/Walk_Without_Rhythm_2 Walk Without Rhythm 2] (Only occurs if you didn&#039;t have a drum machine at previous auto-stop.)&lt;br /&gt;
*# [http://kol.coldfront.net/thekolwiki/index.php/The_Sleeper_Has_Awakened The Sleeper Has Awakened]&lt;br /&gt;
* agua de vida: Auto-stop when a bottle is consumed.&lt;br /&gt;
* Auto-stop when a demon name is learned and opens mini-browser to display it.&lt;br /&gt;
* Auto-stop when a hobo code is learned and opens mini-browser to display it.&lt;br /&gt;
* Auto-stop when an Ultra Rare adventure is encountered and opens mini-browser to display it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{CodeSample|description=Unlocking the White Citadel can make use of the auto-stop to be this simple.|&lt;br /&gt;
code=&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
adventure( my_adventures(), $location[whitey&#039;s grove] );&lt;br /&gt;
adventure( my_adventures(), $location[white citadel );&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;}}&lt;br /&gt;
{{CodeSample|description=Unlocking the Pyramid, using the magic of auto-stops. Note that this assumes you have enough adventures to complete it. A better script would check the questlog to verify current quest progress before beginning adventuring.|&lt;br /&gt;
code=&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
cli_execute(&amp;quot;condition clear&amp;quot;);   # conditions must be clear or stops won&#039;t be automatic.&lt;br /&gt;
# Adventure until: A Sietch in Time&lt;br /&gt;
adventure( my_adventures(), $location[Desert (Ultrahydrated)] );&lt;br /&gt;
cli_execute(&amp;quot;condition set 1 stone rose, 1 drum machine&amp;quot;);&lt;br /&gt;
adventure( my_adventures(), $location[Oasis] );&lt;br /&gt;
# Adventure until: Walk Without Rhythm&lt;br /&gt;
retrieve_item(1, $item[can of black paint]);&lt;br /&gt;
adventure( my_adventures(), $location[Desert (Ultrahydrated)] );&lt;br /&gt;
cli_execute(&amp;quot;condition set worm-riding manual pages 3-15&amp;quot;);&lt;br /&gt;
adventure( my_adventures(), $location[Oasis] );&lt;br /&gt;
# Adventure until: The Sleeper Has Awakened&lt;br /&gt;
adventure( my_adventures(), $location[Desert (Ultrahydrated)] );&lt;br /&gt;
# Equip wormhooks, use drum machine and then re-equip original weapon.&lt;br /&gt;
cli_execute(&amp;quot;checkpoint; equip worm hooks; use drum machine; outfit checkpoint&amp;quot;);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Automation]]&lt;/div&gt;</summary>
		<author><name>Spiny Twizzler</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=User_talk:Bale&amp;diff=4340</id>
		<title>User talk:Bale</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=User_talk:Bale&amp;diff=4340"/>
		<updated>2010-06-11T04:49:08Z</updated>

		<summary type="html">&lt;p&gt;Spiny Twizzler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bale;&lt;br /&gt;
&lt;br /&gt;
Sorry, I was called away &amp;amp; didn&#039;t get back till you were gone, so I thought I&#039;d answer your questions here before I lost &#039;em.&lt;br /&gt;
&lt;br /&gt;
RE: Consult Scripts. How many rounds does the consult script act for? Does a consult script keep running until combat is over? Just for rounds it&#039;s specifically called? I totally don&#039;t understand how that works...&lt;br /&gt;
&lt;br /&gt;
RE: appearance_rates() &amp;amp; ultra-rares; when using said function on the treasury, it returned -42.5 for that UR monster. It just seems a point worth mentioning, in case anyone wants to parse UR availability by location; wouldn&#039;t want them to assume a STATIC negative number.&lt;br /&gt;
&lt;br /&gt;
Thanks, --[[User:StDoodle|StDoodle]] 23:52, 4 March 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note:&lt;br /&gt;
&lt;br /&gt;
I&#039;ve updated the front page (again); it now includes a link to [[Help:Editing]], where I will try to keep all relevant information on what needs work on the wiki. --[[User:StDoodle|StDoodle]] 13:32, 4 March 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Nice job on [[Custom Combat Script]]! I fixed two minor typos, but otherwise it looks great. There are a few things I&#039;d like to flesh out eventually, such as formatting (make sure to have a space on each side of monster / location name), mention that locations are acceptable, how to specify 2nd funksling item, etc. But most of that is &amp;quot;Regular Mafia&amp;quot; stuff, which, while I intend to get to, is after ash on my to-do list.&lt;br /&gt;
&lt;br /&gt;
For now, I&#039;m &#039;&#039;trying&#039;&#039; to keep up with tagging articles that need specific help, so keep an eye on:&amp;lt;br /&amp;gt;&lt;br /&gt;
* [[:Category:Request_For_Information]]&lt;br /&gt;
* [[:Category:Needs_Code_Sample]]&lt;br /&gt;
if you want to know where I need the most help.&lt;br /&gt;
&lt;br /&gt;
Also, I want to eventually redo a lot of the regular-mafia stuff as well. I think it deserves its own section similar to &amp;quot;Quick Links for ASH Scripters&amp;quot; on the main page, with links to a page for each mafia tab / window. For page naming, I&#039;d like to go with &amp;quot;Adventuring Tab,&amp;quot; &amp;quot;Graphical CLI Tab,&amp;quot; etc. to avoid any collision with function names. I imagine that a lot of the info on these pages will either be stolen from, or added in by Sally.&lt;br /&gt;
&lt;br /&gt;
While in general this is a lower priority from my POV, I&#039;d like to get the pages set up so that others can work on them.&lt;br /&gt;
&lt;br /&gt;
If you want to tackle something more ASH-related, one thing that bugs me is the rather arbitrary (and in many cases outdated) categorization of ASH functions. If you&#039;d like to go through the list &amp;amp; break them up more sensibly, that would be much appreciated!&lt;br /&gt;
&lt;br /&gt;
Thanks! --[[User:StDoodle|StDoodle]] 14:56, 3 March 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
As you may have noticed me mentioning on the forum, I&#039;ve given you admin powers. Mostly, this makes it easier to quickly revert undesired changes, and to protect pages if needed. But also! you should no longer see nearly as many captcha&#039;s &amp;amp; such. --[[User:StDoodle|StDoodle (#1059825)]] 07:41, 22 April 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Regarding wiki-style lists (using * for bullet points): I generally find it easier to just add a non-breaking space (&amp;amp;amp;nbsp;) on the line after the list rather than add in HTML (see the source of [[to_slot]] to see what I mean -- I can&#039;t really articulate these things too well) --[[User:Heeheehee|Heeheehee]] 06:10, 28 April 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
drive-by. :P --[[User:StDoodle|StDoodle (#1059825)]] 04:30, 7 May 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is this the right place to respond to your message to me here? If not, my apologies. In any event, yes, apparently I did have an account here and couldn&#039;t remember my password and had to get a temporary one sent to me. I&#039;ll probably forget the password that I changed it to if I get logged out of this and will have to get another temp password. I&#039;m terrible like that lol. --[[User:Spiny Twizzler|Spiny Twizzler]] 04:49, 11 June 2010 (UTC)&lt;/div&gt;</summary>
		<author><name>Spiny Twizzler</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Helpful_Scripts&amp;diff=6679</id>
		<title>Helpful Scripts</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Helpful_Scripts&amp;diff=6679"/>
		<updated>2010-06-10T20:15:57Z</updated>

		<summary type="html">&lt;p&gt;Spiny Twizzler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
This is a list of well written scripts that are currently being maintained for the latest version of KoL and KolMafia. All scripts on this list are free and certified safe for use without any hidden costs or malicious code. If these scripts become outdated for very long or any security risks are found they will be removed from this list, so users should feel free to make use of them.&lt;br /&gt;
&lt;br /&gt;
Of course it is possible that one of these scripts can cause trouble for the user if they are not used properly, so please read the opening post in each thread linked before using that script.&lt;br /&gt;
&lt;br /&gt;
==Turn-Burning Scripts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;autoBasement&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3113 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?46-Rinn Rinn]&lt;br /&gt;
* Automates delving into Fernswarthy&#039;s Basement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;bounty&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1023-auto-BHH-and-friends&amp;amp;p=15204&amp;amp;viewfull=1#post15204 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?197-izchak izchak], [http://zachbardon.com/mafiatools/details.php?a=dj_d dj_d] and [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Automates the bounty gathering quest.&lt;br /&gt;
* In conjunction with SmartStasis combat script (below) it will also olfact the monster for the bounty.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CounterChecker&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2519 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Automates semi-rare acquisition, use of dance cards and a few other counter related activities.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dwarven Factory&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2884 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?2677-That-FN-Ninja That FN Ninja]&lt;br /&gt;
* Automates the optional Dwarven Factory quest.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MacGuffin&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1965 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Automation for the L11 MacGuffin Quest.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;One-Click Wossname&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?960 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon] &lt;br /&gt;
* A complete script for completing the L12 Island War quest.&lt;br /&gt;
* It allows you to chose the medal you are rewarded with, including a Wossname.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rinn&#039;s Quest Scripts&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2584 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?46-Rinn Rinn] &lt;br /&gt;
* Automation for most of the game&#039;s quests.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slime Tube Adventuring Script&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2596 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=alhifar Alhifar]&lt;br /&gt;
* Complete automation for the Slime Tube. &lt;br /&gt;
* You set up the outfits for maximum ML and minimum ML. The script then switches between them.&lt;br /&gt;
* It even allows you to chose to kill or tatter slimes. &lt;br /&gt;
* The variety of options allows every type of Slime Tube play, even a slimeling run, to be automated.&lt;br /&gt;
&lt;br /&gt;
==Relay Override Scripts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;clan_basement.ash&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4137 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?2984-heeheehee Heeheehee]&lt;br /&gt;
* Sorts dungeon loot by boss, presenting Hobopolis loot before Slime Tube loot.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;pyramid.ash&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3922 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?2984-heeheehee Heeheehee]&lt;br /&gt;
* Disables potentially harmful links in the Pyramid.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;shore.ash&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2813 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?872-lostcalpolydude lostcalpolydude] and [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* When you take a vacation it reminds you of which shore items you might need for floor 6 of the Sorceress&#039; Tower.&lt;br /&gt;
* It uses the telescope to determine the exact item needed if you have a full scope.&lt;br /&gt;
* It also keeps you from taking a vacation when you need the the forged documents &#039;cause it sucks to accidently lose those 3 adventures.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Telescope Information&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4057 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* When you look through the telescope at your campsite it will explain what monsters you will meet at the lair and the item to defeat them.&lt;br /&gt;
* Tells you if you have the items. If you need any items it tells you where to find them.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;woods.ash&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4199-Acquire-Continuum-Transfunctioner&amp;amp;p=29908&amp;amp;viewfull=1#post29908 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Gets the Continuum Transfunctioner automatically on your first visit to the woods. You will not need to click anything, it just happens.&lt;br /&gt;
&lt;br /&gt;
===User Interface Scripts===&lt;br /&gt;
&lt;br /&gt;
These scripts are a special type of relay override scripts in that they create pages that do not exist as part of KoL. They are prefixed by &amp;quot;relay_&amp;quot; and must be placed in the user&#039;s \relay directory. These scripts are accessed via the &amp;quot;-run script-&amp;quot; dropdown menu in the relay browser.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Daily Info&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4248 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=icon315 Icon315]&lt;br /&gt;
*This script shows you the daily information such as the moons&#039; effects on various modifiers, current stat day and Daily Dungeon rooms.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;relay_SlimeTube&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2596-Slime-Tube-Adventuring-Script&amp;amp;p=29687&amp;amp;viewfull=1#post29687 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Adapted from Alhifar&#039;s Slime Tube Adventuring Script; does everything the original script does.&lt;br /&gt;
* Adds a UI to enable the user to easily configure the Slime Tube script without having to modify the base script.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ZLib Variable Editor&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4081 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?2984-heeheehee Heeheehee]&lt;br /&gt;
*This script provides a more user-friendly interface for modifying [http://kolmafia.us/showthread.php?2072 ZLib] variables.&lt;br /&gt;
&lt;br /&gt;
==Custom Combat Scripts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Things First&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1255 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Takes care of the first few things needed in a fight: pickpocketing, entangling noodles, olfaction, spooky putty, etc&lt;br /&gt;
* Includes quest related events: insulting pirates, throwing flyers, driving away clingy pirates if clingfilm is not needed, etc.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SmartStasis&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1715 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Includes everything from First Things First. (Requires that to be downloaded also.)&lt;br /&gt;
* Stasis monsters for a variety of reasons: starfishing, hobo monkey meat.&lt;br /&gt;
* Notices when the monkey steals and recognizes if your slimeling or other chargeable starfish is out of juice and ends stasis.&lt;br /&gt;
* Quest related stasis: Using molybdenum magnet on the correct gremlin, getting essences in Seaside Megalopolis, learning rave dance moves Outside the Club.&lt;br /&gt;
* Uses disco combos and rave combos when they improve your profit.&lt;br /&gt;
&lt;br /&gt;
==Buff Upkeep Scripts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;acquireBuff&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4048 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?46-Rinn Rinn]&lt;br /&gt;
* Gets a buff from a buffbot without needing to know the bot&#039;s name or pricelist.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Best Between Battle Script Ever&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1240 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Executes between battles in automatic adventuring.&lt;br /&gt;
* Adjusts choice adventures, adjusts MCD for current moxie, auto-tames turtles.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;hatter.ash&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4262 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?2677-That-FN-Ninja That FN Ninja]&lt;br /&gt;
* To get a specific Mad Hatter buff painlessly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Universal Recovery&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1780 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Improves mafia&#039;s automated recovery to make best use of all items in hardcore/ronin or conserve meat if you have mall access.&lt;br /&gt;
* Keeps spare mp healing items on-hand in case they are needed in combat.&lt;br /&gt;
* Conserves healing items for use against your Shadow.&lt;br /&gt;
* Removes poison and keeps some extra antidotes for use in combat.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;VIP Hopping&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3620-VIP-Hopping!-Quick-clanhop-to-BAfH-for-all-VIP-room-goodies! download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Hops over the clan Bonus Adventures from Hell to get something from their VIP Lounge, then it hops back to your regular clan.&lt;br /&gt;
* Enables access to all VIP Lounge amenities and the ballpit without needing to spend time in BaFH.&lt;br /&gt;
* If you don&#039;t have a membership in Bonus Adventures from Hell, it submits a request to join the clan so that you can get access to a fully stocked VIP Lounge for free.&lt;br /&gt;
&lt;br /&gt;
==Item Handling Scripts==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Misshappen Animal Skeleton Familiar/Checker/Buyer&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?p=30995 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?1789-eitak eitak]&lt;br /&gt;
* This script uses framework from Spiny Twizzler&#039;s Tiny Plastic Series 1 &amp;amp; 2 Checker script and facilitates the automated acquisition of the Misshapen Animal Skeleton. There are some settings you can tweak within the script itself to suit your needs.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;PriceAdvisor&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3110 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=aqualectrix aqualectrix]&lt;br /&gt;
* Gives advice on how to maximize profit from an item.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rainbow Gravitation made easy&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1929 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* In hardcore/ronin it handles automatic wad transmutation to enable easy creation of Rainbow Wads.&lt;br /&gt;
* With mall access, it will purchase necessary wads to use daily casts of Rainbow Gravitation.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Scripting the birth of a new life&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2769 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Sets optimal choice adventures based on current class for your ascension. Perfect to run at the beginning of a new life.&lt;br /&gt;
* Automates simple tasks that are always run at the beginning of a new life like pulling your VIP Lounge Key and visiting the Toot Oriole.&lt;br /&gt;
&lt;br /&gt;
==Informational Scripts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;bumcheekcity&#039;s Easy Wiki Snapshot Maker&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3001 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bumcheekcity bumcheekcity]&lt;br /&gt;
* This script will collect information about your character and generate a profile to display on [http://bumcheekcity.com/kol/profile.php bumcheekcity&#039;s website].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;EatDrink.ash: Optimize your daily diet&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4202-The-Unofficial-Ascend.ash-support-thread.&amp;amp;p=30725&amp;amp;viewfull=1#post30725 best download here]) - ([http://kolmafia.us/showthread.php?1519 outdated official thread here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=dj_d dj_d] and [http://zachbardon.com/mafiatools/details.php?a=fronobulax fronobulax]&lt;br /&gt;
* Tries to find an optimal diet for a given value of an adventure.&lt;br /&gt;
* Can be run in simulation mode, just to see what it would do.&lt;br /&gt;
* Since dj_d is taking a leave of absence, fronobulax has temporarily taken up maintenance of this script.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;StDoodle&#039;s Custom Daily Deeds&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3443 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?720-StDoodle StDoodle]&lt;br /&gt;
* Tracks all events that have limited uses, from pool table to pasta summoning.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slime Vial Recipes&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3544-Slime-vial-recipes&amp;amp;p=25337&amp;amp;viewfull=1#post25337 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?1017-jasonharper jasonharper]&lt;br /&gt;
* This script will help you get the [http://kol.coldfront.net/thekolwiki/index.php/Color_Wheel_of_Yuck Color Wheel of Yuck] trophy by checking your discoveries list and mixing the vials in your inventory to create slime potions you do not know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tiny Plastic Series 1 &amp;amp; 2 Checker&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?goto=newpost&amp;amp;t=2587 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?1897-Spiny Spiny Twizzler]&lt;br /&gt;
* Its default behaviour is informational to help you acquire your Tiny Plastic Trophy and/or Two-Tiered Tiny Plastic Trophy. You may optionally edit the preferences in the script to shop for missing trophies for you with a budget that you set yourself. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What are you worth?&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2628-What-are-you-worth-networth.ash-will-tell-you.&amp;amp;p=24990&amp;amp;viewfull=1#post24990 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=dj_d dj_d] and [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* This calculates the current value of all items you own and informs you of what you are worth.&lt;br /&gt;
&lt;br /&gt;
==Script Libraries==&lt;br /&gt;
These scripts are libraries of functions that are required components of other scripts. By themselves they do little or nothing. Expect to download them when directed in a script&#039;s instructions, or if you want to be a scripter, then study them and learn.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;HTMLform&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3842 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?1017-jasonharper jasonharper]&lt;br /&gt;
* Library of functions used for creating forms in [[Relay_Override_Scripting#User_Interface_Script|relay interface scripts]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SmashLib&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3065 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=aqualectrix aqualectrix]&lt;br /&gt;
* Determines the results of pulverizing equipment and reports it for use by scripts or aliases.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ZLib&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2072 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Ultimate toolbox of scripting functions for math, string manipulation, version checking, automatic mapfile updating, persistent variables, adventuring, kmailing and so much more. &#039;&#039;Many scripts require this.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Misc==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Clan Hopping&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2071 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Hop to a whitelisted clan quickly and easily from the CLI.&lt;/div&gt;</summary>
		<author><name>Spiny Twizzler</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Helpful_Scripts&amp;diff=6678</id>
		<title>Helpful Scripts</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Helpful_Scripts&amp;diff=6678"/>
		<updated>2010-06-10T20:13:28Z</updated>

		<summary type="html">&lt;p&gt;Spiny Twizzler: /* Item Handling Scripts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
This is a list of well written scripts that are currently being maintained for the latest version of KoL and KolMafia. All scripts on this list are free and certified safe for use without any hidden costs or malicious code. If these scripts become outdated for very long or any security risks are found they will be removed from this list, so users should feel free to make use of them.&lt;br /&gt;
&lt;br /&gt;
Of course it is possible that one of these scripts can cause trouble for the user if they are not used properly, so please read the opening post in each thread linked before using that script.&lt;br /&gt;
&lt;br /&gt;
==Turn-Burning Scripts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;autoBasement&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3113 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?46-Rinn Rinn]&lt;br /&gt;
* Automates delving into Fernswarthy&#039;s Basement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;bounty&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1023-auto-BHH-and-friends&amp;amp;p=15204&amp;amp;viewfull=1#post15204 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?197-izchak izchak], [http://zachbardon.com/mafiatools/details.php?a=dj_d dj_d] and [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Automates the bounty gathering quest.&lt;br /&gt;
* In conjunction with SmartStasis combat script (below) it will also olfact the monster for the bounty.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CounterChecker&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2519 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Automates semi-rare acquisition, use of dance cards and a few other counter related activities.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dwarven Factory&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2884 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?2677-That-FN-Ninja That FN Ninja]&lt;br /&gt;
* Automates the optional Dwarven Factory quest.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MacGuffin&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1965 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Automation for the L11 MacGuffin Quest.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;One-Click Wossname&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?960 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon] &lt;br /&gt;
* A complete script for completing the L12 Island War quest.&lt;br /&gt;
* It allows you to chose the medal you are rewarded with, including a Wossname.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rinn&#039;s Quest Scripts&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2584 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?46-Rinn Rinn] &lt;br /&gt;
* Automation for most of the game&#039;s quests.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slime Tube Adventuring Script&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2596 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=alhifar Alhifar]&lt;br /&gt;
* Complete automation for the Slime Tube. &lt;br /&gt;
* You set up the outfits for maximum ML and minimum ML. The script then switches between them.&lt;br /&gt;
* It even allows you to chose to kill or tatter slimes. &lt;br /&gt;
* The variety of options allows every type of Slime Tube play, even a slimeling run, to be automated.&lt;br /&gt;
&lt;br /&gt;
==Relay Override Scripts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;clan_basement.ash&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4137 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?2984-heeheehee Heeheehee]&lt;br /&gt;
* Sorts dungeon loot by boss, presenting Hobopolis loot before Slime Tube loot.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;pyramid.ash&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3922 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?2984-heeheehee Heeheehee]&lt;br /&gt;
* Disables potentially harmful links in the Pyramid.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;shore.ash&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2813 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?872-lostcalpolydude lostcalpolydude] and [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* When you take a vacation it reminds you of which shore items you might need for floor 6 of the Sorceress&#039; Tower.&lt;br /&gt;
* It uses the telescope to determine the exact item needed if you have a full scope.&lt;br /&gt;
* It also keeps you from taking a vacation when you need the the forged documents &#039;cause it sucks to accidently lose those 3 adventures.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Telescope Information&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4057 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* When you look through the telescope at your campsite it will explain what monsters you will meet at the lair and the item to defeat them.&lt;br /&gt;
* Tells you if you have the items. If you need any items it tells you where to find them.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;woods.ash&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4199-Acquire-Continuum-Transfunctioner&amp;amp;p=29908&amp;amp;viewfull=1#post29908 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Gets the Continuum Transfunctioner automatically on your first visit to the woods. You will not need to click anything, it just happens.&lt;br /&gt;
&lt;br /&gt;
===User Interface Scripts===&lt;br /&gt;
&lt;br /&gt;
These scripts are a special type of relay override scripts in that they create pages that do not exist as part of KoL. They are prefixed by &amp;quot;relay_&amp;quot; and must be placed in the user&#039;s \relay directory. These scripts are accessed via the &amp;quot;-run script-&amp;quot; dropdown menu in the relay browser.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Daily Info&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4248 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=icon315 Icon315]&lt;br /&gt;
*This script shows you the daily information such as the moons&#039; effects on various modifiers, current stat day and Daily Dungeon rooms.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;relay_SlimeTube&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2596-Slime-Tube-Adventuring-Script&amp;amp;p=29687&amp;amp;viewfull=1#post29687 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Adapted from Alhifar&#039;s Slime Tube Adventuring Script; does everything the original script does.&lt;br /&gt;
* Adds a UI to enable the user to easily configure the Slime Tube script without having to modify the base script.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ZLib Variable Editor&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4081 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?2984-heeheehee Heeheehee]&lt;br /&gt;
*This script provides a more user-friendly interface for modifying [http://kolmafia.us/showthread.php?2072 ZLib] variables.&lt;br /&gt;
&lt;br /&gt;
==Custom Combat Scripts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Things First&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1255 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Takes care of the first few things needed in a fight: pickpocketing, entangling noodles, olfaction, spooky putty, etc&lt;br /&gt;
* Includes quest related events: insulting pirates, throwing flyers, driving away clingy pirates if clingfilm is not needed, etc.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SmartStasis&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1715 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Includes everything from First Things First. (Requires that to be downloaded also.)&lt;br /&gt;
* Stasis monsters for a variety of reasons: starfishing, hobo monkey meat.&lt;br /&gt;
* Notices when the monkey steals and recognizes if your slimeling or other chargeable starfish is out of juice and ends stasis.&lt;br /&gt;
* Quest related stasis: Using molybdenum magnet on the correct gremlin, getting essences in Seaside Megalopolis, learning rave dance moves Outside the Club.&lt;br /&gt;
* Uses disco combos and rave combos when they improve your profit.&lt;br /&gt;
&lt;br /&gt;
==Buff Upkeep Scripts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;acquireBuff&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4048 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?46-Rinn Rinn]&lt;br /&gt;
* Gets a buff from a buffbot without needing to know the bot&#039;s name or pricelist.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Best Between Battle Script Ever&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1240 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Executes between battles in automatic adventuring.&lt;br /&gt;
* Adjusts choice adventures, adjusts MCD for current moxie, auto-tames turtles.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;hatter.ash&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4262 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?2677-That-FN-Ninja That FN Ninja]&lt;br /&gt;
* To get a specific Mad Hatter buff painlessly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Universal Recovery&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1780 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Improves mafia&#039;s automated recovery to make best use of all items in hardcore/ronin or conserve meat if you have mall access.&lt;br /&gt;
* Keeps spare mp healing items on-hand in case they are needed in combat.&lt;br /&gt;
* Conserves healing items for use against your Shadow.&lt;br /&gt;
* Removes poison and keeps some extra antidotes for use in combat.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;VIP Hopping&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3620-VIP-Hopping!-Quick-clanhop-to-BAfH-for-all-VIP-room-goodies! download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Hops over the clan Bonus Adventures from Hell to get something from their VIP Lounge, then it hops back to your regular clan.&lt;br /&gt;
* Enables access to all VIP Lounge amenities and the ballpit without needing to spend time in BaFH.&lt;br /&gt;
* If you don&#039;t have a membership in Bonus Adventures from Hell, it submits a request to join the clan so that you can get access to a fully stocked VIP Lounge for free.&lt;br /&gt;
&lt;br /&gt;
==Item Handling Scripts==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Misshappen Animal Skeleton Familiar/Checker/Buyer&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?p=30995 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?1789-eitak eitak]&lt;br /&gt;
* Using framework from Spiny&#039;s Tiny Plastic Checker script, this script facilitates the automated acquisition of the Misshapen Animal Skeleton. There are some settings you can tweak within the script itself to suit your needs.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;PriceAdvisor&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3110 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=aqualectrix aqualectrix]&lt;br /&gt;
* Gives advice on how to maximize profit from an item.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rainbow Gravitation made easy&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1929 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* In hardcore/ronin it handles automatic wad transmutation to enable easy creation of Rainbow Wads.&lt;br /&gt;
* With mall access, it will purchase necessary wads to use daily casts of Rainbow Gravitation.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Scripting the birth of a new life&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2769 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Sets optimal choice adventures based on current class for your ascension. Perfect to run at the beginning of a new life.&lt;br /&gt;
* Automates simple tasks that are always run at the beginning of a new life like pulling your VIP Lounge Key and visiting the Toot Oriole.&lt;br /&gt;
&lt;br /&gt;
==Informational Scripts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;bumcheekcity&#039;s Easy Wiki Snapshot Maker&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3001 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bumcheekcity bumcheekcity]&lt;br /&gt;
* This script will collect information about your character and generate a profile to display on [http://bumcheekcity.com/kol/profile.php bumcheekcity&#039;s website].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;EatDrink.ash: Optimize your daily diet&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4202-The-Unofficial-Ascend.ash-support-thread.&amp;amp;p=30725&amp;amp;viewfull=1#post30725 best download here]) - ([http://kolmafia.us/showthread.php?1519 outdated official thread here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=dj_d dj_d] and [http://zachbardon.com/mafiatools/details.php?a=fronobulax fronobulax]&lt;br /&gt;
* Tries to find an optimal diet for a given value of an adventure.&lt;br /&gt;
* Can be run in simulation mode, just to see what it would do.&lt;br /&gt;
* Since dj_d is taking a leave of absence, fronobulax has temporarily taken up maintenance of this script.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;StDoodle&#039;s Custom Daily Deeds&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3443 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?720-StDoodle StDoodle]&lt;br /&gt;
* Tracks all events that have limited uses, from pool table to pasta summoning.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slime Vial Recipes&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3544-Slime-vial-recipes&amp;amp;p=25337&amp;amp;viewfull=1#post25337 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?1017-jasonharper jasonharper]&lt;br /&gt;
* This script will help you get the [http://kol.coldfront.net/thekolwiki/index.php/Color_Wheel_of_Yuck Color Wheel of Yuck] trophy by checking your discoveries list and mixing the vials in your inventory to create slime potions you do not know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tiny Plastic Series 1 &amp;amp; 2 Checker&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?goto=newpost&amp;amp;t=2587 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?1897-Spiny Spiny Twizzler]&lt;br /&gt;
* Its default behaviour is informational to help you acquire your Tiny Plastic Trophy and/or Two-Tiered Tiny Plastic Trophy. You may optionally edit the preferences in the script to shop for missing trophies for you with a budget that you set yourself. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What are you worth?&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2628-What-are-you-worth-networth.ash-will-tell-you.&amp;amp;p=24990&amp;amp;viewfull=1#post24990 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=dj_d dj_d] and [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* This calculates the current value of all items you own and informs you of what you are worth.&lt;br /&gt;
&lt;br /&gt;
==Script Libraries==&lt;br /&gt;
These scripts are libraries of functions that are required components of other scripts. By themselves they do little or nothing. Expect to download them when directed in a script&#039;s instructions, or if you want to be a scripter, then study them and learn.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;HTMLform&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3842 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?1017-jasonharper jasonharper]&lt;br /&gt;
* Library of functions used for creating forms in [[Relay_Override_Scripting#User_Interface_Script|relay interface scripts]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SmashLib&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3065 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=aqualectrix aqualectrix]&lt;br /&gt;
* Determines the results of pulverizing equipment and reports it for use by scripts or aliases.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ZLib&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2072 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Ultimate toolbox of scripting functions for math, string manipulation, version checking, automatic mapfile updating, persistent variables, adventuring, kmailing and so much more. &#039;&#039;Many scripts require this.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Misc==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Clan Hopping&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2071 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Hop to a whitelisted clan quickly and easily from the CLI.&lt;/div&gt;</summary>
		<author><name>Spiny Twizzler</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Helpful_Scripts&amp;diff=6677</id>
		<title>Helpful Scripts</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Helpful_Scripts&amp;diff=6677"/>
		<updated>2010-06-10T01:01:38Z</updated>

		<summary type="html">&lt;p&gt;Spiny Twizzler: /* Informational Scripts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
This is a list of well written scripts that are currently being maintained for the latest version of KoL and KolMafia. All scripts on this list are free and certified safe for use without any hidden costs or malicious code. If these scripts become outdated for very long or any security risks are found they will be removed from this list, so users should feel free to make use of them.&lt;br /&gt;
&lt;br /&gt;
Of course it is possible that one of these scripts can cause trouble for the user if they are not used properly, so please read the opening post in each thread linked before using that script.&lt;br /&gt;
&lt;br /&gt;
==Turn-Burning Scripts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;autoBasement&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3113 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?46-Rinn Rinn]&lt;br /&gt;
* Automates delving into Fernswarthy&#039;s Basement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;bounty&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1023-auto-BHH-and-friends&amp;amp;p=15204&amp;amp;viewfull=1#post15204 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?197-izchak izchak], [http://zachbardon.com/mafiatools/details.php?a=dj_d dj_d] and [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Automates the bounty gathering quest.&lt;br /&gt;
* In conjunction with SmartStasis combat script (below) it will also olfact the monster for the bounty.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CounterChecker&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2519 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Automates semi-rare acquisition, use of dance cards and a few other counter related activities.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dwarven Factory&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2884 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?2677-That-FN-Ninja That FN Ninja]&lt;br /&gt;
* Automates the optional Dwarven Factory quest.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MacGuffin&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1965 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Automation for the L11 MacGuffin Quest.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;One-Click Wossname&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?960 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon] &lt;br /&gt;
* A complete script for completing the L12 Island War quest.&lt;br /&gt;
* It allows you to chose the medal you are rewarded with, including a Wossname.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rinn&#039;s Quest Scripts&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2584 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?46-Rinn Rinn] &lt;br /&gt;
* Automation for most of the game&#039;s quests.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slime Tube Adventuring Script&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2596 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=alhifar Alhifar]&lt;br /&gt;
* Complete automation for the Slime Tube. &lt;br /&gt;
* You set up the outfits for maximum ML and minimum ML. The script then switches between them.&lt;br /&gt;
* It even allows you to chose to kill or tatter slimes. &lt;br /&gt;
* The variety of options allows every type of Slime Tube play, even a slimeling run, to be automated.&lt;br /&gt;
&lt;br /&gt;
==Relay Override Scripts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;clan_basement.ash&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4137 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?2984-heeheehee Heeheehee]&lt;br /&gt;
* Sorts dungeon loot by boss, presenting Hobopolis loot before Slime Tube loot.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;pyramid.ash&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3922 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?2984-heeheehee Heeheehee]&lt;br /&gt;
* Disables potentially harmful links in the Pyramid.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;shore.ash&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2813 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?872-lostcalpolydude lostcalpolydude] and [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* When you take a vacation it reminds you of which shore items you might need for floor 6 of the Sorceress&#039; Tower.&lt;br /&gt;
* It uses the telescope to determine the exact item needed if you have a full scope.&lt;br /&gt;
* It also keeps you from taking a vacation when you need the the forged documents &#039;cause it sucks to accidently lose those 3 adventures.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Telescope Information&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4057 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* When you look through the telescope at your campsite it will explain what monsters you will meet at the lair and the item to defeat them.&lt;br /&gt;
* Tells you if you have the items. If you need any items it tells you where to find them.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;woods.ash&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4199-Acquire-Continuum-Transfunctioner&amp;amp;p=29908&amp;amp;viewfull=1#post29908 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Gets the Continuum Transfunctioner automatically on your first visit to the woods. You will not need to click anything, it just happens.&lt;br /&gt;
&lt;br /&gt;
===User Interface Scripts===&lt;br /&gt;
&lt;br /&gt;
These scripts are a special type of relay override scripts in that they create pages that do not exist as part of KoL. They are prefixed by &amp;quot;relay_&amp;quot; and must be placed in the user&#039;s \relay directory. These scripts are accessed via the &amp;quot;-run script-&amp;quot; dropdown menu in the relay browser.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Daily Info&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4248 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=icon315 Icon315]&lt;br /&gt;
*This script shows you the daily information such as the moons&#039; effects on various modifiers, current stat day and Daily Dungeon rooms.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;relay_SlimeTube&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2596-Slime-Tube-Adventuring-Script&amp;amp;p=29687&amp;amp;viewfull=1#post29687 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Adapted from Alhifar&#039;s Slime Tube Adventuring Script; does everything the original script does.&lt;br /&gt;
* Adds a UI to enable the user to easily configure the Slime Tube script without having to modify the base script.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ZLib Variable Editor&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4081 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?2984-heeheehee Heeheehee]&lt;br /&gt;
*This script provides a more user-friendly interface for modifying [http://kolmafia.us/showthread.php?2072 ZLib] variables.&lt;br /&gt;
&lt;br /&gt;
==Custom Combat Scripts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Things First&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1255 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Takes care of the first few things needed in a fight: pickpocketing, entangling noodles, olfaction, spooky putty, etc&lt;br /&gt;
* Includes quest related events: insulting pirates, throwing flyers, driving away clingy pirates if clingfilm is not needed, etc.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SmartStasis&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1715 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Includes everything from First Things First. (Requires that to be downloaded also.)&lt;br /&gt;
* Stasis monsters for a variety of reasons: starfishing, hobo monkey meat.&lt;br /&gt;
* Notices when the monkey steals and recognizes if your slimeling or other chargeable starfish is out of juice and ends stasis.&lt;br /&gt;
* Quest related stasis: Using molybdenum magnet on the correct gremlin, getting essences in Seaside Megalopolis, learning rave dance moves Outside the Club.&lt;br /&gt;
* Uses disco combos and rave combos when they improve your profit.&lt;br /&gt;
&lt;br /&gt;
==Buff Upkeep Scripts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;acquireBuff&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4048 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?46-Rinn Rinn]&lt;br /&gt;
* Gets a buff from a buffbot without needing to know the bot&#039;s name or pricelist.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Best Between Battle Script Ever&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1240 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Executes between battles in automatic adventuring.&lt;br /&gt;
* Adjusts choice adventures, adjusts MCD for current moxie, auto-tames turtles.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;hatter.ash&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4262 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?2677-That-FN-Ninja That FN Ninja]&lt;br /&gt;
* To get a specific Mad Hatter buff painlessly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Universal Recovery&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1780 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Improves mafia&#039;s automated recovery to make best use of all items in hardcore/ronin or conserve meat if you have mall access.&lt;br /&gt;
* Keeps spare mp healing items on-hand in case they are needed in combat.&lt;br /&gt;
* Conserves healing items for use against your Shadow.&lt;br /&gt;
* Removes poison and keeps some extra antidotes for use in combat.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;VIP Hopping&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3620-VIP-Hopping!-Quick-clanhop-to-BAfH-for-all-VIP-room-goodies! download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Hops over the clan Bonus Adventures from Hell to get something from their VIP Lounge, then it hops back to your regular clan.&lt;br /&gt;
* Enables access to all VIP Lounge amenities and the ballpit without needing to spend time in BaFH.&lt;br /&gt;
* If you don&#039;t have a membership in Bonus Adventures from Hell, it submits a request to join the clan so that you can get access to a fully stocked VIP Lounge for free.&lt;br /&gt;
&lt;br /&gt;
==Item Handling Scripts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;PriceAdvisor&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3110 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=aqualectrix aqualectrix]&lt;br /&gt;
* Gives advice on how to maximize profit from an item.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rainbow Gravitation made easy&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1929 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* In hardcore/ronin it handles automatic wad transmutation to enable easy creation of Rainbow Wads.&lt;br /&gt;
* With mall access, it will purchase necessary wads to use daily casts of Rainbow Gravitation.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Scripting the birth of a new life&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2769 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Sets optimal choice adventures based on current class for your ascension. Perfect to run at the beginning of a new life.&lt;br /&gt;
* Automates simple tasks that are always run at the beginning of a new life like pulling your VIP Lounge Key and visiting the Toot Oriole.&lt;br /&gt;
&lt;br /&gt;
==Informational Scripts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;bumcheekcity&#039;s Easy Wiki Snapshot Maker&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3001 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bumcheekcity bumcheekcity]&lt;br /&gt;
* This script will collect information about your character and generate a profile to display on [http://bumcheekcity.com/kol/profile.php bumcheekcity&#039;s website].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;EatDrink.ash: Optimize your daily diet&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4202-The-Unofficial-Ascend.ash-support-thread.&amp;amp;p=30725&amp;amp;viewfull=1#post30725 best download here]) - ([http://kolmafia.us/showthread.php?1519 outdated official thread here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=dj_d dj_d] and [http://zachbardon.com/mafiatools/details.php?a=fronobulax fronobulax]&lt;br /&gt;
* Tries to find an optimal diet for a given value of an adventure.&lt;br /&gt;
* Can be run in simulation mode, just to see what it would do.&lt;br /&gt;
* Since dj_d is taking a leave of absence, fronobulax has temporarily taken up maintenance of this script.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;StDoodle&#039;s Custom Daily Deeds&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3443 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?720-StDoodle StDoodle]&lt;br /&gt;
* Tracks all events that have limited uses, from pool table to pasta summoning.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slime Vial Recipes&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3544-Slime-vial-recipes&amp;amp;p=25337&amp;amp;viewfull=1#post25337 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?1017-jasonharper jasonharper]&lt;br /&gt;
* This script will help you get the [http://kol.coldfront.net/thekolwiki/index.php/Color_Wheel_of_Yuck Color Wheel of Yuck] trophy by checking your discoveries list and mixing the vials in your inventory to create slime potions you do not know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tiny Plastic Series 1 &amp;amp; 2 Checker&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?goto=newpost&amp;amp;t=2587 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?1897-Spiny Spiny Twizzler]&lt;br /&gt;
* Its default behaviour is informational to help you acquire your Tiny Plastic Trophy and/or Two-Tiered Tiny Plastic Trophy. You may optionally edit the preferences in the script to shop for missing trophies for you with a budget that you set yourself. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What are you worth?&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2628-What-are-you-worth-networth.ash-will-tell-you.&amp;amp;p=24990&amp;amp;viewfull=1#post24990 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=dj_d dj_d] and [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* This calculates the current value of all items you own and informs you of what you are worth.&lt;br /&gt;
&lt;br /&gt;
==Script Libraries==&lt;br /&gt;
These scripts are libraries of functions that are required components of other scripts. By themselves they do little or nothing. Expect to download them when directed in a script&#039;s instructions, or if you want to be a scripter, then study them and learn.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;HTMLform&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3842 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?1017-jasonharper jasonharper]&lt;br /&gt;
* Library of functions used for creating forms in [[Relay_Override_Scripting#User_Interface_Script|relay interface scripts]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SmashLib&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3065 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=aqualectrix aqualectrix]&lt;br /&gt;
* Determines the results of pulverizing equipment and reports it for use by scripts or aliases.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ZLib&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2072 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Ultimate toolbox of scripting functions for math, string manipulation, version checking, automatic mapfile updating, persistent variables, adventuring, kmailing and so much more. &#039;&#039;Many scripts require this.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Misc==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Clan Hopping&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2071 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Hop to a whitelisted clan quickly and easily from the CLI.&lt;/div&gt;</summary>
		<author><name>Spiny Twizzler</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Helpful_Scripts&amp;diff=6676</id>
		<title>Helpful Scripts</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Helpful_Scripts&amp;diff=6676"/>
		<updated>2010-06-10T00:55:51Z</updated>

		<summary type="html">&lt;p&gt;Spiny Twizzler: /* Informational Scripts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
This is a list of well written scripts that are currently being maintained for the latest version of KoL and KolMafia. All scripts on this list are free and certified safe for use without any hidden costs or malicious code. If these scripts become outdated for very long or any security risks are found they will be removed from this list, so users should feel free to make use of them.&lt;br /&gt;
&lt;br /&gt;
Of course it is possible that one of these scripts can cause trouble for the user if they are not used properly, so please read the opening post in each thread linked before using that script.&lt;br /&gt;
&lt;br /&gt;
==Turn-Burning Scripts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;autoBasement&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3113 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?46-Rinn Rinn]&lt;br /&gt;
* Automates delving into Fernswarthy&#039;s Basement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;bounty&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1023-auto-BHH-and-friends&amp;amp;p=15204&amp;amp;viewfull=1#post15204 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?197-izchak izchak], [http://zachbardon.com/mafiatools/details.php?a=dj_d dj_d] and [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Automates the bounty gathering quest.&lt;br /&gt;
* In conjunction with SmartStasis combat script (below) it will also olfact the monster for the bounty.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CounterChecker&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2519 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Automates semi-rare acquisition, use of dance cards and a few other counter related activities.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dwarven Factory&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2884 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?2677-That-FN-Ninja That FN Ninja]&lt;br /&gt;
* Automates the optional Dwarven Factory quest.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MacGuffin&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1965 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Automation for the L11 MacGuffin Quest.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;One-Click Wossname&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?960 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon] &lt;br /&gt;
* A complete script for completing the L12 Island War quest.&lt;br /&gt;
* It allows you to chose the medal you are rewarded with, including a Wossname.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rinn&#039;s Quest Scripts&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2584 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?46-Rinn Rinn] &lt;br /&gt;
* Automation for most of the game&#039;s quests.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slime Tube Adventuring Script&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2596 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=alhifar Alhifar]&lt;br /&gt;
* Complete automation for the Slime Tube. &lt;br /&gt;
* You set up the outfits for maximum ML and minimum ML. The script then switches between them.&lt;br /&gt;
* It even allows you to chose to kill or tatter slimes. &lt;br /&gt;
* The variety of options allows every type of Slime Tube play, even a slimeling run, to be automated.&lt;br /&gt;
&lt;br /&gt;
==Relay Override Scripts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;clan_basement.ash&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4137 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?2984-heeheehee Heeheehee]&lt;br /&gt;
* Sorts dungeon loot by boss, presenting Hobopolis loot before Slime Tube loot.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;pyramid.ash&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3922 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?2984-heeheehee Heeheehee]&lt;br /&gt;
* Disables potentially harmful links in the Pyramid.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;shore.ash&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2813 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?872-lostcalpolydude lostcalpolydude] and [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* When you take a vacation it reminds you of which shore items you might need for floor 6 of the Sorceress&#039; Tower.&lt;br /&gt;
* It uses the telescope to determine the exact item needed if you have a full scope.&lt;br /&gt;
* It also keeps you from taking a vacation when you need the the forged documents &#039;cause it sucks to accidently lose those 3 adventures.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Telescope Information&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4057 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* When you look through the telescope at your campsite it will explain what monsters you will meet at the lair and the item to defeat them.&lt;br /&gt;
* Tells you if you have the items. If you need any items it tells you where to find them.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;woods.ash&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4199-Acquire-Continuum-Transfunctioner&amp;amp;p=29908&amp;amp;viewfull=1#post29908 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Gets the Continuum Transfunctioner automatically on your first visit to the woods. You will not need to click anything, it just happens.&lt;br /&gt;
&lt;br /&gt;
===User Interface Scripts===&lt;br /&gt;
&lt;br /&gt;
These scripts are a special type of relay override scripts in that they create pages that do not exist as part of KoL. They are prefixed by &amp;quot;relay_&amp;quot; and must be placed in the user&#039;s \relay directory. These scripts are accessed via the &amp;quot;-run script-&amp;quot; dropdown menu in the relay browser.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Daily Info&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4248 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=icon315 Icon315]&lt;br /&gt;
*This script shows you the daily information such as the moons&#039; effects on various modifiers, current stat day and Daily Dungeon rooms.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;relay_SlimeTube&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2596-Slime-Tube-Adventuring-Script&amp;amp;p=29687&amp;amp;viewfull=1#post29687 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Adapted from Alhifar&#039;s Slime Tube Adventuring Script; does everything the original script does.&lt;br /&gt;
* Adds a UI to enable the user to easily configure the Slime Tube script without having to modify the base script.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ZLib Variable Editor&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4081 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?2984-heeheehee Heeheehee]&lt;br /&gt;
*This script provides a more user-friendly interface for modifying [http://kolmafia.us/showthread.php?2072 ZLib] variables.&lt;br /&gt;
&lt;br /&gt;
==Custom Combat Scripts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Things First&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1255 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Takes care of the first few things needed in a fight: pickpocketing, entangling noodles, olfaction, spooky putty, etc&lt;br /&gt;
* Includes quest related events: insulting pirates, throwing flyers, driving away clingy pirates if clingfilm is not needed, etc.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SmartStasis&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1715 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Includes everything from First Things First. (Requires that to be downloaded also.)&lt;br /&gt;
* Stasis monsters for a variety of reasons: starfishing, hobo monkey meat.&lt;br /&gt;
* Notices when the monkey steals and recognizes if your slimeling or other chargeable starfish is out of juice and ends stasis.&lt;br /&gt;
* Quest related stasis: Using molybdenum magnet on the correct gremlin, getting essences in Seaside Megalopolis, learning rave dance moves Outside the Club.&lt;br /&gt;
* Uses disco combos and rave combos when they improve your profit.&lt;br /&gt;
&lt;br /&gt;
==Buff Upkeep Scripts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;acquireBuff&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4048 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?46-Rinn Rinn]&lt;br /&gt;
* Gets a buff from a buffbot without needing to know the bot&#039;s name or pricelist.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Best Between Battle Script Ever&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1240 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Executes between battles in automatic adventuring.&lt;br /&gt;
* Adjusts choice adventures, adjusts MCD for current moxie, auto-tames turtles.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;hatter.ash&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4262 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?2677-That-FN-Ninja That FN Ninja]&lt;br /&gt;
* To get a specific Mad Hatter buff painlessly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Universal Recovery&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1780 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Improves mafia&#039;s automated recovery to make best use of all items in hardcore/ronin or conserve meat if you have mall access.&lt;br /&gt;
* Keeps spare mp healing items on-hand in case they are needed in combat.&lt;br /&gt;
* Conserves healing items for use against your Shadow.&lt;br /&gt;
* Removes poison and keeps some extra antidotes for use in combat.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;VIP Hopping&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3620-VIP-Hopping!-Quick-clanhop-to-BAfH-for-all-VIP-room-goodies! download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Hops over the clan Bonus Adventures from Hell to get something from their VIP Lounge, then it hops back to your regular clan.&lt;br /&gt;
* Enables access to all VIP Lounge amenities and the ballpit without needing to spend time in BaFH.&lt;br /&gt;
* If you don&#039;t have a membership in Bonus Adventures from Hell, it submits a request to join the clan so that you can get access to a fully stocked VIP Lounge for free.&lt;br /&gt;
&lt;br /&gt;
==Item Handling Scripts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;PriceAdvisor&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3110 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=aqualectrix aqualectrix]&lt;br /&gt;
* Gives advice on how to maximize profit from an item.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rainbow Gravitation made easy&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?1929 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* In hardcore/ronin it handles automatic wad transmutation to enable easy creation of Rainbow Wads.&lt;br /&gt;
* With mall access, it will purchase necessary wads to use daily casts of Rainbow Gravitation.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Scripting the birth of a new life&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2769 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Sets optimal choice adventures based on current class for your ascension. Perfect to run at the beginning of a new life.&lt;br /&gt;
* Automates simple tasks that are always run at the beginning of a new life like pulling your VIP Lounge Key and visiting the Toot Oriole.&lt;br /&gt;
&lt;br /&gt;
==Informational Scripts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;bumcheekcity&#039;s Easy Wiki Snapshot Maker&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3001 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bumcheekcity bumcheekcity]&lt;br /&gt;
* This script will collect information about your character and generate a profile to display on [http://bumcheekcity.com/kol/profile.php bumcheekcity&#039;s website].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;EatDrink.ash: Optimize your daily diet&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?4202-The-Unofficial-Ascend.ash-support-thread.&amp;amp;p=30725&amp;amp;viewfull=1#post30725 best download here]) - ([http://kolmafia.us/showthread.php?1519 outdated official thread here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=dj_d dj_d] and [http://zachbardon.com/mafiatools/details.php?a=fronobulax fronobulax]&lt;br /&gt;
* Tries to find an optimal diet for a given value of an adventure.&lt;br /&gt;
* Can be run in simulation mode, just to see what it would do.&lt;br /&gt;
* Since dj_d is taking a leave of absence, fronobulax has temporarily taken up maintenance of this script.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;StDoodle&#039;s Custom Daily Deeds&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3443 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?720-StDoodle StDoodle]&lt;br /&gt;
* Tracks all events that have limited uses, from pool table to pasta summoning.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slime Vial Recipes&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3544-Slime-vial-recipes&amp;amp;p=25337&amp;amp;viewfull=1#post25337 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?1017-jasonharper jasonharper]&lt;br /&gt;
* This script will help you get the [http://kol.coldfront.net/thekolwiki/index.php/Color_Wheel_of_Yuck Color Wheel of Yuck] trophy by checking your discoveries list and mixing the vials in your inventory to create slime potions you do not know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tiny Plastic Series 1 &amp;amp; 2 Checker&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?goto=newpost&amp;amp;t=2587 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?1897-Spiny Spiny Twizzler]&lt;br /&gt;
* It&#039;s default behaviour is informational to help you acquire your Tiny Plastic Trophy and/or Two-Tiered Tiny Plastic Trophy. You may optionally edit the preferences in the script to shop for missing trophies for you with a budget that you set yourself. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What are you worth?&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2628-What-are-you-worth-networth.ash-will-tell-you.&amp;amp;p=24990&amp;amp;viewfull=1#post24990 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=dj_d dj_d] and [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* This calculates the current value of all items you own and informs you of what you are worth.&lt;br /&gt;
&lt;br /&gt;
==Script Libraries==&lt;br /&gt;
These scripts are libraries of functions that are required components of other scripts. By themselves they do little or nothing. Expect to download them when directed in a script&#039;s instructions, or if you want to be a scripter, then study them and learn.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;HTMLform&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3842 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://kolmafia.us/member.php?1017-jasonharper jasonharper]&lt;br /&gt;
* Library of functions used for creating forms in [[Relay_Override_Scripting#User_Interface_Script|relay interface scripts]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SmashLib&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?3065 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=aqualectrix aqualectrix]&lt;br /&gt;
* Determines the results of pulverizing equipment and reports it for use by scripts or aliases.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ZLib&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2072 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=zarqon zarqon]&lt;br /&gt;
* Ultimate toolbox of scripting functions for math, string manipulation, version checking, automatic mapfile updating, persistent variables, adventuring, kmailing and so much more. &#039;&#039;Many scripts require this.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Misc==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Clan Hopping&#039;&#039;&#039; - ([http://kolmafia.us/showthread.php?2071 download here]) &#039;&#039;&#039;Author:&#039;&#039;&#039; [http://zachbardon.com/mafiatools/details.php?a=bale Bale]&lt;br /&gt;
* Hop to a whitelisted clan quickly and easily from the CLI.&lt;/div&gt;</summary>
		<author><name>Spiny Twizzler</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=String_Handling_Routines&amp;diff=1460</id>
		<title>String Handling Routines</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=String_Handling_Routines&amp;diff=1460"/>
		<updated>2009-09-29T05:00:32Z</updated>

		<summary type="html">&lt;p&gt;Spiny Twizzler: /* Part  8 - String Handling Routines */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Part  8 - String Handling Routines ==&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;em&amp;gt;Under Construction&amp;lt;/em&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;void print( string helloworld )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Prints the given string to the graphical CLI window and to the status line of the main Adventuring window.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;string [[visit_url alpha|visit_url( string url )]]&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Accesses the specified URL, manages any applicable redirects (including if the page offered a choice adventure), and returns the HTML of the final response page.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;string location_to_url( location place )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Returns the URL that would need to be accessed to visit the specified location.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;boolean contains_text( string source, string query )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Reveals if the query string is a substring of the source string.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int extract_meat( string text )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns the amount of meat contained in a string passed to it in integer format. For use in k-mail parsing. *Not for use on pending trades.*&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int [item] extract_items( string text )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
takes the text you have provided and parses it for any items that KoLmafia would have found normally.  This means you have access to the built-in pluralization handler as well as the ability to NOT have to lookup description IDs or whatever other loops you had to use to access that information. For use in k-mail parsing. *Not for use on pending trades.*&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int length( string text )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns the length of the given string.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int index_of( string source, string search )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns the first index of a given substring in a string.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;int index_of( string source, string search, int start )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns the next index of a given substring in a string starting from the given position.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;int last_index_of( string source, string search )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns the last index of a given substring in a string.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;string substring( string source, int startfrom )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns the substring of the given string starting from the given character position in the string, and ending at the last character.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;string substring( string source, int start, int end )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Returns the substring of the given string starting from the character position indicated by start in the string, and ending at the character position indicated by end.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;string replace_string( string source, string search, string replace )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
searches the source string for the search string and replaces all instances with the replace string&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;string url_encode( string text )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;string url_decode( string text )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Converts a string text into a formatted string for using with raw URLs or from a formatted string back into “normal” text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;string [int] split_string( string source )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns a map of strings which is the passed string split into individual lines. Originally implemented for use when parsing session logs, but may see more uses in the future.&lt;br /&gt;
http://kolmafia.us/showthread.php?t=573 &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;string [int] split_string( string source, string regex )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;string [int,int] group_string( string source, string regex )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
see this post located on the script repository for more information:  http://kolmafia.us/showthread.php?t=318 &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;string [int] session_logs( string player, int day_count )&amp;lt;/strong&amp;gt;&lt;br /&gt;
Gives access to the session logs saved by kolmafia. More details will be added when this function&#039;s own page is written. For now, more extensive details can be found here: http://kolmafia.us/showthread.php?t=573&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;buffer append( buffer source, string text )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns the source buffer with the string added on at the end.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;buffer append_tail( matcher regex, buffer source )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
This function appends the text returned by a matcher to the end of the buffer text.&lt;/div&gt;</summary>
		<author><name>Spiny Twizzler</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=String_Handling_Routines&amp;diff=1459</id>
		<title>String Handling Routines</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=String_Handling_Routines&amp;diff=1459"/>
		<updated>2009-09-29T04:56:58Z</updated>

		<summary type="html">&lt;p&gt;Spiny Twizzler: /* Part  8 - String Handling Routines */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Part  8 - String Handling Routines ==&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;em&amp;gt;Under Construction&amp;lt;/em&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;void print( string helloworld )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Prints the given string to the graphical CLI window and to the status line of the main Adventuring window.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;string [[visit_url alpha|visit_url( string url )]]&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Accesses the specified URL, manages any applicable redirects (including if the page offered a choice adventure), and returns the HTML of the final response page.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;string location_to_url( location place )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Returns the URL that would need to be accessed to visit the specified location.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;boolean contains_text( string source, string query )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Reveals if the query string is a substring of the source string.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int extract_meat( string text )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns the amount of meat contained in a string passed to it in integer format. For use in k-mail parsing. *Not for use on pending trades.*&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int [item] extract_items( string text )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
takes the text you have provided and parses it for any items that KoLmafia would have found normally.  This means you have access to the built-in pluralization handler as well as the ability to NOT have to lookup description IDs or whatever other loops you had to use to access that information. For use in k-mail parsing. *Not for use on pending trades.*&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int length( string text )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns the length of the given string.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int index_of( string source, string search )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns the first index of a given substring in a string.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;int index_of( string source, string search, int start )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns the next index of a given substring in a string starting from the given position.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;int last_index_of( string source, string search )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns the last index of a given substring in a string.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;string substring( string source, int startfrom )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns the substring of the given string starting from the given character position in the string, and ending at the last character.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;string substring( string source, int start, int end )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Returns the substring of the given string starting from the character position indicated by start in the string, and ending at the character position indicated by end.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;string replace_string( string source, string search, string replace )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
searches the source string for the search string and replaces all instances with the replace string&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;string url_encode( string text )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;string url_decode( string text )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Converts a string text into a formatted string for using with raw URLs or from a formatted string back into “normal” text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;string [int] split_string( string source )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns a map of strings which is the passed string split into individual lines. Originally implemented for use when parsing session logs, but may see more uses in the future.&lt;br /&gt;
http://kolmafia.us/index.php/topic,794.msg3868.html#msg3868 &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;string [int] split_string( string source, string regex )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;string [int,int] group_string( string source, string regex )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
see this post located on the script repository for more information:  http://kolmafia.us/showthread.php?t=318 &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;string [int] session_logs( string player, int day_count )&amp;lt;/strong&amp;gt;&lt;br /&gt;
Gives access to the session logs saved by kolmafia. More details will be added when this function&#039;s own page is written. For now, more extensive details can be found here: http://kolmafia.us/showthread.php?t=573&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;buffer append( buffer source, string text )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns the source buffer with the string added on at the end.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;buffer append_tail( matcher regex, buffer source )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
This function appends the text returned by a matcher to the end of the buffer text.&lt;/div&gt;</summary>
		<author><name>Spiny Twizzler</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=String_Handling_Routines&amp;diff=1458</id>
		<title>String Handling Routines</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=String_Handling_Routines&amp;diff=1458"/>
		<updated>2009-09-29T04:54:43Z</updated>

		<summary type="html">&lt;p&gt;Spiny Twizzler: /* Part  8 - String Handling Routines */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Part  8 - String Handling Routines ==&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;em&amp;gt;Under Construction&amp;lt;/em&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;void print( string helloworld )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Prints the given string to the graphical CLI window and to the status line of the main Adventuring window.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;string [[visit_url alpha|visit_url( string url )]]&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Accesses the specified URL, manages any applicable redirects (including if the page offered a choice adventure), and returns the HTML of the final response page.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;string location_to_url( location place )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Returns the URL that would need to be accessed to visit the specified location.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;boolean contains_text( string source, string query )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Reveals if the query string is a substring of the source string.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int extract_meat( string text )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns the amount of meat contained in a string passed to it in integer format. For use in k-mail parsing. *Not for use on pending trades.*&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int [item] extract_items( string text )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
takes the text you have provided and parses it for any items that KoLmafia would have found normally.  This means you have access to the built-in pluralization handler as well as the ability to NOT have to lookup description IDs or whatever other loops you had to use to access that information. For use in k-mail parsing. *Not for use on pending trades.*&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int length( string text )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns the length of the given string.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int index_of( string source, string search )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns the first index of a given substring in a string.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;int index_of( string source, string search, int start )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns the next index of a given substring in a string starting from the given position.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;int last_index_of( string source, string search )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns the last index of a given substring in a string.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;string substring( string source, int startfrom )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns the substring of the given string starting from the given character position in the string, and ending at the last character.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;string substring( string source, int start, int end )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Returns the substring of the given string starting from the character position indicated by start in the string, and ending at the character position indicated by end.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;string replace_string( string source, string search, string replace )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
searches the source string for the search string and replaces all instances with the replace string&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;string url_encode( string text )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;string url_decode( string text )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Converts a string text into a formatted string for using with raw URLs or from a formatted string back into “normal” text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;string [int] split_string( string source )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns a map of strings which is the passed string split into individual lines. Originally implemented for use when parsing session logs, but may see more uses in the future.&lt;br /&gt;
http://kolmafia.us/index.php/topic,794.msg3868.html#msg3868 &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;string [int] split_string( string source, string regex )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;string [int,int] group_string( string source, string regex )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
see this post located on the script repository for more information:  http://kolmafia.us/index.php/topic,451.msg2235.html#msg2235 &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;string [int] session_logs( string player, int day_count )&amp;lt;/strong&amp;gt;&lt;br /&gt;
Gives access to the session logs saved by kolmafia. More details will be added when this function&#039;s own page is written. For now, more extensive details can be found here: http://kolmafia.us/showthread.php?t=573&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;buffer append( buffer source, string text )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Returns the source buffer with the string added on at the end.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;buffer append_tail( matcher regex, buffer source )&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
This function appends the text returned by a matcher to the end of the buffer text.&lt;/div&gt;</summary>
		<author><name>Spiny Twizzler</name></author>
	</entry>
</feed>