m0use0ver

Untitled

Oct 5th, 2019
613
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.81 KB | None | 0 0
  1. # TrinityCore - WowPacketParser
  2. # File name: split_water.pkt
  3. # Detected build: V1_12_1_5875
  4. # Detected locale: ????
  5. # Targeted database: Classic
  6. # Parsing date: 10/05/2019 17:03:58
  7.  
  8. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 53 ConnIdx: 0 Time: 10/05/2019 17:03:34.000 Number: 0
  9. GUID: Full: 0xF1300018E001381E Type: Creature Entry: 6368 Low: 79902
  10. Position: X: -9181.816 Y: -13.53781 Z: 78.41514
  11. Move Ticks: 478243694
  12. Spline Type: 0 (Normal)
  13. Spline Flags: 0 (None)
  14. Move Time: 3912
  15. Waypoints: 2
  16. Waypoint Endpoint: X: -9182.193 Y: -9.154325 Z: 78.4889
  17. [1] Waypoint: X: -9182.005 Y: -11.59607 Z: 78.45202
  18.  
  19. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 53 ConnIdx: 0 Time: 10/05/2019 17:03:34.000 Number: 1
  20. GUID: Full: 0xF13000098A01382E Type: Creature Entry: 2442 Low: 79918
  21. Position: X: -9166.744 Y: 8.456369 Z: 79.14663
  22. Move Ticks: 478243696
  23. Spline Type: 0 (Normal)
  24. Spline Flags: 0 (None)
  25. Move Time: 3242
  26. Waypoints: 2
  27. Waypoint Endpoint: X: -9163.092 Y: 14.84836 Z: 78.70589
  28. [1] Waypoint: X: -9166.418 Y: 8.902364 Z: 78.92626
  29.  
  30. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 52 ConnIdx: 0 Time: 10/05/2019 17:03:34.203 Number: 2
  31. GUID: Full: 0xF13000005E013812 Type: Creature Entry: 94 Low: 79890
  32. Position: X: -9165.094 Y: 90.44552 Z: 76.63847
  33. Move Ticks: 478244152
  34. Spline Type: 0 (Normal)
  35. Spline Flags: 0 (None)
  36. Move Time: 2649
  37. Waypoints: 2
  38. Waypoint Endpoint: X: -9167.055 Y: 96.75858 Z: 76.23585
  39. [1] Waypoint: X: -9165.324 Y: 91.35205 Z: 76.43716
  40.  
  41. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 52 ConnIdx: 0 Time: 10/05/2019 17:03:34.500 Number: 3
  42. GUID: Full: 0xF13000005E01398F Type: Creature Entry: 94 Low: 80271
  43. Position: X: -9263.153 Y: -19.12325 Z: 72.87396
  44. Move Ticks: 478244837
  45. Spline Type: 0 (Normal)
  46. Spline Flags: 0 (None)
  47. Move Time: 2841
  48. Waypoints: 2
  49. Waypoint Endpoint: X: -9268.415 Y: -23.89379 Z: 72.77619
  50. [1] Waypoint: X: -9263.534 Y: -19.50852 Z: 72.82507
  51.  
  52. ServerToClient: MSG_MOVE_TIME_SKIPPED (0x0319) Length: 8 ConnIdx: 0 Time: 10/05/2019 17:03:34.688 Number: 4
  53. Guid: Full: 0x001AE733 Type: Player Low: 1763123
  54. Time: 719
  55.  
  56. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 48 ConnIdx: 0 Time: 10/05/2019 17:03:34.797 Number: 5
  57. GUID: Full: 0xF13000005E013818 Type: Creature Entry: 94 Low: 79896
  58. Position: X: -9138.76 Y: 55.65409 Z: 77.91353
  59. Move Ticks: 478245351
  60. Spline Type: 0 (Normal)
  61. Spline Flags: 0 (None)
  62. Move Time: 607
  63. Waypoints: 1
  64. Waypoint Endpoint: X: -9140.116 Y: 56.29202 Z: 77.68913
  65.  
  66. ServerToClient: MSG_MOVE_HEARTBEAT (0x00EE) Length: 32 ConnIdx: 0 Time: 10/05/2019 17:03:35.000 Number: 6
  67. Guid: Full: 0x001AE733 Type: Player Low: 1763123
  68. Movement Flags: 1 (Forward)
  69. Extra Movement Flags: 150 (PreventJumping, DisableCollision, FullSpeedPitching, IsJumpSplineInAir)
  70. Time: 2232778229
  71. Position: X: -99.03142 Y: 8.056237E-23 Z: 194.5588
  72. Orientation: 0
  73. System.IO.EndOfStreamException
  74. Über das Ende des Datenstroms hinaus kann nicht gelesen werden.
  75. bei System.IO.__Error.EndOfFile()
  76. bei System.IO.MemoryStream.InternalReadInt32()
  77. bei WowPacketParser.Misc.Packet.ReadInt32(String name, Object[] indexes) in C:\projects\wowpacketparser-191\WowPacketParser\Misc\PacketReads.cs:Zeile 369.
  78. bei WowPacketParser.Parsing.Parsers.MovementHandler.ReadMovementInfoGen(Packet packet, WowGuid guid, Object index) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 90.
  79. bei WowPacketParser.Parsing.Parsers.MovementHandler.HandleMovementMessages(Packet packet) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 1274.
  80. bei WowPacketParser.Parsing.Handler.Parse(Packet packet, Boolean isMultiple) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Handler.cs:Zeile 149.
  81.  
  82. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 53 ConnIdx: 0 Time: 10/05/2019 17:03:35.000 Number: 7
  83. GUID: Full: 0xF13000098A01382F Type: Creature Entry: 2442 Low: 79919
  84. Position: X: -9160.445 Y: 17.27901 Z: 78.62097
  85. Move Ticks: 478245662
  86. Spline Type: 0 (Normal)
  87. Spline Flags: 0 (None)
  88. Move Time: 2066
  89. Waypoints: 2
  90. Waypoint Endpoint: X: -9162.41 Y: 13.01053 Z: 78.68568
  91. [1] Waypoint: X: -9161.178 Y: 15.64477 Z: 78.65332
  92.  
  93. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 48 ConnIdx: 0 Time: 10/05/2019 17:03:35.203 Number: 8
  94. GUID: Full: 0xF13000005E013815 Type: Creature Entry: 94 Low: 79893
  95. Position: X: -9242.548 Y: 41.25411 Z: 72.66302
  96. Move Ticks: 478246062
  97. Spline Type: 0 (Normal)
  98. Spline Flags: 0 (None)
  99. Move Time: 1438
  100. Waypoints: 1
  101. Waypoint Endpoint: X: -9241.953 Y: 37.71027 Z: 72.74746
  102.  
  103. ServerToClient: MSG_MOVE_HEARTBEAT (0x00EE) Length: 32 ConnIdx: 0 Time: 10/05/2019 17:03:35.594 Number: 9
  104. Guid: Full: 0x001AE733 Type: Player Low: 1763123
  105. Movement Flags: 1 (Forward)
  106. Extra Movement Flags: 138 (PreventJumping, FullSpeedTurning, IsJumpSplineInAir)
  107. Time: 689274359
  108. Position: X: 1622529 Y: -1.144936E-36 Z: 194.5584
  109. Orientation: 0
  110. System.IO.EndOfStreamException
  111. Über das Ende des Datenstroms hinaus kann nicht gelesen werden.
  112. bei System.IO.__Error.EndOfFile()
  113. bei System.IO.MemoryStream.InternalReadInt32()
  114. bei WowPacketParser.Misc.Packet.ReadInt32(String name, Object[] indexes) in C:\projects\wowpacketparser-191\WowPacketParser\Misc\PacketReads.cs:Zeile 369.
  115. bei WowPacketParser.Parsing.Parsers.MovementHandler.ReadMovementInfoGen(Packet packet, WowGuid guid, Object index) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 90.
  116. bei WowPacketParser.Parsing.Parsers.MovementHandler.HandleMovementMessages(Packet packet) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 1274.
  117. bei WowPacketParser.Parsing.Handler.Parse(Packet packet, Boolean isMultiple) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Handler.cs:Zeile 149.
  118.  
  119. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 52 ConnIdx: 0 Time: 10/05/2019 17:03:35.594 Number: 10
  120. GUID: Full: 0xF13000005E013819 Type: Creature Entry: 94 Low: 79897
  121. Position: X: -9176.033 Y: 33.07151 Z: 77.83684
  122. Move Ticks: 478246782
  123. Spline Type: 0 (Normal)
  124. Spline Flags: 0 (None)
  125. Move Time: 2206
  126. Waypoints: 2
  127. Waypoint Endpoint: X: -9181.513 Y: 33.54253 Z: 77.43954
  128. [1] Waypoint: X: -9177.523 Y: 33.30701 Z: 77.63818
  129.  
  130. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 48 ConnIdx: 0 Time: 10/05/2019 17:03:35.703 Number: 11
  131. GUID: Full: 0xF13000005E01382D Type: Creature Entry: 94 Low: 79917
  132. Position: X: -9118.034 Y: 33.94772 Z: 83.61373
  133. Move Ticks: 478246988
  134. Spline Type: 0 (Normal)
  135. Spline Flags: 0 (None)
  136. Move Time: 662
  137. Waypoints: 1
  138. Waypoint Endpoint: X: -9116.802 Y: 35.04834 Z: 83.6574
  139.  
  140. ServerToClient: MSG_MOVE_SET_FACING (0x00DA) Length: 32 ConnIdx: 0 Time: 10/05/2019 17:03:35.906 Number: 12
  141. Guid: Full: 0x001AE733 Type: Player Low: 1763123
  142. Movement Flags: 1 (Forward)
  143. Extra Movement Flags: 32 (AlwaysAllowPitching)
  144. Time: 4262821369
  145. Position: X: -8.191672E-23 Y: 4.492026E+20 Z: 5.476323E+16
  146. Orientation: 0
  147. System.IO.EndOfStreamException
  148. Über das Ende des Datenstroms hinaus kann nicht gelesen werden.
  149. bei System.IO.__Error.EndOfFile()
  150. bei System.IO.BinaryReader.FillBuffer(Int32 numBytes)
  151. bei System.IO.BinaryReader.ReadSingle()
  152. bei WowPacketParser.Misc.Packet.ReadSingle(String name, Object[] indexes) in C:\projects\wowpacketparser-191\WowPacketParser\Misc\PacketReads.cs:Zeile 355.
  153. bei WowPacketParser.Parsing.Parsers.MovementHandler.ReadMovementInfoGen(Packet packet, WowGuid guid, Object index) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 70.
  154. bei WowPacketParser.Parsing.Parsers.MovementHandler.HandleMovementMessages(Packet packet) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 1274.
  155. bei WowPacketParser.Parsing.Handler.Parse(Packet packet, Boolean isMultiple) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Handler.cs:Zeile 149.
  156.  
  157. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 56 ConnIdx: 0 Time: 10/05/2019 17:03:36.094 Number: 13
  158. GUID: Full: 0xF13000005E01398C Type: Creature Entry: 94 Low: 80268
  159. Position: X: -9180.063 Y: 77.28983 Z: 77.64323
  160. Move Ticks: 478247694
  161. Spline Type: 0 (Normal)
  162. Spline Flags: 0 (None)
  163. Move Time: 3984
  164. Waypoints: 3
  165. Waypoint Endpoint: X: -9170.508 Y: 80.09829 Z: 77.5139
  166. [1] Waypoint: X: -9180.785 Y: 77.19406 Z: 77.57857
  167. [2] Waypoint: X: -9177.035 Y: 78.19406 Z: 77.57857
  168.  
  169. ServerToClient: MSG_MOVE_HEARTBEAT (0x00EE) Length: 32 ConnIdx: 0 Time: 10/05/2019 17:03:36.500 Number: 14
  170. Guid: Full: 0x001AE733 Type: Player Low: 1763123
  171. Movement Flags: 1 (Forward)
  172. Extra Movement Flags: 20 (DisableCollision, FullSpeedPitching)
  173. Time: 3759504891
  174. Position: X: -1.114992E+17 Y: -1.38428E-12 Z: -3.747058E-32
  175. Orientation: 0
  176. System.IO.EndOfStreamException
  177. Über das Ende des Datenstroms hinaus kann nicht gelesen werden.
  178. bei System.IO.__Error.EndOfFile()
  179. bei System.IO.MemoryStream.InternalReadInt32()
  180. bei WowPacketParser.Misc.Packet.ReadInt32(String name, Object[] indexes) in C:\projects\wowpacketparser-191\WowPacketParser\Misc\PacketReads.cs:Zeile 369.
  181. bei WowPacketParser.Parsing.Parsers.MovementHandler.ReadMovementInfoGen(Packet packet, WowGuid guid, Object index) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 90.
  182. bei WowPacketParser.Parsing.Parsers.MovementHandler.HandleMovementMessages(Packet packet) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 1274.
  183. bei WowPacketParser.Parsing.Handler.Parse(Packet packet, Boolean isMultiple) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Handler.cs:Zeile 149.
  184.  
  185. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 53 ConnIdx: 0 Time: 10/05/2019 17:03:36.500 Number: 15
  186. GUID: Full: 0xF1300018E0013822 Type: Creature Entry: 6368 Low: 79906
  187. Position: X: -9161.604 Y: -0.6434962 Z: 79.58399
  188. Move Ticks: 478248438
  189. Spline Type: 0 (Normal)
  190. Spline Flags: 0 (None)
  191. Move Time: 6246
  192. Waypoints: 2
  193. Waypoint Endpoint: X: -9157.985 Y: -6.657633 Z: 79.57655
  194. [1] Waypoint: X: -9161.295 Y: -1.150564 Z: 79.58027
  195.  
  196. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 52 ConnIdx: 0 Time: 10/05/2019 17:03:36.594 Number: 16
  197. GUID: Full: 0xF13000005E01381D Type: Creature Entry: 94 Low: 79901
  198. Position: X: -9252.718 Y: -10.25154 Z: 73.64603
  199. Move Ticks: 478248652
  200. Spline Type: 0 (Normal)
  201. Spline Flags: 0 (None)
  202. Move Time: 2346
  203. Waypoints: 2
  204. Waypoint Endpoint: X: -9246.912 Y: -9.416047 Z: 73.62189
  205. [1] Waypoint: X: -9251.564 Y: -10.08379 Z: 73.63396
  206.  
  207. ServerToClient: MSG_MOVE_HEARTBEAT (0x00EE) Length: 32 ConnIdx: 0 Time: 10/05/2019 17:03:36.906 Number: 17
  208. Guid: Full: 0x001AE733 Type: Player Low: 1763123
  209. Movement Flags: 1 (Forward)
  210. Extra Movement Flags: 8 (FullSpeedTurning)
  211. Time: 2987752957
  212. Position: X: 3.138419E+31 Y: 2.112344E-17 Z: -3.747048E-32
  213. Orientation: 0
  214. System.IO.EndOfStreamException
  215. Über das Ende des Datenstroms hinaus kann nicht gelesen werden.
  216. bei System.IO.__Error.EndOfFile()
  217. bei System.IO.MemoryStream.InternalReadInt32()
  218. bei WowPacketParser.Misc.Packet.ReadInt32(String name, Object[] indexes) in C:\projects\wowpacketparser-191\WowPacketParser\Misc\PacketReads.cs:Zeile 369.
  219. bei WowPacketParser.Parsing.Parsers.MovementHandler.ReadMovementInfoGen(Packet packet, WowGuid guid, Object index) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 90.
  220. bei WowPacketParser.Parsing.Parsers.MovementHandler.HandleMovementMessages(Packet packet) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 1274.
  221. bei WowPacketParser.Parsing.Handler.Parse(Packet packet, Boolean isMultiple) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Handler.cs:Zeile 149.
  222.  
  223. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 53 ConnIdx: 0 Time: 10/05/2019 17:03:37.000 Number: 18
  224. GUID: Full: 0xF1300018E001382B Type: Creature Entry: 6368 Low: 79915
  225. Position: X: -9160.941 Y: 12.22516 Z: 78.65071
  226. Move Ticks: 478249321
  227. Spline Type: 0 (Normal)
  228. Spline Flags: 0 (None)
  229. Move Time: 4655
  230. Waypoints: 2
  231. Waypoint Endpoint: X: -9159.409 Y: 7.217594 Z: 78.72462
  232. [1] Waypoint: X: -9160.426 Y: 10.72137 Z: 78.68767
  233.  
  234. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 57 ConnIdx: 0 Time: 10/05/2019 17:03:37.094 Number: 19
  235. GUID: Full: 0xF1300018E0013820 Type: Creature Entry: 6368 Low: 79904
  236. Position: X: -9163.791 Y: -11.77596 Z: 78.79211
  237. Move Ticks: 478249570
  238. Spline Type: 0 (Normal)
  239. Spline Flags: 0 (None)
  240. Move Time: 8909
  241. Waypoints: 3
  242. Waypoint Endpoint: X: -9165.639 Y: -1.988666 Z: 79.88373
  243. [1] Waypoint: X: -9163.715 Y: -12.63231 Z: 78.83792
  244. [2] Waypoint: X: -9164.465 Y: -8.632311 Z: 79.08792
  245.  
  246. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 56 ConnIdx: 0 Time: 10/05/2019 17:03:37.094 Number: 20
  247. GUID: Full: 0xF13000005E013988 Type: Creature Entry: 94 Low: 80264
  248. Position: X: -9114.705 Y: 11.46359 Z: 86.28503
  249. Move Ticks: 478249572
  250. Spline Type: 0 (Normal)
  251. Spline Flags: 0 (None)
  252. Move Time: 3467
  253. Waypoints: 3
  254. Waypoint Endpoint: X: -9121.201 Y: 17.04857 Z: 84.97468
  255. [1] Waypoint: X: -9114.703 Y: 11.50608 Z: 86.12985
  256. [2] Waypoint: X: -9117.703 Y: 14.00608 Z: 85.62985
  257.  
  258. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 56 ConnIdx: 0 Time: 10/05/2019 17:03:37.297 Number: 21
  259. GUID: Full: 0xF13000005E013994 Type: Creature Entry: 94 Low: 80276
  260. Position: X: -9241.295 Y: 117.9675 Z: 73.33514
  261. Move Ticks: 478249906
  262. Spline Type: 0 (Normal)
  263. Spline Flags: 0 (None)
  264. Move Time: 3701
  265. Waypoints: 3
  266. Waypoint Endpoint: X: -9248.61 Y: 123.3773 Z: 71.6507
  267. [1] Waypoint: X: -9240.953 Y: 117.6724 Z: 73.24292
  268. [2] Waypoint: X: -9244.203 Y: 120.1724 Z: 72.49292
  269.  
  270. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 52 ConnIdx: 0 Time: 10/05/2019 17:03:37.297 Number: 22
  271. GUID: Full: 0xF13000005E01380F Type: Creature Entry: 94 Low: 79887
  272. Position: X: -9180.682 Y: 76.71053 Z: 77.65244
  273. Move Ticks: 478249908
  274. Spline Type: 0 (Normal)
  275. Spline Flags: 0 (None)
  276. Move Time: 2786
  277. Waypoints: 2
  278. Waypoint Endpoint: X: -9185.612 Y: 81.63148 Z: 77.72498
  279. [1] Waypoint: X: -9181.146 Y: 77.17101 Z: 77.68871
  280.  
  281. ServerToClient: MSG_MOVE_HEARTBEAT (0x00EE) Length: 32 ConnIdx: 0 Time: 10/05/2019 17:03:37.406 Number: 23
  282. Guid: Full: 0x001AE733 Type: Player Low: 1763123
  283. Movement Flags: 1 (Forward)
  284. Extra Movement Flags: 252 (DisableCollision, FullSpeedTurning, FullSpeedPitching, AlwaysAllowPitching, IsVehicleExitVoluntary, IsJumpSplineInAir)
  285. Time: 2199223806
  286. Position: X: 7.629066E-32 Y: 1.832253E-35 Z: -3.747032E-32
  287. Orientation: 0
  288. System.IO.EndOfStreamException
  289. Über das Ende des Datenstroms hinaus kann nicht gelesen werden.
  290. bei System.IO.__Error.EndOfFile()
  291. bei System.IO.BinaryReader.FillBuffer(Int32 numBytes)
  292. bei System.IO.BinaryReader.ReadSingle()
  293. bei WowPacketParser.Misc.Packet.ReadSingle(String name, Object[] indexes) in C:\projects\wowpacketparser-191\WowPacketParser\Misc\PacketReads.cs:Zeile 355.
  294. bei WowPacketParser.Parsing.Parsers.MovementHandler.ReadMovementInfoGen(Packet packet, WowGuid guid, Object index) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 70.
  295. bei WowPacketParser.Parsing.Parsers.MovementHandler.HandleMovementMessages(Packet packet) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 1274.
  296. bei WowPacketParser.Parsing.Handler.Parse(Packet packet, Boolean isMultiple) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Handler.cs:Zeile 149.
  297.  
  298. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 53 ConnIdx: 0 Time: 10/05/2019 17:03:37.406 Number: 24
  299. GUID: Full: 0xF13000020D013817 Type: Creature Entry: 525 Low: 79895
  300. Position: X: -9205.588 Y: 50.97157 Z: 76.98889
  301. Move Ticks: 478250113
  302. Spline Type: 0 (Normal)
  303. Spline Flags: 0 (None)
  304. Move Time: 1749
  305. Waypoints: 2
  306. Waypoint Endpoint: X: -9204.251 Y: 55.10231 Z: 77.51202
  307. [1] Waypoint: X: -9204.92 Y: 52.78694 Z: 77.25046
  308.  
  309. ServerToClient: MSG_MOVE_SET_FACING (0x00DA) Length: 32 ConnIdx: 0 Time: 10/05/2019 17:03:37.594 Number: 25
  310. Guid: Full: 0x001AE733 Type: Player Low: 1763123
  311. Movement Flags: 1 (Forward)
  312. Extra Movement Flags: 168 (FullSpeedTurning, AlwaysAllowPitching, IsJumpSplineInAir)
  313. Time: 3977608703
  314. Position: X: -7.629064E-32 Y: 1.172659E-33 Z: 1.305649E+10
  315. Orientation: 0
  316. System.IO.EndOfStreamException
  317. Über das Ende des Datenstroms hinaus kann nicht gelesen werden.
  318. bei System.IO.__Error.EndOfFile()
  319. bei System.IO.BinaryReader.FillBuffer(Int32 numBytes)
  320. bei System.IO.BinaryReader.ReadSingle()
  321. bei WowPacketParser.Misc.Packet.ReadSingle(String name, Object[] indexes) in C:\projects\wowpacketparser-191\WowPacketParser\Misc\PacketReads.cs:Zeile 355.
  322. bei WowPacketParser.Parsing.Parsers.MovementHandler.ReadMovementInfoGen(Packet packet, WowGuid guid, Object index) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 70.
  323. bei WowPacketParser.Parsing.Parsers.MovementHandler.HandleMovementMessages(Packet packet) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 1274.
  324. bei WowPacketParser.Parsing.Handler.Parse(Packet packet, Boolean isMultiple) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Handler.cs:Zeile 149.
  325.  
  326. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 48 ConnIdx: 0 Time: 10/05/2019 17:03:37.594 Number: 26
  327. GUID: Full: 0xF13000005E013811 Type: Creature Entry: 94 Low: 79889
  328. Position: X: -9157.53 Y: 83.23296 Z: 76.5532
  329. Move Ticks: 478250482
  330. Spline Type: 0 (Normal)
  331. Spline Flags: 0 (None)
  332. Move Time: 1656
  333. Waypoints: 1
  334. Waypoint Endpoint: X: -9161.45 Y: 84.02972 Z: 77.61152
  335.  
  336. ServerToClient: MSG_MOVE_SET_FACING (0x00DA) Length: 32 ConnIdx: 0 Time: 10/05/2019 17:03:37.703 Number: 27
  337. Guid: Full: 0x001AE733 Type: Player Low: 1763123
  338. Movement Flags: 1 (Forward)
  339. Extra Movement Flags: 52 (DisableCollision, FullSpeedPitching, AlwaysAllowPitching)
  340. Time: 387284480
  341. Position: X: 5.497318E-15 Y: 7.360962E+24 Z: 1.47003E+25
  342. Orientation: 0
  343. System.IO.EndOfStreamException
  344. Über das Ende des Datenstroms hinaus kann nicht gelesen werden.
  345. bei System.IO.__Error.EndOfFile()
  346. bei System.IO.BinaryReader.FillBuffer(Int32 numBytes)
  347. bei System.IO.BinaryReader.ReadSingle()
  348. bei WowPacketParser.Misc.Packet.ReadSingle(String name, Object[] indexes) in C:\projects\wowpacketparser-191\WowPacketParser\Misc\PacketReads.cs:Zeile 355.
  349. bei WowPacketParser.Parsing.Parsers.MovementHandler.ReadMovementInfoGen(Packet packet, WowGuid guid, Object index) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 70.
  350. bei WowPacketParser.Parsing.Parsers.MovementHandler.HandleMovementMessages(Packet packet) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 1274.
  351. bei WowPacketParser.Parsing.Handler.Parse(Packet packet, Boolean isMultiple) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Handler.cs:Zeile 149.
  352.  
  353. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 49 ConnIdx: 0 Time: 10/05/2019 17:03:37.703 Number: 28
  354. GUID: Full: 0xF1300018E001382C Type: Creature Entry: 6368 Low: 79916
  355. Position: X: -9163.855 Y: 20.83042 Z: 78.79603
  356. Move Ticks: 478250692
  357. Spline Type: 0 (Normal)
  358. Spline Flags: 0 (None)
  359. Move Time: 162
  360. Waypoints: 1
  361. Waypoint Endpoint: X: -9163.746 Y: 20.68475 Z: 78.79368
  362.  
  363. ServerToClient: SMSG_UPDATE_OBJECT (0x00A9) Length: 191 ConnIdx: 0 Time: 10/05/2019 17:03:37.719 Number: 29
  364. Count: 1
  365. Has Transport: false
  366. [0] UpdateType: Values
  367. [0] GUID: Full: 0x001AE733 Type: Player Low: 1763123
  368. [0] UNIT_FIELD_CREATEDBY: 0x0
  369. [0] UNIT_FIELD_AURAAPPLICATIONS + 11: 0/0
  370. [0] UNIT_FIELD_BASEATTACKTIME: 0/0
  371.  
  372. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 53 ConnIdx: 0 Time: 10/05/2019 17:03:37.906 Number: 30
  373. GUID: Full: 0xF13000020D013831 Type: Creature Entry: 525 Low: 79921
  374. Position: X: -9230.734 Y: -48.01022 Z: 72.38616
  375. Move Ticks: 478251016
  376. Spline Type: 0 (Normal)
  377. Spline Flags: 0 (None)
  378. Move Time: 3248
  379. Waypoints: 2
  380. Waypoint Endpoint: X: -9223.698 Y: -44.04115 Z: 73.20259
  381. [1] Waypoint: X: -9230.717 Y: -48.02568 Z: 72.54437
  382.  
  383. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 49 ConnIdx: 0 Time: 10/05/2019 17:03:38.000 Number: 31
  384. GUID: Full: 0xF1300018E001382C Type: Creature Entry: 6368 Low: 79916
  385. Position: X: -9163.746 Y: 20.68475 Z: 78.79368
  386. Move Ticks: 478251205
  387. Spline Type: 0 (Normal)
  388. Spline Flags: 0 (None)
  389. Move Time: 3731
  390. Waypoints: 1
  391. Waypoint Endpoint: X: -9162.945 Y: 16.56566 Z: 78.70499
  392.  
  393. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 52 ConnIdx: 0 Time: 10/05/2019 17:03:38.094 Number: 32
  394. GUID: Full: 0xF13000005E013815 Type: Creature Entry: 94 Low: 79893
  395. Position: X: -9241.953 Y: 37.71027 Z: 72.74746
  396. Move Ticks: 478251447
  397. Spline Type: 0 (Normal)
  398. Spline Flags: 0 (None)
  399. Move Time: 2699
  400. Waypoints: 2
  401. Waypoint Endpoint: X: -9240.604 Y: 44.29729 Z: 73.12293
  402. [1] Waypoint: X: -9241.778 Y: 38.50378 Z: 72.6852
  403.  
  404. ServerToClient: MSG_MOVE_HEARTBEAT (0x00EE) Length: 32 ConnIdx: 0 Time: 10/05/2019 17:03:38.203 Number: 33
  405. Guid: Full: 0x001AE733 Type: Player Low: 1763123
  406. Movement Flags: 1 (Forward)
  407. Extra Movement Flags: 40 (FullSpeedTurning, AlwaysAllowPitching)
  408. Time: 638942722
  409. Position: X: 5.629248E-12 Y: 1.229648E-27 Z: 1.470029E+25
  410. Orientation: 0
  411. System.IO.EndOfStreamException
  412. Über das Ende des Datenstroms hinaus kann nicht gelesen werden.
  413. bei System.IO.__Error.EndOfFile()
  414. bei System.IO.BinaryReader.FillBuffer(Int32 numBytes)
  415. bei System.IO.BinaryReader.ReadSingle()
  416. bei WowPacketParser.Misc.Packet.ReadSingle(String name, Object[] indexes) in C:\projects\wowpacketparser-191\WowPacketParser\Misc\PacketReads.cs:Zeile 355.
  417. bei WowPacketParser.Parsing.Parsers.MovementHandler.ReadMovementInfoGen(Packet packet, WowGuid guid, Object index) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 70.
  418. bei WowPacketParser.Parsing.Parsers.MovementHandler.HandleMovementMessages(Packet packet) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 1274.
  419. bei WowPacketParser.Parsing.Handler.Parse(Packet packet, Boolean isMultiple) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Handler.cs:Zeile 149.
  420.  
  421. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 52 ConnIdx: 0 Time: 10/05/2019 17:03:38.297 Number: 34
  422. GUID: Full: 0xF13000005E013993 Type: Creature Entry: 94 Low: 80275
  423. Position: X: -9188.534 Y: 106.6666 Z: 76.24879
  424. Move Ticks: 478251798
  425. Spline Type: 0 (Normal)
  426. Spline Flags: 0 (None)
  427. Move Time: 3056
  428. Waypoints: 2
  429. Waypoint Endpoint: X: -9193.883 Y: 112.0744 Z: 75.55926
  430. [1] Waypoint: X: -9188.709 Y: 106.8705 Z: 76.15402
  431.  
  432. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 48 ConnIdx: 0 Time: 10/05/2019 17:03:38.578 Number: 35
  433. GUID: Full: 0xF13000005E013823 Type: Creature Entry: 94 Low: 79907
  434. Position: X: -9216.295 Y: 15.14039 Z: 77.71037
  435. Move Ticks: 478252458
  436. Spline Type: 0 (Normal)
  437. Spline Flags: 0 (None)
  438. Move Time: 199
  439. Waypoints: 1
  440. Waypoint Endpoint: X: -9215.999 Y: 14.74402 Z: 77.76115
  441.  
  442. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 61 ConnIdx: 0 Time: 10/05/2019 17:03:38.703 Number: 36
  443. GUID: Full: 0xF13000012B01398E Type: Creature Entry: 299 Low: 80270
  444. Position: X: -9273.591 Y: -14.76788 Z: 71.47794
  445. Move Ticks: 478252648
  446. Spline Type: 0 (Normal)
  447. Spline Flags: 0 (None)
  448. Move Time: 6082
  449. Waypoints: 4
  450. Waypoint Endpoint: X: -9274.909 Y: -29.85664 Z: 72.55582
  451. [1] Waypoint: X: -9273.5 Y: -11.31226 Z: 71.26688
  452. [2] Waypoint: X: -9273.75 Y: -15.31226 Z: 71.51688
  453. [3] Waypoint: X: -9274 Y: -19.31226 Z: 72.01688
  454.  
  455. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 48 ConnIdx: 0 Time: 10/05/2019 17:03:38.797 Number: 37
  456. GUID: Full: 0xF13000005E013818 Type: Creature Entry: 94 Low: 79896
  457. Position: X: -9140.116 Y: 56.29202 Z: 77.68913
  458. Move Ticks: 478252859
  459. Spline Type: 0 (Normal)
  460. Spline Flags: 0 (None)
  461. Move Time: 862
  462. Waypoints: 1
  463. Waypoint Endpoint: X: -9140.01 Y: 54.15844 Z: 77.97202
  464.  
  465. ServerToClient: MSG_MOVE_HEARTBEAT (0x00EE) Length: 32 ConnIdx: 0 Time: 10/05/2019 17:03:39.000 Number: 38
  466. Guid: Full: 0x001AE733 Type: Player Low: 1763123
  467. Movement Flags: 1 (Forward)
  468. Extra Movement Flags: 28 (DisableCollision, FullSpeedTurning, FullSpeedPitching)
  469. Time: 890600964
  470. Position: X: 5.764344E-09 Y: -1.884455E+27 Z: 1.470031E+25
  471. Orientation: 0
  472. System.IO.EndOfStreamException
  473. Über das Ende des Datenstroms hinaus kann nicht gelesen werden.
  474. bei System.IO.__Error.EndOfFile()
  475. bei System.IO.MemoryStream.InternalReadInt32()
  476. bei WowPacketParser.Misc.Packet.ReadInt32(String name, Object[] indexes) in C:\projects\wowpacketparser-191\WowPacketParser\Misc\PacketReads.cs:Zeile 369.
  477. bei WowPacketParser.Parsing.Parsers.MovementHandler.ReadMovementInfoGen(Packet packet, WowGuid guid, Object index) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 90.
  478. bei WowPacketParser.Parsing.Parsers.MovementHandler.HandleMovementMessages(Packet packet) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 1274.
  479. bei WowPacketParser.Parsing.Handler.Parse(Packet packet, Boolean isMultiple) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Handler.cs:Zeile 149.
  480.  
  481. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 56 ConnIdx: 0 Time: 10/05/2019 17:03:39.000 Number: 39
  482. GUID: Full: 0xF13000005E01382D Type: Creature Entry: 94 Low: 79917
  483. Position: X: -9116.802 Y: 35.04834 Z: 83.6574
  484. Move Ticks: 478253229
  485. Spline Type: 0 (Normal)
  486. Spline Flags: 0 (None)
  487. Move Time: 3792
  488. Waypoints: 3
  489. Waypoint Endpoint: X: -9125.625 Y: 37.97623 Z: 81.79363
  490. [1] Waypoint: X: -9116.213 Y: 35.01228 Z: 83.72552
  491. [2] Waypoint: X: -9120.213 Y: 36.26228 Z: 82.97552
  492.  
  493. ClientToServer: CMSG_SPLIT_ITEM (0x010E) Length: 5 ConnIdx: 0 Time: 10/05/2019 17:03:39.188 Number: 40
  494. Bag: -1
  495. Slot: 24
  496. Destination Bag: 255
  497. Destination Slot: 28
  498. Count: 3
  499.  
  500. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 53 ConnIdx: 0 Time: 10/05/2019 17:03:39.297 Number: 41
  501. GUID: Full: 0xF13000012B01381C Type: Creature Entry: 299 Low: 79900
  502. Position: X: -9224.73 Y: -49.3559 Z: 73.04269
  503. Move Ticks: 478253840
  504. Spline Type: 0 (Normal)
  505. Spline Flags: 0 (None)
  506. Move Time: 2408
  507. Waypoints: 2
  508. Waypoint Endpoint: X: -9218.739 Y: -49.15043 Z: 73.60612
  509. [1] Waypoint: X: -9223.484 Y: -49.25317 Z: 73.3244
  510.  
  511. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 57 ConnIdx: 0 Time: 10/05/2019 17:03:39.297 Number: 42
  512. GUID: Full: 0xF130000373013834 Type: Creature Entry: 883 Low: 79924
  513. Position: X: -9099.955 Y: -18.68709 Z: 91.18547
  514. Move Ticks: 478253842
  515. Spline Type: 0 (Normal)
  516. Spline Flags: 0 (None)
  517. Move Time: 4391
  518. Waypoints: 3
  519. Waypoint Endpoint: X: -9094.727 Y: -10.17828 Z: 91.18706
  520. [1] Waypoint: X: -9100.341 Y: -19.43269 Z: 91.18626
  521. [2] Waypoint: X: -9098.341 Y: -15.93269 Z: 91.18626
  522.  
  523. ServerToClient: SMSG_UPDATE_OBJECT (0x00A9) Length: 63 ConnIdx: 0 Time: 10/05/2019 17:03:39.344 Number: 43
  524. Count: 1
  525. Has Transport: false
  526. [0] UpdateType: CreateObject1
  527. [0] GUID: Full: 0x4000000005DE488C Type: Item Low: 98453644
  528. [0] Object Type: 1 (Item)
  529. [0] Update Flags: 16 (LowGuid)
  530. [0] Low GUID: 16384
  531. [0] OBJECT_FIELD_GUID: Full: 0x4000000005DE488C Type: Item Low: 98453644
  532. [0] OBJECT_FIELD_TYPE: 3
  533. [0] OBJECT_FIELD_ENTRY: 159
  534. [0] OBJECT_FIELD_SCALE_X: 1
  535. [0] ITEM_FIELD_OWNER: Full: 0x001AE657 Type: Player Low: 1762903
  536. [0] ITEM_FIELD_CONTAINED: 1762903/2.470353E-39
  537. [0] ITEM_FIELD_STACK_COUNT: 2/2.802597E-45
  538. [0] ITEM_FIELD_SPELL_CHARGES: 4294967295/NaN
  539.  
  540. ServerToClient: SMSG_UPDATE_OBJECT (0x00A9) Length: 63 ConnIdx: 0 Time: 10/05/2019 17:03:39.360 Number: 44
  541. Count: 1
  542. Has Transport: false
  543. [0] UpdateType: CreateObject1
  544. [0] GUID: Full: 0x4000000005E2AEFB Type: Item Low: 98742011
  545. [0] Object Type: 1 (Item)
  546. [0] Update Flags: 16 (LowGuid)
  547. [0] Low GUID: 16384
  548. [0] OBJECT_FIELD_GUID: Full: 0x4000000005E2AEFB Type: Item Low: 98742011
  549. [0] OBJECT_FIELD_TYPE: 3
  550. [0] OBJECT_FIELD_ENTRY: 159
  551. [0] OBJECT_FIELD_SCALE_X: 1
  552. [0] ITEM_FIELD_OWNER: Full: 0x001AE657 Type: Player Low: 1762903
  553. [0] ITEM_FIELD_CONTAINED: 1762903/2.470353E-39
  554. [0] ITEM_FIELD_STACK_COUNT: 3/4.203895E-45
  555. [0] ITEM_FIELD_SPELL_CHARGES: 4294967295/NaN
  556.  
  557. ServerToClient: MSG_MOVE_HEARTBEAT (0x00EE) Length: 32 ConnIdx: 0 Time: 10/05/2019 17:03:39.406 Number: 45
  558. Guid: Full: 0x001AE733 Type: Player Low: 1763123
  559. Movement Flags: 1 (Forward)
  560. Extra Movement Flags: 16 (FullSpeedPitching)
  561. Time: 1159036422
  562. Position: X: 5.902682E-06 Y: -1.713924E+15 Z: 1.470028E+25
  563. Orientation: 0
  564. System.IO.EndOfStreamException
  565. Über das Ende des Datenstroms hinaus kann nicht gelesen werden.
  566. bei System.IO.__Error.EndOfFile()
  567. bei System.IO.MemoryStream.InternalReadInt32()
  568. bei WowPacketParser.Misc.Packet.ReadInt32(String name, Object[] indexes) in C:\projects\wowpacketparser-191\WowPacketParser\Misc\PacketReads.cs:Zeile 369.
  569. bei WowPacketParser.Parsing.Parsers.MovementHandler.ReadMovementInfoGen(Packet packet, WowGuid guid, Object index) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 90.
  570. bei WowPacketParser.Parsing.Parsers.MovementHandler.HandleMovementMessages(Packet packet) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 1274.
  571. bei WowPacketParser.Parsing.Handler.Parse(Packet packet, Boolean isMultiple) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Handler.cs:Zeile 149.
  572.  
  573. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 52 ConnIdx: 0 Time: 10/05/2019 17:03:39.406 Number: 46
  574. GUID: Full: 0xF13000005E01398D Type: Creature Entry: 94 Low: 80269
  575. Position: X: -9144.909 Y: 55.62442 Z: 77.44224
  576. Move Ticks: 478253996
  577. Spline Type: 0 (Normal)
  578. Spline Flags: 0 (None)
  579. Move Time: 1840
  580. Waypoints: 2
  581. Waypoint Endpoint: X: -9140.507 Y: 56.94472 Z: 77.56907
  582. [1] Waypoint: X: -9143.208 Y: 56.28457 Z: 77.50565
  583.  
  584. ServerToClient: SMSG_UPDATE_OBJECT (0x00A9) Length: 211 ConnIdx: 0 Time: 10/05/2019 17:03:39.422 Number: 47
  585. Count: 2
  586. Has Transport: false
  587. [0] UpdateType: Values
  588. [0] GUID: Full: 0x001AE657 Type: Player Low: 1762903
  589. [0] UNIT_FIELD_AURAAPPLICATIONS + 11: 0/0
  590. [0] UNIT_FIELD_BASEATTACKTIME: 0/0
  591. [0] PLAYER_VISIBLE_ITEM_13_0 + 4: 98742011/2.131722E-35
  592. [0] PLAYER_VISIBLE_ITEM_13_0 + 5: 1073741824/2
  593. [1] UpdateType: Values
  594. [1] GUID: Full: 0x4000000005DE488C Type: Item Low: 98453644
  595. [1] ITEM_FIELD_STACK_COUNT: 2/2.802597E-45
  596.  
  597. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 48 ConnIdx: 0 Time: 10/05/2019 17:03:39.500 Number: 48
  598. GUID: Full: 0xF13000005E013812 Type: Creature Entry: 94 Low: 79890
  599. Position: X: -9167.055 Y: 96.75858 Z: 76.23585
  600. Move Ticks: 478254201
  601. Spline Type: 0 (Normal)
  602. Spline Flags: 0 (None)
  603. Move Time: 783
  604. Waypoints: 1
  605. Waypoint Endpoint: X: -9165.869 Y: 98.30466 Z: 76.04698
  606.  
  607. ServerToClient: MSG_MOVE_HEARTBEAT (0x00EE) Length: 32 ConnIdx: 0 Time: 10/05/2019 17:03:39.797 Number: 49
  608. Guid: Full: 0x001AE733 Type: Player Low: 1763123
  609. Movement Flags: 1 (Forward)
  610. Extra Movement Flags: 4 (DisableCollision)
  611. Time: 1410694664
  612. Position: X: 0.006044339 Y: -1.04611E+11 Z: 1.470023E+25
  613. Orientation: 0
  614. System.IO.EndOfStreamException
  615. Über das Ende des Datenstroms hinaus kann nicht gelesen werden.
  616. bei System.IO.__Error.EndOfFile()
  617. bei System.IO.MemoryStream.InternalReadInt32()
  618. bei WowPacketParser.Misc.Packet.ReadInt32(String name, Object[] indexes) in C:\projects\wowpacketparser-191\WowPacketParser\Misc\PacketReads.cs:Zeile 369.
  619. bei WowPacketParser.Parsing.Parsers.MovementHandler.ReadMovementInfoGen(Packet packet, WowGuid guid, Object index) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 90.
  620. bei WowPacketParser.Parsing.Parsers.MovementHandler.HandleMovementMessages(Packet packet) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 1274.
  621. bei WowPacketParser.Parsing.Handler.Parse(Packet packet, Boolean isMultiple) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Handler.cs:Zeile 149.
  622.  
  623. ServerToClient: MSG_MOVE_JUMP (0x00BB) Length: 48 ConnIdx: 0 Time: 10/05/2019 17:03:39.797 Number: 50
  624. Guid: Full: 0x001AE733 Type: Player Low: 1763123
  625. Movement Flags: 8193 (Forward, FallingFar)
  626. Extra Movement Flags: 36 (DisableCollision, AlwaysAllowPitching)
  627. Time: 1880456712
  628. Position: X: -6490060 Y: 1.320377E-18 Z: 1.470022E+25
  629. Orientation: 0
  630. Swim Pitch: -562950000000000
  631. Fall Time: -1967063405
  632. Packet not fully read! Current position: 37 Length: 48 Bytes remaining: 11.
  633. |-------------------------------------------------|---------------------------------|
  634. | 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F | 0 1 2 3 4 5 6 7 8 9 A B C D E F |
  635. |-------------------------------------------------|---------------------------------|
  636. | 07 33 E7 1A 01 20 00 00 24 08 7E 15 70 97 0F C6 | . 3 . . . . . $ . ~ . p . . . |
  637. | CA 6F DA C2 21 4C 8E 42 69 1C C6 40 00 00 00 00 | . o . . ! L . B i . . @ . . . . |
  638. | D8 93 FE C0 8A E9 7E 3F E9 97 BC BD 00 00 E0 40 | . . . . . . ~ ? . . . . . . . @ |
  639. |-------------------------------------------------|---------------------------------|
  640.  
  641. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 52 ConnIdx: 0 Time: 10/05/2019 17:03:39.797 Number: 51
  642. GUID: Full: 0xF13000005E013810 Type: Creature Entry: 94 Low: 79888
  643. Position: X: -9167.363 Y: 84.65639 Z: 77.1822
  644. Move Ticks: 478254782
  645. Spline Type: 0 (Normal)
  646. Spline Flags: 0 (None)
  647. Move Time: 3017
  648. Waypoints: 2
  649. Waypoint Endpoint: X: -9161.699 Y: 79.6795 Z: 77.11452
  650. [1] Waypoint: X: -9167.031 Y: 84.41794 Z: 77.14836
  651.  
  652. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 52 ConnIdx: 0 Time: 10/05/2019 17:03:40.094 Number: 52
  653. GUID: Full: 0xF13000005E013813 Type: Creature Entry: 94 Low: 79891
  654. Position: X: -9180.703 Y: 117.3172 Z: 74.47962
  655. Move Ticks: 478255454
  656. Spline Type: 0 (Normal)
  657. Spline Flags: 0 (None)
  658. Move Time: 3089
  659. Waypoints: 2
  660. Waypoint Endpoint: X: -9184.897 Y: 123.7716 Z: 73.8755
  661. [1] Waypoint: X: -9180.801 Y: 117.5444 Z: 74.42756
  662.  
  663. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 52 ConnIdx: 0 Time: 10/05/2019 17:03:40.203 Number: 53
  664. GUID: Full: 0xF13000005E01398F Type: Creature Entry: 94 Low: 80271
  665. Position: X: -9268.415 Y: -23.89379 Z: 72.77619
  666. Move Ticks: 478255618
  667. Spline Type: 0 (Normal)
  668. Spline Flags: 0 (None)
  669. Move Time: 2767
  670. Waypoints: 2
  671. Waypoint Endpoint: X: -9263.416 Y: -19.11641 Z: 72.86542
  672. [1] Waypoint: X: -9267.916 Y: -23.5051 Z: 72.8208
  673.  
  674. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 48 ConnIdx: 0 Time: 10/05/2019 17:03:40.297 Number: 54
  675. GUID: Full: 0xF13000005E013833 Type: Creature Entry: 94 Low: 79923
  676. Position: X: -9105.088 Y: 9.476346 Z: 89.14058
  677. Move Ticks: 478255817
  678. Spline Type: 0 (Normal)
  679. Spline Flags: 0 (None)
  680. Move Time: 218
  681. Waypoints: 1
  682. Waypoint Endpoint: X: -9104.823 Y: 9.019953 Z: 89.26974
  683.  
  684. ServerToClient: MSG_MOVE_HEARTBEAT (0x00EE) Length: 48 ConnIdx: 0 Time: 10/05/2019 17:03:40.500 Number: 55
  685. Guid: Full: 0x001AE733 Type: Player Low: 1763123
  686. Movement Flags: 8193 (Forward, FallingFar)
  687. Extra Movement Flags: 24 (FullSpeedTurning, FullSpeedPitching)
  688. Time: 2132114954
  689. Position: X: -6.645814E+09 Y: 2.063116E-20 Z: 1.470115E+25
  690. Orientation: -6109248
  691. Fall Time: -671088639
  692. Packet not fully read! Current position: 33 Length: 48 Bytes remaining: 15.
  693. |-------------------------------------------------|---------------------------------|
  694. | 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F | 0 1 2 3 4 5 6 7 8 9 A B C D E F |
  695. |-------------------------------------------------|---------------------------------|
  696. | 07 33 E7 1A 01 20 00 00 18 0A 7E 15 7F 89 0F C6 | . 3 . . . . . . . ~ .  . . . |
  697. | CF 14 DB C2 1E 6E 91 42 69 1C C6 40 F4 01 00 00 | . . . . . n . B i . . @ . . . . |
  698. | D8 93 FE C0 8A E9 7E 3F E9 97 BC BD 00 00 E0 40 | . . . . . . ~ ? . . . . . . . @ |
  699. |-------------------------------------------------|---------------------------------|
  700.  
  701. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 49 ConnIdx: 0 Time: 10/05/2019 17:03:40.500 Number: 56
  702. GUID: Full: 0xF13000098A013832 Type: Creature Entry: 2442 Low: 79922
  703. Position: X: -9224.895 Y: -54.54746 Z: 73.42348
  704. Move Ticks: 478256275
  705. Spline Type: 0 (Normal)
  706. Spline Flags: 0 (None)
  707. Move Time: 721
  708. Waypoints: 1
  709. Waypoint Endpoint: X: -9226.507 Y: -54.35085 Z: 73.19714
  710.  
  711. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 48 ConnIdx: 0 Time: 10/05/2019 17:03:40.500 Number: 57
  712. GUID: Full: 0xF13000005E013818 Type: Creature Entry: 94 Low: 79896
  713. Position: X: -9140.01 Y: 54.15844 Z: 77.97202
  714. Move Ticks: 478256276
  715. Spline Type: 0 (Normal)
  716. Spline Flags: 0 (None)
  717. Move Time: 1016
  718. Waypoints: 1
  719. Waypoint Endpoint: X: -9138.503 Y: 56.19869 Z: 77.86741
  720.  
  721. ServerToClient: MSG_MOVE_FALL_LAND (0x00C9) Length: 32 ConnIdx: 0 Time: 10/05/2019 17:03:40.610 Number: 58
  722. Guid: Full: 0x001AE733 Type: Player Low: 1763123
  723. Movement Flags: 1 (Forward)
  724. Extra Movement Flags: 106 (PreventJumping, FullSpeedTurning, AlwaysAllowPitching, IsVehicleExitVoluntary)
  725. Time: 320175627
  726. Position: X: 6.968636E+15 Y: 2.944603E+25 Z: 1.470016E+25
  727. Orientation: 12337.53
  728. System.IO.EndOfStreamException
  729. Über das Ende des Datenstroms hinaus kann nicht gelesen werden.
  730. bei System.IO.__Error.EndOfFile()
  731. bei System.IO.BinaryReader.FillBuffer(Int32 numBytes)
  732. bei System.IO.BinaryReader.ReadSingle()
  733. bei WowPacketParser.Misc.Packet.ReadSingle(String name, Object[] indexes) in C:\projects\wowpacketparser-191\WowPacketParser\Misc\PacketReads.cs:Zeile 355.
  734. bei WowPacketParser.Parsing.Parsers.MovementHandler.ReadMovementInfoGen(Packet packet, WowGuid guid, Object index) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 70.
  735. bei WowPacketParser.Parsing.Parsers.MovementHandler.HandleMovementMessages(Packet packet) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 1274.
  736. bei WowPacketParser.Parsing.Handler.Parse(Packet packet, Boolean isMultiple) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Handler.cs:Zeile 149.
  737.  
  738. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 56 ConnIdx: 0 Time: 10/05/2019 17:03:40.610 Number: 59
  739. GUID: Full: 0xF13000005E01381A Type: Creature Entry: 94 Low: 79898
  740. Position: X: -9196.714 Y: 68.94683 Z: 77.42928
  741. Move Ticks: 478256506
  742. Spline Type: 0 (Normal)
  743. Spline Flags: 0 (None)
  744. Move Time: 2798
  745. Waypoints: 3
  746. Waypoint Endpoint: X: -9202.119 Y: 71.19476 Z: 77.22343
  747. [1] Waypoint: X: -9195.666 Y: 66.82079 Z: 77.32635
  748. [2] Waypoint: X: -9198.666 Y: 69.57079 Z: 77.32635
  749.  
  750. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 48 ConnIdx: 0 Time: 10/05/2019 17:03:40.797 Number: 60
  751. GUID: Full: 0xF13000005E013833 Type: Creature Entry: 94 Low: 79923
  752. Position: X: -9104.823 Y: 9.019953 Z: 89.26974
  753. Move Ticks: 478256864
  754. Spline Type: 0 (Normal)
  755. Spline Flags: 0 (None)
  756. Move Time: 832
  757. Waypoints: 1
  758. Waypoint Endpoint: X: -9104.294 Y: 7.027022 Z: 89.5259
  759.  
  760. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 57 ConnIdx: 0 Time: 10/05/2019 17:03:40.906 Number: 61
  761. GUID: Full: 0xF13000020D013817 Type: Creature Entry: 525 Low: 79895
  762. Position: X: -9204.251 Y: 55.10231 Z: 77.51202
  763. Move Ticks: 478257026
  764. Spline Type: 0 (Normal)
  765. Spline Flags: 0 (None)
  766. Move Time: 3582
  767. Waypoints: 3
  768. Waypoint Endpoint: X: -9210.973 Y: 49.4666 Z: 75.71242
  769. [1] Waypoint: X: -9204.111 Y: 55.28445 Z: 77.36221
  770. [2] Waypoint: X: -9207.111 Y: 52.53445 Z: 76.61221
  771.  
  772. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 48 ConnIdx: 0 Time: 10/05/2019 17:03:41.000 Number: 62
  773. GUID: Full: 0xF13000005E013812 Type: Creature Entry: 94 Low: 79890
  774. Position: X: -9165.869 Y: 98.30466 Z: 76.04698
  775. Move Ticks: 478257210
  776. Spline Type: 0 (Normal)
  777. Spline Flags: 0 (None)
  778. Move Time: 1176
  779. Waypoints: 1
  780. Waypoint Endpoint: X: -9167.405 Y: 95.81436 Z: 76.3307
  781.  
  782. ServerToClient: SMSG_ON_MONSTER_MOVE (0x00DD) Length: 48 ConnIdx: 0 Time: 10/05/2019 17:03:41.094 Number: 63
  783. GUID: Full: 0xF13000005E013989 Type: Creature Entry: 94 Low: 80265
  784. Position: X: -9119.8 Y: 41.97602 Z: 82.26301
  785. Move Ticks: 478257433
  786. Spline Type: 0 (Normal)
  787. Spline Flags: 0 (None)
  788. Move Time: 836
  789. Waypoints: 1
  790. Waypoint Endpoint: X: -9121.554 Y: 40.84753 Z: 82.14244
  791.  
  792. ServerToClient: MSG_MOVE_HEARTBEAT (0x00EE) Length: 32 ConnIdx: 0 Time: 10/05/2019 17:03:41.406 Number: 64
  793. Guid: Full: 0x001AE733 Type: Player Low: 1763123
  794. Movement Flags: 1 (Forward)
  795. Extra Movement Flags: 94 (PreventJumping, DisableCollision, FullSpeedTurning, FullSpeedPitching, IsVehicleExitVoluntary)
  796. Time: 571833869
  797. Position: X: 7.135876E+18 Y: -1.384564E-12 Z: 1.470018E+25
  798. Orientation: 12337.53
  799. System.IO.EndOfStreamException
  800. Über das Ende des Datenstroms hinaus kann nicht gelesen werden.
  801. bei System.IO.__Error.EndOfFile()
  802. bei System.IO.MemoryStream.InternalReadInt32()
  803. bei WowPacketParser.Misc.Packet.ReadInt32(String name, Object[] indexes) in C:\projects\wowpacketparser-191\WowPacketParser\Misc\PacketReads.cs:Zeile 369.
  804. bei WowPacketParser.Parsing.Parsers.MovementHandler.ReadMovementInfoGen(Packet packet, WowGuid guid, Object index) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 90.
  805. bei WowPacketParser.Parsing.Parsers.MovementHandler.HandleMovementMessages(Packet packet) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Parsers\MovementHandler.cs:Zeile 1274.
  806. bei WowPacketParser.Parsing.Handler.Parse(Packet packet, Boolean isMultiple) in C:\projects\wowpacketparser-191\WowPacketParser\Parsing\Handler.cs:Zeile 149.
Add Comment
Please, Sign In to add comment