Recent content by Captain Kirk

  1. Captain Kirk

    Feature - Rejected Provide option to not autocreate badass belt

    Apparently the batskin belt is now equipment, and the skull of the bonderdagon as well. For those of us who want to collect these items, you can't if the badass belt is autocreated.
  2. Captain Kirk

    Error log trying to build r14343

    Ok, I was able to fix this on Snow Leopard 10.6.8 in the following way: sudo vi /System/Library/CoreServices/SystemVersion.plist change 10.6.8 to 10.7.8 and write out the changes. Install the latest JDK 1.7.0_67 edit the file again, and change 10.7.8 back to 10.6.8 In my bash script that...
  3. Captain Kirk

    Error log trying to build r14343

    No of course not. I am worried about java apps in web browsers. It's true you can turn it off, but then some web apps that I use won't work. Once I upgrade java on my computer it's upgraded for everything, not just compiling mafia. Is there a way to switch between java 6 and java 7 on the...
  4. Captain Kirk

    Error log trying to build r14343

    So the reason I compile my own version of mafia is I make some small custom changes to the code. I looked on the Oracle site for jdk 7u55 but couldn't find it. Is it possible to download older versions of java from them? It seems like there is a very small window of java to run and compile...
  5. Captain Kirk

    Bug - Won't Fix Builds after 14339 require Java 7 to compile (but not to run)

    So I am quite confused. Just the other week I was running mafia with java 7 and found that modtrace didn't work anymore and I should be using java 1.6.x. Now I am being required to update to java 7 somehow on MacOSX 10.6.8? Might be possible, but seems a bit complicated.
  6. Captain Kirk

    Bug - Won't Fix Builds after 14339 require Java 7 to compile (but not to run)

    I can't compile mafia, I'm getting javac errors. I am compiling on MacOSX 10.6.8 with javac 1.6.0_65 As of 14340 I am getting errors that look like this: compile: [javac] Compiling 2 source files to /Users/dmeleedy/kolmafia_build/code/build [javac]...
  7. Captain Kirk

    Save items from pvp theft

    So the final line would be: ? boolean is_stealable(item it) { return is_tradeable(it) && is_discardable(it) && ! is_giftable(it); } Edit: the ! is_giftable(it) seemed to screw it up.
  8. Captain Kirk

    Save items from pvp theft

    Well, turns out I had an even older version of this script ... the newer one seemed to work better. How would you fix that line?
  9. Captain Kirk

    Save items from pvp theft

    I think a recent change to mafia finally broke this script.. anyone know how to fix it? Fixing the name of the dramatic range wasn't enough. Looks like the mall refactoring in r14295 broke it.
  10. Captain Kirk

    Bug - Not A Bug Tables in the gCLI mutliplying

    So the 1.7 version I am using is it work, and due to the fact that we use it as a plugin for web browsers, I can't really downgrade it from u65 to u55. If this is a java bug, did anyone report it? Or has the function in java changed for some reason?
  11. Captain Kirk

    Bug - Not A Bug Tables in the gCLI mutliplying

    Sorry I didn't see that it was known to happen after a certain version of java 1.7 .. I thought it was a java 8 only issue. I will downgrade my java back to 1.6
  12. Captain Kirk

    Bug - Not A Bug Tables in the gCLI mutliplying

    This is a bug, as I am only running java 1.7.0_65. Not only do I see duplicate items, but also columns that aren't wide enough for the text in them. It's really difficult to read.
  13. Captain Kirk

    Bug - Not A Bug Tables in the gCLI mutliplying

    modtrace screwed up e.g. modtrace adv or modtrace item drop seems to repeat information, not list totals, and in some cases the graphics for the columns are not wide enough for the text. Looks really bad...
  14. Captain Kirk

    Bug - Fixed Many stores with limits, can't find items to buy in the mall

    buy 15 twinkly wad --- in CLI does not work currently So there are so many stores with a limit of 1 right now, that this command is now failing. It looks like it searches the first 10 stores but does not go beyond that even though it could and it would work ok. Searching for "twinkly...
  15. Captain Kirk

    Bug - Not A Bug Haunted library choice adventure acting weird

    Bleh, my options got reset somehow... once I put them to what they should have been, I was ok. You can delete this post.
Top