Search results

  1. F

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    ****************************************** Now, to recap... ****************************************** Starting EatDrink.ash (version 3.1.9). Consuming up to 12 food, 19 booze, and 15 spleen Considering food from inventory closet Hagnk's Coinmasters NPCs the mall. Per-item budget cap is 62500.0...
  2. F

    libramBurn: Summon libram items to burn MP between battles, for profit!

    Set minmp to 40 then libramBurn will never leave you with less than 40mp. So if you have 120mp libramBurn will only fire if summoning an item will cost < 80mp
  3. F

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    Hmm well the output in the session logs is pretty ugly.... > ****************************************** > Now, to recap... > ****************************************** > Starting EatDrink.ash (version 3.1.9).<br>Consuming up to 12 food, 19 booze, and 15 spleen<br>Considering food from inventory...
  4. F

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    Watching EatDrink handle my spleen today, I was curious why it made the choices it did. It made a carrot juice for some reason, which it did not use. Then it used 4 coffee pixie sticks, 2 mojo filters and a spooky wad. Why would it spend 3k on a mojo filter + 500meat for a wad to gain a single...
  5. F

    libramBurn: Summon libram items to burn MP between battles, for profit!

    Haha, yeah I did the exact same thing when I Ctrl-D'd libramDice, and I'm sure I'll do it on the next libram release too. Hence I'm always looking for code suggestions because whenever I think I really nailed something bale/winterbay/lostcalpoly/veracity or someone shows me how wrong I am :)
  6. F

    BatBrain -- a central nervous system for consult scripts

    Also getting this in the cli now: The string "/\/\^v^/\/\" is not an integer; returning 0 (zlib.ash, line 181) The string "/\/\^v^/\/\" is not an integer; returning 0 (zlib.ash, line 182)
  7. F

    libramBurn: Summon libram items to burn MP between battles, for profit!

    Released v2.02 to support the Taffy Libram. Couldn't release it last night or there would have been Mafia diarrhea on the floor due to unknown skills. Don't forget to update your summoning prefs via zlib: zlib libramburn (just to display your current settings) zlib libramburn_summonhearts =...
  8. F

    SmartStasis -- a complex script for a simple CCS

    Thanks for your post here and in the BB thread, and yes that sounds perfect for me. I don't know if it changes anything with how you would have BB/SS interact with yellow rays but I do have the monster I want puttied and not immediately beamed set as the autoPutty monster in Mafia.
  9. F

    BatBrain -- a central nervous system for consult scripts

    I'm curious about the setting: setvar("BatMan_baseSubstatValue",5.0); if I set that to 0 will BB stop firing bottle rockets with the BRC equipped? Just kind of burns mana when I don't need the substat points, will that have other repercussions I wouldn't like?
  10. F

    SmartStasis -- a complex script for a simple CCS

    In the interim, since currently BB has a 1 in 3 chance of yellow-beaming my puttied monster to death before making another copy, would this code change work for? Original: if (my_fam() == $familiar[he-boulder] && have_effect($effect[everything looks yellow]) == 0 &&...
  11. F

    Automatically record profitable songs

    Bale mentioned something about using main@ScriptName() to call main in another script, can't decide if I love it or hate it :)
  12. F

    Automatically record profitable songs

    I modified slyz script above so I could integrate this into a login/logout script for myself. I didn't want user interaction halting the script...and also it used 300 MMJs because it blindly restores your entire MP pool :/ - Added boolean option to disable user prompt for interaction - Only...
  13. F

    ZapWizard - Automatically zaps for mall profit

    Think there is a little typo on the new confirm setting: setvar("zapwizard_confirmautozap",true); boolean confirmautozap = to_boolean(vars["zapwizard_autozap"]); should probably be setvar("zapwizard_confirmautozap",true); boolean confirmautozap = to_boolean(vars["zapwizard_confirmautozap"]);
  14. F

    Feature - Rejected Set AT song priority by moving buffs up/down mood list

    Ahh so it does, thanks for the info LCP. I figure I'll just use this script to make recordings, although I lose out on 50 turns of each buff due to no Jewel hat extension but ah well
  15. F

    Daily Deed to Vamp Out with your Vampire Fangs

    Ah think I figured it out Bale, I didn't realize it took an adv to vamp out. I run my advs down to 0 then vamp out before overdrinking. So it looks like vamping would silently fail with 0 advs. Then I would overdrink and vampout would start working because I had advs again, and vamping works...
  16. F

    Feature - Rejected Set AT song priority by moving buffs up/down mood list

    Well it takes an adv (at least) to make the recordings each day, also recordings won't bump you up to 25 turns per cast with a Jewel hat in inventory. Also I didn't know you could call scripts from inside the mood panel? I will look into that, guess it just makes it a little messier then with...
  17. F

    Feature - Rejected Set AT song priority by moving buffs up/down mood list

    Was trying to find an easy way to do this: a) Always have Phat Loot and Polka of Plenty active b) Have Thingfinder active until I run out of casts c) Then have Chorale active until I run out of casts d) Use Sonata only when the rest of the options are exhausted Currently mafia just declares...
  18. F

    ZapWizard - Automatically zaps for mall profit

    also you can pass args to main from the CLI now thanks to a change from Rinn I believe? 'zapwizard (a, couple, settings)' , just separate them by commas and surround with parentheses
  19. F

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    Wrecked Generators print out 12070.0 while Gin Mints are 11717.0 and Mint Yuleps 11627.0 What do those numbers represent? For an overdrink it DOES recommend a wrecked generator. Other numbers when setting verbosity = 10: > NONTRADEABLE:Wrecked Generator = 999999999 > HISTORICAL:lunar...
  20. F

    Bug - Fixed using Celestial squid ink instead of vial of squid ink

    Shouldn't 'use squid ink' and 'use ink' at least fail as ambiguous if I have other 'squid ink' items in inventory? > use squid ink Searching for "celestial squid ink"... Search complete. Using cached search results for celestial squid ink... Purchasing celestial squid ink (1 @...
Back
Top