View Single Post
  #1  
Old 01-29-2018, 01:19 AM
Mirox Mirox is offline
Aviak


Join Date: Dec 2010
Posts: 92
Post nParse - Yet another parser.

Not sure if anyone cares, but I've finally decided to make my hobby parser public. I'm slowly converting everything so it's end-user friendly.

Current release includes Map parsing only. Shows maps based on eq client maps. Can add your own map files like you would if you were allowed to use the in-client map. Maps for nParse should be put in data/maps directory of the nParse folder.

Auto spell cast and target tracking using spells_us.txt and associated duration calculation is completed but not fully tested and should be in the next release.

Only reads log file. Does not interact directly with client.

Feel free clone my repository and do whatever you want with the source.

Installation and Usage:
https://github.com/nomns/nparse/wiki...tion-and-Usage

Source:
https://github.com/nomns/nparse/
Last edited by Mirox; 01-29-2018 at 01:36 AM.. Reason: Fixed links.
Reply With Quote