Search results

  1. mredge73

    Clan Raid Log Parser Library -- Raid.ash

    It worked last night, I made it while playing at the same time so I am sure there are a few errors. I thought that the 4 new lines added to raid.ash would have fixed the problem. The Misc zone should be identical to that of crimbo last year, the base code is unmodified from last year. If there...
  2. mredge73

    MrEdge73's Item Handling Script Suite!

    I have been meaning to fix this. It only requires setting the properties to make chef/bartender before crafting, just a few lines...
  3. mredge73

    Clan Raid Log Parser Library -- Raid.ash

    Updated Raid.ash Very small error keeping it from seeing the Misc Zones like the Haunted House. Also I built this little script for the Haunted house to give me an approximation of how many monsters are left. This does need some spading, hopefully adjusting the constants at the top may give...
  4. mredge73

    MacGuffin 2.0 -- level 11 quest, automated

    Another problem that I found today: black_market_available() returned false after I killed the black market guy manually, so the script tried to get the map again.
  5. mredge73

    MrEdge73's Item Handling Script Suite!

    That was one of the reasons that motivated me to spin this release. I had been wanting to put in a Simulation mode but I didn't have a reason for it, so low motivation. Now it works on Consume, MallSell, and Autosell. Still haven't finished pulverize or aftercore routines but they will be next...
  6. mredge73

    MrEdge73's Item Handling Script Suite!

    Updates! NS Closetier version 20110903 fix NG logic fix display for telescope level 7 replaced in_moxie_class() with gnomads_available() my_path() == "Bees Hate You" added vendo key buying HC Inventory Control version 20110903 changed logic to dump the pulverizing hammer added SIM variable...
  7. mredge73

    GambleBot!

    The string passed to that function is just the body of the message. The output is just a string containing the result of the roll, it can manipulated outside of the function. sender is not a global variable. You would have to rewrite the function to accept the sender as a input in order to get...
  8. mredge73

    MrEdge73's Item Handling Script Suite!

    I haven't updated it since the changes, it doesn't really work at all in a bees run. I am trying to decide how to do it since new paths are likely to become available soon. A rewrite may be in order, I just don't have a lot of free time. I will try to look at it today, thanks for the heads up...
  9. mredge73

    chatbotScript

    Extra simple logging script: ## Use this script by placing it in your scripts directory and typing "set chatbotScript=ChatLogger.ash" into the gCLI. void main( string sender , string message, string channel ) { if (channel=="") { channel="PM"; print("Incoming PM...
  10. mredge73

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    I thought that I would share this. I just finished my Oxy Hardcore run with a DB exclusively running this script. It took 39 days total, 1615 turns. It was also a 100% run (Autonomous Disco Ball) so no spleen familiar. This isn't that bad considering that it is my faster than my other oxy runs...
  11. mredge73

    Request: Clan Stash Cleaner

    Shameless self promotion of an old tired script.
  12. mredge73

    Background script

    Mafia can run multiple scripts at the same time (chatbot + mainBot). Mafia seems to have the ability to do this (run two scripts at once), but it doesn't have anything to keep it from hitting the server on both scripts at the same time.
  13. mredge73

    Breakfast Scripts and buffbots

    Here are some specific breakfast properties that mafia uses: set_property("autoPlantSoftcore","true"); set_property("breakfastSoftcore","Advanced Cocktailcrafting,Advanced Saucecrafting,Pastamastery,Summon Crimbo Candy"); set_property("grabCloversSoftcore","true")...
  14. mredge73

    Trouble with Zlib

    you don't need to use zlib.ash, it is just a library or support script. Put the most recent version in your script folder and forget about it until it asks for a new update. Update mafia daily!
  15. mredge73

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    I am on my first ascension with this script. I am doing a Oxy run with a DB. You may want to check out the friar's quest, I may have found a bug. It spent 51 turns in the dark elbow of the woods, it didn't notice that I get the knife for some reason: [281] Dark Elbow of the Woods...
  16. mredge73

    Clan Raid Log Parser Library -- Raid.ash

    I haven't got that far yet, I don't necessary have a need for that functionally (distribution) so I haven't spent as much time on perfecting the matchers for old logs. The matchers on this script will likely need some extra work to parse old logs.
  17. mredge73

    Having some issues with adventure consult functions

    I was checking on the wiki on how to do this but the example will not work in either case. Here is what I am trying: string combat_cleesh(int r, monster opp, string text) { print(opp,"blue"); print(r, "blue"); print(text,"blue"); if (opp...
  18. mredge73

    Clan Raid Log Parser Library -- Raid.ash

    Another Library -- Yay! It contains functions to parse the raid logs and detect basement images. Running it directly will output a sample of what it can do. Works great as a stand alone information script, but would work better as a library. I hope to inspire someone to build a relay script out...
  19. mredge73

    Kmail Plus

    Sync button would be a good compromise.
Back
Top