Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server
You last visited: Today at 05:12

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

Advertisement



Problem mit dem DE client

Discussion on Problem mit dem DE client within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1

 
xXKimariXx's Avatar
 
elite*gold: 5
Join Date: Aug 2011
Posts: 1,130
Received Thanks: 512
Problem mit dem DE client

Ich versuche schon die ganze zeit mich auf mein Server einzuloggen, aber kriege nur Fehler beim verbinden,

hier die Serverinfo.py

Quote:
import os
import app
import locale
import debugInfo

CHINA_PORT = 50000

def BuildServerList(orderList):
retMarkAddrDict = {}
retAuthAddrDict = {}
retRegion0 = {}

ridx = 1
for region, auth, mark, channels in orderList:
cidx = 1
channelDict = {}
for channel in channels:
key = ridx * 10 + cidx
channel["key"] = key
channelDict[cidx] = channel
cidx += 1

region["channel"] = channelDict

retRegion0[ridx] = region
retAuthAddrDict[ridx] = auth
retMarkAddrDict[ridx*10] = mark
ridx += 1

return retRegion0, retAuthAddrDict, retMarkAddrDict

app.ServerName = None


if locale.IsEUROPE():
info = {
'MARKADDR': {
10: {
'tcp_port': 13003, 'ip': '5.226.132.100:', 'symbol_path': '10', 'mark': '10.tga'
},
},
'GAMEADDR': {
0: {
1: {
'name': 'Zarasu2',
'channel':
{
1: {
'state': 'NORM', 'name': 'CH1 ', 'key': 11, 'ip': '5.226.132.100', 'tcp_port': 13003, 'udp_port': 13003
},
2: {
'state': 'NORM', 'name': 'CH2 ', 'key': 11, 'ip': '5.226.132.100', 'tcp_port': 13002, 'udp_port': 13002
}
},
},
} }, 'NAME': { 0: 'GERMANY' }, 'AUTHADDR': { 0: {
1: {
'ip': '5.226.132.100', 'port': 11002
},

} }
}

STATE_NONE = "..."

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

REGION_NAME_DICT = info["NAME"]
REGION_AUTH_SERVER_DICT = info["AUTHADDR"]
REGION_DICT = info["GAMEADDR"]
MARKADDR_DICT = info["MARKADDR"]
Hab pong und alles richtig, nur irgendwas stimmt mit der Serverinfo.py nicht...
xXKimariXx is offline  
Old 06/28/2012, 18:28   #2
 
elite*gold: 0
Join Date: Apr 2012
Posts: 207
Received Thanks: 157
Wie ist den bei dir der Port von Channel 1?
xN0SkiLL is offline  
Old 06/28/2012, 18:34   #3

 
xXKimariXx's Avatar
 
elite*gold: 5
Join Date: Aug 2011
Posts: 1,130
Received Thanks: 512
Ja weiß ich nicht , wo kann man das nach gucken?, hab schon lange nichts mehr mit Metin2 gemacht

Run Script error kommt auch noch wenn ich den Client starte
xXKimariXx is offline  
Old 06/28/2012, 18:50   #4
 
elite*gold: 0
Join Date: Apr 2012
Posts: 207
Received Thanks: 157
Auf den FTP connecten Channel 1 Ordner gehen CONFIG öffnen und oben steht der Port der muss mit dem in der serverinfo über einstimmen.
xN0SkiLL is offline  
Old 06/28/2012, 19:09   #5

 
xXKimariXx's Avatar
 
elite*gold: 5
Join Date: Aug 2011
Posts: 1,130
Received Thanks: 512
Jetzt kommt nur noch , "Du wirst mit dem Server verbunden"
xXKimariXx is offline  
Old 06/28/2012, 19:10   #6
 
elite*gold: 0
Join Date: May 2012
Posts: 1,810
Received Thanks: 1,112
Ich nehme mal an Hamachi Server richtig?
_Layesd is offline  
Old 06/28/2012, 19:12   #7

 
xXKimariXx's Avatar
 
elite*gold: 5
Join Date: Aug 2011
Posts: 1,130
Received Thanks: 512
Ja
xXKimariXx is offline  
Old 06/28/2012, 19:15   #8
 
elite*gold: 0
Join Date: May 2012
Posts: 1,810
Received Thanks: 1,112
Ersetze die 5.xx.xx.xxx zu deiner IP nicht mit .100 sondern die ganze IP!

PHP Code:
import os
import app
import locale
import debugInfo

CHINA_PORT 
50000

def BuildServerList
(orderList):
    
retMarkAddrDict = {}
    
retAuthAddrDict = {}
    
retRegion0 = {}

    
ridx 1
    
for regionauthmarkchannels in orderList:
        
cidx 1
        channelDict 
= {}
        for 
channel in channels:
            
key ridx 10 cidx
            channel
["key"] = key
            channelDict
[cidx] = channel
            cidx 
+= 1

        region
["channel"] = channelDict

        retRegion0
[ridx] = region
        retAuthAddrDict
[ridx] = auth
        retMarkAddrDict
[ridx*10] = mark
        ridx 
+= 1

    
return retRegion0retAuthAddrDictretMarkAddrDict

app
.ServerName None


if locale.IsEUROPE():
    
info = {
        
'MARKADDR': {
        
10: {
            
'tcp_port'13000'ip''5.xx.xx.xxx''symbol_path''10''mark''10.tga'
            
},
        },
        
'GAMEADDR': {
            
0: {
                
1: {
                    
'name''Name',
                    
'channel':
                {
                    
1: {
                    
'state''NORM''name''CH1    ''key'11'ip''5.xx.xxx.xxx''tcp_port'13000'udp_port'13003
                    
},
                    
2: {
                    
'state''NORM''name''CH2    ''key'11'ip''5.xx.xxx.xxx''tcp_port'13000'udp_port'13002
                    
}
                },
                },
        } }, 
'NAME': { 0'GERMANY' }, 'AUTHADDR': { 0: {
            
1: { 
            
'ip''5.xx.xxx.xxx''port'11002
            
}, 
            
        } }
    }

    
STATE_NONE "..."

    
STATE_DICT = {
        
"....",
        
"NORM",
        
"BUSY",
        
"FULL"
    
}

    
REGION_NAME_DICT info["NAME"]
    
REGION_AUTH_SERVER_DICT info["AUTHADDR"]
    
REGION_DICT info["GAMEADDR"]
    
MARKADDR_DICT info["MARKADDR"
_Layesd is offline  
Old 06/28/2012, 19:18   #9

 
xXKimariXx's Avatar
 
elite*gold: 5
Join Date: Aug 2011
Posts: 1,130
Received Thanks: 512
Dann kommt Fehler beim verbinden
xXKimariXx is offline  
Old 06/28/2012, 19:20   #10
 
elite*gold: 0
Join Date: May 2012
Posts: 1,810
Received Thanks: 1,112
Quote:
Originally Posted by xXKimariXx View Post
Dann kommt Fehler beim verbinden
Dann spiel die Files neu auf oder so weil wir ich das annehme hast du jetzt das gemacht was oben gesagt wurde mit der Config oder?

Weil das ist völlig unnötig
_Layesd is offline  
Old 06/28/2012, 19:22   #11

 
xXKimariXx's Avatar
 
elite*gold: 5
Join Date: Aug 2011
Posts: 1,130
Received Thanks: 512
Habe serverside nichts geändert
xXKimariXx is offline  
Old 06/28/2012, 19:24   #12
 
elite*gold: 0
Join Date: May 2012
Posts: 1,810
Received Thanks: 1,112
Wir reden aber schon von diesem hier oder?
_Layesd is offline  
Old 06/28/2012, 19:25   #13
 
elite*gold: 30
Join Date: Feb 2012
Posts: 1,600
Received Thanks: 525
Quote:
Originally Posted by xXKimariXx View Post
Dann kommt Fehler beim verbinden
Der Port ist Falsch Daroo oder Kayfiles ?

Ich nehme mal an das das die Daroo files sind

PHP Code:
import os
import app
import locale
import debugInfo

CHINA_PORT 
50000

def BuildServerList
(orderList):
retMarkAddrDict = {}
retAuthAddrDict = {}
retRegion0 = {}

ridx 1
for regionauthmarkchannels in orderList:
cidx 1
channelDict 
= {}
for 
channel in channels:
key ridx 10 cidx
channel
["key"] = key
channelDict
[cidx] = channel
cidx 
+= 1

region
["channel"] = channelDict

retRegion0
[ridx] = region
retAuthAddrDict
[ridx] = auth
retMarkAddrDict
[ridx*10] = mark
ridx 
+= 1

return retRegion0retAuthAddrDictretMarkAddrDict

app
.ServerName None


if locale.IsEUROPE():
info = {
'MARKADDR': {
10: {
'tcp_port'13003'ip''5.226.132.100:''symbol_path''10''mark''10.tga'
},
},
'GAMEADDR': {
0: {
1: {
'name''Zarasu2',
'channel':
{
1: {
'state''NORM''name''CH1 ''key'11'ip''5.226.132.100''tcp_port'13001'udp_port'13001
},
2: {
'state''NORM''name''CH2 ''key'11'ip''5.226.132.100''tcp_port'13001'udp_port'13001
}
},
},
} }, 
'NAME': { 0'GERMANY' }, 'AUTHADDR': { 0: {
1: {
'ip''5.226.132.100''port'11002
},

} }
}

STATE_NONE "..."

STATE_DICT = {
"....",
"NORM",
"BUSY",
"FULL"
}

REGION_NAME_DICT info["NAME"]
REGION_AUTH_SERVER_DICT info["AUTHADDR"]
REGION_DICT info["GAMEADDR"]
MARKADDR_DICT info["MARKADDR"
Wenn du die Kay files hast sag mir nochmal bescheid.
Phil' is offline  
Old 06/28/2012, 19:28   #14

 
xXKimariXx's Avatar
 
elite*gold: 5
Join Date: Aug 2011
Posts: 1,130
Received Thanks: 512
Das sind die Oyunu files, und der Client [RELEASE]Offizieller M2-Client mit Korea Skills

und Yoshi, das hat auch nicht geklappt
xXKimariXx is offline  
Old 06/28/2012, 19:30   #15
 
elite*gold: 30
Join Date: Feb 2012
Posts: 1,600
Received Thanks: 525
Ok dann machst du folgendes.


du gehst in Filezilla suchst dir in der channelatei die config raus und sag mir dan wie der Port ist.

Falls du das nicht verstanden hast dann adde mich in Skype: niceweed2
Phil' is offline  
Reply


Similar Threads Similar Threads
[Client | Problem] Client schließt sich beim drücken von Umschalt+Enter
10/10/2012 - Metin2 Private Server - 4 Replies
HAT SICHT GELÖST! MOD BITTE CLOSEN !
Hamachi Client Problem [2010er Client]
03/29/2012 - Metin2 Private Server - 6 Replies
Also wie du Überschrift schon sagt hab ich ein Problem mit dem 2010er Client zu connecten... ist schon doof wenn man nen Server hat und nicht rein kommt :D Die Fehlermeldung lautet: LOG system.py(line:273) RunMainScript - execfile(name, __main__.__dict__) system.py(line:192) execfile - kPE.Run(fileName, dict) system.py(line:163) Run - exec(kCode, kDict) prototype.py(line:60) ? - RunApp() prototype.py(line:51) RunApp - mainStream.SetLoginPhase()
Client problem Bei marcos multi client
03/01/2012 - Metin2 Private Server - 1 Replies
hallo liebe com wie oben gesagt habe ich nuhn mahl wider ein kleines oder groses problem server ist root server bei marcos multiclienten sehe ich als GM das leben von den zombie mobs aber normahle user nicht sehe ich als GM das leben von feuer der macht aber normahle user nicht woran kann es liegen?? hier noch meine client syserror 0301 13:57:14383 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/recuperation/autodrugup_red.mse) Error
[HELP]Problem Root Client auf Hamchi Client umstellen
04/08/2011 - Metin2 Private Server - 3 Replies
hi liebe com hab ein prob. ich hab einen root order der wo über ein root gelofen is. Der hat halt scho alles an sachen drinnen aber ich will diesen gerne auf hamachi umstellen. Könnte mir bitte wer sagen wie des geht. mfg BeKinq
[lima.city problem]Problem mt client host.
10/24/2010 - Metin2 Private Server - 7 Replies
hi leute nach empfehlungen von epvpers membern wollte ich mal meinen client für musicinstructors(sorry wenn name falsch ist.) patcher auf lima-city hosten.jetzt hab ichn problem und zwar bekomme ich 173 dateien jetzt mal ohne den pack ordner nicht hochgeladen.jedes mal bricht er ab aber 207 andere dateien lädt er hoch.es handelt sich um cranks 2010er client. hoffe ihr könnt mir helfen.:confused::confused::confused::confused:



All times are GMT +1. The time now is 05:13.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.