Recent content by tedrock

  1. tedrock

    more calling questions

    sweet thank you very much. this update is gonna make mushroom farming much easier
  2. tedrock

    more calling questions

    so i assume with the new commands... string get_property(string) void set_property(string,string) we don't have to use ingame varibles anymore...? now if someone can someone give me an example of how these are used in an ash script that would be loooovely.
  3. tedrock

    Lead Necklace Switch

    ok is the lead necklace better? i read the wiki on it and it only says it gives +3 compaired to the +5 their own equip gives... Does it help them earn stats faster or something/
  4. tedrock

    more calling questions

    I like the idea of using an ingame varible counter thanks!
  5. tedrock

    more calling questions

    is there a way to call a specific line from a file? like if i had a list of drinks i could just tell it to call line 4 also is there way to mirror or write data to a specific line in a file or even clear the whole file before writing to it? the reason this could be usful is for having a...
  6. tedrock

    confused about eating

    since i'm usually "empty" when i start a script or start the day i'm probably gonna put a little varible in my script that just increases by 1-5 depending on what I eat but even if i ate something before I ran the script i would prevent it from eating forever. It would just stop when fullness...
  7. tedrock

    confused about eating

    Ok I'm a little confused about something. I've read a few threads about people saying you have to be careful when you eat because if you're full the script will stop... I just made a VERY simple script and it went all the way through. use cranberries echo works use cranberries use eyepatch...
  8. tedrock

    Rare Hunting Script

    i don't understand the 60 second wait? is that so you don't flood the server or get detected? why not just make it keep adventuring over and over with no pause...
  9. tedrock

    coffer

    Is there a command or script out there that checks the current amount of meat in your clan coffer? I'd like to keep my clan stash at 500k so members get 500 meat at rollover.
  10. tedrock

    calling

    When calling another script can you use a varible from the current script or even send a varible to it to use? And can the current script use a varible set in the called script after the script has been called? The only thing the manual says is: Note that the script will use all the character...
  11. tedrock

    Icy Peak 1.4 - 5/30/06

    Re: Another Icy Peak Script ;) (v1.1 now) wouldn't if (item_amount(food) >= foodconsume) { use (foodconsume,food); } else { buy ((foodconsume - item_amount(food)),food); use (foodconsume,food); } //end of food 1 make more sense since it only buys the required amount...? I doubt my...
  12. tedrock

    stash and other questions

    I actually looked at a the available resources and couldn't get the commands to work. Mostly becauseI didn't know the exact formating. If i put just stash put 1 bottle of gin in an ASH file and run it I get the error Script parsing error at line 1 in file scripts\tester.ash. Debug log printed...
  13. tedrock

    stash and other questions

    Can someone show me a bare bones script to put 500 meat or 1 bottle of gin into my clan stash? Also I have a few questions that will probably require examples: 1) Can you send a normal kmail to someone using a script or can it just send items and meat? Can you send a personal message to someone...
Top