Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. #ifdef ENABLE_COSTUME_SYSTEM
  2. const DWORD c_Costume_Slot_Start = c_Equipment_Start + 19; // [ÁÖŔÇ] ĽýŔÚ(19) ÇϵĺÄÚµů ÁÖŔÇ. ÇöŔç Ľ­ąöżˇĽ­ ÄÚ˝şĂő ˝˝·ÔŔş 19şÎĹÍŔÓ. Ľ­ąö common/length.h ĆÄŔĎŔÇ EWearPositions ż­°ĹÇü Âü°í.
  3. const DWORD c_Costume_Slot_Body = c_Costume_Slot_Start + 0;
  4. const DWORD c_Costume_Slot_Hair = c_Costume_Slot_Start + 1;
  5. const DWORD c_Costume_Slot_Weapon = c_Costume_Slot_Start + 4;
  6. #ifdef ENABLE_MOUNT_SYSTEM
  7. const DWORD c_Costume_Slot_Mount = c_Costume_Slot_Start + 3; //Ustawiamy na 3 jeśli mamy szarfy
  8. #endif
  9. #ifdef ENABLE_SASH_SYSTEM
  10. const DWORD c_Costume_Slot_Sash = c_Costume_Slot_Start + 2;
  11. #endif
  12. #ifdef ENABLE_SASH_SYSTEM
  13. const DWORD c_Costume_Slot_Count = 5;
  14. #else
  15. const DWORD c_Costume_Slot_Count = 3;
  16. #endif
  17. const DWORD c_Costume_Slot_End = c_Costume_Slot_Start + c_Costume_Slot_Count;
  18. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement