Search results

  1. R

    Clan Stashlog

    I'm not sure how this function works. I run it, and it says it's identifying clan ID and then finally says "Stash log retrieved"; but where is it? I can't seem to find it anywhere.
  2. R

    Slime Tube Adventuring Script

    For some reason I thought the script would override what mafia had set; but if that works then that's good enough for me. Thanks lostcalpolydude.
  3. R

    Cooking Food

    Ok, great! Thanks Alhifar.
  4. R

    PullCrap! A script to buy stuff before ascension, and pull it after.

    Wow, so, could I just use "acquire" to do this?
  5. R

    Cooking Food

    Nice! Thank you very much. What's the difference between "make" and "bake"? Also, is there a guide to the syntax and these kinds of things?
  6. R

    Slime Tube Adventuring Script

    Awesome script! This script has never failed me. I have not been killed once by slimes using this script and it is quick too. I do see a benefit to knowing if you have died though. Would there be a way to have it either count how many times you've died, or even just abort the script if you...
  7. R

    Cooking Food

    I'm sure this is something very easy. Just wondering how to cook things. I tried searching the forum for a solution but couldn't find one. I did see something about "cook" being used for the evil noodles though. I'm using a .txt file and try to cook things and it says unable to invoke cook...
  8. R

    PullCrap! A script to buy stuff before ascension, and pull it after.

    Like this? main(string filename) { int [item] mycrap file_to_map(filename+".txt", mycrap); foreach it in mycrap { if(item_amount(it) < mycrap[it]) buy(mycrap[it] - item_amount(it),it); print(it+": Have only "+item_amount(it)+" of "+mycrap[it], "red"); } print("All other items are...
  9. R

    PullCrap! A script to buy stuff before ascension, and pull it after.

    Just to make sure, because I can't read code all too well, this small script file will read the list in the .txt file and it will buy the items in that list right? And it will skip over items that I already have all of, is that right? I guess I should just test it out (really looking forward...
  10. R

    PullCrap! A script to buy stuff before ascension, and pull it after.

    Thanks Bale, I'll have to test this out later. So in my text file, which comes first, the chicken or the egg?.... err... I mean, the amount of items, or the item name?
  11. R

    PullCrap! A script to buy stuff before ascension, and pull it after.

    I'm trying to do something similar to this; but I want to create lists for various aspects of the game and I want to be able to run a script that will ask for the .txt file name that it needs to buy. For example, I could have one called sewers.txt and the script (something like buyList.ash)...
  12. R

    Function :: Wait() /q?

    I think it works great as it is. It's fun to see what else can be done with it as well; but the main program needs to be stable like it is. Edit: This comment was directed towards holatuwol. Oh, and the script works great guys, thanks. :)
  13. R

    Function :: Wait() /q?

    So the script (.ash) would be: void main( randomVar ) { wait(int); } And in my .txt file I would do: call myWait.ash And that would then prompt me for the number of seconds to wait?
  14. R

    OCD Inventory control

    Nice! How did I miss that? Thanks Bale
  15. R

    OCD Inventory control

    You know how you can sell items in your inventory and just check the box on all items you want to sell? Is there a way to do the same thing, only instead of selling them from inventory, send them to your mall store? I don't care about pricing or anything, the default 9999999 is fine. I just...
  16. R

    Function :: Wait() /q?

    On a somewhat related question, I'm using wait in a script and I want it to ask me how many seconds I want it to wait for. Any suggestions? Basically I run .txt script files that use my turns up; but there are times when I want it to pause for a period of time depending on what's going on in...
  17. R

    Scarehobo part collector

    As a Pastamancer I had outfits that did damage for each element. So I just wrote a .txt file like the one below and ran it as a script once Mafia was open. Obviously you'd have to change the amount of adventures used depending on how many you wanted to spend. You could set it to 5 or even 1...
  18. R

    Priority in bounty.ash

    Nice! Hey thanks for the info Ninja. That works great.
  19. R

    Priority in bounty.ash

    Can I set bounty.ash to use a specific number of adventures instead of having it ask me for a value each time?
Back
Top