Search results

  1. That FN Ninja

    TraFa - The familiar helper

    Are you using a counterScript to farm your semi-rares?
  2. That FN Ninja

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    No loop and no jello shots. I don't know what circumstances existed to make it choose jello shots. I have had the stat values at 0 ever since level 15. I'm not too worried about that because I can only think of a couple of other times where it choose jello shots. I was looking over the code...
  3. That FN Ninja

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    Level 21 aftercore. I don't have any avaliable.
  4. That FN Ninja

    Personal Farming Script Help

    As far as I know there is no ash command to refresh inventory. You can use the cli command though: cli_execute("refresh inv");
  5. That FN Ninja

    Abort vs exit

    The latter in my case. I was unaware of the exit command in ash. :) Thank you. When I get some time I'll have to adjust my scripts accordingly.
  6. That FN Ninja

    CanAdv can I adventure here?

    That sounds like it could get a little confusing. Same goes with your LevelUp.ash. dj_d has his one-click level script which is LevelUp.ash. I forsee many unnecessary posts by confused users in both threads or the wrong thread.
  7. That FN Ninja

    TraFa - The familiar helper

    Yes, this is something I was unaware of when I wrote this script. Thanks for the heads up. Update v1.1 Added special handling of familiars that cannot use the arena to train. (Pet Rock, Toothsome Rock, Bulky Buddy Box) This is untested.
  8. That FN Ninja

    Checking Beach access?

    This requires a server hit every call as well, but it's another option: if(contains_text(visit_url("main.php"),"map7beach.gif")) return true;
  9. That FN Ninja

    Dwarven Factory - Factory puzzle solver

    Update v1.1 I added a buy ore option. It is untested, but should be fine. Edit: The buyore feature has since been tested and works as intended.
  10. That FN Ninja

    ZLib -- Zarqon's useful function library

    Sorry. That's what I meant. That's why I quoted you Z, sometimes I type something different than what I'm thinking, but copy and paste generally keeps me safe. Sorry again.
  11. That FN Ninja

    ZLib -- Zarqon's useful function library

    All that "set _version_zlib =" does is use zlib to change a var setting for your character in your character's vars txt file. You can just do that yourself by opening up your text file and deleting the setting yourself.
  12. That FN Ninja

    Miner.ash - Automated ore farming

    Lol. Sorry. Upped to the first post.
  13. That FN Ninja

    Miner.ash - Automated ore farming

    Update v2.1 I added a mine(int amount, item ore) function. I hope that is what you had in mind.
  14. That FN Ninja

    Miner.ash - Automated ore farming

    By "functionality similar to obtain()" do you mean that it should try to retrieve the the items before it tries to mine? Would you be using this in a script? I'm not sure I understand what you're asking. :confused: As far as using switch I tried implementing this several different ways when I...
  15. That FN Ninja

    special characters in ASH

    Great. Thank you.
  16. That FN Ninja

    special characters in ASH

    What's the best way to handle special characters in ASH? I have some code that handles frigid hankyū but I'm getting a bad item value.
  17. That FN Ninja

    nemesis password in ash

    In case anyone is interested I decided to script this. Here is the function I came up with: string nem_pass(){ string temp,pass; int[string] left,right; int[int] order; cli_execute("nemesis strips"); foreach num in $ints[3144,4138,4139,4140,4141,4142,4143,4144]{ temp =...
  18. That FN Ninja

    Dwarven Factory - Factory puzzle solver

    DwaFa 1.3 - Dwarven Factory puzzle solver Dwarvish War Uniform here I come! Previously dwarven_factory.ash. Thanks Veracity!! This script automates the dwarven factory complex puzzle and retrieves the Dwarvish War Uniform item for you. Requires Zlib & Miner.ash User Preferences boolean...
  19. That FN Ninja

    Miner.ash - Automated ore farming

    Miner 2.5 - Automated ore farming Requires Zlib. I made this script mostly for help in acquiring the ore necessary for the Dwarvish War Uniform, but also as a quick way to get the ore for the trapper. Here is an alias to get the ore that the trapper is asking for: alias tore => ash import...
Back
Top