• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

TrinityCore UNKNOWN Data in sniffer dumps

homework

Emulation Addict
For some reason when I dumped my data from the sniffer in WPP, most columns (90%) of them are labeled 'UNKNOWN'.

Why is this? It gives me errors when inserting the SQL obviously.
 

Tommy

Founder
Unknown basically means what it says. Possibly unhandled data? I'm not a big fan of sniffing so I don't know much about it.
 

homework

Emulation Addict
Unknown basically means what it says. Possibly unhandled data? I'm not a big fan of sniffing so I don't know much about it.

It's okay I'll edit them manually.
But now I have this problem when inserting quest_template:

SQL Error (1136): Column count doesn't match value count at row 1
 

Sylica

Exalted Member
It's okay I'll edit them manually.
But now I have this problem when inserting quest_template:

SQL Error (1136): Column count doesn't match value count at row 1

Before using a sniffer, you should properly read up on how to use one. There is a lot steps involved in pulling data.
After using a sniffer, you have to parse to get the field data. Not much to get from packet files.
 

homework

Emulation Addict
Before using a sniffer, you should properly read up on how to use one. There is a lot steps involved in pulling data.
After using a sniffer, you have to parse to get the field data. Not much to get from packet files.

Sec, I'm PMing you.
I already parsed them if I'm correct. With WowPacketParser.
 

Sylica

Exalted Member
Reason why you are getting unknown data, cause the sniffer isn't being ran long enough to get all the data from what you are sniffing. Only thing I see is 4 game object that you were around.
 
Top