Search results

  1. A

    Smithing bot? Need advice on workarounds and such.

    A clannie of mine is looking to start up a smithing bot for our clan. The bot would go something like this: (Pseudo)While (true) { Check messages; parse kmails into an array of strings, one per kmail. For each kmail string: { Verify that the sender is a member of the clan. //...
  2. A

    Request: get_time() function

    In addition to retrieving the current day from the system clock, it would be nice to have a function that could retrieve the current time of day. I realize that this is fairly limited use, but it could be handy in a few cases. For example, I'm writing a buffbot script and I'm trying to come up...
  3. A

    Example Buffbot Script:

    First off, thanks for posting this. It was quite helpful as a reference while I was writing my own buffbot script. (To think that I almost forgot to include the use of wads!) One quick critique though: I'm not sure why you're creating and iterating a variable for your infinite loop here: int...
Top