[HELP]Problem with my client

02/20/2011 09:47 SticKyWoX#1
Hi ePvP.

I have a Metin2 server with Virtual PC,and one of my clients isn`t working.

But if I try to play with another client,everything works fine.

I tried to play on a root server,with the same ports and with that client which isn`t working on my vpc server,and works fine.

Serverinfo.py:

Code:
import app
import locale
import debugInfo

CHINA_PORT = 50000

app.ServerName = None

if (locale.IsEUROPE() and app.GetLocalePath() == "locale/ca"):
	STATE_NONE = "NORM"
					
	STATE_DICT = {
		0 : "....",
		1 : "NORM",
		2 : "BUSY",
		3 : "FULL"
	}

	SERVER01_CHANNEL_DICT = {
		1:{"key":11,"name":"CH1   ","ip":"metin2.woxgames.com","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,},
	}

	
	REGION_NAME_DICT = {
		0 : "GERMANY",		
	}

	REGION_AUTH_SERVER_DICT = {
		0 : {
			1 : { "ip":"metin2.woxgames.com", "port":11002, },

		}		
	}

	REGION_DICT = {
		0 : {			
			1 : { "name" : "WoXMetin2 ", "channel" : SERVER01_CHANNEL_DICT, },		
		},
	}

	MARKADDR_DICT = {
		10 : { "ip" : "metin2.woxgames.com", "tcp_port" : 13000, "mark" : "10.tga", "symbol_path" : "10", },	
	}

	TESTADDR = { "ip" : "metin2.woxgames.com", "tcp_port" : 50000, "udp_port" : 50000, }

if (locale.IsEUROPE() and app.GetLocalePath() == "locale/ca"):
	STATE_NONE = "NORM"
					
	STATE_DICT = {
		0 : "....",
		1 : "NORM",
		2 : "BUSY",
		3 : "FULL"
	}


	SERVER01_CHANNEL_DICT = {
		1:{"key":11,"name":"CH1   ","ip":"metin2.woxgames.com","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,},	
	}

	
	REGION_NAME_DICT = {
		0 : "CANADA",		
	}

	REGION_AUTH_SERVER_DICT = {
		0 : {
			1 : { "ip":"metin2.woxgames.com", "port":11002, },
		}		
	}

	REGION_DICT = {
		0 : {
			1 : { "name" : "WoXMetin2 ", "channel" : SERVER01_CHANNEL_DICT, },			
		},
	}

	MARKADDR_DICT = {
		10 : { "ip" : "metin2.woxgames.com", "tcp_port" : 13000, "mark" : "10.tga", "symbol_path" : "10", },	
	}

	TESTADDR = { "ip" : "metin2.woxgames.com", "tcp_port" : 50000, "udp_port" : 50000, }


VIDEO:


What should I do?
02/20/2011 11:15 SticKyWoX#2
#push
02/20/2011 11:24 SticKyWoX#3
Anyone knows why?

#push
02/20/2011 12:36 SticKyWoX#4
#push
02/20/2011 13:37 SticKyWoX#5
#push
omg...no one knows?
02/21/2011 21:32 ѕηαρz уσυ.χ#6
i think that the reason, why you get kicked, is, that the Map, in which your charakter stands, isn't correctly implemented in the client.
Hope that helps a bit

€: Sorry, i was wrong. I thougt, that the loadscreen woul appear, but it does not.