Echo, I liked the old skin much better because it was much easier on the eyes and new posts were easier to spot.
Anyway, where are the bug reports?
I seem to have misplaced them, I will look around some more.
Happened twice yesterday for me on 2 different characters.
F'cle, didn't show the pirate fledges adv
pre-crypt, didn't show the fern's key adv
Relay manual adventuring. Maybe everyone had bad lag yesterday.
I guess you are right on that one, but it does work great for most items. I only really use that example for food and drinks (non-fishy) that only have 2 ingredients.
It is very unfortunate that ash cannot make use of zap groups with the included data files. Well maybe there is another...
Can anyone help me with the zapgroups.txt file. I want to load it into a map that I can use in an ash script. It is not a tab spaced list like every other list in the data folder so I don't really know how to go about loading it into a map where I can make use of it.
Here is how I load the...
I think this could be quickly fixed by an easy edit to the ZapMeList(). I can make obtaining a black pepper the first goal and getting the beach rewards the second goal. As far as the potions and gums, since they are so easy to farm I won't have the ZapOnce() function in HC inventory control...
That was the reason for the first mini script that I posted. The $items[] datatype is fairly new so it may not appear in the wiki but you can read about it here. Your best resource for building scripts are from scripts that already exist. Check out the many item management scripts that are...
To iterate over all items you need something like this (example will build a map file of all items currently in your DC):
//DC Map
int [item] DC;
foreach it in $items[]
{
//to find items currently in your DC
if (display_amount(it)>0)
{
print("You have...
You can look into EatDrink.ash for consuming.
I would also be running Bale's counter and recovery scripts.
Scheduled task program sucks for running .jar files so that is another reason to get Rinn's script. This script fixes 3 problems with boting: windows task manager has a .exe to run, mafia...
well
The zap logic is not very intelligent outside of the logic designed to get you your NS keys.
I have never developed the zap logic to do more than get your keys and then zap a few items from a limited list. It will zap dungeon of doom rings until it turns them all into ring of conflict...
bounty.ash is an older script that has been redone several times by the community. It is not part of ascend.ash unless it calls bounty.ash externally.
You can find the newest version on post 89 by Zarqon here:
http://kolmafia.us/showthread.php?t=1023&page=9
This link is very helpful when building matchers:
http://www.fileformat.info/tool/regex.htm
FYI
For getting the clan name (taking directly out of my function library MrEdge73's Support Script -- Functions (Beta).ash):
//gets name of clan...
I am in moxie sign and BBB is trying to auto-adjust my MCD but I haven't built my meatcar yet.
MCD: adjusting to 4...
Resetting mind control device...
Mind control device reset.
Server www4.kingdomofloathing.com returned a blank page from gnomes.php. Complain to Jick, not us.
Here are a few refresh commands that I find helpful when you encounter something like that:
refresh inventory --I use this after opening emails that contain items
refresh status --I use this when I gain a buff from a buffbot
or
refresh all