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:
VIDEO:
What should I do?
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?