WowPacketParser icon indicating copy to clipboard operation
WowPacketParser copied to clipboard

World of Warcraft Packet Parser

Results 66 WowPacketParser issues
Sort by recently updated
recently updated
newest added

Ref https://github.com/TrinityCore/TrinityCore/commit/1bbc8592d95978a4c681fa6177c7c457189ef485

TrinityCore - WowPacketParser Detected build: V9_2_0_43345 Detected locale: enUS Targeted database: Shadowlands Parsing date: 05/26/2022 13:35:21 Using SSL version: OpenSSL 1.1.1o 3 May 2022 (library: OpenSSL 1.1.1o 3 May 2022)...

When we have multiple values for one entry in creature_model_info (CombatReach/BoundingRadius stuff) we should ignore them in SQL output since its likely caused by some auras.

Removed .Count and used methods inside DynamicUpdateField to loop over Solves #590 Note: While this implementation uses lock, the major thing is the refactor part of it where the implementation...

During my massparses i noticed thats SMSG_UPDATE_OBJECT randomy causes errors when using more threads than one. The error is not guaranteed to occur, it kinda only happens 3 times in...

TrinityCore - WowPacketParser Detected build: V9_0_2_36839 Detected locale: enUS Targeted database: Shadowlands Parsing date: 01/03/2021 19:47:23 ``` Loading module WowPacketParserModule.V8_0_1_27101.dll (fallback) Loading module WowPacketParserModule.V7_0_3_22248.dll (fallback) Loading module WowPacketParserModule.V6_0_2_19033.dll (fallback) Loading...

The SMSG_BATTLEGROUND_INIT structure changed in legion (or in a patch in legion). Seems like the MaxPoints is now the last two bytes instead of the only bytes in the packet....

TrinityCore - WowPacketParser Detected build: V8_0_1_27404 Detected locale: enUS Targeted database: BattleForAzeroth Parsing date: 10/19/2020 20:45:31 ``` 47/70 - Error: Failed writing CreatureTemplateNonWDB WowPacketParser Error: 0 : System.NullReferenceException: Object reference...

Actually the WPP isnt parsing the diferents waypoints of creatures, will amazing introduct it, becouse the sniffer is giving that info. TY and Merry XMAS!!!

Got the following error when it was parsing SMSG_UPDATE_OBJECT for the creature spawns when I parsed a sniff from 5.3.0 16992 Detected build: V5_3_0_16992 Detected locale: enUS Targeted database: BattleForAzeroth...