nlgma Posted June 2, 2007 Posted June 2, 2007 I am trying to create a Chat bot for WOW. I have been trying to use the addon called "ChatLog" it works amazing, Logs all the chats. The only problem is that it doesn't log them to a .txt file till you exit the game. I need an addon that Logs the chats in real time. I've working on a little Anti-AFK script but I need to know when I die or if a GM, Friend or Guildy messages me. can anyone help ?
luvmachine Posted June 2, 2007 Posted June 2, 2007 I'm not well experienced in the LUA coding for AddOn, but I'm sure if you had any you could look at the AddOn itself for where it saves when exiting wow, and move it to a more commonly called function. Or you could always post on the site where you got it, and recommend it to the dev to put it in. Or even ask on the WoW AddOn forums themselves for some help. Because chat isn't naturally logged by WoW, and your AddOn just stores it in your RAM till you exit apparently. The only way I could think of then for AutoIt to grab the info is reading it from your Memory :\
nlgma Posted June 6, 2007 Author Posted June 6, 2007 I thought just maybe I would be able to get something working but, I have no experience with LUA coding for AddOn in wow. What I'm trying to do is a grand idea for all whom play wow. Using an instant messaging service as a back-bone to reply to whispers in wow. I use a fishing bot while I am at work, if I had a wow addon that logged wow chat to a text file. I could tail it for whisper and have them IMed to me so I could response. I know ....... I'm a genesis But, I have no knowledge of LUA. If someone with LUA coding knowledge could write me a small Addon to log chat in wow. I'll write the rest and publish it the forums.
Alek Posted June 7, 2007 Posted June 7, 2007 i think there is a built in chatlog function in WoW, but im not sure if it writes while playing [font="Impact"]Never fear, I is here.[/font]
Shevilie Posted June 7, 2007 Posted June 7, 2007 I know that Lua cant read text while playing, dont know if it can save, I doubt. You can use a /console ReloadUI() and the saving should be done. Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now