PDA

View Full Version : EQ Log Organizer (Tech XPost)


myxomatosii
04-05-2014, 09:50 AM
Tell me how much I suck at making the computer do the yeah.

http://www.project1999.com/forums/showthread.php?t=146147

Concept: Huge log file but only wanna see guild chat? This program scans logs for keywords and writes those lines to a new log :)

Could use it to find every conversation with a certain player, every instance of an item, etc.

phacemeltar
04-05-2014, 10:01 AM
im terrible at coding, but reading through your code (i using np++) is quite informative. now just to figure out what is going on.

your notation is much appreciated.

edit: please someone can tell me what in the heck is:

#include <File.au3>

myxomatosii
04-05-2014, 10:07 AM
im terrible at coding, but reading through your code (i using np++) is quite informative. now just to figure out what is going on.

your notation is much appreciated.

edit: please someone can tell me what in the heck is:

#include <File.au3>

https://www.autoitscript.com/autoit3/docs/keywords/include.htm

I had to use that line so I could use the custom function _FileCountLines

http://www.autoitscript.com/autoit3/docs/libfunctions/_FileCountLines.htm

phacemeltar
04-05-2014, 10:24 AM
thanks for clarifying that again. auto-it seems like a very powerful language.