Search results

  1. DaMaster0

    main method must appear at top level

    Oooh. So I must not have a close } somewere...
  2. DaMaster0

    main method must appear at top level

    main method must appear at top level I'm getting this a lot recently. What's causing it? it's seemingly random and it's invading all of my scripts!
  3. DaMaster0

    Uninstalling mafia

    How do I uninstall mafia, and be sure I got all those little files away? I want to do that so I can install the latest build without taking up more space on my computer. Is there an uninstall app that came with it, or will I have to do it manually? edit: this should probably be moved to...
  4. DaMaster0

    Multiple maps in one data file?

    I'm having problems with it. I have this unfinished code: boolean load_from_my_website(string datafile, string[int] map) //not finished { string domain = "http://******.webs.com/kolmafia.htm"; string pointone = "0 Toot!1"; //for some reason the html I'm using puts the entries together, will...
  5. DaMaster0

    condition outfit

    Could just make a function that knows the information in advance (as an array) and will return that specific array entry.
  6. DaMaster0

    Multiple maps in one data file?

    Ya, if I make my map exceed 25, then it would break the script and users would have to update to a new one. (which kinda defeats the purpose) What if I make a forum post here that has all my map information, and I could parse a visit_url() to get the maps from here?
  7. DaMaster0

    Multiple maps in one data file?

    I have a script, and it uses a lot of different data files. I really like zarqons load_current_map() function, but I don't want to crowd his website with a bunch of different data files. ;) But I still don't want to make a lot of arrays by hand that don't update. My idea was, could I somehow put...
  8. DaMaster0

    Debug Function

    Ya, I know, but I've seen plenty a script that compile, but still don't do what they're supposed to.
  9. DaMaster0

    Debug Function

    Well, I made something that might help you. If you change your scripts to compose a string[int] map while it's running, you can use this function: boolean send_error(string who, string[int] log, string scriptname) boolean send_error(string who, string[int] log) If you use the second one the...
  10. DaMaster0

    Potion Checker

    Ok, here's some evidence: I was trying to download ascend.ash and I got this: It could just be because it was password protected though...
  11. DaMaster0

    Potion Checker

    Whaaa?? This one worked! Normally it won't recognize it! Macs have their own version of zip files.
  12. DaMaster0

    Potion Checker

    I kinda can't use it... I'm on a mac so the zip file won't work for me. Rinn had a good solution to that problem though, uploading it to a file-sharing site.
  13. DaMaster0

    What are you worth? networth.ash will tell you.

    dj_d, can you look at my fix? I added a check to see if you have a store before you started including the store amount and slowing everything down drastically for people who don't have a store.:D Oh, and now I can get a quick reply to my networth! Liquid meat: 12,776 Total: 556,057 (ya, i'm poor)
  14. DaMaster0

    Rinn's Quest Scripts

    Why do you have to have a Baby Sandworm for almost all of your scripts? EDIT: nvm, just turn use_familiars off, but I still think you should avoid using familiars that need a mr. a to purchase.
  15. DaMaster0

    " in a string?

    Yes! It worked! Thank you!
  16. DaMaster0

    " in a string?

    How do you put quotes(") in a string, which uses those to surround it? I'm trying my first relay override script to make a council link in the top menu, but i'm having a problem.results = insert(results, 1261, "<a target=mainpane href="council.php">council</a>");I want to put council.php in...
  17. DaMaster0

    What are you worth? networth.ash will tell you.

    My computer is not slow at all, it's an imac. As to weather something is wrong or not, it keeps checking store inventory, and I don't have a store. I wonder if that is messing it up? Anyways, after a long period of time, it finally gave me my results, so it does work in the end.
  18. DaMaster0

    What are you worth? networth.ash will tell you.

    isn't there some way to iterate over all the items you have instead of all the items in the game?? I'm writing this and it's been going for like 10 minutes
  19. DaMaster0

    String Manipulations

    ok, here's the problem. I want to make a function that returns what the council wants you to do as an array. Here's what I've narrowed it down to so far: I've used zarqon's excise() so far, but know I want to get the test in an array, with the <p> as the break point between entries. So I...
  20. DaMaster0

    Any script requests?

    actually, if you were to do that in an ash script, it would be: cli_execute("create 1 meat maid");
Top