Search results

  1. C

    New Content - Implemented Handle shaker of dry rub

    Apparently a thread for this item (and possibly the other "new" consumption helpers) was supposed to be made but never came to be. All I care about is removing the item from inventory when it's used: <p>You give the barrel cracker a nice dry rubbing before going to work on it...</p>
  2. C

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    Something has been spamming "- is out of range, returning 0" after I complete a combat, and I suspect it's WHAM though it could be BatBrain or some such. I can't seem to reproduce it 100%, but a good way I've found is to use an autoattack that kills the monster. Verbosity on 11, though this was...
  3. C

    missingManuel.ash - Yet Another Manuel Script!

    Out of curiosity, what happens when you try to fight it? Is there a message, or does it just delete the monster, or what?
  4. C

    New Content - Implemented Plurals + one checkpower

    It does not use api.php, though I guess I could make it do so. I just wanted something quick and easy. There's not too many quest items you can get multiple of at once, so it won't add much (and /closet? doesn't work on quest items anyways).
  5. C

    Bug - Fixed You can only buy one abridged dictionary per ascension

    This is true, though I thought mafia wanted to prevent buying things that you cannot, as that wastes server hits. It shouldn't be much more than storing it in a preference (lastAscensionBought<itemid>?) and then checking against that, should it?
  6. C

    Bug - Fixed You can only buy one abridged dictionary per ascension

    > ash retrieve_item(1, $item[abridged dictionary]) Purchasing abridged dictionary (1 @ 950)... Desired purchase quantity not reached (wanted 1, got 0) Verifying ingredients for abridged dictionary (1)... You need 1 more abridged dictionary to continue. (I was already in the Swashbuckling Getup...
  7. C

    New Content - Implemented Plurals + one checkpower

    Item "Dinsey's radar dish" power incorrect: 200 should be 240 I made my own custom checkplurals script so that it skips checking the wiki to make it much faster (and it doesn't lock up mafia if you try to abort it). It checks $item[].plural to the text produced when you attempt to put 0 of an...
  8. C

    Bug - Fixed historical_price gets confused with items with the same name

    > ash historical_price($item[8042]) Returned: 990 > ash mall_price($item[8042]) Returned: 0 > ash historical_price($item[8042]) Returned: 990 I am attempting to get the mall price for the spelunky rock (item ID 8042), but historical_price is changing that to the price of the old Crimbo...
  9. C

    New Content - Implemented The return of formerly extinct monsters

    Looking at the data history I'm guessing the stats and resistances were obtained during the event (so they might not be 100% accurate), and the monster ID was probably in the monster ID twitch leak.
  10. C

    New Content - Implemented The return of formerly extinct monsters

    using r16208: Manuel says that 'Mob Penguin racketeer' (754) scales, but KoLmafia doesn't Manuel says that 'Mob Penguin racketeer' (754) 'Initiative +75%', but KoLmafia says it is 0 Manuel says that 'skeletal reindeer' (431) has HP 55, but KoLmafia says it is 0 Manuel says that 'skeletal...
  11. C

    Feature - Implemented Monsters have an integer associated with them

    I think r16163 accidentally added a "<" in front of the french guard turtle's name.
  12. C

    Bug - Fixed Wasteful suggestions from maximizer?

    I'd imagine that's due to the tiebreaker favoring the staph of homophones. Use -tie to stop that.
  13. C

    New Content - Implemented Add idiot brain to database

    I'm assuming the reason it hasn't been added is because there wasn't a way to confirm the item ID. If not, I am wondering what the reason is. I just checked the item description and it is indeed 5778 (the previous guess was 5757). Item data: Unknown item found: idiot brain (5778, 658010345)...
  14. C

    New Content - Implemented August 2015 Item of the Month: airplane charter: That 70's Volcano

    Looking at QuestManager.java in r16104, line 595 should probably be "_hotAirportToday" rather than "_spookyAirportToday" (looks like a copy-paste error)
  15. C

    Bug - Fixed Pendant of Gargalesis requires Really Expensive Jewelrycrafting

    But mafia doesn't think you do. > ash craft_type($item[Pendant of Gargalesis]); Returned: Jewelry-making pliers
  16. C

    New Content - Implemented Don't suggest multiple mayo equipment in maximizer

    Basically, I was maximizing for moxie and mafia suggested I buy and equip some sphygmayomanometers for my 2nd and 3rd accessory slots, but I can only buy 1 a day. Also I wasn't sure if this was new content or a bug, and if it should go in the mayo clinic thread.
  17. C

    Bug - Not A Bug Haunted Billiards Room check isn't counting Actually Ed's staff.

    You need 25 pool sharks to get 10 pool skill. That preference is how many times you visited him, not the current bonus (mafia wouldn't be able to find out the bonus otherwise). You're only getting 5 pool skill from the semirare, so there's your missing 5 (10 - 5 = 5).
  18. C

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

    I could have sworn there was a setting somewhere I could check to avoid pasta while I was building up carboloading. I can't seem to find it, though. If there is not one, may I request one?
  19. C

    New Content - Implemented Grab Item ID from item description

    I couldn't remember who asked for it. I was going to say Veracity but then didn't want to be wrong so I just said "someone".
Back
Top