Jump to content

Recommended Posts

  • 1 year later...
  • Premium
On 4/15/2020 at 1:42 PM, TysonDMG said:

Hey i have this problem

https://metin2.download/picture/ElLbk5qjfAvxysKznBPc3lzv0Gds8X0r/.gif

syeserr db/channel/client is empty

Check enum.
Client (GameType.h):

enum EWindows
{
	[...]
	BELT_INVENTORY,
#ifdef ENABLE_SWITCHBOT
	SWITCHBOT,
#endif
	[...]
};

Server (lenght.h):

enum EWindows
{
	[...]
	
	BELT_INVENTORY,
#ifdef ENABLE_SWITCHBOT
	SWITCHBOT,
#endif

	[...]
};

Make sure they matches.

Edited by Metin2 Dev
Core X - External 2 Internal
  • muscle 1
  • Love 1

plague.png.1f5de75b42146262dcd655a5a8078

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.