Search results

  1. 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 -...
  2. 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...
  3. 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...
  4. 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.
  5. 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.
  6. 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?
  7. 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...
  8. 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. ;)
  9. 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) >...
  10. Veracity

    New Content CyberRealm keycode - 2025 item of the year

    r28333 should fix that.
  11. 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.
  12. 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...
  13. 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...
  14. 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...
  15. Veracity

    New Content CyberRealm keycode - 2025 item of the year

    r28331 fixes sandworm fights from the apriling band tom.
  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 Mob Penguin hitman HP: 164, Atk: 149, Def: 141, Type: penguin Drops: kneecapping stick (0) Just the Facts: +3 mysticality substats Meat: 496 - 744 resulted in: You can get a little hair oil out of these guys if you squeeze them in the right spot. You gain 3 Smarm. and...
  17. Veracity

    Bug - Fixed Sometimes unable to buy limited items from Underground Fireworks Shop

    Something for me to think about: > ash buy($item[sombrero-mounted sparkler]) Searching for "sombrero-mounted sparkler"... Search complete. Returned: false > ash buy($item[rocket boots]) Purchasing rocket boots (1 @ 950)... You spent 950 Meat You acquire an item: rocket boots Purchases...
Back
Top