Hallo com
ich hab bei mir heut das kostüm-mount eingebaut
und wenn ich jetzt das schulterband und mount siegel anziehe sind die siegel im falschen slot
siehe screen:
ich bin mir ziemlich sicher dass es an der gametype.h liegt
da ich dieses problem mal mit den schulterbänder hatte
hier noch ein kleiner auschnitt von der gametype.h
hoffe ihr könnt mir helfen
lg und danke im voraus
#gelöst, lag an der costumewindow - .-''
Code
- #ifdef ENABLE_NEW_EQUIPMENT_SYSTEM
- #ifdef ENABLE_SASH_SYSTEM
- const DWORD c_New_Equipment_Start = c_Equipment_Start + 22 + 1;
- #else
- const DWORD c_New_Equipment_Start = c_Equipment_Start + 21;
- #endif
- const DWORD c_New_Equipment_Count = 3;
- const DWORD c_Equipment_Ring1 = c_New_Equipment_Start + 0;
- const DWORD c_Equipment_Ring2 = c_New_Equipment_Start + 1;
- const DWORD c_Equipment_Belt = c_New_Equipment_Start + 2;;
- #endif
- #ifdef ENABLE_COSTUME_SYSTEM
- const DWORD c_Costume_Slot_Start = c_Equipment_Start + 19; // [ÁÖÀÇ] ¼ýÀÚ(19) ÇϵåÄÚµù ÁÖÀÇ. ÇöÀç ¼¹ö¿¡¼ ÄÚ½ºÃõ ½½·ÔÀº 19ºÎÅÍÀÓ. ¼¹ö common/length.h ÆÄÀÏÀÇ EWearPositions ¿°ÅÇü Âü°í.
- const DWORD c_Costume_Slot_Body = c_Costume_Slot_Start + 0;
- const DWORD c_Costume_Slot_Hair = c_Costume_Slot_Start + 1;
- #ifdef ENABLE_SASH_SYSTEM
- const DWORD c_Costume_Slot_Sash = c_Costume_Slot_Start + 2;
- #endif
- const DWORD c_Costume_Slot_Mount = c_Costume_Slot_Start + 3;
- #ifdef ENABLE_SASH_SYSTEM
- const DWORD c_Costume_Slot_Count = 4;
- #else
- const DWORD c_Costume_Slot_Count = 3;
- #endif
- const DWORD c_Costume_Slot_End = c_Costume_Slot_Start + c_Costume_Slot_Count;
- #endif