Nabend,
hab momentan folgendes Problem, warum auch immer.
Also, nachdem ich das Petkostüm-Slot eingefügt habe, funktioniert das Waffenkostümsystem nicht mehr.
Hab das Petkostüm-Slot erneut ausgebaut um zu testen ob es danach funktioniert, leider auch ohne Erfolg. (sind alte Einstellungen wo es vorher ging)
Ich hab an dem Code, welches ich für das Waffenkostüm System einbauen musste, nicht verändert.
Ich hoffe jemand kann mir wegen meinem Problem helfen.
Ich hab bereits in der GameType.h den c_equipment_start erhöht, niedriger gesetzt etc. alles versucht.
Das Waffenkostüm-System hab ich auch nochmal komplett neu verbaut, leider auch ohne Erfolg.
Hier die wichtigsten Dateien (falls weitere benötigt werden, kann ich diese gerne nachreichen):
- enum EWearPositions
- {
- WEAR_BODY, // 0
- WEAR_HEAD, // 1
- WEAR_FOOTS, // 2
- WEAR_WRIST, // 3
- WEAR_WEAPON, // 4
- WEAR_NECK, // 5
- WEAR_EAR, // 6
- WEAR_UNIQUE1, // 7
- WEAR_UNIQUE2, // 8
- WEAR_ARROW, // 9
- WEAR_SHIELD, // 10
- WEAR_ABILITY1, // 11
- WEAR_ABILITY2, // 12
- WEAR_ABILITY3, // 13
- WEAR_ABILITY4, // 14
- WEAR_ABILITY5, // 15
- WEAR_ABILITY6, // 16
- WEAR_ABILITY7, // 17
- WEAR_ABILITY8, // 18
- WEAR_COSTUME_BODY, // 19
- WEAR_COSTUME_HAIR, // 20
- #ifdef __ENABLE__COSTUME__WEAPON__SYSTEM__
- WEAR_COSTUME_WEAPON, // 21
- #endif
- WEAR_RING1, // 22 : 신규 반지슬롯1 (왼쪽)
- WEAR_RING2, // 23 : 신규 반지슬롯2 (오른쪽)
- WEAR_BELT, // 24 : 신규 벨트슬롯
- WEAR_MAX = 32 //
- };
- #ifdef ENABLE_NEW_EQUIPMENT_SYSTEM
- const DWORD c_New_Equipment_Start = c_Equipment_Start + 22;
- const DWORD c_New_Equipment_Count = 3;
- const DWORD c_Equipment_Ring1 = c_New_Equipment_Start + 0; // 22
- const DWORD c_Equipment_Ring2 = c_New_Equipment_Start + 1; // 23
- const DWORD c_Equipment_Belt = c_New_Equipment_Start + 2; // 24
- const DWORD c_New_Equipment_End = c_New_Equipment_Start + c_New_Equipment_Count;
- #endif
- #ifdef ENABLE_COSTUME_SYSTEM
- const DWORD c_Costume_Slot_Start = c_Equipment_Start + 19; // 19 [START]
- const DWORD c_Costume_Slot_Body = c_Costume_Slot_Start + 0; // 19
- const DWORD c_Costume_Slot_Hair = c_Costume_Slot_Start + 1; // 20
- #ifdef ENABLE_COSTUME_WEAPON_SYSTEM
- const DWORD c_Costume_Slot_Weapon = c_Costume_Slot_Start + 2; // 21
- #endif
- const DWORD c_Costume_Slot_Count = 3;
- const DWORD c_Costume_Slot_End = c_Costume_Slot_Start + c_Costume_Slot_Count;
- #endif
- {"index":COSTUME_START_INDEX+0, "x":61, "y":44, "width":32, "height":64},
- {"index":COSTUME_START_INDEX+1, "x":61, "y": 8, "width":32, "height":32},
- {"index":COSTUME_START_INDEX+2, "x":13, "y":11, "width":32, "height":96},
- {"index":item.EQUIPMENT_RING1, "x":61, "y":151, "width":32, "height":32},
- {"index":item.EQUIPMENT_RING2, "x":13, "y":152, "width":32, "height":32},
Ich bin mir sicher, dass es wieder so ein idiotischer Fehler ist worauf ich gerade nicht komme.
Aber ich komme so auch zu keiner Lösung, daher wollte ich mal hier Nachfragen.
Liebe Grüße