Search results

  1. D

    Feature Requesting additional buffbot contact method

    There are several advantages to having a buffbot that is /msg only, imo. I prefer event-driven processing over a persistent process any day. It requires less hits to the sever, which helps conserve bandwidth for both host and client. It prevents buffbombing - it ONLY buffs the requester. It's...
  2. D

    Feature Requesting additional buffbot contact method

    Little known fact, Nurse has a certain amount of lenience built in. For example: "ode" "booze" and "ode to booze" all cast the same buff and are tracked within the same logic. Currently, we've set a limit of 3 requests for most buffs. You can't ask for 3 requests of "ode" and 3 requests of...
  3. D

    Synchronizing Multiple Accounts

    Sweet! I don't think I've seen anything coded for this. I see the utility of this. It's a pain to set this up across multiple accounts. I don't have ten accounts like some on here, but two and my wife's account that she sometimes has me babysit. It'd be nice to not be disoriented when I log...
  4. D

    Ant 1.8.1 and Jarbundler task

    Dadnab! I was halfway looking into building my own files to tinker with, and even got some help on the subject. Then again this might be the perfect time! I'm installing ant for the first time today on my Mac. Come to think of it, I think this is the first time I've installed ant at all! :D...
  5. D

    Dudicle's First Mafia Script

    Thanks again for getting me started and the advice. As mentionned before, I'd made a slight change to the script. In the modified copy the log files are prepended with the date and all entries are dated. I figured I could take the numeric index out, but left it in just in case. A also...
  6. D

    Dudicle's First Mafia Script

    --- UPDATE --- Mr. Edge, I finally got around to loading up your code. Awesome. So far, I've only worked with the logger. I have not tried reading in. Thank you again for the jumpstart, ~Dudicle
  7. D

    Dudicle's First Mafia Script

    Thank you for the advice. I was constructing a way to read from the existing chat files, but didn't think to try rediverting the PMs to a separate file. My biggest hurdle was figuring out how to loop through the map. As I'm new to Mafia scripting, it's been kinda fun getting nowhere fast. I...
  8. D

    Dudicle's First Mafia Script

    Shoot. It was worth a shot. So far, I've been able to use the print function only. vprint() and calls to chat via visit_url() haven't worked for me so far -- now I know why chat hasn't been working. I looked at my attachment and found that I'd inadvertently stripped my "visit_url()" when...
  9. D

    Dudicle's First Mafia Script

    Thanks. I'll give it a shot!
  10. D

    Dudicle's First Mafia Script

    As stated, I am not accustomed to posting in open forum when looking for a solution. I'm used to helping others when I know the information and culling for it when I don't. Sorry if I appear to be a total noob. As for my apologies to Zarqon and MrEdge, it was an attempt at humor since I was...
  11. D

    Dudicle's First Mafia Script

    Hello all. This is my first post and as a software engineer with seven years of practice and two years of rust, I'm ashamed that I could not get past this hump. Right now I'm in the early stages of farting around, but hopefully soon I'll be able to help out and give advice. Any tips or...
Top