Search results

  1. R

    Make.meat.fast

    That was one of my first thoughts. After equipping it and attempting to run the script again it still popped up the same error. I reinstalled an unedited version of the script. I'm going to try again from a copy I know works. When I do is there a way I could make the unequip part an if/then...
  2. R

    Make.meat.fast

    No dice. Everything I do just makes it pop up a NEW error. Going to start over from a non-edited version.
  3. R

    Make.meat.fast

    Thanks. I cant imagine where those went when all I changed was adding the unequip part.
  4. R

    Make.meat.fast

    Here's the entire section as it now appears in my script. outfits["maximize meat drop +equip cheese eye"] = true; if (true) //change to "false" to skip (for faster testing) { cli_execute unequip cheese diaper fold cheese eye; outfits["maximize item drop +equip cheese eye"] = true;}...
  5. R

    Make.meat.fast

    Suddenly I'm getting the error "main method must appear at top level (farm.ash, line 811)" when I run farm.ash The changes I've made are in post 362 and I don't think they're the cause. I'm running daily build 8094. Help please?
  6. R

    Make.meat.fast

    If anyone has made the same changes in the code as me to better facilitate stinky cheese usage it looks like update 8080 necessitates a unequip stinky cheese (diaper or eye) before the fold commands. It's no longer folding items I'm wearing. I'm going to go back and edit that post, can someone...
  7. R

    Make.meat.fast

    Good to know. Thanks.
  8. R

    Make.meat.fast

    Well my edits work perfectly and I no longer have to worry about forgetting to fold and equip the cheese eye, forgetting to change it back to the diaper, or spamming up chat with the sword of inappropriate prepositions. I'd recommend the edits to anyone who was having these same problems. In...
  9. R

    KolMafia Guide for Noobs.

    Should we add this to the mafia thread on the KOL forums? Or perhaps a link to it in the first post?
  10. R

    ASH scripting

    I think this sums up why more people don't use mafia. Pretty much all of the documentation I've found on how to use it can be summed up by that one statement. At least until SinginSally's thread on the community support forum.
  11. R

    Make.meat.fast

    I changed it to the more compact way of writing it. Just out of curiosity would the way I had it written before (by which I mean the way I showed it written in post 362) take longer because it has to stop and call cli_exicute at every instance or does it just take up more space in the document?
  12. R

    Make.meat.fast

    Ah. I was basing the +'s and such off an earlier edit that makes it equip the cheese eye. Thanks for the correction. So to triple check the part that used to just be cli_execute("maximize adv"); Now reads: cli_execute { Unequip stinky cheese eye fold stinky cheese diaper maximize...
  13. R

    Wang

    Ah. Thanks.
  14. R

    Make.meat.fast

    I'm trying to get better at doing this myself but I need to double check before altering the code. I've set up an alias in the CLI to create and use a wang on myself (thanks to FN Ninja's advice) and I would like the script to call that and to automatically fold my stinky cheese eye into the...
  15. R

    Wang

    I tried using the one you posted and got this response from Mafia after typing wang into the CLI: Refreshing stash contents... Stash list retrieved. Verifying ingredients for wang (1)... Creating 3 meat paste... You acquire meat paste (3) You lose 30 Meat Successfully created meat paste (3)...
  16. R

    Wang

    Is there a way to make mafia buy and use a wang after it puts on my pajamas for the night? I keep forgetting that it's automatically equipped my sword of inappropriate prepositions.
  17. R

    Make.meat.fast

    Thanks. Surprized that didn't find it's way into Item Handling scripts.
  18. R

    Make.meat.fast

    Hadn't thought of it that way. Although the still automator I found doesn't auto buy it just uses ones I already have.
  19. R

    Ascend.ash: hands-off ascension script

    I haven't had any trouble since I installed Bales Universal Recovery Script but if you have that and you're still getting an error when you're beaten up I'd recommend going to the graphical CLI and typing the commands "uneffect beaten up" "restore hp" and "restore mp" before running the script...
  20. R

    Make.meat.fast

    Is it possible that I could make farm.ash call the script still_automator.ash prior to mall selling items? If it is then, given my code illiteracy, could someone be kind enough to tell me how I would do so? The script mall sold some booze I could have improved and sold at a higher profit.
Back
Top