Search results

  1. mredge73

    Barrel full of Barrels autodrinker

    As far as I know, I don't think ash has access to the "session results" window in mafia that lists all newly gained items in the current instance.
  2. mredge73

    MrEdge73's Item Handling Script Suite!

    I will see if I can find a place to add this in. Unfortunately, I don't have a slimeling to test it on so you will have to be the guinea pig
  3. mredge73

    Forum Update

    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.
  4. mredge73

    MrEdge73's Item Handling Script Suite!

    I have done this more than once, I think on the next round of updates I will just remove the links altogether to hinder further confusion.
  5. mredge73

    Browser skipping over noncombat quests question

    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.
  6. mredge73

    zapgroups.txt

    I agree! Thanks
  7. mredge73

    zapgroups.txt

    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...
  8. mredge73

    zapgroups.txt

    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...
  9. mredge73

    MrEdge73's Item Handling Script Suite!

    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...
  10. mredge73

    Some general questions - file_to_map() and other.

    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...
  11. mredge73

    Some general questions - file_to_map() and other.

    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...
  12. mredge73

    Information Request

    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...
  13. mredge73

    MrEdge73's Item Handling Script Suite!

    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...
  14. mredge73

    MPA Scriptlet

    Quit teasing! I have been trying to write one of those for some time now but I know you won't release your clan bot work for me to cheat off of.
  15. mredge73

    bounty.ash

    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
  16. mredge73

    StDoodle's Custom Daily Deeds

    What does your script do? There is no description above.
  17. mredge73

    QuickQ: visit_url("clan_hall.php");

    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...
  18. mredge73

    Best Between Battle Script Ever -- formerly AutoMCD

    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.
  19. mredge73

    Quick Q:

    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
  20. mredge73

    bumcheekcity's Easy Snapshot Maker

    I like it! Can I suggest adding Hobo instruments to the list of hobo items?
Back
Top