Search results

  1. R

    What did I do wrong here?

    Thanks, I'll try that see if it works. Edit: Gah, I give up. I replaced the whole eat drink spleen section with cli_execute ("eatdrink") I hope the bugs are worked out of eatdrink.ash.
  2. R

    What did I do wrong here?

    //Drink 3 Neuromancers if (item_amount ($item[Neuromancer]) >= 3 && DrunkLeft >= 12) drink (3, $item[Neuromancer] ); else { if (!user_confirm("Not enough Neuromancers want to buy "+(floor((DrunkLeft) / 4) - item_amount ($item[mandarina colada]))+" @ "+ ((floor((DrunkLeft) / 4) - item_amount...
  3. R

    Castle farming script

    Why does it put on a Tuxedo Shirt then buy and drink booze that doesn't benefit from the shirt?
  4. R

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    It seemed to be buying the swiller from the mall.
  5. R

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    I just ran the old version in update 8740. It decided that with the value per adventure set to 750 the best thing for me to drink was 19 cans of swiller.
  6. R

    How do you write an ASH file?

    I know old thread and the scripting errors have already been mentioned. This is more an error of economics. If you have access to a mall store rave whistles sell for more than their minimum value in the mall and should be mall sold. Fan fics, wolf masks, and giant needles are more profitable to...
  7. R

    My first script: Maxadv.ash

    Hmm, I can see the value of a lot of that. Of course with the hardcore/ronin check it's a matter of preferring to use resources rather than muck up chat with the sword of inappropriate prepositions. edit: The check for hardcore/ronin is this part ashq if(can_interact()) right? Well, I'm...
  8. R

    A bit rusty - Can mafia do this?

    I thought I remembered something like that. But I don't currently have a copy in my scripts file and I couldn't think of what to search to find it. Thanks.
  9. R

    The Unofficial Ascend.ash support thread.

    Sounds like eatdrink.ash broke with the recent daily build. Anyone know what went wrong? I was also wondering if there were a recent update for farm.ash but i don't think that works right without eatdrink.ash.
  10. R

    A bit rusty - Can mafia do this?

    Is there a way to get mafia to determine my expected meat/adventure at a specific location, taking into account the outfit and effects I currently have?
  11. R

    My first script: Maxadv.ash

    Been away from both KOL and Mafia for a while. Just put this together today to facilitate my folding my stinky cheese into a diaper, donning my best + Adv gear, and creating/using a wang on myself to prevent the sword from mucking up chat. It's a simple little thing but some others might find it...
  12. R

    First Things First -- a multipurpose pre-combat consult script

    Ah. I wish mafia had prompted me to update both instead of just the one. Thanks
  13. R

    SmartStasis -- a complex script for a simple CCS

    Oddly updating FTF seems to have CAUSED a similar error for me. See the FTF thread. Solved. Mafia only prompted me to update the one, I didn't know SmartStasis needed updated as well. Edit: And now I'm either getting an April fools prank or a weird bug. It's now prompting me to "upgrade" from...
  14. R

    First Things First -- a multipurpose pre-combat consult script

    I'm not sure if it's this or the new daily build but i just upgraded my First Things First script at mafias prompting and I'm now getting the error: Variable hpgoal is already defined (SmartStasis.ash, line 65) Consult script 'SmartStasis' not found. You're on your own, partner. And I...
  15. R

    Make.meat.fast

    Ignore this. Apparently it was just trying new outfits despite the command to use the eye. It did put the eye back on before farming.
  16. R

    Java Problem?

    Now I'm really confused about why mafia's not working. I got out my old desk top, the one with less ram, less hard drive space, and an older version of windows (XP). Mafia runs fine on there. I'm afraid to download java version 6 update 18 though (the desk top is running version 6 update 17)...
  17. R

    The latest Daily Build

    At least I know I'm not the only one having this problem. I'm trying a slightly complicated attempt to fix it I'll let you know if it works. edit: No. No it didn't. Check this thread for everything I've tried and the advice I was offered.
  18. R

    Java Problem?

    It downloaded and installed in a flash. And now it seems to run correctly. I have one idea I'm going to try but I'm not sure it will work . . . I deleted all mafia files from both profiles on the computer. Did a search and found some hiding and deleted them too. I ran CC Cleaner and found some...
  19. R

    Java Problem?

    I believe I am using the 32 bit version. Is there any way to double check?
  20. R

    Java Problem?

    The only files I was able to find were here http://java.sun.com/applets/jdk/1.4/index.html and didn't seem downloadable (or at least they didn't download as jar files when I tried). They did work in browser though. This is highly frustrating.
Back
Top