Register for your free account! | Forgot your password?

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

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

Advertisement



Serverinfo.py DNS ! Hilfe

Discussion on Serverinfo.py DNS ! Hilfe within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
jealousyfanzz's Avatar
 
elite*gold: 0
Join Date: Aug 2011
Posts: 102
Received Thanks: 14
Unhappy Serverinfo.py DNS ! Hilfe

Hey epvp.

Ich benutze den Clienten und die SF von Icebeatzz und habe ein problem mit der serverinfo.py was muss ich bei der Server IP eintragen ?
Mit meiner No-ip.org adresse habe ich das schon versucht und mit der Ip auf funkt alles nicht kommt immer Fehler beim verbinden mit Server

Code:
import os
import app
import locale
import debugInfo

CHINA_PORT = 50000

if locale.IsEUROPE():
	STATE_NONE = "OFFLINE"
					
	STATE_DICT = {
		0 : "lost connect",
		1 : "ONLINE",
		2 : "ONLINE",
		3 : "CH FULL"
	}

	IgorGlock_serverinfo_Generator = {
		1:{"key":11,"name":"Channel 1","ip":"Meine IP","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,},
	
		2:{"key":12,"name":"Channel 2","ip":"Meine IP","tcp_port":13001,"udp_port":13001,"state":STATE_NONE,},
	
		#3:{"key":13,"name":"Channel 3","ip":"Meine IP","tcp_port":13003,"udp_port":13003,"state":STATE_NONE,},
	
		#4:{"key":14,"name":"Channel 4","ip":"Meine IP","tcp_port":13004,"udp_port":13004,"state":STATE_NONE,},
	
	}
	
	REGION_NAME_DICT = {
		0 : "GERMANY",		
	}

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

	REGION_DICT = {
		0 : {
			1 : { "name" :"Icebeatzz", "channel" : IgorGlock_serverinfo_Generator, },						
		},
	}

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

	TESTADDR = { "ip" : "Meine IP", "tcp_port" : 50000, "udp_port" : 50000, }
jealousyfanzz is offline  
Old 10/09/2012, 21:40   #2
 
Lauling's Avatar
 
elite*gold: 315
Join Date: Jun 2012
Posts: 5,158
Received Thanks: 4,814
musst mit surakopf.exe connecten und dafür muss die serverip anders aussehen!

nimm diese:

PHP Code:
import os
import app
import locale
import debugInfo

CHINA_PORT 
50000
CH1P 
13000
CH2P 
13001
CH3P 
13002
CH4P 
13003
AUTHP 
11002
IP 
open("serverip.cfg""r").readline()
SERVERNAME open("servername.cfg""r").readline()
if 
locale.IsEUROPE():
    
STATE_NONE "..."
                    
    
STATE_DICT = {
        
"ist offline",
        
"NORM",
        
"BUSY",
        
"FULL"
    
}

    
Server1 = {
        
1:{"key":11,"name":"CH1","ip":IP,"tcp_port":CH1P,"udp_port":CH1P,"state":STATE_NONE,},
        
2:{"key":12,"name":"CH2","ip":IP,"tcp_port":CH2P,"udp_port":CH2P,"state":STATE_NONE,},
        
3:{"key":12,"name":"CH3","ip":IP,"tcp_port":CH3P,"udp_port":CH3P,"state":STATE_NONE,},
        
4:{"key":12,"name":"CH4","ip":IP,"tcp_port":CH4P,"udp_port":CH4P,"state":STATE_NONE,},
    }

    
    
REGION_NAME_DICT = {
        
"GERMANY",        
    }

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

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

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

    
TESTADDR = { "ip" IP"tcp_port" 15000"udp_port" 15000, } 
mfg

edit: hahaha hab deine ip gesehen ^^
Lauling is offline  
Thanks
1 User
Old 10/09/2012, 21:44   #3
 
jealousyfanzz's Avatar
 
elite*gold: 0
Join Date: Aug 2011
Posts: 102
Received Thanks: 14
Quote:
Originally Posted by Lauling View Post
musst mit surakopf.exe connecten und dafür muss die serverip anders aussehen!

nimm diese:

PHP Code:
import os
import app
import locale
import debugInfo

CHINA_PORT 
50000
CH1P 
13000
CH2P 
13001
CH3P 
13002
CH4P 
13003
AUTHP 
11002
IP 
open("serverip.cfg""r").readline()
SERVERNAME open("servername.cfg""r").readline()
if 
locale.IsEUROPE():
    
STATE_NONE "..."
                    
    
STATE_DICT = {
        
"ist offline",
        
"NORM",
        
"BUSY",
        
"FULL"
    
}

    
Server1 = {
        
1:{"key":11,"name":"CH1","ip":IP,"tcp_port":CH1P,"udp_port":CH1P,"state":STATE_NONE,},
        
2:{"key":12,"name":"CH2","ip":IP,"tcp_port":CH2P,"udp_port":CH2P,"state":STATE_NONE,},
        
3:{"key":12,"name":"CH3","ip":IP,"tcp_port":CH3P,"udp_port":CH3P,"state":STATE_NONE,},
        
4:{"key":12,"name":"CH4","ip":IP,"tcp_port":CH4P,"udp_port":CH4P,"state":STATE_NONE,},
    }

    
    
REGION_NAME_DICT = {
        
"GERMANY",        
    }

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

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

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

    
TESTADDR = { "ip" IP"tcp_port" 15000"udp_port" 15000, } 
mfg

edit: hahaha hab deine ip gesehen ^^
Ok danke ich versuchs mal
Ohh man jetz kann ich sie ändern
jealousyfanzz is offline  
Reply


Similar Threads Similar Threads
Serverinfo.py hilfe!
08/27/2012 - Metin2 Private Server - 1 Replies
Öööh ja kann mir jemand helfen? bei meiner serveinfo? ich weiß nicht was ich da alles eintragen soll bei den ports hamachi ip : 5.105.9.48 (5.105.9.100) Danke ! Thx im vorraus virustest :
Serverinfo.py Hilfe
07/11/2011 - Metin2 Private Server - 0 Replies
Hey Community, könnte mir jemand sagen was an dieser Serverinfo falsch ist ? import os import app import locale import debugInfo CHINA_PORT = 50000
[HILFE]Serverinfo.py
01/03/2011 - Metin2 Private Server - 5 Replies
Hallo Com., wollte mal fragen ob mir jemand die serverinfo.py für den neonblue client 4.5 mit der ip von edgmt2 schicken könnte hab auch schon versucht es selber zu machen aber es kommt immer nur "fehler beim verbinden mit dem server". Währe echt nett wenn sich einer Melden würde.
[Hilfe]Serverinfo.py
07/09/2010 - Metin2 Private Server - 6 Replies
Moin Leute, Ich hab ein Problem und zwar hab ich ne serverinfo.py gemacht alles einwandfrei komme selbst rein usw. Das Prob. ist wenn mein Kumpel auf dem Server connecten will bekommt er nach Char-Auswahl kick. Habt ihr villeicht eine Lösung?
Hilfe mit Serverinfo
05/24/2010 - Metin2 Private Server - 9 Replies
Hallo. Ich brauche Hilfe! Ich versuche, eine Serverinfo für Neon Blues zu machen. Leider ist es eine Multi- Serverinfo, und es will nicht klappen. Gebe natürlich thx. BITTE HELFT MIR! MEGAUPLOAD - The leading online storage and file delivery service ( brauche Server 25! also Diwang2. Rest könnt ihr löschen, also kürzen alles, weil soviele Server passen nicht in den Client von Neon Blue!)



All times are GMT +1. The time now is 12:38.


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