Search results

  1. P

    Bug - Fixed put_shop() reports negative number added to shop in gCLI

    r18422 put_shop() is reporting that it adds a negative number of items to my store, even though the correct (positive) number is actually added > ash put_shop(0, 0, 1, $item[perfect ice cube]); Adding perfect ice cube to store... -1 perfect ice cube added to your store. Returned: true It's...
  2. P

    Bug - Not A Bug In Store Manager, lowest-column/right-pane prices are drastically different

    r18422 Sometimes, in the Store Manager, when I click the right-bracket button to load prices for an item in the right column, the lowest price there is drastically different than what's displayed in the lowest column for that same item. This happens with more than one particular item. I'm...
  3. P

    Bug - Not A Bug Trivial update: PvP fites now reset to 10 when you ascend

    I believe that PvP fites now accumulate "behind the scenes" when your stone is intact, just as they would if your stone was broken, and become available when you break the stone. In other words, if you do a 3-day run with an intact stone, you'll have 10 (starting) + 10 (rollover) + 10 (rollover)...
  4. P

    How can I grab my mall sales activity in a script?

    visit_url( "any url at backoffice.php" ) returns nothing. Googling leads me to believe that this is intended. (To hamper mallbots?) Is there some scriptwise way that I can interact with this data? My goal for today was "sum up how many of Item X I've sold in the last two weeks," but I can...
  5. P

    How can I determine which skin & spurs are applied to my cowboy boots?

    Is there a scriptwise method for determining which skin & spurs I've put on my boots? I can't find a preference, etc. It seems like there must be a way, but Bale asked back in February, and I haven't been able to find any answer... The modifier maximizer clearly knows about things like...
  6. P

    Feature Cast Cannelloni Cocoon after Tongue of the Walrus when restoring HP

    I'm not sure whether this is really a new-feature request, or a setting that I can adjust, somewhere. My HP/MP Usage tab allows Cannelloni Cocoon for restoration. When I'm adventuring with adventure(), and I get beaten up, Mafia casts Cocoon to heal, then Tongue of the Walrus to remove Beaten...
  7. P

    Bug - Won't Fix macOS 10.12.5 won't run r18124 - "unidentified developer"

    Running macOS Sierra 10.12.5, when I try to open KoLmafia-18124.jar, I get "KoLmafia-18124.jar" can't be opened because it is from an unidentified developer." I realize that I can circumvent the warning, but I'm wondering what changed to cause it.
  8. P

    How to automate combat with tentacles from Dr. Stuart's tent or Evoke Eldritch Horror

    I can start a fight with an eldritch tentacle at Dr. Stuart's tent with visit_url("place.php?whichplace=forestvillage&action=fv_scientist"); run_choice(2); or with use_skill($skill[Evoke Eldritch Horror]); But how can I automate those fights once they're started? I expected to be able to use...
  9. P

    Feature When burning MP, change equipment only once to reduce MP cost

    When burning MP (eg. according to settings in the Adventure > HP/MP usage tab), Mafia tries to maximize -MP enchantments by switching gear, which is awesome. But it switches before every spell cast, and then switches back, which is less awesome. For instance, when I was wielding a half-size...
  10. P

    Bug - Cannot Reproduce Mafia runs slower over the last ~1 week

    Running r18059 and a variety of previous revisions, my copy of Mafia has become much slower at running turns over the last week or so. It's most pronounced during combat - with a notable delay (maybe half a second) between each round - but I don't think the issue is combat-specific, just that...
  11. P

    Feature - Rejected Track whether the player has been hit by a time's arrow today

    It would be awesome to have a preference that tracks whether I've been hit by a time's arrow. I have various scripts that will send out an arrow to a bot, to have it shot back - but this is a potential waste of an arrow, if I've already been shot. (An alternative answer is for the bots to send...
  12. P

    Bug - Won't Fix moxie weed is not multiusable, but KoLmafia thought it was

    ... reported my gCLI, when I just acquired one.
  13. P

    Is there a property that tracks whether the Massive Ziggurat is cleared of vines?

    Properties questL11Business, questL11Curses, questL11Doctor, and questL11Spare track whether vines have been cleared from each of the four Hidden City Shrines (set to "unstarted" before the Shrines are cleared, and "started" once it's done). Is there a similar way to tell whether the Ziggurat...
  14. P

    How to access blue text of a skill?

    Is there a scriptwise method of accessing a skill's blue text? For instance, given $skill[Knees], I'd like to get "Weapon Damage +13". I'm actually only interested in the Gelatinous Noob skills, ie. passives with a single line of blue text that's always a numeric modifiers, so I suppose I could...
  15. P

    Feature - Implemented Value of to_string() is prefixed with item number for ambiguously-named items

    > ash to_string($item[Spookyraven Library Key]); Multiple matches for "Spookyraven Library Key"; using "[7302]Spookyraven library key". () Clarify by using one of: $item[[1764]Spookyraven library key] $item[[7302]Spookyraven library key] Returned: [7302]Spookyraven library key > ash...
  16. P

    Feature Allow CLI "stash" command to handle meat

    Currently: > stash put 1000000 meat Dropping items into stash... Transfer failed for Meat Gained: 1,000,000 Transfer failed for 1000000 meat Movement of items failed. It'd be awesome if this worked. Maybe there's a reason why the special-case for meat, as opposed to items, is just...
  17. P

    Does a script exist to whitelist members to my clan?

    Has anyone scripted the ability to add someone to a clan whitelist? I know this is a more complicated process than it seems at first glance, with ranks and everything involved. But I thought it was worth asking after an existing solution before trying to invent the wheel myself. Thanks!
  18. P

    How to get a list of players in a chat channel?

    I've frequently got Time-Spinner minutes left at the end of the day, and I thought it'd be fun to use them pranking players in my clan - specifically, those who are online at the time. I know that I can "timespinner prank [targetname]" to do the actual pranking. But how can I get a target list...
  19. P

    Bug - Fixed Unexpected plural of 'chocolate stolen accordion' found

    Unexpected plural of 'chocolate stolen accordion' found: chocolate stolen accordions Dunno whether this also applies to the other class chocolates. I wasn't sure how to test. chocolate disco ball chocolate pasta spoon chocolate saucepan chocolate seal-clubbing club
  20. P

    New Content - Implemented School of Hard Knocks Diploma

    The School of Hard Knocks Diploma is a PVP reward. Using one gives PVP fights depending on how many Diplomas are in inventory, capped at 11 Diplomas. Discussion in this game forum thread. I don't know much else. (For instance, if I have 1 Diploma in inventory, and use it, then acquire 10 more...
Top