![]() |
|
#11
|
||||
|
Quote:
Your path could be like -> 1. how to make a Hello World pyqt5 2. pyqt5 best practices (there are some memory leak traps [parent references] you could be getting into) 3. start programming 4. Whenever you need to learn something, just look up what you are trying to learn on any search engine. It's very similar to every other GUI framework I have used. Also I made a standard window class ParserWindow which you can use as a super class for your window. See either the Maps or Spells parser to find out how they use it. Add your parser to _load_parsers section in nparse.py and it will auto feed it text from the log file. The rest would be on you. I have it written down to add self dps awareness, but not meters beyond a single fight with the option of auto exporting to csv. Tracking people's dps other than your own is very wonky as well since you need to be in range to see their hits plus worry about their procs, level of spells, whether or not the client is filtering combat items, etc. You will also have no way to tell whether something is a PC or NPC unless you have a filter for all possible NPC names. | |||
|
Last edited by Mirox; 03-15-2018 at 02:34 PM..
| ||||
|
|