Jump to content

Error if i want to start the server


Recommended Posts

  • Premium
Assertion failed: (index < row->size()), function AsStringByIndex, file CsvReader.cpp, line 395.

I just changed this before:

static string arSub28[] = { "COSTUME_BODY", "COSTUME_HAIR", "COSTUME_SWORD", "COSTUME_DAGGER", "COSTUME_BOW", "COSTUME_TWO_HANDED", "COSTUME_BELL", "COSTUME_FAN" };
Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Premium

That's already done too.

enum ECostumeSubTypes
{
	COSTUME_BODY = ARMOR_BODY,			// [Áß¿ä!!] ECostumeSubTypes enum value´Â  Á¾·ùº°·Î EArmorSubTypesÀÇ ±×°Í°ú °°¾Æ¾ß ÇÔ.
	COSTUME_HAIR = ARMOR_HEAD,			// ÀÌ´Â ÄÚ½ºÃõ ¾ÆÀÌÅÛ¿¡ Ãß°¡ ¼Ó¼ºÀ» ºÙÀÌ°Ú´Ù´Â »ç¾÷ºÎÀÇ ¿äû¿¡ µû¶ó¼­ ±âÁ¸ ·ÎÁ÷À» È°¿ëÇϱâ À§ÇÔÀÓ.
	// COSTUME WEAPONS
	COSTUME_SWORD = ....,
	// COSTUME WEAPONS [END]
	COSTUME_NUM_TYPES,
};
Link to comment
Share on other sites

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.