Guest User

Untitled

a guest
Sep 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.63 KB | None | 0 0
  1. MissileTrajectoryTargetInfo // base address - 9D57B0
  2. {
  3.     DWORD CM2ModelArray;  // not sure what this is really.. I think it's an aray of CM2Model.. only contains a pointer when target is visible.
  4.     DWORD Unused1;
  5.     DWORD TargetCM2ModelArray;
  6.     DWORD Unused2;
  7.    
  8.     QWORD OwnerGuid;
  9.     DWORD TargetingSpellId;
  10.     float Unknown1;
  11.    
  12.     float Unknown2;
  13.     DWord Unknown3; // seems to be related to time.
  14.     DWord Unknown3;
  15.     Dword State;    // 0 when no target is shown, 1?, 2 when moving, 3 when idle.
  16.  
  17.     WoWPoint[] TrajectoryPath; // I'm not axactually sure if this is the actually path or not. kind of guessing.
  18.     DWord TrajectoryPathLength
  19. }
Add Comment
Please, Sign In to add comment