Search results

  1. That FN Ninja

    BuildAMishappenedSkeleton.ash

    Back in January a script was posted by eitak with this functionality. You can check it out if you want to see how someone else did this.
  2. That FN Ninja

    Feature - Implemented run_combat() with a combat filter.

    I can't seem to get this to work. I'm just trying to execute a couple of macro commands to make sure it's functioning as intended, but I'm not having any success. First I start a fight manually in the mini-browser, then I try to use visit url to run a macro. I've tried several dozen different...
  3. That FN Ninja

    The Unofficial Ascend.ash support thread.

    If you've been merging eatdrink then that's probably what casued the problem. Check the boolean needakey logic in eatdrink because it is faulty and will cause a blank page error.
  4. That FN Ninja

    Feature - Implemented run_combat() with a combat filter.

    I can work with that, I think. I haven't even looked at macros yet. Would "yourMacro" in that example just be a string containing macro commands? Would the commands in the string need to be separated by spaces?
  5. That FN Ninja

    Feature - Implemented run_combat() with a combat filter.

    Sometimes a fight will get interrupted or commence after a visit_url() call. If that happens, I have found no way to continue the fight with a combat filter. It would be great if it were possible to start the combat again using a combat filter. Something like buffer run_combat( string filter )...
  6. That FN Ninja

    MacGuffin 2.0 -- level 11 quest, automated

    Well said fronobulax.
  7. That FN Ninja

    The Unofficial Ascend.ash support thread.

    Fronobulax, I noticed that your modified version of EatDrink does not contain the avoid functionality that is in the latest version of dj_d's original script. The two versions of eatdrink in the first post of dj_d's eatdrink thread are not the latest versions of eatdrink. Since then, several...
  8. That FN Ninja

    Request: Queen Cookie farming script

    Update v1.4 Re-factored code. The script now farms all the required maps before using them. Also, before using the maps it sets your mood to apathetic and then changes back to your original mood when done. Download the updated version here. Sorry it's too late for you slyz.
  9. That FN Ninja

    Request: Queen Cookie farming script

    I'm not sure I follow? You need the effect down the rabbit hole to use the maps. What is the benefit of farming all the maps first and then using them? What do you mean by "turning off the mood"?
  10. That FN Ninja

    Undocumented method of chaining functions?

    FN ninjas! There everywhere!
  11. That FN Ninja

    Discard script

    ...which makes it not-quite-as-useless powder. Ah, the irony. You never know, maybe one day TPTB will implement a use for the useless.
  12. That FN Ninja

    Request: Queen Cookie farming script

    Update It now maximizes item before adventuring and restores your original outfit afterward. The script now buys and uses one drink me potion per cookie you want to get at the beginning of the script. For those of you whose invisible refection of a map's drop counters are greater than 1 this...
  13. That FN Ninja

    Request: Queen Cookie farming script

    @crumblenoob I fixed the inebriety check you mentioned. Thank you. I did not however add the uneffect line because while it is true that you can only get one map per drink me potion, if you use potions and do not get a map before the Down the Rabbit Hole effect wears off, you can get multiple...
  14. That FN Ninja

    bogroll.ash - green screen hate for the masses

    Also check out Alhifar's alias for mass TP'ing. Also this script by StDoodle.
  15. That FN Ninja

    Request: Queen Cookie farming script

    Sorry guys, I met up with some friends and never actually made it home. I thought Bale or Rinn or someone would have already posted their version. Here's the script. Here's an alias: alias queenme => ashq import<queen_cookie.ash> queen(%%); Just using the alias without supplying a number...
  16. That FN Ninja

    Request: Queen Cookie farming script

    I have a script that does this, but I'm not at home right now so I don't have access to it. I can post it later when I get home.
  17. That FN Ninja

    ZLib -- Zarqon's useful function library

    Mostly for quest scripts, to fight the bosses, so a CCS doesn't have to handle it. That way, I know the script will handle a specific fight in a particular way regardless of what's in the CCS. I recently used it with obtain when I scripted the Nemesis Volcano quest. That way, no matter who runs...
  18. That FN Ninja

    ZLib -- Zarqon's useful function library

    Thanks for adding this. I just learned about combat filters last week and have already found several uses for them. They can be pretty handy. The last line in the code I posted should be: boolean obtain(int n, string cond, location locale) { return obtain(n, cond, locale, ""); } I'm sure you...
Back
Top