Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
Top