WowPacketParser icon indicating copy to clipboard operation
WowPacketParser copied to clipboard

Custom parse: Characters

Open LuigiElleBalotta opened this issue 6 years ago • 1 comments

https://gitlab.com/chester/WoWCharacterParser/blob/master/RetailCharDump/Form1.cs

Is possible to add a parser to extract a character from a sniff? Some time ago I did this simple program to extract my characters from Retail to SQL reading the .txt file generated from TC WowPacketParser

LuigiElleBalotta avatar Nov 06 '17 14:11 LuigiElleBalotta

Unfortunately the link is not working. Technically there are no limitations in doing so. That said, the exported information would be mostly incomplete (unless the character does execute a precise series of in-game actions) and more importantly it would not be much reliable, since sniffs can easily be altered by hand at the moment. Some form of compression and encryption should be implemented, which are, to be honest, quite out of the scope of this project, which has far more central topics to be handled (take a look at Project Refactoring for e.g.).

ennioVisco avatar Feb 14 '18 16:02 ennioVisco