Search results

  1. M

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

    While I've been enjoying Eatdrink for the most part (more automation is a nice thing), I've been noticing it's been going for odd stuff when better/cheaper stuff is available, like Dusty Bottles of Wine or Cobb's Knob Wursbrau when there are Boilermakers, CSA Cheerfulness Rations, Pumpkin Beer...
  2. M

    New Content - Implemented Lord Flameface

    Equipping Lord Flameface's Cloak grants the combat skill "Swirl Cloak", unsure how to add specifics for Mafia though. 0 MP, usable once per fight, deals a small amount of fire damage, heals you for a small amount, and appears to stun the monster.
  3. M

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

    Awesome, thanks for the speedy reply!
  4. M

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

    I was looking through here, and wondering how i could set up a pair of aliases for Eatdrink: one to eat to 13 fullness, max drunk & max spleen, and another to eat to 14 fullness, max drunk & max spleen (to save room for fortune cookies).
  5. M

    New Content - Implemented New Challenge Path: Bugbears!

    There is also a set of zones (where the Tower would be, but still accessible from the Main Map from level 1) located within the Bugbear Mothership. Initial image is of the outside, with a link to "Sneak in Through a Vent" Internal image has 3 zones, Medbay, Waste Processing, Sonar, as well as...
  6. M

    Feature Pull & Use / Pull & Autosell from Item Manager - Storage

    Not sure how often this will get used, but I find myself regularly pulling Can of Rain-doh in SC, and had been pulling Facsimile Dictionaries during SC Boris to sell. I would tend to forget, until I got to the first combat, that is, that I forgot to use my Rain-doh. The Dictionary not so much...
  7. M

    Feature - Implemented Add conditions to the Hidden City (automatic) for the four Stone Spheres

    So, being that Hidden City (automatic) will uncover the map for you, square by square, why not have it set to stop after getting all 4 Stone Spheres? Either setting for the 4 Spheres or to uncover the 4 Altars & Temple, one of the two should either uncover all you need of the map, or get you...
  8. M

    Bug - Fixed Unrecognized Plural - Candycaine Powder

    Candycaine powder's plural is shown as it's own item in Mafia (pouches of candycaine powder) as opposed to, well, just multiple candycaine powder.
  9. M

    Bug - Fixed Can't Drop AoB, Mafia still thinks you can and uses pulls

    If you mean KoL's failed response text, I'll have it here shortly once I'm done with my other account, so long as KoL still won't let me drop AoB. Edit 1: KoL's text: Edit 2: While the line didn't show up at first in the CLI, it did show up in the session log just after my logout script...
  10. M

    Bug - Fixed Can't Drop AoB, Mafia still thinks you can and uses pulls

    Long story short I ascended HC AoB and decided to switch down to Casual. I was able to go to SC AoB, but you can't drop the AoB path (or at least not right away). In my Session log, it states that I dropped to Casual, and when I logged out, it used up 5 pulls (2 Ze Goggles, 1 Paperclip Pants, 1...
  11. M

    Bug - Fixed Unrecognized plural - Knob Nuts

    Multiple Knob Nuts are "pairs of Knob Nuts", however, Mafia sees "pairs of Knob Nuts" as their own item.
  12. M

    Save items from pvp theft

    Adding a list of stuff that Philmasterplus's script skips can be done like so: int minimum_value = 1000; boolean [item] pvp_unimportant = $items[tenderizing hammer, dramatic range, Queue Du Coq cocktailcrafting kit]; //Rudimentary function boolean is_stealable(item it) { return...
  13. M

    Help to create a script to find which drinks you're missing from Trophy #106

    Okay, final tweak to ask for since I can't seem to get it to work: Sort the consumed drinks by mall price as well. I've been able to add "currently selling for X meat" to it, but I tried adding sort consumed by mall_price(value); above foreach i in consumed like this portion of the script...
  14. M

    Has someone made a Mafia script to test creation possibilities?

    So, looking at the KoL forums, I notice this thread stating that Fettucini Inconnu is now a cooking ingredient. Has someone come up with a script to test all the unknown cooking/mixing/smithing/pasting/jewelry/multi recipes? I'm guessing it would be a pretty big hit to the servers to test, but...
  15. M

    Help to create a script to find which drinks you're missing from Trophy #106

    Ooh! New tweak, and hey I figured it myself. Change (in Bale's script) print( "Have NOT consumed " + s + ", of which you have " + to_string(ni) + " in your inventory.", (ni==0? "red" : "green")); to print( "Have NOT consumed " + s + ", of which you have " + to_string(ni) + " in your...
  16. M

    Help to create a script to find which drinks you're missing from Trophy #106

    Sweet. Both of those work nicely. Now to apply this towards actually going and farming up some of those drinks I still need.
  17. M

    Help to create a script to find which drinks you're missing from Trophy #106

    Alright, both Ethel's & Weather's script & alias work (showing which I have and which I haven't drank, respectively). Tweaking Ethel's script: if( !contains_text(consumables, s )) { print( "Have NOT consumed " + s + ".", "red"); } So it will give me green...
  18. M

    Help to create a script to find which drinks you're missing from Trophy #106

    I guess you could say nothing's working, because, short of starting with "void main() {" I'm not certain just how to put it all together....
Back
Top