Search results

  1. R

    Request: Dungeon Fist! solver

    I want the tickets, but Dungeon Fist is mind-numbing the first time through... I can't imagine doing it over and over again. Since this mini-game has a static map it seems like it shouldn't be too hard to automate, eh? Maybe?
  2. R

    waiting for a buffbot?

    Yeah, I was planning on extending it. I'm in no hurry.
  3. R

    waiting for a buffbot?

    Awesome. That's exactly what I'm looking for! Thanks!
  4. R

    waiting for a buffbot?

    I'm trying to automate my pre-adventure routine, and I'm curious about automating a buffbot. Right now I buff myself from an alt, but I realize that would be hard to sync with automation, so I figured I'd start using a buffbot. I'm just not sure how to get that to sync either. I could be...
  5. R

    "how many of <item> exist" function?

    Thanks, I figured most of it out, but I was struggling on the damn print syntax. Is there a good ash tutorial or guide out there? I was thinking it was the same as unix shell scripts, but they don't seem to be the same.
  6. R

    "how many of <item> exist" function?

    EDIT, nm me, I fail at comparators. I got it to work with an ash script. if (item_amount ($item[MSG]) < 5) print("You don't have enough MSG", "red");
  7. R

    "how many of <item> exist" function?

    This thing won't let me edit my post. Blek. I'm thinking like 'if inv MSG > 5 then echo " you only have" inv MSG "MSG, which is not enough" ' (Yeah, I know that doesn't work. But the idea is there.)
  8. R

    "how many of <item> exist" function?

    Of course I find it immediately after I post. Always. Still, the second question remains, can you pipe "inv <whatever>" to a variable? I'm thinking like "if inv MSG > 5 then asplode" ... uh, I guess I don't know how to echo anything, either.
  9. R

    "how many of <item> exist" function?

    I'm trying to script some daily food/drink crafting, but I would like to run a little "how many of these ingredients do i have" function beforehand that will error out and tell me what pieces I'm missing. I was trying to use gcli commands, but I can't seem to find one that will return how many...
  10. R

    searching through inventory (the easy way?)

    I think I broke it: > foldable naughty Aggregate reference expected (foldable.ash, line 4)
  11. R

    searching through inventory (the easy way?)

    EDIT: nm, I get it.
  12. R

    searching through inventory (the easy way?)

    Sorry to impose, but what would that script look like? Or can you point me to a reference with some examples?
  13. R

    searching through inventory (the easy way?)

    I'm curious if you can search your inventory using the CLI. I'm always digging around in the damn inventory panes, and it pains me. I'd love to see something like: search "naughty" or "origami" and have it tell me if I own a piece of the naughty origami set. (I can't remember if I bought...
Back
Top