Search results

  1. Banana Lord

    Make your scripts automatically update their data files!

    Sweet! Thanks! :-) The only times I've had to record myself playing someone's been available with a mic and all the other necessary equipment (ie: someone else's always handled that end, and I don't usually record). Bootcamp isn't a virtual machine. It helps you partition your hard drive and...
  2. Banana Lord

    CounterChecker: Wormwood, Semi-rares, Dance Cards and more

    We're so close I can almost taste that .5!
  3. Banana Lord

    Harvest – A highly customisable farming script

    Hmm, interesting request. The short answer is no, the long answer is yes. I'll explain them separately. As you know, Harvest uses ED to handle consumption so there's technically no way to have Harvest do this, because it's not in charge of consumption. However, if ED thinks that something else...
  4. Banana Lord

    OCD Inventory control

    Epic idea that will never happen: Somehow use PA and OCD to dynamically adjust (unflagged) items every X time period. You could have the script remember what the price of an item was when it first ran, and what the price was when it last ran. Then if the percentage difference between the newly...
  5. Banana Lord

    CounterChecker: Wormwood, Semi-rares, Dance Cards and more

    Oh, you mean like it says in the post just above mine? D'oh, my bad :D
  6. Banana Lord

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

    Probably means you don't have zlib.ash installed. EDIT: It's not entirely obvious from the first post to someone unfamiliar with ash scripts that they need to download zlib. Most other scripts have an explicit "download zlib" instruction in the first post. Maybe someone should add that?
  7. Banana Lord

    CounterChecker: Wormwood, Semi-rares, Dance Cards and more

    You could double check that your counter script is still set, type get counterScript in the CLI. If it returns "CounterChecker.ash" then I'm not sure what's going on and you should wait for someone else to post, otherwise type set counterScript = CounterChecker.ash EDIT: Oh and you aren't in...
  8. Banana Lord

    Make your scripts automatically update their data files!

    Reposting a summary of this post here. If a minion feels like tidying things up by deleting/copying/merging/voodoo magic that's fine by me. I can't seem to upload a particular file to the map manager site, even though it's a plaintext .txt file. Other files work fine, but not this one, so I'm...
  9. Banana Lord

    ZLib -- Zarqon's useful function library

    Oh damn. I *knew* there was a more appropriate thread. I scratched my head for five minutes before shrugging my shoulders and posting here. If a minion wants to shift the relevant posts over that would be handy, otherwise I'll repost there I guess.
  10. Banana Lord

    Feature - Implemented Request a Fax from CLI

    Could I do it with visit_url and contains_text? That is, could I use those functions to see if the character has a) been to the altar and b) is in chat? EDIT: It'd be easy to check the quest log to determine the character's literacy status, so I guess the real question is, as Veracity said, to...
  11. Banana Lord

    SmartStasis -- a complex script for a simple CCS

    True. As Zarqon says in the first post, it ends combat in a few special circumstances. But the real question is which script would such a feature be most appropriate in, and while I don't pretend to know enough about the internal workings of either script to answer that properly, on the face of...
  12. Banana Lord

    SmartStasis -- a complex script for a simple CCS

    Wouldn't it make more sense for BatMan to handle that? Running away ends the fight, and SS is aimed at everything before the fight finishes.
  13. Banana Lord

    Harvest – A highly customisable farming script

    I've been thinking about this, and I really don't want the user to have to explicitly set a CCS for each section. Could you not write a single ash script with code copy-pasted from Harvest Combat.ash (the bounty hunting code in your case, along with the necessary functions from the top of the...
  14. Banana Lord

    Harvest – A highly customisable farming script

    Cool. I should clarify, what I was hoping to do was have the animation start so that the bottom edge of the active panel is just on the top of the screen (well, one pixel above I suppose, so that it can't be seen initially).
  15. Banana Lord

    Feature - Implemented Request a Fax from CLI

    Nifty. But I take it it won't actually use the photocopy? OK, that''ll make it much easier for me to implement auto-FaxBotting in Harvest then, even if I do have to work around the chat thing. Is there any way to check if a player's in chat? Otherwise that code for forcing the player into chat...
  16. Banana Lord

    Feature - Implemented Request a Fax from CLI

    Hold the phone. So the CLI command will actually pull the monster out? I thought it was just sending a message to the bot and returning true if the command went through OK, not doing spiffy stuff like that! Epic!
  17. Banana Lord

    Feature - Implemented Request a Fax from CLI

    Why is it necessary to retrieve the PM that FaxBot sends? The most important part is sending the command to FaxBot in the first place isn't it? But I suppose you'd need to be in chat to do that anyway.
  18. Banana Lord

    ZLib -- Zarqon's useful function library

    Hmmm. I tried a different file and it went through fine. I'm not sure why the other one isn't working. I tried downloading it and re-uploading it to see what would happen and it threw the same error. EDIT: Yeah, I've got no idea. File's attached. Unicode (UTF-8), Unix (LF), plaintext, .txt etc...
  19. Banana Lord

    Feature - Implemented Request a Fax from CLI

    @heeheehee: Aw yeah! :D @Veracity: So the CLI command, in its current form, will only work if the character is in chat?
  20. Banana Lord

    ZLib -- Zarqon's useful function library

    I don't seem to be able to upload files to http://zachbardon.com/mafiatools/autoupdate.php, I get "Invalid file type. Your file must be a text file." when trying to upload a plaintext .txt file.
Back
Top