Search results

  1. M

    yet another auto-updater (for Windows)

    https://github.com/Malurth/KoLMafia-Updater my old one someone else made stopped working, so I made a new one it was only after making a new one did I realize there are already a lot of new ones oh well, here's another one for you I guess
  2. M

    Bug - Not A Bug Update faxbots?

    The faxbot command is, in a sense, bugged, in that nowadays it almost never works. It pings EasyFax, waits 60 seconds, and then times out, approximately 99% of the time. Technically it is not bugged, as it is doing what it is supposed to do and really EasyFax is the one dropping the ball, but...
  3. M

    Why doe mafia fail to buy items from the mall sometimes?

    For example: Searching for "drive-by shooting"... Search complete. Desired purchase quantity not reached (wanted 1, got 0) You need 1 more drive-by shooting to continue. ??? This keeps messing up my scripts and it's a real pain in the ass. It doesn't explain anywhere why it failed...
  4. M

    Feature Expose Encounter Listing for use in scripts?

    This would make my life a lot easier. I'm trying to automate adventuring in FantasyRealm while having dice gear equipped (aka with random monster modifiers) while also trying to kill 5 monsters and then leave before triggering the noncombat (which sadly still consumes an adventure even if you...
  5. M

    Way to access Encounter Listing in script?

    I'd like to make use of the apparently stored data of how many X monster I've fought that day, but I've failed find any info on that from my searching around. Anyone know a way to access this? I guess I could implement a hackneyed custom solution, but I'd rather not have to.
  6. M

    Is there built-in functionality for responding to clan fortune teller requests?

    As far as I can tell, the cli "fortune" keyword only handles sending requests, not responding. Mafia has preferences for the response words, but so far I've only seen them be used to auto-populate forms in the relay browser. I know there's a script someone made to handle the fortune teller, but...
  7. M

    Bug - Fixed Consistent "Unexpected Error" making a debug log every day.

    I have to keep pruning my folder of the debug logs, since it generates one every day. It doesn't seem to actually affect anything really, but it's getting annoying. I get it when I'm farming Barf Mountain with my random monster modifier setup. Here's an example situation where it occurs...
  8. M

    I can't figure out the syntax for passing an array to a method as an argument :/

    void preBuff(int turns, skills[] blah) { void preBuff(int turns, skill[] blah) { void preBuff(int turns, skills blah) { None of the above work, I can't find any info in the documentation, and I can't find any examples. Just using "skill" also doesn't work, of course, since it expects it to be...
  9. M

    Auto 2-day HCCS

    So, I casually linked this script in the KoL forums and wound up derailing the thread into discussion/bug reports about my script, and having a bajillion people download and run it despite my warnings of how shoddy and unlikely to actually function it was. So I figured, despite not wanting to...
  10. M

    A couple miscellaneous questions

    1. I can't think of a good way to refer to an item set containing all the items in your closet. I'd like to make a script to simply throw everything in my closet into my mall store, but short of checking every item in the game against my closet contents I don't know how. This is kind of annoying...
  11. M

    Bug Recurring error that filled a log file with thousands of the same error.

    I was pressing the 'up' arrow adjacent to my buffs on the charpane, one at a time, queuing five of them in a row. After it was taking too long to load the page, I checked KoLmafia, only to find it was in the process of spewing out "Unexpected error, debug log printed." over and over and over...
  12. M

    Feature - Rejected Some way of handling session conflicts?

    Unless I'm missing something, if KoLMafia is left open and logged in on an active computer, that makes it nearly impossible to play on any other computer. It seems to work at first, sometimes, but then I will soon be hit with an "Invalid Session ID" kick back to the homepage, and have to relog...
  13. M

    Anyone know why this visit_url isn't really working?

    I'm probably just doing something really stupid. Hopefully I don't flood this forum with dumb questions. I've been making a bunch of minor click-saving relay scripts, and the areas guarded by a 'pwd' in the URL on the Mysterious Island aren't being cooperative. For example, trying to...
  14. M

    Bug - Fixed Adventure Tab will not load

    I get this in the Graphical CLI every time on login: "net.sourceforge.kolmafia.swingui.AdventureFrame could not be loaded" (Edit: There is no space between 'Fra' and 'me.' I don't know why the forum is displaying this.) And sure enough, the Adventure Tab is missing. I have tried fiddling with...
  15. M

    How to 'listen' for events?

    Say, for example, I wanted to make a script that would unequip Talisman O' Nam and Mega Gem upon beating Dr. Awkward (and requip whatever blah blah). I can do the actual 'take action' part myself, but I don't know how to invoke it on the condition of beating him. There are a ton of such things...
Top