Search results

  1. holatuwol

    Bug - Not A Bug Come back with a 20 pound Sabre-Toothed Lime - But I can buff to 20lbs...

    The default command is now: familiar weight -tie Is there a command to get maximizer to also consider skills/items? If there is, maybe we should just have the sorceress lair handler submit that command instead and mark this as fixed.
  2. holatuwol

    Bug - Fixed kolmafia 15.4 support for osx 10.4.1?

    When I build it, it's marked as "Application (Universal)" so it should be okay. I'll go ahead and replace the dmg on Sourceforge.
  3. holatuwol

    Bug - Fixed kolmafia 15.4 support for osx 10.4.1?

    I get the same error on my Mac, which is also PPC instead of Intel. I can confirm that when I package it myself, I can run it. Which SVN revision was used for the actual release? I can repackage it and upload to Sourceforge?
  4. holatuwol

    Feature - Implemented Removal of "Update" Function (Discuss!)

    I added it because it made use of a feature that was happening already to benefit other people in the clan, and it seemed really cool at the time. If I were to change anything about it, I'd have it check against the result of "/who clan" and also clear it whenever you change clans. I don't see...
  5. holatuwol

    Proof of Concept: Self updating scripts

    I probably introduced this bug when I tried to make things work a little better with symlinks in r9131. I've introduced alternate logic to handle the same problem in r11348 which should achieve the same thing, but without the security vulnerability.
  6. holatuwol

    Bug - Fixed r11317 - Out of Memory error

    If it makes you feel any better, I use eight (edit: nine, realized that I left AbiWord installed to edit weirdly corrupted Word documents that neither LibreOffice nor TextMaker could open since it actually happened just now!) different ones for editing not-code documents. general purpose: (1)...
  7. holatuwol

    Native Windows (x86) KoLmafia.exe

    I'm okay with doing this if there's interest in it. Just let me know the banner image I need to use and the page of the Excelsior website they'd like me to link to. You can loop me into the sales representative correspondence with my gmail account if they'd like to speak with me directly about...
  8. holatuwol

    Mafia not working

    There's also that. Edit: Oh I see, that clarification came after the Windows assumption.
  9. holatuwol

    Mafia not working

    If you open Command Prompt to the KoLmafia folder and type in: java -jar KoLmafia-[version].jar What happens?
  10. holatuwol

    Bug - Fixed chat_macro() and /chamoisgoagain

    KoLmafia should just execute your chat macro as-is. That being said, even if it executes it, if what your macro consists of is a bunch of chat commands, nothing actually happens server-side when the macro is submitted. This is because chat commands come back as *instructions* on what URLs to go...
  11. holatuwol

    Map literals in ASH (potential feature)

    Obviously is my favorite word. Obviously.
  12. holatuwol

    Silly question: running (non-ash) code?

    I avoided giving ASH unrestricted access to that kind of stuff in the past, because that can be viewed as a giant gaping security hole, but we can consider things on a case-by-case basis. That being said, if you need an example of Java code, we have the thread dump / heap dump commands that...
  13. holatuwol

    Whitelisting clears sender?

    I believe it's because the same interpreter is reused for chatbot scripts. That used to be okay since incoming chat message processing was single-threaded, but that assumption changed when we started passing in events as well, since those can also come in whenever you send a chat command to the...
  14. holatuwol

    Mafia hangs at "Examining equipment in closet"

    Also take a debug log so we know if it's hanging on handling the reply or if it's hanging trying to get the reply, since the URL itself may give a hint (could be some kind of URL filter at your workplace).
  15. holatuwol

    How do you prevent Saucecrafing

    I can't reproduce this problem? > inv reagent scrumptious reagent (642) > use tomato juice Searching for "tomato juice of powerful power"... Search complete. Searching for "scrumptious reagent"... Search complete. Searching for "tomato"... Search complete. Using cached search results for...
  16. holatuwol

    Bug - Fixed ashref causes an NPE

    Sorry, try r11204.
  17. holatuwol

    Feature JSON data exporting

    There is an HTTP server already embedded in KoLmafia; that's what the relay server is. o_0 Or do you mean something that actually makes you authenticate with it and generates a unique KoLmafia session token for you that allows you to interact with an existing KoLmafia session?
  18. holatuwol

    Feature JSON data exporting

    I think Catch-22 is thinking of some kind of hosting service, rather than a WebUI that you can browse from inside your network. That being said, what if I just add a to_json() capability to all ASH aggregates? You've always been able to request the path to a relay ASH script directly, and ASH...
  19. holatuwol

    Feature When /timer effect runs out, show it in the CLI

    I think most people who use multiple computers use Dropbox or Google Drive with some form of symlinking?
Back
Top