Search results

  1. digitrev

    Bug First action in CCS being ignored

    This seems to have caused a new problem, in that the first entry of my CCS doesn't fire anymore. [ witchess bishop ] skill curse of weaksauce consult freeCopies.ash consult wham.ash [20518] An Overgrown Shrine (Northwest) Encounter: Witchess Bishop Round 0: digitrev wins initiative! Round 1...
  2. digitrev

    Bug Consult script in CCS fails after using combat action filter in adventure()

    Code: string SimpleCAF (int r, monster m, string t){ return get_ccs_action(r); } adventure(1, $location[Barf Mountain], "SimpleCAF"); CCS: [ default ] consult wham.ash Results: Visit to Dinseylandfill: Barf Mountain in progress... [18238] Barf Mountain Encounter: angry tourist Strategy...
  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

    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)...
  6. 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...
  7. 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...
  8. digitrev

    Bug - Waiting for Info Some missing item drop rates

    angry tourist expensive camera - 15% cheap sunglasses - 5% How to Avoid Scams - 17% garbage juice slurpee - 10% horrible tourist family expensive camera - 13% filthy child leash - 5% bag of gross foreign snacks - 16% garbage tourist bag of park garbage 1 - 15% bag of park garbage 2 - 15% bag...
  9. digitrev

    Bug - Fixed Intergnat Demon not setting demonSummoned

    When I summon the Intergnat demon, it doesn't change demonSummoned: > summon Jacked In Summoning Neil K'zhojtio Cool12309... You acquire an effect: Jacked In (25) You acquire BACON (10) You gain 1,000 Meat > get demonSummoned false
  10. digitrev

    Catching "Stop after"

    Is there any way to tell - through preferences or a function, perhaps? - if the user has pressed "Stop after"?
  11. digitrev

    notifySummary.ash

    So I like writing scripts. And I like knowing when people use my scripts (+1 ego point). But I also like my kmail inbox to be manageable. And even with the limited success of my most popular scripts, it's becoming downright impossible to see any real kmails that get through. So I wrote a little...
  12. digitrev

    New Content - Implemented Elemental International Airport Duty Free Shop

    New shop at shop.php?whichshop=airport. Here are the new items. -------------------- Elemental International Airport Duty Free Shop buy 5 That 70s Cologne ROW776 -------------------- Unknown item found: That 70s Cologne (8743, 160819689) -------------------- 8743 That 70s Cologne 160819689...
  13. digitrev

    Fishbot.ash

    So, the Floundry is a thing, and we all need to get that sweet, sweet fish. Well, savoury fish, but you get the idea. Introducing, Fishbot! This is a very simple script. Install it via svn checkout https://svn.code.sf.net/p/digitrev/code/fishbot and then run it by fishbot n, where n is the...
  14. digitrev

    New Content - Implemented Drop rates

    Monster Item Rate Lava golem sticky lava globs 16% Lava golem gooey lava globs 16%
  15. digitrev

    Witchess choice.ash

    Well, I don't know about you guys, but I don't feel like hitting up the wiki every time I'm deciding which Witchess piece to fight. This is based off of Bale's choice.ash, so if you're using that, just drop the code in the appropriate locations. Otherwise, this should work as is.
  16. digitrev

    Loathing Telephone & Telegram - telegram.ash

    So you don't want to handle your western adventuring yourself. Instead, you can try telegram.ash. Just run svn checkout https://svn.code.sf.net/p/digitrev/code/telegram A few warnings: It will default to the easy mission, unless you change ltt_difficulty to hard or moderate. It will attempt to...
  17. digitrev

    New Content - Implemented Exclusive club

    -------------------- 8975 exclusive club 812957838 exclusiveclub.gif weapon t 0 exclusive clubs exclusive club 100 Mus: 0 1-handed club # Item exclusive club: It's very exclusive! --------------------
  18. digitrev

    Sublime syntax

    So, for any of you nerds out there who use Sublime 3, I've created a KoLMafia syntax package. Just go to install packages on Sublime the usual way (CTRL-SHIFT-P, install package, KoLMafia), and you can get syntax highlighting in Sublime today!
  19. digitrev

    Bug - Fixed Ghost dog chow should be unusable at 381+ familiar exp

    Attempting to use a Ghost Dog Chow at 381+ exp gives the message "Your familiar doesn't seem interested in that much dog food.". Mafia currently does not recognize this event, and reduces the amount of ghost dog chow. > inv ghost dog > refresh inv Updating inventory... Requests complete. >...
  20. digitrev

    crimbo2015

    Never fear, digitrev's here! To save you from having to track which monsters you've already fought, that is. To install this lovely little script: svn checkout https://svn.code.sf.net/p/digitrev/code/crimbo2015 To run it, just type crimbo2015 n, where n is the number of adventures you'd like...
Top