Search results

  1. B

    Bug - Waiting for Info Clan Snapshot errors

    When loading a clan snapshot mafia is incapable of handling clannies that have ended runs prematurely (Index out of bounds error) <td colspan="6" align="center"><small>This run was ended prematurely.</small></td>
  2. B

    Bug - Fixed Unique skill error.

    I'll test this for you, sure (because I'm more curious as to what causes bugs than I am actually in need of having them fixed, usually) but I would just like to mention that the error was occurring before any turns were spent. So Tetanus isn't the culprit. Edit: Downloaded latest mafia...
  3. B

    Bug - Fixed Unique skill error.

    Well, let's hope this works. I hadn't changed any code when this started (and it started -before- I update mafia, not sure which revision I was using before, but it wasn't too old). So, I hope this works. If it does work, and I leave the box unchecked, is there an easy way to have mafia...
  4. B

    Bug - Fixed Unique skill error.

    Yes. Is there control over how it might go about doing that? I mean, I don't have the skill, so mafia shouldn't try to use it anyway, right? Also, he doesn't have any malignant effects... Dreams and Lights Shape of... Mole! Arcane in the Brain Winklered Having a Ball!
  5. B

    Bug - Fixed Unique skill error.

    I have.. tried so many things and I have no idea why this is occuring. My buffbot is failing with an error that seems to be completely unrelated to his operation. Normally, I have a classskills override, but the error persists even without it. This is r10592, and this is the line of code...
  6. B

    Is there a command to see what your last semirare was?

    "counters" Aaaand... your related question isn't a question, so I'm not sure what exactly you want from it.
  7. B

    Bug - Cannot Reproduce visit_url() not returning appropriate page

    The debug log is attached, but when I was going in to make the script stop bugging me, I realized that that debug log might be (probably is) completely useless. Turns out the reason I was repeatedly getting the error was because the String That Isn't An Integer was getting stored to a property...
  8. B

    Bug - Cannot Reproduce visit_url() not returning appropriate page

    I'm not sure if it's the inner workings of the ASH interpreter failing to grab the string supplied to visit_url() or maybe Mafia's interface to the internet is acting wacky, but for some reason, when my charpane.php override attempts to access the kolmafia forums to check its version, the script...
  9. B

    Feature - Implemented Change target platform from Java 1.4 to something newer.

    I was wondering if this change could be responsible for some issues that my bots have run into recently (but I couldn't reproduce reliably enough for a legit bug report) I don't know exactly what revision it started with (10440-10470), but rolling back to 10440 resolved the issue. I have bots...
  10. B

    Complain to Jick script error

    "Server www.kingdomofloathing.com returned a blank page from http://kolmafia.us/showthread.php. Complain to Jick, not us." Clearly, not Jick's fault. I'm not entirely sure what's causing this, as my breakfast script makes no calls to this, unless relay overrides are applied even when not...
  11. B

    Recovering KoL password from mafia?

    Indeed so. And actually, I found Bitizer which, if you check it out, is EXTREMELY convenient for the steps necessary to convert from Mafia stored password to plaintext and back. Funny, judging by its appearance I'd expect it to be less accurate than the others. That whole "lack in power, make up...
  12. B

    Recovering KoL password from mafia?

    Aside from the rare coincidence, I think you'll find that using the wrong radix at some point in the conversion process would give you a completely bad decryption, not one that is correct for the first few values and then bails out near the end (consistently with all my passwords). Go ahead and...
  13. B

    Recovering KoL password from mafia?

    So, a friend of mine has also seemed to lock herself out of vanilla KoL, and after reading this I was inspired to go through the steps in getSaveState to recreate her password, starting with a known password (mine) to make sure I'm doing it right. Now, I can't figure out what I'm doing wrong...
  14. B

    Automatic Script Updating... Discuss!

    Funny, I'd actually been kinda working on something to load scripts via file_to_map. PITA to write, of course. (that's actually a broken post, hadn't fixed the line numbers before saving, but fix is easy.)
  15. B

    Automatic Script Updating... Discuss!

    If you ask me this is only gives MORE support to matt's idea. Regardless of how each individual author handles their scripts' versions, a central area would be controlled by KoLmafia. When you add a new version to the site, KoLmafia downloads it and you never have to worry about your scripts...
  16. B

    Feature - Rejected Auto-Fuzzby

    Agreed. Not sure what the original request is for exactly. A way to read them? It's super easy to read received messages.... click the button. For people that want/need an easier way to send messages (because finding Fuzzby in a big inventory can be a hassle, and typing /use fuzzby... well...
  17. B

    Feature - Rejected coinmaster confirm box

    I only tried the hermit and the Fudge wand (hermit because I could easily obtain the item to be traded; fudgecule because it was limited time content [my then-theory as to why confirmation was necessary) and neither of them asked for confirmation. Both of these things from my inventory, and...
  18. B

    Feature - Rejected coinmaster confirm box

    Not sure where else to put this, so I suppose I'm making a feature request to have something removed. The Crimbo 2011 coinmaster asks me to confirm my sales before asking how much of a given candy to trade in. I'm not sure what the motivation behind this is, as I went through a few of the other...
  19. B

    Script request - MMG script

    This is pretty close to what you want (and what I use)... okay, not exactly, this script exits when you make a net positive. (so, before X becomes 0) It runs multiple betting cycles, it has a fairly verbose output, input is pretty diverse (two different main declarations, depending on your...
  20. B

    new items in the manager

    I can't tell if I'm being an idiot or if there's something I need to do that I just happened to forget. My item manager (focus on the Consumables section) refuses to show me my possible peppermint concoctions. I have plenty of mint. I have plenty of mixing supplies. None of the items show up...
Back
Top