Search results

  1. R

    headless/unattended operation

    Yeah, I think I'll give that a try, as well. It'll save a step to just point to the ash script.
  2. R

    headless/unattended operation

    Thanks, guys! Can we possibly put this info on the wiki? I tried looking there, as well, but nothing pertinent came up on searches for "headless" or "unattended". EDIT: I just gave it a try and it works like a champ! Thanks again!
  3. R

    headless/unattended operation

    I swear I discussed this with someone, but after lots of searches on this and the official KoL forums, the most I can find is that you can run mafia in a command window using the "--CLI" command. 1. I'd like to run mafia as a cron job (except on windows), and I'm up to the part where I need to...
  4. R

    Automated choice adv-changing/buffing

    Ok, I'll give BB a try. And by give a try I mean I'll look at what Zarqon has done and steal stuff appropriately!
  5. R

    Automated choice adv-changing/buffing

    I was just playing in the Advent Calendar, and I was thinking about writing a goal-changing/buffing script. Then I realized I didn't know where to put it. So I came here and immediately got overwhelmed by the amount of tools people have come up with. So here's my idea: I want a light-weight...
  6. R

    Bug - Fixed clicking on equipment manager icon (sword) brings me to adventures tab

    I'm seeing something similar. The sword and the gCLI buttons don't work. They just resize the KoLmafia window. Version r9895.
  7. R

    Recursive functions not working?

    That script works perfectly, thanks Bale!
  8. R

    Recursive functions not working?

    I'm working on a hobo-killing script that will cast spells until my MP is low, then switch outfits to mp regen, casting moxious maneuver until my mp is up again. Rinse, repeat. But I'm getting an odd recursion error. Here's my code: void hobo_cast() { if (my_adventures() == 0) {...
  9. R

    KoLMafia on Android?

    I've been interested in getting started in Android developement. Maybe I'll fiddle around with it. Android has been ported to x86. http://www.android-x86.org/ (I don't know anything more about it, other than there is a website, and it seems to have stuff on it.) I might mess around and see if...
  10. R

    KoLMafia on Android?

    http://www.zdnet.com/blog/burnette/java-vs-android-apis/504 http://www.coderanch.com/t/486493/Android/Mobile/Difference-between-normal-java-Android
  11. R

    KoLMafia on Android?

    Hey guys, I'm getting more and more interested in Android development, and (of course) the first app I wish was available is Mafia! I know the Java implementation in Android differs from the one that is used for the PC version, but I'm curious if anyone is thinking about this port at all?
  12. R

    mana burn by casting on others?

    Wow, that looks like just what I need! (minus the random bits, of course) Thanks!
  13. R

    mana burn by casting on others?

    That doesn't seem to work. Any other ideas?
  14. R

    Gain Store Credit @ Ye Wizard's Shack Game Shoppe

    Hmm, it doesn't seem to want to turn in cards without buying any first. I have an inventory full of cards, I set the max_price to 1 and credits to 1000. I ran the script and it checked the mall prices, then quit. If you don't want to fix it, it's ok. I know I'm not using it in the way it was...
  15. R

    purchase the cheapest of a set of items

    Sweet! Thanks, guys!
  16. R

    purchase the cheapest of a set of items

    I'd like to write a script will purchase the cheapest of a set of items given to it. I'm thinking specifically of TPS fruit, but it could work for pine needles/chunk of rock salt, etc. I just wanted to check if this functionality already exists. Has someone made a script that will do something...
  17. R

    Gain Store Credit @ Ye Wizard's Shack Game Shoppe

    +1 I'd also like a script that simply trades in all the cards I have.
  18. R

    mana burn by casting on others?

    Is there a way I can burn mana while adventuring, but instead of casting buffs on myself, cast them on another player?
  19. R

    SmartStasis -- a complex script for a simple CCS

    I'm trying to use the Wossname script, and since the error was for BatBrain, I figured it should go here. Invalid field name 'reusable' (BatBrain.ash, line 681) Consult script 'SmartStasis.ash' not found. I'm not sure what's up with the second error, SS is in my scripts folder.
  20. R

    help with my drinking script

    Thanks for the comments, guys. I do see an issue... at least with how I'm thinking of implementing your ideas. I don't think I can put the mall purchase bit in the recursion, because then it will simply stop at the first drink and buy ingredients for it, if they aren't available. I want the...
Back
Top