Search results

  1. Veracity

    r28327 - What's Changed feat: change fact strings to be more thorough by @midgleyc in #2715 Full Changelog: r28326...r28327

    You're fighting a bugbear-in-the-box HP: 21, Atk: 26, Def: 26, Type: beast Drops: box (20), bugbear beanie (10), bugbear bungguard (10) Just the Facts: Gummiheart (10) Meat: 28 - 42 resulted in: This type of monster is immune to every sexually-transmitted disease but one. Nobody knows which one.
  2. Veracity

    Bug - Fixed is_coinmaster_item no longer returning true for Wrecked Generator

    I think I've sorted out those two shops. get availableSeptEmbers 7 > ash buy($coinmaster[Sept-Ember Censer], 1, $item[structural ember]) Visiting the Sept-Ember Censer... You acquire an item: structural ember Preference availableSeptEmbers changed from 7 to 3 Preference...
  3. Veracity

    Feature shop.php support

    Comments & suggestions are welcome. So are bug reports - if any existing Coinmaster/NPC store/concoction is not behaving as you expect, given these changes, report it here. And as I implement various new features, per my afore-mentioned "future tasks", report bugs here. Thanks!
  4. Veracity

    Feature shop.php support

    Future tasks: 1) When we visit shop.php, we parse the available inventory. If it is a new shop: - Log the shop.txt entry - Log all rows in shoprows.txt format - If transactions use Meat, log rows in npcstores.txt format. - If there seems to be a single "currency", log in coinmasters.txt "buy"...
  5. Veracity

    Feature shop.php support

    Progress so far: 1) There are now two kinds of coinmaster: The classic model. - coinmasters.txt lists every item as either a "buy" or a "sell". - the currency is not specified. If there is only one, the buy/sell cost is for that specific token - if the coinmaster has more than one currency -...
  6. Veracity

    Feature shop.php support

    Intro: I've been working on aspects of this project ever since Crimbo Town (Island?) 2024 emerged from the mists last mid-December. I added support for modeling the three shops as coinmasters, rather than mixing methods, took a break to work on CyberRealm, but returned, with a vengeance, to...
  7. Veracity

    Bug - Fixed is_coinmaster_item no longer returning true for Wrecked Generator

    If I understand correctly, you get 3 MrStore2002 credits every day, but you must visit the item to unlock them. Therefore, we should have _availableMrStore2002 credits initialized to 3 (to determine if you can spend them) and _2002MrStoreCreditsCollected initialized to false to say whether you...
  8. Veracity

    Bug - Fixed is_coinmaster_item no longer returning true for Wrecked Generator

    Yeah, there’s something wrong about that. If you have to visit to collect credits - once a day - before doing a buy, we should do that. I’ll look at it tomorrow.
  9. Veracity

    Bug - Fixed is_coinmaster_item no longer returning true for Wrecked Generator

    So it just does a buy without having done anything previously to actually visit the coinmaster and thereby set/verify the property. I’ll think about this. Perhaps the solution is to make the default for the _ property be 3, not 0.
  10. Veracity

    Bug - Fixed is_coinmaster_item no longer returning true for Wrecked Generator

    What did you do to get that result? Command, function, GUI, whatever?
  11. Veracity

    r28327 - What's Changed feat: change fact strings to be more thorough by @midgleyc in #2715 Full Changelog: r28326...r28327

    On the other hand: You're fighting a ghost HP: 90, Atk: 85, Def: 77, Type: undead Drops: white pixel (80), white pixel (70), white pixel (60), white pixel (50), white pixel (40) Just the Facts: +3 mysticality substats results in: If you listen carefully, you can hear a ghost whispering...
  12. Veracity

    Bug - Fixed is_coinmaster_item no longer returning true for Wrecked Generator

    Yes. r28335 will fix it, once my PR is approved and merged. Heck, I may do that myself; who needs a code review for a fix this simple? :) It's in - after code review and followup commits. ;)
  13. Veracity

    Bug - Fixed is_coinmaster_item no longer returning true for Wrecked Generator

    Yeah. > inv mini kiwi mini kiwi (100) > create 3 mini kiwi aioli Verifying ingredients for mini kiwi aioli (3)... Purchasing mini kiwi aioli (3 @ (5 mini kiwis))... Visiting Kiwi Kwiki Mart... Creation failed, no results detected. Working on it. OK. > inv mini kiwi mini kiwi (100) >...
  14. Veracity

    New Content CyberRealm keycode - 2025 item of the year

    r28333 should fix that.
  15. Veracity

    Bug - Fixed is_coinmaster_item no longer returning true for Wrecked Generator

    There has been major refactoring going on for weeks. As of yesterday, it's likely done. I'll look at the mini kiwi shop.
  16. Veracity

    r28327 - What's Changed feat: change fact strings to be more thorough by @midgleyc in #2715 Full Changelog: r28326...r28327

    You're fighting a senile lihc HP: 70, Atk: 76, Def: 71, Type: undead Drops: lihc eye (20), lihc face (9) Just the Facts: +3 moxie substats resulted in: These things leave an above-average amount of psychic energy behind after they die. You gain 4 Magicalness. and You're fighting a giant...
  17. Veracity

    New Content CyberRealm keycode - 2025 item of the year

    inventory.php?action=apriling Playing Apriling band quad tom Preference _aprilBandTomUses changed from 0 to 1 Preference lastAdventure changed from Cyberzone 1 to None [602] Apriling Band Quad Tom Looking at the HTML of that responseText, KoL requests a charpane update with that request...
  18. Veracity

    Bug - Fixed mall search gives inaccurate results [v28317]

    You'd prefer this: > searchmall Pack of Every Card Searching for "Pack of Every Card"... Search complete. 1 @ 4,995,000,000 meat 1 @ 5,750,000,000 meat 1 @ 6,999,999,998 meat 1 @ 7,999,000,000 meat We forgot to change this when mall prices started to be "long" values. Simple fix: diff...
Back
Top