Search results

  1. K

    Feature Enhance "trace" debugging

    Oh, I've always been using debug on/off but it was a bit too heavy handed to do more careful inspection due to the size of files. Getting some context in lighter weight debug files would be really useful.
  2. K

    Bug - Fixed Some users reporting failure to reset daily flags on rollover

    Issue should be resolved now. API now returns a unix timestamp for the rollover again, and has a new key called "daynumber" for the rollover index.
  3. K

    Bug - Fixed Some users reporting failure to reset daily flags on rollover

    My guess is that the KoL API changed? The "rollover" key from api.php returns the rollover index, in other words the number of rollovers since the start of the game in 2004. Currently I'm seeing a result "rollover":"6912" from the API. KoLMafia currently looks for a delta of 3600 between last...
  4. K

    Bug - Fixed Some users reporting failure to reset daily flags on rollover

    I have not encountered this personally, just adding a bunch of anecdotal reports from today
  5. K

    New Content Jan 2022 IOTM and 2022 IOTY

    The Dizzy effect obtained from the Void Slab monster can be removed via hottub, not sure about other negative effect removers such as Disco nap. I tried and failed to wish for the new effects Dizzy, Sluggish and Drained, in other words they are most likely nohookah. Cosmic Ball in the Air is...
  6. K

    New Content - Implemented 2022 New Year Changes

    Lucky Lindy, Optimal Dog and Pill Keeper have been updated to all grant the Lucky intrinsic. Lucky Lindy is now a size 6 good booze.
  7. K

    New Content - Implemented 2022 New Year Changes

    Odor Extractors have been removed from the Bounty Hunter Hunter and are no longer obtainable. It appears that existing odor extractors grant the old On the Trail effect and their behavior hasn't changed (it's possible that they don't actually work beyond granting the effect). They should be...
  8. K

    New Content - Implemented 2022 New Year Changes

    Clovers: The hermit now offers 11-leaf clovers which grant an intrinsic effect Lucky! on use. 11-leaf clovers combine the effects of ten-leaf clovers and semi-rare adventures into what are termed Lucky adventures. Some clover/semi-rare adventures are no longer available and their items may be...
  9. K

    New Content KoL just broke Transcendent Olfaction

    There's also a new On the Trail effect. Not sure if this is going to replace the old one. It is currently wishable. -------------------- 2694 On the Trail snout.gif 519edacbd99d93658cc2ef05bd6baefb neutral none # Effect On the Trail --------------------
  10. K

    Bug - Fixed Buy() function incorrectly claims successful purchase on buying from store that raised limit today

    If a store raises a limit (or you previously bought less than the limit), for example 1/day to 2/day, and you have already purchased 1, buy(k, item, priceLimit); where k >= 2 will state that it purchased 2 items from the store. In reality, KoL returns an error that you have already bought 1 and...
  11. K

    Bug - Not A Bug Untradeable items marked as tradeable?

    They must have been listed in the past for them to show up in results. Sold out items will show up, while items that exist but have never been listed do not.
  12. K

    Bug - Not A Bug Untradeable items marked as tradeable?

    They're tradeable. Likely have never been listed before in the mall by players. Example: desc_item.php?whichitem=510170168
  13. K

    Bug - Fixed Relay browser has a broken combat action bar.

    Ah, nevermind I see what caused them. It was related to adblock not allowing new scripts from new urls on the page.
  14. K

    Bug - Fixed Relay browser has a broken combat action bar.

    It's not just the combat action bar page that's no longer working. The functionality for multi-using items in inventory, filtering/sorting in inventory, right-clicking items in inventory and right-clicking items in results are also broken now. There may be other things as well but those are just...
  15. K

    Bug Mafia has decided to use free rests on the floor instead of at the campaway site

    I don't think KoLMafia should flag getawayCampsiteUnlocked as false if you own it, that one is just not in the correct place since distant woods access isn't required to visit it. With regards to your issue, if you have to click on the map to access the distant woods and that url doesn't work...
  16. K

    New Content ItoM November 2021 - Daylight Shavings Helmet

    11 new effects found: -------------------- 2666 Toiletbrush Moustache dsstache1.gif e2c09216952563b198d6be5c00de9a4f neutral none Effect Toiletbrush Moustache Monster Level: +25, Stench Resistance: +5 -------------------- -------------------- 2667 Barbell Moustache...
  17. K

    Bug lastDesertUnlock improperly set

    In investigating this further, it turns out Autoscend has been special-casing KoE because Mafia incorrectly reports the desert beach as closed. I think the correct answer for this is to update lastDesertUnlock if: 1) You own Bitchin' Meatcar, Desert Bus Pass, Pumpkin Carriage or Tin Lizzie 2)...
  18. K

    Bug - Fixed NPE in Valhalla with AscensionClass

    No error printed today! Thanks.
  19. K

    Bug - Fixed NPE in Valhalla with AscensionClass

    Happens daily for me on ascension: Unexpected error, debug log printed. class java.lang.NullPointerException: Cannot invoke "net.sourceforge.kolmafia.AscensionClass.ordinal()" because the return value of "net.sourceforge.kolmafia.KoLCharacter.getAscensionClass()" is null...
Back
Top