WowPacketParser
WowPacketParser copied to clipboard
World of Warcraft Packet Parser
Detected build: V8_0_1_27377 Targeted database: BattleForAzeroth 45/62 - Write CreatureTemplateNonWDB You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the...
Detected build: V7_2_5_24367 Targeted database: Legion ServerToClient: SMSG_UPDATE_OBJECT (0x280D) Length: 1831 ConnIdx: 1 Time: 06/25/2017 11:38:46.499 Number: 132578 NumObjUpdates: 8 MapID: 1481 (Mardum) HasDestroyObjects: False Data size: 1820 [0] UpdateType:...
Detected build: V6_0_3_19116 Targeted database: WarlordsOfDraenor WowPacketParser.exe Error: 0 : System.Reflection.TargetException: El campo no estático necesita un destino. en System.Reflection.RtFieldInfo.CheckConsistency(Object target) en System.Reflection.RtFieldInfo.InternalGetValue(Object obj, StackCrawlMark& stackMark) en System.Reflection.RtFieldInfo.GetValue(Object obj) en...
Detected build: V6_0_3_19116 Targeted database: WarlordsOfDraenor WowPacketParser.exe Error: 0 : System.Reflection.TargetException: El campo no estático necesita un destino. en System.Reflection.RtFieldInfo.CheckConsistency(Object target) en System.Reflection.RtFieldInfo.InternalGetValue(Object obj, StackCrawlMark& stackMark) en System.Reflection.RtFieldInfo.GetValue(Object obj) en...
Detected build: 8.0.1.27377 Targeted database: BattleForAzeroth AuraFlagMoP has undefined flags: Unk40
I got these errors after trying to parse my binary file. https://i.imgur.com/9O5gK7S.jpg That's why I can't parse some important tables I need. Also in "WowPacketParser.exe.config" config file I can't see...
As there have been some updates lately by Microsoft acquisitions and open source policies, I created a SonarCloud organization for TrinityCore (particularly, WPP since it is mostly useful for Java...
Description: SMSG_ATTACKER_STATE_UPDATE packet structure is wrong for 3.3.5 sniffs and does not match TrinityCore structure. Current (wrong): ```cs var hitInfo = packet.ReadInt32E("HitInfo"); packet.ReadPackedGuid("AttackerGUID"); packet.ReadPackedGuid("TargetGUID"); packet.ReadInt32("Damage"); packet.ReadInt32("OverDamage"); var subDmgCount = packet.ReadByte();...
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...
Hi everyone, as someone may know, together with @DDuarte, we started a process of general refactoring of WPP. That's because this project has started to grow wildly in the latest...