Register for your free account! | Forgot your password?

You last visited: Today at 19:23

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

Advertisement



Client Problem ?!

Discussion on Client Problem ?! within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1

 
.RUGrinox's Avatar
 
elite*gold: 221
Join Date: Sep 2009
Posts: 1,832
Received Thanks: 347
Client Problem ?!

Hallo Leuts,

mein Problem ist wenn ich denn Client Starte kommt das

Denn Client benutze ich:


Wer weist was das Problem ist?.
.RUGrinox is offline  
Old 11/17/2011, 19:56   #2
 
.BonG™'s Avatar
 
elite*gold: 0
The Black Market: 130/2/1
Join Date: Oct 2011
Posts: 3,360
Received Thanks: 826
du hast in der severinfo.py etwas falsch eingetragen.

poste mal deine serverinfo hier damit ich sie dir verbessern kann, oder benutze den serverinfo generator von IgorGlock (Empfehlenswert)

LG
.BonG™ is offline  
Old 11/17/2011, 20:15   #3

 
.RUGrinox's Avatar
 
elite*gold: 221
Join Date: Sep 2009
Posts: 1,832
Received Thanks: 347
PHP Code:
import os
import app
import locale
import debugInfo

CHINA_PORT 
50000
##PONG = 1234abcd5678efgh
##IP = "5.22.125.245"
##CH1PORT = 13000
##AUTHPORT = 11002
##SERVERNAME = "Dangerous"

if locale.IsEUROPE():
    
STATE_NONE "..."
                    
    
STATE_DICT = {
        
"......",
        
"normal",
        
"belebt",
        
"voll"
    
}

    
IgorGlock_serverinfo_Generator = {
        
1:{"key":11,"name":"CH1","ip":"5.22.125.245","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,},
    }

    
    
REGION_NAME_DICT = {
        
"GERMANY",        
    }

    
REGION_AUTH_SERVER_DICT = {
        
: {
            
: { "ip":"5.22.125.245""port":11002, },
    
        }        
    }

    
REGION_DICT = {
        
: {
            
: { "name" :"Dangerous""channel" IgorGlock_serverinfo_Generator, },
        },
    }

    
MARKADDR_DICT = {
        
10 : { "ip" "5.22.125.245""tcp_port" 13000"mark" "10.tga""symbol_path" "10", },
    }

    
TESTADDR = { "ip" "5.22.125.245""tcp_port" 13000"udp_port" 13000, } 
.RUGrinox is offline  
Old 11/17/2011, 20:17   #4
 
.BonG™'s Avatar
 
elite*gold: 0
The Black Market: 130/2/1
Join Date: Oct 2011
Posts: 3,360
Received Thanks: 826
hast du noch die alte serverinfo ?

wenn ja schick mir die serverinfo die im Client war bevor du sie bearbeitet hast.
.BonG™ is offline  
Old 11/17/2011, 20:22   #5

 
.RUGrinox's Avatar
 
elite*gold: 221
Join Date: Sep 2009
Posts: 1,832
Received Thanks: 347
PHP Code:
import os
import app
import locale
import debugInfo

CHINA_PORT 
50000
##PONG = 1234abcd5678efgh
IP "100.000.000.000"
##CH1P = 13000
##CH2P = 16000
##AUTHP = 11200
##SERVERNAME = "Servername"

if locale.IsEUROPE():
    
STATE_NONE "..."
                    
    
STATE_DICT = {
        
"ist offline",
        
"NORM",
        
"BUSY",
        
"FULL"
    
}

    
Server1 = {
        
1:{"key":11,"name":"CH1","ip":IP,"tcp_port":13000,"udp_port":13000,"state":STATE_NONE,},
        
2:{"key":12,"name":"CH2","ip":IP,"tcp_port":13001,"udp_port":13001,"state":STATE_NONE,},
    }

    
    
REGION_NAME_DICT = {
        
"GERMANY",        
    }

    
REGION_AUTH_SERVER_DICT = {
        
: {
            
: { "ip":IP"port":11002, },
    
        }        
    }

    
REGION_DICT = {
        
: {
            
: { "name" :"Servername""channel" Server1, },
        },
    }

    
MARKADDR_DICT = {
        
10 : { "ip" IP"tcp_port" 13000"mark" "10.tga""symbol_path" "10", },
    }

    
TESTADDR = { "ip" IP"tcp_port" 15000"udp_port" 15000, } 
.RUGrinox is offline  
Old 11/17/2011, 20:27   #6
 
.BonG™'s Avatar
 
elite*gold: 0
The Black Market: 130/2/1
Join Date: Oct 2011
Posts: 3,360
Received Thanks: 826
Hier bitte:

PHP Code:
import os
import app
import locale
import debugInfo

CHINA_PORT 
50000
##PONG = 1234abcd5678efgh
IP "5.22.125.245"
##CH1P = 13001
##CH2P = 13002
##AUTHP = 11002
##SERVERNAME = "Servername"

if locale.IsEUROPE():
    
STATE_NONE "..."
                    
    
STATE_DICT = {
        
"ist offline",
        
"NORM",
        
"BUSY",
        
"FULL"
    
}

    
Server1 = {
        
1:{"key":11,"name":"CH1","ip":IP,"tcp_port":13000,"udp_port":13000,"state":STATE_NONE,},
        
2:{"key":12,"name":"CH2","ip":IP,"tcp_port":13001,"udp_port":13001,"state":STATE_NONE,},
    }

    
    
REGION_NAME_DICT = {
        
"GERMANY",        
    }

    
REGION_AUTH_SERVER_DICT = {
        
: {
            
: { "ip":5.22.125.245"port":11002, },
    
        }        
    }

    
REGION_DICT = {
        
: {
            
: { "name" :"Servername""channel" Server1, },
        },
    }

    
MARKADDR_DICT = {
        
10 : { "ip" IP"tcp_port" 13000"mark" "10.tga""symbol_path" "10", },
    }

    
TESTADDR = { "ip" IP"tcp_port" 15000"udp_port" 15000, } 
.BonG™ is offline  
Thanks
1 User
Old 11/17/2011, 20:32   #7

 
.RUGrinox's Avatar
 
elite*gold: 221
Join Date: Sep 2009
Posts: 1,832
Received Thanks: 347
Is das Fertig oder muss ich dort noch was bearbeiten wenn ja was?
.RUGrinox is offline  
Old 11/17/2011, 20:50   #8
 
.BonG™'s Avatar
 
elite*gold: 0
The Black Market: 130/2/1
Join Date: Oct 2011
Posts: 3,360
Received Thanks: 826
ne alles fertig nur noch servername sonst nichts.

LG
.BonG™ is offline  
Old 11/17/2011, 20:52   #9

 
.RUGrinox's Avatar
 
elite*gold: 221
Join Date: Sep 2009
Posts: 1,832
Received Thanks: 347
Quote:
MARKADDR_DICT = {
10 : { "ip" : IP, "tcp_port" : 13000, "mark" : "10.tga", "symbol_path" : "10", },
}

TESTADDR = { "ip" : IP, "tcp_port" : 15000, "udp_port" : 15000, }
Quote:
Server1 = {
1:{"key":11,"name":"CH1","ip":IP,"tcp_port":13000, "udp_port":13000,"state":STATE_NONE,},
2:{"key":12,"name":"CH2","ip":IP,"tcp_port":13001, "udp_port":13001,"state":STATE_NONE,},
}
Muss man da keine IP eingeben. Weil es funktioniert immer noch nicht <.<
.RUGrinox is offline  
Old 11/17/2011, 21:04   #10
 
.BonG™'s Avatar
 
elite*gold: 0
The Black Market: 130/2/1
Join Date: Oct 2011
Posts: 3,360
Received Thanks: 826
upps sry ich habe was vergessen, hier ist die richtige serverinfo:

PHP Code:
import os
import app
import locale
import debugInfo

CHINA_PORT 
50000
##PONG = 1234abcd5678efgh
5.22.125.245 "5.22.125.245"
##CH1P = 13001
##CH2P = 13002
##AUTHP = 11002
##SERVERNAME = "Servername"

if locale.IsEUROPE():
    
STATE_NONE "..."
                    
    
STATE_DICT = {
        
"ist offline",
        
"NORM",
        
"BUSY",
        
"FULL"
    
}

    
Server1 = {
        
1:{"key":11,"name":"CH1","5.22.125.245":5.22.125.245,"tcp_port":13000,"udp_port":13000,"state":STATE_NONE,},
        
2:{"key":12,"name":"CH2","5.22.125.245":5.22.125.245,"tcp_port":13001,"udp_port":13001,"state":STATE_NONE,},
    }

    
    
REGION_NAME_DICT = {
        
"GERMANY",        
    }

    
REGION_AUTH_SERVER_DICT = {
        
: {
            
: { "5.22.125.245":5.22.125.245"port":11002, },
    
        }        
    }

    
REGION_DICT = {
        
: {
            
: { "name" :"Servername""channel" Server1, },
        },
    }

    
MARKADDR_DICT = {
        
10 : { "5.22.125.245" 5.22.125.245"tcp_port" 13000"mark" "10.tga""symbol_path" "10", },
    }

    
TESTADDR = { "5.22.125.245" 5.22.125.245"tcp_port" 15000"udp_port" 15000, } 
.BonG™ is offline  
Thanks
1 User
Old 11/17/2011, 21:09   #11

 
.RUGrinox's Avatar
 
elite*gold: 221
Join Date: Sep 2009
Posts: 1,832
Received Thanks: 347
Funktioniert nicht <.< Immer noch das Selbe Prob.
.RUGrinox is offline  
Old 11/17/2011, 22:25   #12
 
.BonG™'s Avatar
 
elite*gold: 0
The Black Market: 130/2/1
Join Date: Oct 2011
Posts: 3,360
Received Thanks: 826
ich erstelle dir morgen eine kommplett neue serverinfo die auch 100% funktioniert.

LG .BonG™
.BonG™ is offline  
Old 11/17/2011, 22:29   #13

 
.RUGrinox's Avatar
 
elite*gold: 221
Join Date: Sep 2009
Posts: 1,832
Received Thanks: 347
Schreib mir dann morgen ne Pn?
.RUGrinox is offline  
Old 11/17/2011, 22:34   #14
 
.BonG™'s Avatar
 
elite*gold: 0
The Black Market: 130/2/1
Join Date: Oct 2011
Posts: 3,360
Received Thanks: 826
ja mache ich.

#closerquest
.BonG™ is offline  
Old 11/18/2011, 01:00   #15
 
elite*gold: 5
Join Date: Apr 2009
Posts: 239
Received Thanks: 31
Hmm ich werde mich mal erkundigen
manu123187 is offline  
Reply


Similar Threads Similar Threads
[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:
Problem with client - Invalid Client
12/12/2009 - Dekaron - 1 Replies
So after neb's bypass was released I used it and it was working fine. Just recently, I was messing around with csv editing for mass spawns (unpacked datas, edited .csvs, etc). Before I could even test if it worked, it gave me a "invalid client - please reinstall" after character selection. -I have used CRC bypass from neb's bypass and it didn't work -I then used just normal without CRC and it didnt work -Used my legit client and it didn't work Any thoughts? Or should I re-edit all...



All times are GMT +2. The time now is 19:23.


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.