Register for your free account! | Forgot your password?

You last visited: Today at 08:22

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

Advertisement



Multiclient help

Discussion on Multiclient help within the Metin2 Private Server forum part of the Metin2 category.

Closed Thread
 
Old   #1
 
HeartBeatzZ's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 1,378
Received Thanks: 117
Multiclient help

Hey habe den multi client von marco_a gedownloaden wie soll ich die server info.pyin der root datei anpassen meine hamachi ip ist 5.186.12.236

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, } 
HeartBeatzZ is offline  
Old 01/14/2012, 03:09   #2
 
Michael_X's Avatar
 
elite*gold: 4
Join Date: Feb 2011
Posts: 1,878
Received Thanks: 1,350
Viel Spaß damit

PHP Code:
import os
import app
import locale
import debugInfo

CHINA_PORT 
50000

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

    
IgorGlock_serverinfo_Generator = {
        
1:{"key":11,"name":"Channel 1","ip":"5.186.12.236","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,},
    
        
2:{"key":12,"name":"Channel 2","ip":"5.186.12.236","tcp_port":16000,"udp_port":16000,"state":STATE_NONE,},
    
        
3:{"key":13,"name":"Channel 3","ip":"5.186.12.236","tcp_port":18000,"udp_port":18000,"state":STATE_NONE,},
    
        
4:{"key":14,"name":"Channel 4","ip":"5.186.12.236","tcp_port":20000,"udp_port":20000,"state":STATE_NONE,},
    }
    
    
REGION_NAME_DICT = {
        
"GERMANY",        
    }

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

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

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

    
TESTADDR = { "ip" "210.123.10.153""tcp_port" 50000"udp_port" 50000, } 
Michael_X is offline  
Old 01/14/2012, 03:19   #3
 
HeartBeatzZ's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 1,378
Received Thanks: 117
lol kommt fehler meldeung
HeartBeatzZ is offline  
Old 01/14/2012, 03:26   #4
 
elite*gold: 0
Join Date: Jun 2009
Posts: 111
Received Thanks: 3
Bis du das mädchen aufem bild dann helf ich dir gerne bis du es nicht dann helfe ich dir nicht
hanswurst123456789 is offline  
Old 01/14/2012, 03:29   #5
 
Michael_X's Avatar
 
elite*gold: 4
Join Date: Feb 2011
Posts: 1,878
Received Thanks: 1,350
Moment, bekommst´ gleich nochmal eine neue ^^

Quote:
Bis du das mädchen aufem bild dann helf ich dir gerne bis du es nicht dann helfe ich dir nicht
omg
Michael_X is offline  
Old 01/14/2012, 03:32   #6
 
elite*gold: 0
Join Date: Jun 2009
Posts: 111
Received Thanks: 3
warum versuche mir ne klar zu machen xD
hanswurst123456789 is offline  
Old 01/14/2012, 10:30   #7





 
Marcoly's Avatar
 
elite*gold: 0
The Black Market: 1196/3/0
Join Date: May 2011
Posts: 10,932
Received Thanks: 11,779
PHP Code:
import os
import app
import locale
import debugInfo

CHINA_PORT 
50000
##PONG = 1234abcd5678efgh
IP "5.186.12.236"
##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, } 
MfG Marco_A
Marcoly is offline  
Thanks
1 User
Old 01/14/2012, 13:35   #8
 
HeartBeatzZ's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 1,378
Received Thanks: 117
danke marco.

Und hanswurst123456789
NEin!
Closed pls
HeartBeatzZ is offline  
Closed Thread




All times are GMT +1. The time now is 08:23.


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.