Search results

  1. ckb

    Bug - Not A Bug preferences>general>external programs question

    https://kolmafia.us/threads/r25720-you-can-no-longer-set-a-preferred-browser-for-your-relay-browser-this-is-intentional.26595/
  2. ckb

    New Content October IOTM - Autumn-aton

    r26928: fix: NPE on unknown autumnaton location (ASH) by @midgleyc in #1268
  3. ckb

    New Content October IOTM - Autumn-aton

    I had a problem where class java.lang.NullPointerException: Cannot invoke "net.sourceforge.kolmafia.KoLAdventure.getAdventureName()" because "adventure" is null This happened when calling get_autumnaton_locations() I think this is because my list of locations includes a new location [An...
  4. ckb

    Bug - Fixed Encounter Listing Double Counting

    Ahhh - great. Thanks Veracity.
  5. ckb

    Bug - Fixed Encounter Listing Double Counting

    I am tracking down an issues that appeared in a script of mine I have been using for years and I think it may be related to this change. it looks like some 'Encounters' that used to be recorded are no longer recorded. This is what it looks like before this change: [2424] The Tunnel of L.O.V.E...
  6. ckb

    Bug lynyrd snare fight is not in A Mob of Zeppelin Protesters?

    From GenericRequest.java case ItemPool.LYNYRD_SNARE: itemName = "lynyrd snare"; consumed = true; nextAdventure = "A Mob of Zeppelin Protesters"; Preferences.increment("_lynyrdSnareUses"); break; which seems to force the Location of lynyrd fights...
  7. ckb

    Bug - Fixed reloading page advances "_gingerbreadCityTurns"

    Confirmed this today, this occurs when refreshing the choice page for the first choice at Midnight too: [5140] Gingerbread Civic Center Encounter: gingerbread mad dog Preference _gingerbreadCityTurns changed from 13 to 14 [5140] Gingerbread Upscale Retail District Encounter: Upscale Midnight...
  8. ckb

    Bug - Fixed reloading page advances "_gingerbreadCityTurns"

    In Gingerbread City, reloading the page in the relay browser (at least for noncombats) incorrectly advances the "_gingerbreadCityTurns" counter. [4475] Gingerbread Train Station Preference lastEncounter changed from gingerbread mad dog to Noon at the Train Station Encounter: Noon at the Train...
  9. ckb

    New Content October IOTM - Autumn-aton

    Better to just track it correctly in inventory, eh?
  10. ckb

    New Content Fall 2022 Challenge Path - Fall of the Dinosaurs

    Additional spading tells me that ghostasaurus elemental resistance is min(0.90,mon.raw_attack*0.0055); Edit, apparently there is a 'dinodifficulty' that is monster raw attack/180 = 0.00555555...
  11. ckb

    Feature Track Fantasy Realm Fat Loot Token

    You can check number of bandits killed by parsing "_frMonstersKilled"
  12. ckb

    New Content Fall 2022 Challenge Path - Fall of the Dinosaurs

    This could just be a boolean if you have collected all research. Indicated by: <center><table><tr><td align=center valign=center><img src="/images/itemimages/dripharness.gif" width=30 height=30 title="dripharness" alt="dripharness"></td><td valign=center>Your harness beeps angrily at you. It...
  13. ckb

    New Content Fall 2022 Challenge Path - Fall of the Dinosaurs

    If you fight a dinosaur and use 'Back-Up to your Last Enemy' the monster gets new dino modifiers, but Mafia does not recognize this. If you reload the page, Mafia will re-process the modifiers correctly. However, there are some weird things that happen with backed-up monsters. A backed up...
  14. ckb

    New Content Tiny Stillsuit

    round(to_int(get_property("familiarSweat"))**0.4);
  15. ckb

    New Content Fall 2022 Challenge Path - Fall of the Dinosaurs

    If you fight a dinosaur and use 'Back-Up to your Last Enemy' the monster gets new dino modifiers, but Mafia does not recognize this.
  16. ckb

    Feature - Implemented track towel acquisition

    r26717 adds the pref "lastTowelAscension"
  17. ckb

    Feature - Implemented track towel acquisition

    Obtaining a towel via Off the Rack, choiceAdventure882 is once per ascension. It would be nice to track this via a Mafia property. (This is a PvP minigame this season)
  18. ckb

    All paths lead to... $path

    To clarify, does this mean that a correct ASH usage would be something like: if (my_path() == $path[Trendy]) {
  19. ckb

    Feature Allow print_html to print output to the session log

    I agree to keeping the default as no-session, but would welcome the ability to add session print_html() to my scripts. Often I want to add color and flair to my output (like coloring elemental values) and then review that in session logs. A print_html(string text, boolean session) option would...
  20. ckb

    New Content Tiny Stillsuit

    It would be nice to support equipping an item onto a familiar without having to switch familiars. This can be done from the 'Manage your Familiar' Terrarium page. The URL for this is: familiar.php?action=equip&pwd=&whichfam=72&whichitem=10932 The above puts the tiny stillsuit on the Exotic...
Back
Top