Search results

  1. S

    New Content April Shower Thoughts shield

    There was some discussion here about defaults in proxy record fields: https://kolmafia.us/threads/the-default-value-for-the-empathy-effect-doesnt-properly-handle-the-april-shower-thoughts-shield.30534/
  2. S

    Feature shop.php support

    Could a function be made (or exposed) such that we could get the coinmasters that accept a token item? Currently we can search for this with the single token coinmasters by checking their token proxy record field, but for the multiple token masters who do not have this field populated, there...
  3. S

    Feature shop.php support

    Awesome! The accessibility is working great, but there is an issue with sell_price/sells_item for Cheer-o-Vend 3000 with relation to the Journals of Mime Science. They are only able to be purchased if you were active during that Crimbo. So for me, the shop does not have any of the journals, but...
  4. S

    Feature shop.php support

    Just one report as I'm working with this: $coinmaster[Cheer-o-Vend 3000] is incorrectly seen as inaccessible with is_accessible. And also attempting to buy with buy. Clicking the [exchange] link on crystalline cheer brings you to the coinmaster shop. So I assume it should be accessible as long...
  5. S

    Feature shop.php support

    Thanks for logging these! I was in the process of trying to automate spending my excess coinmaster tokens and ran into Fancy Dan's coinmaster .token being empty
  6. S

    Feature Add tracking for Asdon Martin Bumper cooldown

    Here's the debug text during a turn I use the bumper:
  7. S

    New Content - Implemented Rumpus Room change

    We might also want prefs for which "zone" has been used, you can only use one zone per, even if you swap clans. Not sure how the wrestling mat works with the comfy sofa, though
  8. S

    Feature Add tracking for Asdon Martin Bumper cooldown

    Currently there is no tracking for the cooldown of this skill - it can be worked around by using the banishedMonsters preference and current turns, but this can run into problems when we use the bumper on a monster that cannot be banished, but we can use the skill on. The skill has a 30 turn...
  9. S

    New Content CyberRealm keycode - 2025 item of the year

    It appears the new path has come with changes to cyberrealm: OVERCLOCK no longer consumes a charge when getting the NC
  10. S

    Bug - Fixed is_coinmaster_item no longer returning true for Wrecked Generator

    If I recall correctly, there was some weirdness with 2002 where you had to visit the store to actually collect the credits. I think this was relevant if you were using the in game chat command to purchase things? My memory about it is hazy, but I recall there being a few changes regarding how...
  11. S

    Bug - Fixed is_coinmaster_item no longer returning true for Wrecked Generator

    Okay so today: I ascended, my availableMrStore2002Credits preference did not change (I am unsure if it is meant to or not!). It remained at 0 (I ran garbo earlier in the day, which would have used it I believe if it had been updated, so it also seems to have not updated over rollover) I ran...
  12. S

    Bug - Fixed is_coinmaster_item no longer returning true for Wrecked Generator

    I'm on 28335 and there seems to be an issue with the Mr Store 2002 credits. After visiting manually: The day before in my logs it was doing this as well:
  13. S

    Bug retrieve_price bug

    Alright after working a bit on trying to make something for libram here is an overview: We would like to be able to determine the effective cost of consuming an item. using retrieve_price works great for this, except in the following situations The best effective way to create the item is...
  14. S

    Bug retrieve_price bug

    If we had access to priceToMake then that would be great!
  15. S

    Bug retrieve_price bug

    I suppose this is the part that confused me. I imagined the function to be a "cheapest price" of an item (in the case of bowl of split soup, it is to actually craft it, rather than to buy from mall, so a price of 10,000 confused me) My understanding was this only changed things by lowering the...
  16. S

    Bug retrieve_price bug

    Perhaps I misunderstand the intention of the function - my expectation was that it was "what is the value of this item" aka "how much meat does it effectively cost if I were to consume it" In the case of meatpasting, since everyone can do it and it does not cost a turn, shouldn't the value of...
  17. S

    Bug retrieve_price bug

    retrieve_price returns the mall_price of an item in your inventory, even if the meatpasting components required to create it would be cheaper than the mall price. For example: The mall price of whirled peas is: 1,331 The mall price of handful of split pea soup is: 10,000 valueOfInventory...
  18. S

    Bug - Fixed is_coinmaster_item no longer returning true for Wrecked Generator

    At this point, I'd prefer the new nicknames stay! I already changed my scripts
  19. S

    Bug - Fixed is_coinmaster_item no longer returning true for Wrecked Generator

    Just adding on further things I'm seeing with coinmasters that I'm unsure are intentional or not. The nicknames for coinmasters have changed (some have, some haven't) DinsyStore -> landfillstore DiscoGiftCo -> infernodisco BuffJimmy -> sbb_jimmy speakeasy -> olivers taco_dan has stayed the same
  20. S

    Bug - Fixed is_coinmaster_item no longer returning true for Wrecked Generator

    This is related to the new changes to coinmasters, I'm unsure if the change in functionality is intentional or not, but either way posting here just in case. This is something that breaks the CONSUME script. It checks for whether an item is a coinmaster item, and then checks for whether we can...
Back
Top