Register for your free account! | Forgot your password?

You last visited: Today at 18:06

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Problem mit Mc.

Discussion on Problem mit Mc. within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
Casanova®'s Avatar
 
elite*gold: 130
Join Date: Aug 2010
Posts: 2,257
Received Thanks: 393
Problem mit Mc.

Hi hab grad neuen server gemacht.
Wollte mal fragen wo alles meine ip rein mus bei der server Info.
Hab irrggentwie net hinbekomm

import app
import locale

app.ServerName = None
if locale.IsGERMANY() or (locale.IsEUROPE() and app.GetLocalePath() == "locale/de"):
STATE_NONE = "NORM"

STATE_DICT = {
0 : "....",
1 : "NORM",
2 : "BUSY",
3 : "FULL"
}

SERVER01_CHANNEL_DICT = {
1:{"key":11,"name":"CH1 ","ip":"0.0.0.0","tcp_port":13000,"udp_port":13000 ,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "GERMANY",
}

REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"0.0.0.0", "port":11002, },
}
}

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

MARKADDR_DICT = {
10 : { "ip" : "0.0.0.0", "tcp_port" : 13001, "mark" : "10.tga", "symbol_path" : "10", },
}

TESTADDR = { "ip" : "9.9.9.9", "tcp_port" : 13001, "udp_port" : 13001, }

if locale.IsGERMANY() or (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":"0.0.0.0","tcp_port":13000,"udp_port":13000 ,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "TAIWAN",
}

REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"0.0.0.0", "port":11002, },
}
}

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

MARKADDR_DICT = {
10 : { "ip" : "0.0.0.0", "tcp_port" : 23000, "mark" : "10.tga", "symbol_path" : "10", },
}

TESTADDR = { "ip" : "9.9.9.9", "tcp_port" : 13001, "udp_port" : 13001, }

if locale.IsTAIWAN():
STATE_NONE = "NORM"

STATE_DICT = {
0 : "....",
1 : "NORM",
2 : "BUSY",
3 : "FULL"
}

SERVER01_CHANNEL_DICT = {
1:{"key":11,"name":"CH1 ","ip":"0.0.0.0","tcp_port":13000,"udp_port":13000 ,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "TAIWAN",
}

REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"0.0.0.0", "port":11002, },
}
}

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

MARKADDR_DICT = {
10 : { "ip" : "0.0.0.0", "tcp_port" : 23000, "mark" : "10.tga", "symbol_path" : "10", },
}

TESTADDR = { "ip" : "9.9.9.9", "tcp_port" : 13003, "udp_port" : 13003, }
Casanova® is offline  
Old 01/09/2011, 16:02   #2
 
kayme''s Avatar
 
elite*gold: 1
Join Date: Nov 2010
Posts: 1,194
Received Thanks: 708
Da wo ip steht >_<
kayme' is offline  
Thanks
1 User
Old 01/09/2011, 16:04   #3
 
Casanova®'s Avatar
 
elite*gold: 130
Join Date: Aug 2010
Posts: 2,257
Received Thanks: 393
habs ja gemacht , kommt aber fehler beim verbinnden
deswegen frag ich ja , auhc wo ip 9.9.9.9 steht oder nru bgei den 0.0.0.0
hab eigentlich shcon beides gemacht aber imma fehler
Casanova® is offline  
Old 01/09/2011, 16:10   #4

 
.Nexitis's Avatar
 
elite*gold: 20
Join Date: Mar 2009
Posts: 667
Received Thanks: 219
mom ich bearbeite die kurz und edit dann hier




Code:
import app
import locale

app.ServerName = None
if locale.IsGERMANY() or (locale.IsEUROPE() and app.GetLocalePath() == "locale/de"):
STATE_NONE = "NORM"

STATE_DICT = {
0 : "....",
1 : "NORM",
2 : "BUSY",
3 : "FULL"
}

SERVER01_CHANNEL_DICT = {
1:{"key":11,"name":"CH1 ","ip":"DEINE IPPPPPPPPPPPPPPPPPPPPPPPP","tcp_port":13000,"udp_port":13000 ,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "GERMANY",
}

REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"DEINE IPPPPPPPPPPPPPPPPPPPPPPPP", "port":11002, },
}
}

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

MARKADDR_DICT = {
10 : { "ip" : "DEINE IPPPPPPPPPPPPPPPPPPPPPPPP", "tcp_port" : 13001, "mark" : "10.tga", "symbol_path" : "10", },
}

TESTADDR = { "ip" : "9.9.9.9", "tcp_port" : 13001, "udp_port" : 13001, }

if locale.IsGERMANY() or (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":"DEINE IPPPPPPPPPPPPPPPPPPPPPPPP","tcp_port":13000,"udp_port":13000 ,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "TAIWAN",
}

REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"DEINE IPPPPPPPPPPPPPPPPPPPPPPPP", "port":11002, },
}
}

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

MARKADDR_DICT = {
10 : { "ip" : "DEINE IPPPPPPPPPPPPPPPPPPPPPPPP", "tcp_port" : 23000, "mark" : "10.tga", "symbol_path" : "10", },
}

TESTADDR = { "ip" : "9.9.9.9", "tcp_port" : 13001, "udp_port" : 13001, }

if locale.IsTAIWAN():
STATE_NONE = "NORM"

STATE_DICT = {
0 : "....",
1 : "NORM",
2 : "BUSY",
3 : "FULL"
}

SERVER01_CHANNEL_DICT = {
1:{"key":11,"name":"CH1 ","ip":"DEINE IPPPPPPPPPPPPPPPPPPPPPPPP","tcp_port":13000,"udp_port":13000 ,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "TAIWAN",
}

REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"DEINE IPPPPPPPPPPPPPPPPPPPPPPPP", "port":11002, },
}
}

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

MARKADDR_DICT = {
10 : { "ip" : "DEINE IPPPPPPPPPPPPPPPPPPPPPPPP", "tcp_port" : 23000, "mark" : "10.tga", "symbol_path" : "10", },
}

TESTADDR = { "ip" : "9.9.9.9", "tcp_port" : 13003, "udp_port" : 13003, }
.Nexitis is offline  
Old 01/09/2011, 16:12   #5
 
elite*gold: 10
Join Date: Jun 2009
Posts: 785
Received Thanks: 687
Du weißt schon das das Serverinfo.py ist und keine MC.
BaTushi16 is offline  
Thanks
1 User
Old 01/09/2011, 16:14   #6
 
Casanova®'s Avatar
 
elite*gold: 130
Join Date: Aug 2010
Posts: 2,257
Received Thanks: 393
Quote:
Originally Posted by bstyler16398 View Post
Du weißt schon das das Serverinfo.py ist und keine MC.
jo, ich weis ,überschrieft fail.
Casanova® is offline  
Old 01/09/2011, 16:17   #7

 
.Nexitis's Avatar
 
elite*gold: 20
Join Date: Mar 2009
Posts: 667
Received Thanks: 219
versuch mal oben meins in deine serverinfo.py und deine ip rein also über all wo steht "DEINE IPPPPPPPPPPPPPPPP" =)
.Nexitis is offline  
Old 01/09/2011, 16:19   #8
 
elite*gold: LOCKED
Join Date: Oct 2008
Posts: 2,817
Received Thanks: 2,044
überall wo 9.9.9.9 und 0.0.0.0 steht!
'Haseo is offline  
Old 01/09/2011, 16:25   #9
 
Casanova®'s Avatar
 
elite*gold: 130
Join Date: Aug 2010
Posts: 2,257
Received Thanks: 393
Quote:
Originally Posted by .Best View Post
überall wo 9.9.9.9 und 0.0.0.0 steht!
Quote:
Originally Posted by bigdady256314 View Post
mom ich bearbeite die kurz und edit dann hier




Code:
import app
import locale

app.ServerName = None
if locale.IsGERMANY() or (locale.IsEUROPE() and app.GetLocalePath() == "locale/de"):
STATE_NONE = "NORM"

STATE_DICT = {
0 : "....",
1 : "NORM",
2 : "BUSY",
3 : "FULL"
}

SERVER01_CHANNEL_DICT = {
1:{"key":11,"name":"CH1 ","ip":"DEINE IPPPPPPPPPPPPPPPPPPPPPPPP","tcp_port":13000,"udp_port":13000 ,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "GERMANY",
}

REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"DEINE IPPPPPPPPPPPPPPPPPPPPPPPP", "port":11002, },
}
}

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

MARKADDR_DICT = {
10 : { "ip" : "DEINE IPPPPPPPPPPPPPPPPPPPPPPPP", "tcp_port" : 13001, "mark" : "10.tga", "symbol_path" : "10", },
}

TESTADDR = { "ip" : "9.9.9.9", "tcp_port" : 13001, "udp_port" : 13001, }

if locale.IsGERMANY() or (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":"DEINE IPPPPPPPPPPPPPPPPPPPPPPPP","tcp_port":13000,"udp_port":13000 ,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "TAIWAN",
}

REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"DEINE IPPPPPPPPPPPPPPPPPPPPPPPP", "port":11002, },
}
}

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

MARKADDR_DICT = {
10 : { "ip" : "DEINE IPPPPPPPPPPPPPPPPPPPPPPPP", "tcp_port" : 23000, "mark" : "10.tga", "symbol_path" : "10", },
}

TESTADDR = { "ip" : "9.9.9.9", "tcp_port" : 13001, "udp_port" : 13001, }

if locale.IsTAIWAN():
STATE_NONE = "NORM"

STATE_DICT = {
0 : "....",
1 : "NORM",
2 : "BUSY",
3 : "FULL"
}

SERVER01_CHANNEL_DICT = {
1:{"key":11,"name":"CH1 ","ip":"DEINE IPPPPPPPPPPPPPPPPPPPPPPPP","tcp_port":13000,"udp_port":13000 ,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "TAIWAN",
}

REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"DEINE IPPPPPPPPPPPPPPPPPPPPPPPP", "port":11002, },
}
}

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

MARKADDR_DICT = {
10 : { "ip" : "DEINE IPPPPPPPPPPPPPPPPPPPPPPPP", "tcp_port" : 23000, "mark" : "10.tga", "symbol_path" : "10", },
}

TESTADDR = { "ip" : "9.9.9.9", "tcp_port" : 13003, "udp_port" : 13003, }


Hab beides gemacht aber kommt immer das hier:
Casanova® is offline  
Old 01/09/2011, 16:28   #10
 
elite*gold: LOCKED
Join Date: Oct 2008
Posts: 2,817
Received Thanks: 2,044
du musst eine ältere serverinfo.py nehmen!
'Haseo is offline  
Old 01/09/2011, 16:30   #11
 
Casanova®'s Avatar
 
elite*gold: 130
Join Date: Aug 2010
Posts: 2,257
Received Thanks: 393
Quote:
Originally Posted by .Best View Post
du musst eine ältere serverinfo.py nehmen!
ok aber warum ? macht das ein unterschiedt ?
Casanova® is offline  
Old 01/09/2011, 16:37   #12
 
elite*gold: 10
Join Date: Jun 2009
Posts: 785
Received Thanks: 687
Mit dem neuren geht es nicht , weil das zu 2010er Client gehört die alte zu 2007er.
BaTushi16 is offline  
Thanks
1 User
Old 01/09/2011, 16:49   #13
 
Casanova®'s Avatar
 
elite*gold: 130
Join Date: Aug 2010
Posts: 2,257
Received Thanks: 393
k , kann mir jemand eine schicken wäre supa duba nett =)
Casanova® is offline  
Reply


Similar Threads Similar Threads
[Problem] Problem with server starting - cannot find quest index for PaxHeader
12/22/2009 - Metin2 Private Server - 1 Replies
Hello! I have this same problem as here when i'm starting my server: http://www.elitepvpers.com/forum/metin2-pserver-di scussions-questions/307143-metin2-serverfiles-ques t-index-fehler.html But I didn't know the answer.. how to repair this? Greetings



All times are GMT +2. The time now is 18:06.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.