Guest User

Untitled

a guest
Jun 17th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. In D2Structs.h change
  2.  
  3. DWORD _6[9]; //0x68
  4.  
  5. to
  6.  
  7. DWORD dwStartLightRadius; //0x68
  8. WORD nPl2ShiftIdx; //0x6C
  9. WORD nUpdateType; //0x6E
  10. UnitAny* pUpdateUnit; //0x70 - Used when updating unit.
  11. DWORD* pQuestRecord; //0x74
  12. DWORD bSparklyChest; //0x78 bool
  13. DWORD* pTimerArgs; //0x7C
  14. DWORD dwSoundSync; //0x80
  15. DWORD _6[2]; //0x84
Add Comment
Please, Sign In to add comment