Search results

  1. B

    Skill/CS planner

    You're correct, it is not. I actually just found out about it now, and I'm making the necessary changes to the script for SVN-ness while I add in some stuff. Once that's done, you'll just need to update the svn and it should automatically fix planner_lxndr for you. As for the unobtainables...
  2. B

    Native Windows (x86) KoLmafia.exe

    Last few times I've checked, the KoLmafia.7z archive is... empty. Whyfor?
  3. B

    Scripts on SVN

    My old script, which was a pain to use, because every time Jick added something new, people would have to reacquire the files. SVN makes this a non-issue. Script Name:Skill Planner/CS Tracker Author: Almighty Sapling Desc: Relay script detailing what skills and CS you have and are missing...
  4. B

    Mafia SVN for Scripts?

    So, not sure if this is a system-Java dependent thing (probably...) but when I checkedout my bot the dialogue box regarding overriding local files was... quite large. It extended beyond the bottom of my screen, and I couldn't see the options (and if I hadn't done it before, I wouldn't have known...
  5. B

    Mafia SVN for Scripts?

    A handful of stuff: First: While this doesn't exactly address the issue of adding new projects to the proposed svn.txt, a way to reduce the effort of maintaining it would for it to just be "project name, link to xml" and then all relevant data could be maintained by the project owner separately...
  6. B

    Feature - Implemented Please Revive ZAP Link

    I thought it used to be there! I couldn't think of any reason why it'd be removed, so I just assumed I was making up memories of it having been up top. Ditto this request.
  7. B

    Mafia SVN for Scripts?

    I have no idea if it's mandatory, actually. I'd assume not, but I'll have to check. And ah, so it does. Not sure what I was thinking.
  8. B

    Mafia SVN for Scripts?

    private static Pattern GOOGLECODE_PATTERN = Pattern.compile( "http://([^.]+)\.googlecode\.com/svn/trunk/([^/]*)", Pattern.DOTALL ); Ditto what Bale said: use group 1 if group 2 is empty. Otherwise use group 2 or possibly some conjunction of the two.
  9. B

    Mafia SVN for Scripts?

    While were at it, any chance we could get some love for google code users? Typical URL: http://ominous-buffer.googlecode.com/svn/trunk/
  10. B

    Three questions

    chatbotScript is my forte. However I'm not sure exactly what you are looking to do. If your worry is that two scripts may be running at the same time there are a few ways to work around that (though whether you need to depends on what each script does). What exactly is "chat" doing here? What do...
  11. B

    Mafia SVN for Scripts?

    Ah phooey. Okay. How do you think I think svn behaves when I move files :P At this point my question was strictly mafia, no svn. I had always been under the impression that you had to explicitly state the location of an imported script, so I had never really thought about it.
  12. B

    Mafia SVN for Scripts?

    Where do I define a project's name? Does the end user specify that when they checkout? Or is it up to the script author? Similarly, since the topic of file structure is up, does one have to specify the directory when using "import"? What if there are multiple scripts with the same name in...
  13. B

    Mafia SVN for Scripts?

    Ah, that's fine then. I honestly don't really know what consult scripts are or how they work (things like Between Battle Scripts??). I was just going with what I was familiar with, which was "stuff that gets import<>ed and not executed" which, while they may not necessarily be libraries, are...
  14. B

    Mafia SVN for Scripts?

    I. Love. You. SO HARD. I have no idea how validation works internally, but... would it be possible to instead ignore not-allowed directories instead of outright failing? I've been using a repo for my clan bot forever and he has some other stuff that would be possible to move out, but would...
  15. B

    Native Windows (x86) KoLmafia.exe

    The information on the sourceforge page says that you are updating to the latest builds... but when I download and run it, that seems to be ... not the case. Still says 11879
  16. B

    Native Windows (x86) KoLmafia.exe

    So, not sure if it's a JET issue or if it's something you can fix, but mafia's copyright notice (and debug logs) claim to be running in Java 6. (v1.6.0_34b00, precisely)
  17. B

    Bug crashes while minimized

    Nah, I use the JET build for my personal account. The clan bot runs on the jars. Anyway, it had been going smoothly since I updated Java, but it just happened again. Different however, was that mafia restored (un-minimized) itself first, which I thought was odd, so I then minimized it. I then...
  18. B

    Bug crashes while minimized

    Updated to Java 7 and now I get even worse behavior: It refuses to minimize to tray. I will see if I can rollback to a newer 6 instead of 7 though. EDIT: So, it turns out it's not Java 7 that refuses to minimize, but rather 64 bit Java. Works fine with 32 bit. (minimizing, that is. Still have...
  19. B

    Bug - Fixed Ms. Accessory

    So, not really sure why, but for some reason the maximizer decided that a Ms. Accessory was better than a Mr. Accessory. I wasn't paying that close attention (and they look pretty similar) so I just trusted mafia to do its thing. And it spent my Mr. Accessory on a Ms. Accessory. If we get get...
  20. B

    Bug crashes while minimized

    I would assume so... I'll have to check that and get back to you. Interestingly, 2 of them display "Logout complete" when I hover over their java icons (even though they haven't been asked to log out...) and the third just says whatever its last action was (usually something regarding buffing a...
Back
Top