Search results

  1. A

    Ascend.ash: hands-off ascension script

    Minor platform-specific issue Let me first say that I am so appreciative of the hard work that you and all of the other script-maintainers have put into this script and its associated scripts. Quite the bang-up job to be able to automate the process from beginning to end! The only issue I've...
  2. A

    macguffin.ash (a script in progress)

    One thing I noticed: After obtaining the drum machine, one must go back to desertH to speak with Gnasir, then he tells you to go find the pages. The script lacks this check and in fact just stops altogether once it realizes that you already have a drum machine. Adding the snippet...
  3. A

    Requesting help with truncate() [SOLVED: USER ERROR]

    macman104 - Thanks for the reply. Both of those returned zero, and I see why now. The first time I ran the script, it was encased in a while statement, rather than an if statement. This caused it to execute correctly the first time, then just loop through. I fixed the loop before posting...
  4. A

    Requesting help with truncate() [SOLVED: USER ERROR]

    As part of my daily breakfast routine, I have a snippet that doesn't seem to work the way I had intended. I wrote it without any of my characters in Ronin, and because it checks Ronin status, I had no way of testing it for several months. When I was able to test it, it didn't quite work the...
  5. A

    Cron issues

    I use cron for my breakfast routines as well, but never had to use any sort of headless option. I've got the command I use to start KoLmafia in a shell script in /home/me/bin, which simply executes: /home/me/Programs/Java/jre1.6.0_03/bin/java -Duser.dir=/home/me/.kolmafia -jar...
  6. A

    Differences Between Release 11.9 and 12.0

    Re: Release 12.0 Hmmmm, seems like it's time for a bit of housecleaning in the mafia department, reset some defaults and such. I tend to customize, rather excessively at times, and I usually end up messing something up in the process. Thanks for checking!
  7. A

    Differences Between Release 11.9 and 12.0

    Re: Release 12.0 Is the 'breakfast' command at the CLI broken for anyone else? I've got a few ash scripts that execute the command, those stopped working. Trying to execute breakfast from the command line of the GUI causes the status pane to turn red, but prints no message in the message...
  8. A

    11.0 Auto-login bug?

    I have a script that logs in daily to do some very basic functions, ie. breakfast, check to see if I have more than 150 adventures, and if so adventure in the gym. Simple stuff. However, I've noticed that since upgrading, my script isn't working. Has anything changed with 11.0 with regards to...
  9. A

    Pre-ascention Ronin?

    Geez, you guys are sneaky with your updates..... No sooner do I get the newest version and learn all the quirks and whatnot, and there's another released! In the process of DLing it right now. I'll update once I find out if this thread is still applicable with 10.6. Thanks, holatuwol! There...
  10. A

    Junk item script

    For those of you who don't already know, DAYCHILDE >= THE MAN. Hadn't thought of it from that perspective. I will get right on implementing that for myself!
  11. A

    Pre-ascention Ronin?

    Just noticed that logging in with 10.5 that 2 of my characters (Both beat the naughty sorceress, both freed the king, just waiting to jump through the gash) are currently in Ronin via KoLmafia. I still have all of my items, I just can't buy anything, can't receive anything, and can't get meat...
  12. A

    Junk item script

    A little off the 31337 topic, but still on the junk item topic: Would there be a way for things like enchanted barbells, moxie weeds, etc (minuscule stat-gain items) to be used rather than auto-sold? I know it's not that much of an increase, but personally I would rather take the stats...
  13. A

    Picture links?

    Okay, so a month and a half later, I finally figured it out, after trying everything else. (In fact, I think I've even tried the method that worked this time, at an earlier time, and it didn't work then.....) But yeah, a little background on my setup first: As you know, I run Kubuntu Linux...
  14. A

    Picture links?

    I don't think it's a firewall issue, as Kubuntu (as with most linux distros) has a firewall config file, so there's no 'program' running that I've modified at all. I'll check into that and see if maybe it's just automatically blocking the mini-browser picture files, but KoLmafia pulls those...
  15. A

    Picture links?

    I don't really know enough about the making of KoLmafia to know why it would be doing this, but for some reason, when I open up a mini-browser, the grand majority of the pictures do not work. I don't do it too often, so it's not that big of a deal, but if I'm trying to free the King, or check...
  16. A

    Basic breakfast/gym script

    Re: Basic breakfast/gym script -- Help needed! Geez, I thought I was the only one around here that lost sleep to KOL and the internet. :D Yup, that did it, case closed, thanks guys. I don't know if you wanna move this to the working scripts section of the forum, but now that you guys got it...
  17. A

    Basic breakfast/gym script

    Modified Script:if (my_adventures() > 160) { cli_execute("adventure 20 pump up moxie"); cli_execute("adventure 20 pump up mysticality"); cli_execute("adventure 20 pump up muscle"); } cli_execute("breakfast"); Original message...
  18. A

    Don't mean to be 'teh n00b'

    Okay, now holatuwol, before I say this, I want you to know that this is not an accreditation that I hand out left and right; it's reserved for the special, the elite, the best of the best: You the man. Not running as root did it, using the same command you gave me in your last post. I was just...
  19. A

    Don't mean to be 'teh n00b'

    Hey holatuwol, That command is, I think, getting warmer. Gives me a bit more of an error message. root@POShizat:~# /usr/local/java/jre1.5.0_09/bin/java -Duser.dir=/home/me/ -jar /home/me/KoLmafia-9.7.jar java.lang.reflect.InvocationTargetException at...
  20. A

    Don't mean to be 'teh n00b'

    Thanks for the detailed and in-depth troubleshooting, efilnikufecin, but nothing's working. If I'm not opening the file with javaws, I'm not exactly sure what I SHOULD use to open it. I dunno, I think I may just call KoLmafia a loss on Kubuntu. I've got firefox with greasemonkey, and I installed...
Top