Search results

  1. T

    Bug - Fixed FantasyRealm fights with "barrow wraith?" not being recorded

    Each time you kill a non-boss monster in FantasyRealm, that fact is recorded in a preference called "_frMonstersKilled". Here's an example: fantasy forest faerie:5,quadfaerie:5,spooky ghost:5, This indicates I've killed 5 fantasy forest faeries, 5 quadfaeries, and 5 spooky ghosts. The bug is...
  2. T

    Bug make_url does nothing with a "?"

    r27100 Trying to make a URL for item "drippy plum(?)" results in no URL encoding for the "?" string url = make_url("https://kol.coldfront.net/thekolwiki/index.php/" + $item[drippy plum(?)].replace_string(" ", "_"), false, false); print(url); visit_url(url); This seems to work: string url =...
  3. T

    Bug - Fixed haunted gimlet takes a turn to craft

    ... but the internal database doesn't know it (emphasis added): void testme() { print(creatable_turns($item[haunted orange], 1, false)); print(creatable_turns($item[haunted pizza], 1, false)); print(creatable_turns($item[haunted cherry pie], 1, false))...
  4. T

    Bug Monster stats aren't correct after using backup camera

    KoLmafia version: r20779 After using the backup camera, the stats displayed by KoLmafia for the current monster -- and those returned by ASH functions (monster_defense(), monster_attack(), etc.) -- do not match the stats displayed by the Monster Manuel. For example, after adventuring in the...
  5. T

    Feature - Rejected New preference smutOrcPervertProgress: Progress to the Smut Orc Pervent

    Here's a patch on rev 20212 that adds a new preference "smutOrcPervertProgress", which tracks the number of combats to the Smut Orc Pervert and resets the progress to 0 on ascension. sacha (TQuilla) ### Eclipse Workspace Patch 1.0 #P kolmafia Index...
  6. T

    Bug - Fixed NPE when using Macrometeorite or CHEAT CODE: Replace Enemy in a CCS

    KolMafia version 20.4, build 20201 I'm getting a Null Pointer Exception when using Macrometeorite or CHEAT CODE: Replace Enemy in a CCS. Stack traces are attached -- the first trace was raised during a custom ASH script run (dresses up, adventures in the Frat House, executes a...
  7. T

    Bug - Not A Bug appearance_rates() returns a $monster[none] record for The Haunted Library

    Mafia build 19477. After banishing the librarian and the desk (which doesn't appear to have anything to do with it, but it's just where I was when I noticed this), running > ash appearance_rates($location[the haunted library]); Returned: aggregate float [monster] none => 25.0 bookbat => 75.0...
  8. T

    Bug - Fixed [PATCH] Blood Bucatini is a combat spell

    Blood Bucatini is marked as a buff (type 3) in classskills.txt, should be a combat spell (type 5). ### Eclipse Workspace Patch 1.0 #P kolmafia Index: src/data/classskills.txt =================================================================== --- src/data/classskills.txt (revision 19200) +++...
Top