You last visited: Today at 18:37
Advertisement
Serverinfo Frage.
Discussion on Serverinfo Frage. within the Metin2 Private Server forum part of the Metin2 category.
10/17/2015, 00:45
#1
elite*gold: 187
Join Date: Aug 2010
Posts: 121
Received Thanks: 96
Serverinfo Frage.
Hallo liebe Com.
Ich habe hier eine Serverinfo.py Datei aus einem 2004 / 2005 Client,
und bekomme es einfach nicht hin, diese für mich anzupassen.
PHP Code:
import app import debugInfo CHINA_PORT = 50000 if 949 == app . GetDefaultCodePage (): STATE_NONE = "..." STATE_DICT = { 0 : "痢八" , 1 : "焊烹" , 2 : "去棱" , 3 : "FULL" } SERVER01_CHANNEL_DICT = { 1 :{ "key" : 11 , "name" : "盲澄 1 " , "ip" : "220.95.239.25" , "tcp_port" : 50100 , "udp_port" : 50100 , "state" : STATE_NONE ,}, 2 :{ "key" : 12 , "name" : "盲澄 2 " , "ip" : "220.95.239.28" , "tcp_port" : 50100 , "udp_port" : 50100 , "state" : STATE_NONE ,}, 3 :{ "key" : 13 , "name" : "盲澄 3 " , "ip" : "220.95.239.30" , "tcp_port" : 50100 , "udp_port" : 50100 , "state" : STATE_NONE ,}, 4 :{ "key" : 14 , "name" : "盲澄 4 " , "ip" : "220.95.239.33" , "tcp_port" : 50100 , "udp_port" : 50100 , "state" : STATE_NONE ,}, 5 :{ "key" : 15 , "name" : "盲澄 5 " , "ip" : "220.95.239.34" , "tcp_port" : 50100 , "udp_port" : 50100 , "state" : STATE_NONE ,}, } REGION_NAME_DICT = { 0 : "KOREA" , } REGION_AUTH_SERVER_DICT = { 0 : { 1 : { "ip" : "220.95.239.30" , "port" : 55555 , }, } } REGION_DICT = { 0 : { 1 : { "name" : "玫付 辑滚" , "channel" : SERVER01_CHANNEL_DICT , }, }, } MARKADDR_DICT = { 10 : { "ip" : "220.95.239.30" , "tcp_port" : 50100 , "mark" : "01.tga" , }, } TESTADDR = { "ip" : "220.95.239.62" , "tcp_port" : 50000 , "udp_port" : 50000 , } elif 936 == app . GetDefaultCodePage (): STATE_NONE = "..." STATE_DICT = { 0 : "维护中" , 1 : "正常" , 2 : "繁忙" , 3 : "爆满" } ## 第一大区 / 天罡星(黑龙江) HLJ SERVER11_CHANNEL_DICT = { 1 :{ "key" : 1011 , "name" : "天罡星一 " , "ip" : "221.208.250.230" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 2 :{ "key" : 1012 , "name" : "天罡星二 " , "ip" : "221.208.250.232" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 3 :{ "key" : 1013 , "name" : "天罡星三 " , "ip" : "221.208.250.234" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 4 :{ "key" : 1014 , "name" : "天罡星四 " , "ip" : "221.208.250.236" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, } ## 第一大区 / 天猛星(河北) HB SERVER12_CHANNEL_DICT = { 1 :{ "key" : 1021 , "name" : "天猛星一 " , "ip" : "61.182.161.110" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 2 :{ "key" : 1022 , "name" : "天猛星二 " , "ip" : "61.182.161.112" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 3 :{ "key" : 1023 , "name" : "天猛星三 " , "ip" : "61.182.161.114" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 4 :{ "key" : 1024 , "name" : "天猛星四 " , "ip" : "61.182.161.116" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, } ## 第一大区 / 天捷星(上海) SH SERVER13_CHANNEL_DICT = { 1 :{ "key" : 1031 , "name" : "天捷星一 " , "ip" : "211.95.79.200" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 2 :{ "key" : 1032 , "name" : "天捷星二 " , "ip" : "211.95.79.202" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 3 :{ "key" : 1033 , "name" : "天捷星三 " , "ip" : "211.95.79.204" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 4 :{ "key" : 1034 , "name" : "天捷星四 " , "ip" : "211.95.79.206" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, } ## 第一大区 / 天魁星(辽宁) LN SERVER14_CHANNEL_DICT = { 1 :{ "key" : 1041 , "name" : "天魁星一 " , "ip" : "218.25.92.39" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 2 :{ "key" : 1042 , "name" : "天魁星二 " , "ip" : "218.25.92.41" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 3 :{ "key" : 1043 , "name" : "天魁星三 " , "ip" : "218.25.92.43" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 4 :{ "key" : 1044 , "name" : "天魁星四 " , "ip" : "218.25.92.45" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, } ## 第一大区 / 天禄星(江苏) JS SERVER15_CHANNEL_DICT = { 1 :{ "key" : 1051 , "name" : "天禄星一 " , "ip" : "61.147.119.7" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 2 :{ "key" : 1052 , "name" : "天禄星二 " , "ip" : "61.147.119.9" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 3 :{ "key" : 1053 , "name" : "天禄星三 " , "ip" : "61.147.119.11" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 4 :{ "key" : 1054 , "name" : "天禄星四 " , "ip" : "61.147.119.13" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, } ## 第二大区 / 天机星(四川) SC SERVER21_CHANNEL_DICT = { 1 :{ "key" : 2011 , "name" : "天机星一 " , "ip" : "221.236.27.86" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 2 :{ "key" : 2012 , "name" : "天机星二 " , "ip" : "221.236.27.88" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 3 :{ "key" : 2013 , "name" : "天机星三 " , "ip" : "221.236.27.90" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 4 :{ "key" : 2014 , "name" : "天机星四 " , "ip" : "221.236.27.92" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, } ## 第二大区 / 天微星(广东) GD SERVER22_CHANNEL_DICT = { 1 :{ "key" : 2021 , "name" : "天微星一 " , "ip" : "219.133.55.136" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 2 :{ "key" : 2022 , "name" : "天微星二 " , "ip" : "219.133.55.138" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 3 :{ "key" : 2023 , "name" : "天微星三 " , "ip" : "219.133.55.140" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 4 :{ "key" : 2024 , "name" : "天微星四 " , "ip" : "219.133.55.142" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, } ## 第二大区 / 天富星(重庆) SERVER23_CHANNEL_DICT = { 1 :{ "key" : 2031 , "name" : "天富星一 " , "ip" : "218.201.43.16" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 2 :{ "key" : 2032 , "name" : "天富星二 " , "ip" : "218.201.43.18" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 3 :{ "key" : 2033 , "name" : "天富星三 " , "ip" : "218.201.43.20" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 4 :{ "key" : 2034 , "name" : "天富星四 " , "ip" : "218.201.43.22" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, } ## 第二大区 / 天烁星(湖南) SERVER24_CHANNEL_DICT = { 1 :{ "key" : 2041 , "name" : "天烁星一 " , "ip" : "218.77.120.27" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 2 :{ "key" : 2042 , "name" : "天烁星二 " , "ip" : "218.77.120.29" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 3 :{ "key" : 2043 , "name" : "天烁星三 " , "ip" : "218.77.120.31" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 4 :{ "key" : 2044 , "name" : "天烁星四 " , "ip" : "218.77.120.33" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, } ## 第三大区 / 天勇星(陕西) SX SERVER31_CHANNEL_DICT = { 1 :{ "key" : 3011 , "name" : "天勇星一 " , "ip" : "218.30.23.171" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 2 :{ "key" : 3012 , "name" : "天勇星二 " , "ip" : "218.30.23.173" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 3 :{ "key" : 3013 , "name" : "天勇星三 " , "ip" : "218.30.23.175" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 4 :{ "key" : 3014 , "name" : "天勇星四 " , "ip" : "218.30.23.177" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, } ## 第三大区 / 天剑星(山东) SD SERVER32_CHANNEL_DICT = { 1 :{ "key" : 3021 , "name" : "天剑星一 " , "ip" : "218.57.240.206" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 2 :{ "key" : 3022 , "name" : "天剑星二 " , "ip" : "218.57.240.208" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 3 :{ "key" : 3023 , "name" : "天剑星三 " , "ip" : "218.57.240.210" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 4 :{ "key" : 3024 , "name" : "天剑星四 " , "ip" : "218.57.240.212" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, } ## 第三大区 / 天雄星(浙江) JZ SERVER33_CHANNEL_DICT = { 1 :{ "key" : 3031 , "name" : "天雄星一 " , "ip" : "61.174.68.98" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 2 :{ "key" : 3032 , "name" : "天雄星二 " , "ip" : "61.174.68.100" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 3 :{ "key" : 3033 , "name" : "天雄星三 " , "ip" : "61.174.68.94" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 4 :{ "key" : 3034 , "name" : "天雄星四 " , "ip" : "61.174.68.96" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, } ## 天佑星(西北网通) SERVER34_CHANNEL_DICT = { 1 :{ "key" : 3041 , "name" : "天佑星一 " , "ip" : "221.207.59.230" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 2 :{ "key" : 3042 , "name" : "天佑星二 " , "ip" : "221.207.59.232" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 3 :{ "key" : 3043 , "name" : "天佑星三 " , "ip" : "221.207.59.234" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 4 :{ "key" : 3044 , "name" : "天佑星四 " , "ip" : "221.207.59.236" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, } ## EVENT SERVER41_CHANNEL_DICT = { 1 :{ "key" : 4011 , "name" : "活动服一 " , "ip" : "218.99.6.43" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, 2 :{ "key" : 4012 , "name" : "活动服二 " , "ip" : "218.99.6.45" , "tcp_port" : CHINA_PORT , "udp_port" : CHINA_PORT , "state" : STATE_NONE ,}, } REGION_NAME_DICT = { 1 : "第一大区" , 2 : "第二大区" , 3 : "第三大区" , 4 : "活动大区" , } REGION_AUTH_SERVER_DICT = { ## 第一大区 1 : { ## 黑龙江[HLJ] 1 : { "ip" : "218.99.6.70" , "port" : 55551 , }, ## 河北[HB] 2 : { "ip" : "218.99.6.70" , "port" : 55552 , }, ## 上海[SH] 3 : { "ip" : "218.99.6.70" , "port" : 55553 , }, ## 辽宁[LN] 4 : { "ip" : "218.99.6.70" , "port" : 55554 , }, ## 江苏[JS] 5 : { "ip" : "218.99.6.70" , "port" : 55555 , }, }, ## 第二大区 2 : { ## 四川[SC] 1 : { "ip" : "218.99.6.71" , "port" : 55551 , }, ## 广东[GD] 2 : { "ip" : "218.99.6.71" , "port" : 55552 , }, ## 重庆 3 : { "ip" : "218.99.6.71" , "port" : 55553 , }, ## 湖南 4 : { "ip" : "218.99.6.71" , "port" : 55554 , }, }, ## 第三大区 3 : { ## 陕西[SX] 1 : { "ip" : "218.99.6.72" , "port" : 55551 , }, ## 山东[SD] 2 : { "ip" : "218.99.6.72" , "port" : 55552 , }, ## 浙江[JZ] 3 : { "ip" : "218.99.6.72" , "port" : 55553 , }, ## 天佑星(西北网通) 4 : { "ip" : "218.99.6.72" , "port" : 55554 , }, }, ## 活动大区 4 : { ## 活动服(青海) 1 : { "ip" : "218.99.2.244" , "port" : 55551 , }, }, } REGION_DICT = { ## 第一大区 1 : { 1 : { "name" : "天罡星(黑龙江)" , "channel" : SERVER11_CHANNEL_DICT , }, 2 : { "name" : "天猛星(河北)" , "channel" : SERVER12_CHANNEL_DICT , }, 3 : { "name" : "天捷星(上海)" , "channel" : SERVER13_CHANNEL_DICT , }, 4 : { "name" : "天魁星(辽宁)" , "channel" : SERVER14_CHANNEL_DICT , }, 5 : { "name" : "天禄星(江苏)" , "channel" : SERVER15_CHANNEL_DICT , }, }, ## 第二大区 2 : { 1 : { "name" : "天机星(四川)" , "channel" : SERVER21_CHANNEL_DICT , }, 2 : { "name" : "天微星(广东)" , "channel" : SERVER22_CHANNEL_DICT , }, 3 : { "name" : "天富星(重庆)" , "channel" : SERVER23_CHANNEL_DICT , }, 4 : { "name" : "天烁星(湖南)" , "channel" : SERVER24_CHANNEL_DICT , }, }, ## 第三大区 3 : { 1 : { "name" : "天勇星(陕西)" , "channel" : SERVER31_CHANNEL_DICT , }, 2 : { "name" : "天剑星(山东)" , "channel" : SERVER32_CHANNEL_DICT , }, 3 : { "name" : "天雄星(浙江)" , "channel" : SERVER33_CHANNEL_DICT , }, 4 : { "name" : "天佑星(西北)" , "channel" : SERVER34_CHANNEL_DICT , }, }, ## 活动大区 4 : { 1 : { "name" : "活动服(北京)" , "channel" : SERVER41_CHANNEL_DICT , }, }, } MARKADDR_DICT = { 1010 : { "ip" : "221.208.250.232" , "tcp_port" : CHINA_PORT , "mark" : "101.tga" , }, 1020 : { "ip" : "61.182.161.112" , "tcp_port" : CHINA_PORT , "mark" : "102.tga" , }, 1030 : { "ip" : "211.95.79.202" , "tcp_port" : CHINA_PORT , "mark" : "103.tga" , }, 1040 : { "ip" : "218.25.92.41" , "tcp_port" : CHINA_PORT , "mark" : "104.tga" , }, 1050 : { "ip" : "61.147.119.9" , "tcp_port" : CHINA_PORT , "mark" : "105.tga" , }, 2010 : { "ip" : "221.236.27.88" , "tcp_port" : CHINA_PORT , "mark" : "201.tga" , }, 2020 : { "ip" : "219.133.55.138" , "tcp_port" : CHINA_PORT , "mark" : "202.tga" , }, 2030 : { "ip" : "218.201.43.18" , "tcp_port" : CHINA_PORT , "mark" : "203.tga" , }, 2040 : { "ip" : "218.77.120.29" , "tcp_port" : CHINA_PORT , "mark" : "204.tga" , }, 3010 : { "ip" : "218.30.23.173" , "tcp_port" : CHINA_PORT , "mark" : "301.tga" , }, 3020 : { "ip" : "218.57.240.208" , "tcp_port" : CHINA_PORT , "mark" : "302.tga" , }, 3030 : { "ip" : "61.174.68.96" , "tcp_port" : CHINA_PORT , "mark" : "303.tga" , }, 3040 : { "ip" : "221.207.59.236" , "tcp_port" : CHINA_PORT , "mark" : "303.tga" , }, 4010 : { "ip" : "218.99.6.45" , "tcp_port" : CHINA_PORT , "mark" : "401.tga" , }, } TESTADDR = { "ip" : "211.39.150.112" , "tcp_port" : 50000 , "udp_port" : 50000 , }
Mit dieser Serverinfo komme ich auf meinen Server. Diese ist von einem 2011 Client.
PHP Code:
import os import app import locale import debugInfo CHINA_PORT = 50000 CH1P = 13000 CH2P = 13002 CH3P = 13003 CH4P = 13004 AUTHP = 11002 IP = open ( "serverip.cfg" , "r" ). readline () SERVERNAME = open ( "servername.cfg" , "r" ). readline () if locale . IsEUROPE (): STATE_NONE = "..." STATE_DICT = { 0 : "ist offline" , 1 : "NORM" , 2 : "BUSY" , 3 : "FULL" } Server1 = { 1 :{ "key" : 11 , "name" : "CH1" , "ip" : "25.99.130.100" , "tcp_port" : CH1P , "udp_port" : CH1P , "state" : STATE_NONE ,}, 2 :{ "key" : 12 , "name" : "CH2" , "ip" : "25.99.130.100" , "tcp_port" : CH2P , "udp_port" : CH2P , "state" : STATE_NONE ,}, 3 :{ "key" : 12 , "name" : "CH3" , "ip" : "25.99.130.100" , "tcp_port" : CH3P , "udp_port" : CH3P , "state" : STATE_NONE ,}, 4 :{ "key" : 12 , "name" : "CH4" , "ip" : "25.99.130.100" , "tcp_port" : CH4P , "udp_port" : CH4P , "state" : STATE_NONE ,}, } REGION_NAME_DICT = { 0 : "GERMANY" , } REGION_AUTH_SERVER_DICT = { 0 : { 1 : { "ip" : "25.99.130.100" , "port" : AUTHP , }, } } REGION_DICT = { 0 : { 1 : { "name" : "Metin208" , "channel" : Server1 , }, }, } MARKADDR_DICT = { 10 : { "ip" : "25.99.130.100" , "tcp_port" : 13000 , "mark" : "10.tga" , "symbol_path" : "10" , }, } TESTADDR = { "ip" : "25.99.130.100" , "tcp_port" : 15000 , "udp_port" : 15000 , }
Es wäre echt super, wenn mir jemand erklären könnte was ich ändern muss.
Ich würde sogar ein paar eg springen lassen, wenn es funktioniert ;D.
Ich bedanke mich jetzt schon mal und wünsche eine Gute Nacht
10/17/2015, 14:50
#2
elite*gold: 220
Join Date: Oct 2011
Posts: 7,370
Received Thanks: 7,613
Ähm, ich verstehe jetzt nicht gerade, wieso du eine 2005er Serverinfo anpassen möchtest, wenn die 11er Variante geht?!
10/17/2015, 15:17
#3
elite*gold: 187
Join Date: Aug 2010
Posts: 121
Received Thanks: 96
Ich möchte mir mal den Alten Clienten anschauen. Da sind die Skills noch anders usw.
10/17/2015, 15:35
#4
elite*gold: 220
Join Date: Oct 2011
Posts: 7,370
Received Thanks: 7,613
Quote:
import app
import debugInfo
CHINA_PORT = 50000
if 949 == app.GetDefaultCodePage():
STATE_NONE = "..."
STATE_DICT = {
0 : "痢八",
1 : "焊烹",
2 : "去棱",
3 : "FULL"
}
SERVER01_CHANNEL_DICT = {
1:{"key":11,"name":"盲澄 1 ","ip":"220.95.239.25","tcp_port":50100,"udp_port" :50100,"state":STATE_NONE,},
2:{"key":12,"name":"盲澄 2 ","ip":"220.95.239.28","tcp_port":50100,"udp_port" :50100,"state":STATE_NONE,},
3:{"key":13,"name":"盲澄 3 ","ip":"220.95.239.30","tcp_port":50100,"udp_port" :50100,"state":STATE_NONE,},
4:{"key":14,"name":"盲澄 4 ","ip":"220.95.239.33","tcp_port":50100,"udp_port" :50100,"state":STATE_NONE,},
5:{"key":15,"name":"盲澄 5 ","ip":"220.95.239.34","tcp_port":50100,"udp_port" :50100,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "KOREA",
}
REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"220.95.239.30", "port":55555, },
}
}
REGION_DICT = {
0 : {
1 : { "name" : "玫付 辑滚", "channel" : SERVER01_CHANNEL_DICT, },
},
}
MARKADDR_DICT = {
10 : { "ip" : "220.95.239.30", "tcp_port" : 50100, "mark" : "01.tga", },
}
TESTADDR = { "ip" : "220.95.239.62", "tcp_port" : 50000, "udp_port" : 50000, }
Bis dahin müsstest du nach meiner Ansicht nur die Ports eintragen und deine IP.
Similar Threads
Serverinfo.py [HILFE/FRAGE]
10/19/2010 - Metin2 Private Server - 4 Replies
Hey...
Hab mir mal den 2010er Clienten geladen und die IP zu meiner geändert.. ging aber nicht weil dort immer noch der Name vom Clienten stand selbst wenn ich gepackt hab ..
Hab den extractor von eddy² genommen ...
falls mit dem eig nich geht kann mir bitte einer den link zum richtigen fürn 2010er client geben? und packer pls auch...
Problem war hab metin2 de downloaded und jedes mal der gleiche text egal welche root.eix und epk ich entpackt habe -.-
[FRAGE]serverinfo.py
09/05/2010 - Metin2 Private Server - 4 Replies
Ich habe ne neue serverinfo.py und ne .exe
wo kommt die severinfo rein (also in den ordner)?
MFG
[FRAGE]Rootserverports für Serverinfo.py
05/16/2010 - Metin2 Private Server - 2 Replies
Hey,
ich hab mal wieder eine Frage und zwar bin im am verzweifeln welche Ports in die Serverinfo.py gehören bzw. wo der TCP Port und der UDP Port stehen oder wie ich die herausfinden kann.
Meine bisherige Serverinfo.py.
import debugInfo
CHINA_PORT = 50000
[Frage] Serverinfo.py
04/18/2010 - Metin2 Private Server - 5 Replies
hey ich hab das problem das ich in der serverinfo.py den nur die server namen ändern kann aber nicht das wo zb "Server auswählen" steht ich hab keine ahnung warum vllt kann mir ja jemand helfen
MfG
[frage] serverinfo.py russian...
02/25/2010 - Metin2 Private Server - 2 Replies
Wie serverinfo.py für einen russischen Kunden?
All times are GMT +2. The time now is 18:37 .