Jump to content

Costume System Cannot See Weapon Skin In Inventory


Recommended Posts

Hello, I have the following problem:

gXcieab.jpg

 

My GameType.h

#ifdef ENABLE_COSTUME_SYSTEM
	const DWORD c_Costume_Slot_Start = c_Equipment_Start + 19;
	const DWORD	c_Costume_Slot_Body = c_Costume_Slot_Start + 0;
	const DWORD	c_Costume_Slot_Hair = c_Costume_Slot_Start + 1;
	const DWORD	c_Costume_Slot_Acce = c_Costume_Slot_Start + 2;
	const DWORD	c_Costume_Slot_Mount = c_Costume_Slot_Start + 3;
	const DWORD	c_Costume_Slot_Weapon = c_Costume_Slot_Start + 4;
	const DWORD c_Costume_Slot_Count = 5;
	const DWORD c_Costume_Slot_End = c_Costume_Slot_Start + c_Costume_Slot_Count;
#endif

My CostumeWindow.py

	"slot" : (
										{"index":COSTUME_START_INDEX+0, "x":61, "y":45, "width":32, "height":64},#?
										{"index":COSTUME_START_INDEX+1, "x":61, "y": 8, "width":32, "height":32},#??
										{"index":COSTUME_START_INDEX+2, "x":10, "y":125, "width":32, "height":32},#???
										{"index":COSTUME_START_INDEX+4, "x":61, "y":125, "width":32, "height":32},#????
									),

Could anyone help me, please?

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.