Search results

  1. Z

    New Content - Implemented Crimbotown is here!

    I can confirm Theraze's and Crowther's findings. Indeed it was not "just a few minutes", but it appears the "crimbo town is accessible" session flag gets set by main.php.
  2. Z

    New Content - Implemented Crimbotown is here!

    It appears the "Where is Crimbo Town? ..." is the message given when KoL thinks Crimbo Town has not been opened, and the player should thus not be allowed to access it (using an "adventure again" link, using direct URL manipulation, or using an external client such as KoLmafia). I have seen it...
  3. Z

    Feature - Implemented Make stationary buttons stationary

    Just a note for people who may be getting the same problem: I've experienced the symptoms that the right click menu didn't show up anymore on dropped items, and also that the KoL keyboard shortcuts (1, 2, 3, etc.) to select choice adventure options stopped working. Also, the automatic refresh...
  4. Z

    Character Info Toolbox

    You probably mean to write "svn checkout" and not "svn commit" in the description of the first question.
  5. Z

    Bug - Fixed Pigsticker of Violence messes up maximizer results

    It's actually vim, which is a vastly improved "vi clone". When you open a file in vim, it creates a "swapfile" (a file named .<original-filename>.swp), whose presence tells them that "someone is working on that file in vim". On a radio show several years ago. Jick claimed that that was their...
  6. Z

    Bug - Not A Bug SVN doesn't use proxy settings

    Could it be possible that your work proxy blocks sourceforge but not KoL?
  7. Z

    Bug - Fixed Return/Enter doesn't separate CLI commands when typed quickly

    I can confirm this happening. My theory is that the enter key triggers something asynchronous, such as "notify a later thread to feed the current content of the input box to the CLI", and then, fast typing on slow computers makes it so the next keystroke after the enter key gets added to the...
  8. Z

    BatBrain -- a central nervous system for consult scripts

    Error with mosquito (and possibly other, equally relevant, familiars) Recently I decided to start doing "boring" 100% familiar runs. And what could be more boring than starting with familiar #1, the trusty Mosquito? Doing that, I found out that WHAM would always abort with an error: I...
  9. Z

    Bug - Not A Bug Store price change exception

    There might be some additional things you could do to try to narrow down the error further, such as: * create a new user account on your mac, login to that user, start KoLmafia, configure it for your KoL account (i.e. enter username and password), login to KoL and check if the price manager...
  10. Z

    Java memory issue

    This symptom happened to me some time ago. I then found that the size of ~/.kolmafia/settings/GLOBAL_prefs.txt was huge, and was increasing each time I ran KoLmafia. Now my memory gets fuzzy on what exactly the problem was, but there was an entry in there that had something to do with the...
  11. Z

    Bug Odd behavior with CLI manual choice adv control and relay browser

    I confirm this behaviour, as described by Idran and clarified by slyz.
  12. Z

    New Content - Implemented New Yearly Familiars 2013

    It appears the tradeable (NPC-personalized) jars of the Angry Jung Man have been added in r11472, but the untradeable direct drop has not yet: Unknown item found: psychoanalytic jar (6055, 782318443) -------------------- 6055 psychoanalytic jar 782318443 analjar_empty.gif none 0 #...
  13. Z

    Feature Add group monster size to proxy info

    When you are in a Zombie Slayer path and have both bear arms equipped, you can "bear hug" those monsters. This gives you the exact number, as they all join your horde as Zombies.
  14. Z

    Bug - Fixed visit_url POST requests send "pwd" to non-KoL servers

    The way I understand is KOL always uses a session ID cookie to find out what account your GET / POST is associated with. The pwd parameter is for additional security, so you, for example, cannot post a link in chat that, when clicked by careless/clueless people, will kmail all their Mr...
  15. Z

    regarding Java 7

    If you're on Windows, it should be possible to make batch files that look somehow like which then, when launched, will use the version of java found in the specified path to launch KoLmafia.
  16. Z

    Automatically download the newest daily build

    ... which can be done by running aptitude install libwww-mechanize-perl as root.
  17. Z

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    It worked for me as well. Please note that you apparently still tell the script to get 6 wedges of goat cheese, while the trapper now only wants 3 - is there a reason for that?
  18. Z

    Feature JSON data exporting

    If there is a file foobar.html in KoLmafia's relay directory, http://localhost:60080/foobar.html serves this file.
  19. Z

    autoBasement.ash - Better basement automation

    Recently, I've had this script abort when it tried to equip a weapon that was actually already equipped on my disembodied hand. I'm using Winterbay's script from post #2 which fixes this for the cases where it wants to equip a cached outfit, but apparently it happened to me when my stats were...
  20. Z

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    As a first general recommendation, I suggest you to remove the notify: Else, I'm now taking a look at it
Back
Top