Search results

  1. P

    OoP's Odd Bot Functions

    OoP's Odd Bot Functions The story thus far: In the process of writing up a bot for my clan, I ended up creating a library of functions to be called up in my main script. They're not the most stunning under the sun, but they work well, and stably for their (myriad) intended tasks. After writing...
  2. P

    Trouble with a Clan Stash Multi-Item Add Function

    I was chewing away at my list of Clan Bot parsing/submission functions, and decided that it'd be good for me to make a function for adding multiple items to the clan stash simultaneously. So, I ran the debug log, and put together a function that (besides mercilessly ripping off zargon's kmail()...
  3. P

    Thoughts on organization of a KMail Parser

    I've been working on a bot script for my clan for some time now, and I keep getting stuck on KMail parsing - not on how I can parse it, but on what would be the most optimal/efficent way to go about it. Right now, it is built with recursion, so it will parse 10 KMails at the same time (or...
Top