Recent content by alphacow

  1. A

    Ant build failed (AbstractPainter.class error)

    ...aaaaand nevermind, just deleted and re-checked out from source, everything built just fine. Move along, nothing to see here.
  2. A

    Ant build failed (AbstractPainter.class error)

    Having an issue building out from source. On a mac, using jenv to run java 1.6. Error follows. Any help would be appreciated. $ java -version java version "1.6.0_65" Java(TM) SE Runtime Environment (build 1.6.0_65-b14-468) Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-468, mixed mode) $ $...
  3. A

    The latest Daily Build

    Just because I like to share... For those who: - have svn and ant installed, and - are using a Mac, here's the script I use daily to (1) download and build the latest KoL flavor, (2) show all svn log entries from the last version I have on my computer until now, and (3) launch mafia. If you use...
  4. A

    Auto Login in Terminal

    That worked! Thanks!
  5. A

    Auto Login in Terminal

    Using the following command (on a Mac): java -jar /Applications/KoL/KoLmafia.jar login.ash where login.ash is a file with one line, "login alphacow", I get the following error: "Unknown variable 'login' (login.ash, line 1)" Any suggestions?
  6. A

    Building from the SVN?

    Might I suggest to the opening poster that he include a link to the "fink" library to make things easier (at least, for mac users)? Using fink, installing ant is as simple as fink install ant-base I haven't checked, but I assume that the JVC is also in the fink library. One trouble-shooting...
  7. A

    arrays

    That's funny, it didn't even occur to me to use moods for this. I wanted to have it automate the buying of stuff also, though. I guess I could have a simple if( item_amount[whatever] < 500 ) buy(whatever, 500); at the beginning of my script and let moods take care of the rest. Huh. Well, at...
  8. A

    arrays

    So, just today I decided to start experimenting with ash a little. I have my own little farming CLI routine, and today I wrote this up to supplement it: # get correct number of pet-buff and wasabi sinus buffs void getKnobGoblinMoneyBuffs() { # using floats since they will be divided by 10...
  9. A

    odd "acquire" behavior

    Yeah, from here it seems that the acquire command is actually pretty sophisticated, which is why I was surprised when I saw that odd behavior.
  10. A

    odd "acquire" behavior

    Interesting argument. Do you know if there's any way to circumvent this internal logic and force it to get only the requested amount, while still taking advantage of the rest of the "acquire" logic (check inv, try to build, get from NPC, etc.)?
  11. A

    odd "acquire" behavior

    Can someone explain the following: > inv scroll of drast scroll of drastic healing (93) > acquire 95 scroll of drast Searching for "scroll of drastic healing"... Purchasing scroll of drastic healing (30 @ 480)... You acquire scroll of drastic healing (30) Purchases complete. > inv scroll of...
  12. A

    A little too much world peace for me

    Huh. Well, I turned off some moods, and it worked. I don't know why it chose now to stop working, though... I haven't changed those in a while. Ah well. I don't know if this is a tough request, but maybe you could add an indicator as to which of the six causes it encountered to the world peace...
  13. A

    A little too much world peace for me

    I'm having an issue where Mafia will suddenly "declare world peace" for no apparent reason, and I can't convince it to begin adventuring again afterwards. At all. There hasn't been much of a pattern, but it seems that if I set a goal before adventuring it happens more often. However, once it...
  14. A

    Simple question about relay browser on OS X

    I used the "set preferredWebBrowser=Firefox" command, and it works, kindasorta. Whenever I click the "Load in web browser" button if Firefox isn't open, it will work just fine; it will launch the browser and point it to the right page. However, if Firefox is already open, it will try to open...
Top