Search results

  1. D

    bounty.ash

    Is there a script around here called bounty.ash? If so, where? Since when I run ascend.ash, it keeps asking for bounty.ash, and won't let me go any further, since I don't have that script.
  2. D

    Make.meat.fast

    Aah, ok. Thanks
  3. D

    Make.meat.fast

    Hmm, it says I can't wear that outfit near the end of the script, after it mall/autosells my stuff. Does it mean the outfit Pajamas? since it's not eating or drinking for me after that.
  4. D

    ASH Script

    Aha! That worked, thanks. (Sorry, just got on to check today.)
  5. D

    ASH Script

    Oh, thanks! EDIT: I have SIM_CONSUME set to false, but it's still simulating it, and I don't know what to do.
  6. D

    ASH Script

    Thanks! I forgot that all lines needed the semicolon, oops. Um, it's giving me an error that says Function 'eatdrink( int, int, int, boolean, boolean )' undefined (castlefarming2.ash, line 7). Any help?
  7. D

    ASH Script

    Thanks, I wasn't aware that import <eatdrink.ash> didn't call it. So, I changed that to import <EatDrink.ash>; int eat = fullness_limit(); int drink = inebriety_limit(); int spleen = spleen_limit(); eatdrink( eat , drink , spleen , false ); Oh, and I put in cli_execute("set counterScript =...
  8. D

    ASH Script

    Thanks! Now, it's all ready for me to try tomorrow, when I have a character with adventures. Is there a line of code to put in to let me simulate it? To see if eatdrink will run correctly or not.
  9. D

    ASH Script

    is there another way to do that?
  10. D

    ASH Script

    Yeah, I got that also, and I was wondering if that meant it would run. Oh, how do I set a mood or a CCS? I couldn't find that in my browsing (more of a hunt and find the basics) through the wiki.
  11. D

    ASH Script

    Well, I've edited it some, added in some stuff, took all the booleans out, and here's my second try. Thanks for the help you've given me!
  12. D

    ASH Script

    Well, here's my try at a .ash script for castle farming. It's kind of simple, and is there anything that needs to be changed?
  13. D

    One-Click Wossname -- automatic level 12 quest completion

    Oh, I'm attempting to complete the quest, but it gets to step 7 out of 14 (using optimal.txt) and it's hung up on me. It keeps trying to do the farm, when the farm is all done, quitting wossname, and when I restart it, it won't work.
  14. D

    ZLib -- Zarqon's useful function library

    Aah, ok, thanks! That worked.
  15. D

    ZLib -- Zarqon's useful function library

    Well, I tried ashq <import zlib> setvar("ocw_m_nuns", "meatfarming"); and I got Script parsing error (). Any suggestions? I am using the newest version of zlib.
  16. D

    ZLib -- Zarqon's useful function library

    I'm trying to change the settings in OCW, but whenever I try to use "zlib ocw_m_*anything* = *mood*" it gives me "No setting named 'ocw_m_*anything*' exists." Can I fix that somehow?
  17. D

    Naming questions

    Oh, ok. Thanks!
  18. D

    Naming questions

    This is a sample from wossname.ash. setvar("ocw_f_arena",""); setvar("ocw_o_arena","melee"); setvar("ocw_m_arena",""); I understand that "setvar("ocw_f_arena","");" means the familiar for the arena, and "setvar("ocw_o_arena","melee");" means the outfit for the arena, but what does...
  19. D

    Ascend.ash: hands-off ascension script

    Oh, oops. Sorry! I really am blind. :s Edit: Is there a script called bounty.ash? Since I'm using dailygrind.ash now (in the package) and I don't have a script anywhere for bounty.ash, and I've searched the forums.
Back
Top