Search results

  1. digitrev

    Sharpen Your Saw & Become a New You

    As advised by bmaher & others, I will investigate what to do if the monster cannot be parsed out uniquely. I have added code to abort if a monster cannot be found, but until I get a good testing opportunity, there's not much I can do.
  2. digitrev

    Sharpen Your Saw & Become a New You

    Self-help gibberish aside, this will: check to see if you have the appropriate Eudora set parse out your most recent correspondence into: which skill to cast against which monster how many times in which location try to Olfact the monster of interest (uneffecting On the Trail if necessary)...
  3. digitrev

    Sharpen Your Saw & Become a New You

    Want to become a better and Newer You? Want to do without any thought whatsoever? Then try NewYou.ash, and watch your saw sharpen itself. Just install the following package. svn checkout https://svn.code.sf.net/p/digitrev/code/NewYou Then, call it from the CLI with NewYou or pick it from the...
  4. digitrev

    Combat action filter question

    So I'm using a combat action filter to handle the New-You saw sharpening task, and I'm running into a unique problem. Whenever my combat action filter returns an item from my ccs that starts with "consult", mafia fails to run the consult script. Is this a bug, or is there a good workaround?
  5. digitrev

    Fishbot.ash

    Proper dependency added. Thanks, Veracity.
  6. digitrev

    Fishbot.ash

    Hm. Never noticed that there were boozes that increased fishing skill. Looks like there was one at the outset, but the Robortender started making cheap ones available. So this has nothing to do with corrupting your data. By default, fishbot will no longer consume for you. If you want it to...
  7. digitrev

    Fork²~ UberPvPOptimizer - an updated PVPBestGear

    It's pirate season (again), and the script will properly handle the new contests.
  8. digitrev

    Fork²~ UberPvPOptimizer - an updated PVPBestGear

    Okay. The script is now updated for Season 30. Go forth and fight, clubs.
  9. digitrev

    Bug - Fixed BRICKO eye bricks should be consumed upon BRICKO bat creation

    When I make a BRICKO bat, it doesn't remove the eye brick from my inventory. > inv bricko BRICKO brick (24) BRICKO stud (3) > acquire bricko eye Searching for "BRICKO eye brick"... Search complete. Purchasing BRICKO eye brick (1 @ 100)... Purchases complete. > inv bricko BRICKO brick (24)...
  10. digitrev

    Feature - Implemented mood list in ASH

    I'd be interested in getting something similar. Perhaps a record that returns the three things required to define a mood? {string trigger; effect e; string action} [int] mood_list ( string )
  11. digitrev

    Bug Maximizer trying to equip 2 scratch 'n' sniff swords

    Added: somehow, occasionally, the game thinks I have 2 swords. No idea how this keeps happening, but "refresh all" seems to fix it, more or less. Not sure if it still qualifies as a bug, then.
  12. digitrev

    Bug Maximizer trying to equip 2 scratch 'n' sniff swords

    > ash maximize("mysticality", 0, 0, true, true) Maximizing... 17712 combinations checked, best score 1,181.00 Returned: aggregate {string display; string command; float score; effect effect; item item; skill skill;} [119] 1 => record {string display; string command; float score; effect effect...
  13. digitrev

    autoBasement.ash - Better basement automation

    zlib verbosity = n, where n is the desired level of verbosity. Don't go above 10. But looking at your log, it seems that your autoBasement_break_on_telescope is set to 7. Try running zlib autoBasement_break_on_telescope = 8
  14. digitrev

    Eldritch Incursions

    Yeah. I'll probably just redirect this to use the built-in mafia support.
  15. digitrev

    Fork²~ UberPvPOptimizer - an updated PVPBestGear

    Sorry I never got to your issue, the dictator. If changing familiars becomes beneficial in another season, let me know if it's still an issue. For now though, I've made it so that it won't equip 0-value items. This should prevent it from switching to a leprechaun with a meat detector every time...
  16. digitrev

    Eldritch Incursions

    Oops. Fixed it.
  17. digitrev

    Eldritch Incursions

    So you want to kill some tentacles. In that case, just install svn checkout https://svn.code.sf.net/p/digitrev/code/EldritchIncursions and run EldritchIncursions n where n is the number of turns you'd like to burn. Things this script does:Try to keep your HP & MP up using your settings and...
  18. digitrev

    Fork²~ UberPvPOptimizer - an updated PVPBestGear

    I have examined Bale's patch & applied it. Thanks for the help, Bale.
  19. digitrev

    Fork²~ UberPvPOptimizer - an updated PVPBestGear

    I've added full familiar support. It takes a little while longer to run, as a result. I'm debating putting the list-preparation in a static block to save time if you have to run it multiple times in a day.
  20. digitrev

    Fork²~ UberPvPOptimizer - an updated PVPBestGear

    Familiars are a little more complicated if you want it to consider equipment for every familiar you own. Your fix, while useful, will only consider items that can be equipped to your current familiar.
Back
Top