Jump to content

Invalid location


Recommended Posts

Hi guys, unfortunately I'm forced to ask again.
The transition to visualstudio is driving me crazy.
When I create a new PG (blu kingdom) I get the following coordinates in player-> player:

x = 957493
y = 255418

When I try to log in, however, I get the following error:

cannot find tree by 0 957493 (map index 41)
cannot find valid location 0 x 957493 (name: 2).

g_start_map

#if defined(ENABLE_WOLFMAN_CHARACTER) && defined(USE_LYCAN_CREATE_POSITION)
long g_start_map[7] =
#else
long g_start_map[4] =
#endif
{
	0,	//reserved
	1,
	21,
	41,
#if defined(ENABLE_WOLFMAN_CHARACTER) && defined(USE_LYCAN_CREATE_POSITION)
	7,
	27,
	47,
#endif

g_start_position

#if defined(ENABLE_WOLFMAN_CHARACTER) && defined(USE_LYCAN_CREATE_POSITION)
DWORD g_start_position[7][2] =
#else
DWORD g_start_position[4][2] =
#endif
{
	{      0,      0 },	// reserved
	{ 469300, 964200 },	// 신수국
	{  55700, 157900 },	// 천조국
	{ 969600, 278400 }	// 진노국
#if defined(ENABLE_WOLFMAN_CHARACTER) && defined(USE_LYCAN_CREATE_POSITION)
	,{768000, 896000},
	{819200, 896000},
	{870400, 896000},
#endif

 

USE_LYCAN_CREATE_POSITION = disabled

Race created: Warrior

 

FIXED: wrong query.

Edited by Hik
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.