Jump to content

[40250] Reference Serverfile + Client + Src [15 Available Languages]


TMP4

Recommended Posts

Hi guys i want this metin2 server but help me pls for mysql55-client , mysql55-server i searched mysql but have not mysql55

can i upload mysql 56 ? my first developer time btw. help me please for this bcs my server waiting this. Thanks

https://metin2.download/picture/rZ0ahQla7sh35n4J0JKm4WAyRssLkiSh/.png

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

  • Contributor
On 11/14/2022 at 6:10 PM, uncons said:

Hi guys i want this metin2 server but help me pls for mysql55-client , mysql55-server i searched mysql but have not mysql55

can i upload mysql 56 ? my first developer time btw. help me please for this bcs my server waiting this. Thanks

https://metin2.download/picture/rZ0ahQla7sh35n4J0JKm4WAyRssLkiSh/.png

Just pkg install mysql56-server

No need to do any modification. It'll work as 55.

Edit: VDI replaced MySQL55 with MySQL56. Also updated the tutorial txts. Mega archive updated.

Edited by TMP4
  • Good 1
Link to comment
Share on other sites

hi again sorry for this,

i taking this error when i join navicat : 1045: access denied for user bla bla ... why i taking this error ? help me please this is last round 😄

1 hour ago, TMP4 said:

Just pkg install mysql56-server

No need to do any modification. It'll work as 55.

hi again sorry for this,

i taking this error when i join navicat : 1045: access denied for user bla bla ... why i taking this error ? help me please this is last round

Link to comment
Share on other sites

  • Active Member
12 hours ago, БlyatMAN said:

hmm what its mean this IN CLIENT SYSERR

1116 06:53:10559 :: invalid idx 0

MarkManager.cpp in search this command Reason is guild icon

bool CGuildMarkManager::GetBlockCRCList(DWORD imgIdx, DWORD * crcList)
{
	// Ŭ¶óÀ̾ğÆ®¿¡¼­ ¼­¹ö¿¡ ¾ø´Â À̹ÌÁö¸¦ ¿äûÇÒ ¼ö´Â ¾ø´Ù.
	if (m_mapIdx_Image.end() == m_mapIdx_Image.find(imgIdx))
	{
		sys_err("invalid idx %u", imgIdx);
		return false;
	}

	CGuildMarkImage * p = __GetImage(imgIdx);
	
	if (p)
		p->GetBlockCRCList(crcList);

	return true;
}

// Change:

bool CGuildMarkManager::GetBlockCRCList(DWORD imgIdx, DWORD* crcList)
{
	// 클라이언트에서 서버에 없는 이미지를 요청할 수는 없다.
	if (m_mapIdx_Image.end() == m_mapIdx_Image.find(imgIdx))
	{
		sys_log(0, "invalid idx %u", imgIdx); // @warme668
		return false;
	}

	CGuildMarkImage* p = __GetImage(imgIdx);

	if (p)
		p->GetBlockCRCList(crcList);

	return true;
}

 

 

Edited by Ulas
Link to comment
Share on other sites

and how i fix this?

8 hours ago, Ulas said:

MarkManager.cpp in search this command Reason is guild icon

bool CGuildMarkManager::GetBlockCRCList(DWORD imgIdx, DWORD * crcList)
{
	// Ŭ¶óÀ̾ğÆ®¿¡¼­ ¼­¹ö¿¡ ¾ø´Â À̹ÌÁö¸¦ ¿äûÇÒ ¼ö´Â ¾ø´Ù.
	if (m_mapIdx_Image.end() == m_mapIdx_Image.find(imgIdx))
	{
		sys_err("invalid idx %u", imgIdx);
		return false;
	}

	CGuildMarkImage * p = __GetImage(imgIdx);
	
	if (p)
		p->GetBlockCRCList(crcList);

	return true;
}

// Change:

bool CGuildMarkManager::GetBlockCRCList(DWORD imgIdx, DWORD* crcList)
{
	// 클라이언트에서 서버에 없는 이미지를 요청할 수는 없다.
	if (m_mapIdx_Image.end() == m_mapIdx_Image.find(imgIdx))
	{
		sys_log(0, "invalid idx %u", imgIdx); // @warme668
		return false;
	}

	CGuildMarkImage* p = __GetImage(imgIdx);

	if (p)
		p->GetBlockCRCList(crcList);

	return true;
}

 

 

how if fix ?

Link to comment
Share on other sites

8 hours ago, NonnaPelata2 said:

I'm having trouble downloading the "client - serverfiles" and "VDI", after a few minutes of downloading i get the err: "Operation failed. Network error" with the other files this not happend

try with another browser.

I think u use chrome, correct?

Link to comment
Share on other sites

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.