Project 1999

Project 1999 (/forums/index.php)
-   Blue Server Chat (/forums/forumdisplay.php?f=17)
-   -   EQ Log Organizer (Tech XPost) (/forums/showthread.php?t=146153)

myxomatosii 04-05-2014 09:50 AM

EQ Log Organizer (Tech XPost)
 
Tell me how much I suck at making the computer do the yeah.

http://www.project1999.com/forums/sh...d.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:

Code:

#include <File.au3>

myxomatosii 04-05-2014 10:07 AM

Quote:

Originally Posted by phacemeltar (Post 1400022)
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:

Code:

#include <File.au3>

https://www.autoitscript.com/autoit3...ds/include.htm

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

http://www.autoitscript.com/autoit3/...CountLines.htm

phacemeltar 04-05-2014 10:24 AM

thanks for clarifying that again. auto-it seems like a very powerful language.


All times are GMT -4. The time now is 01:03 AM.

Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.