Jump to content

Help New item create


Recommended Posts

Hi

I would like to ask you to fill in the boil what comes to me with one new item from? 
The item is a new slot to go with a special type and subtype alive. 
The item slot names: SLOT_HEAD, SLOT_NECK, SLOT_FOOT. 
I wrote them on the item_length:
	ITEM_BELT,				//34 ş§Ć®
	ITEM_PET,				//35 PET 
enum EPetSubTypes
{
	SLOT_HEAD = ARMOR_HEAD,			
	SLOT_NECK = ARMOR_NECK,			
	SLOT_FOOT = ARMOR_FOOTS,
};

ProtoReader:

		"ITEM_RING",
		"ITEM_BELT",								//35°ł (EItemTypes °ŞŔ¸·Î ġ¸é 34)
		"ITEM_PET",									//35
	};
	static string arSub31[] = { "EXTRACT_DRAGON_SOUL", "EXTRACT_DRAGON_HEART" };
	static string arSub32[] = { "SLOT_HEAD", "SLOT_NECK", "SLOT_FOOT" };
		arSub31,	//31
		arSub32,	//32
		0,			//33 ąÝÁö
		0,			//34 ş§Ć®
		sizeof(arSub31)/sizeof(arSub31[0]),
		sizeof(arSub32)/sizeof(arSub32[0]),
		0, // 33 ąÝÁö
		0, // 34 ş§Ć®
	};

Well stuck here. The game / piece was translated but not good. The item_proto was not loaded. He writes:

 

Connection refused

Please help.

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

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.