Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server
You last visited: Today at 07:22

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

Advertisement



serverinfo.py (daroo)

Discussion on serverinfo.py (daroo) within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2012
Posts: 204
Received Thanks: 23
serverinfo.py (daroo)

Guten Tag, ich habe meine Serverinfo.py im client bearbeitet weil ja sonst man das nur im Ordner schreiben muss bei Serverip.cfg und servername.cfg also wollte ich das zur normalen machen habe dies getan und der Client sagt jetzt das:





meine serverinfo.py:

PHP Code:
import os 
import app 
import locale 
import debugInfo 

CHINA_PORT 
50000 
CH1P 
13001 
CH2P 
13002 
CH3P 
13003 
CH4P 
13004 
AUTHP 
11002 
IP 
"GEÄNDERT WEGEN EPVP" 
SERVERNAME "GEÄNDERT WEGEN EPVP" 
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" Channel1, }, 
}, 


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


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


MFG Thetobinator21
Thetobinator21 is offline  
Old 05/01/2015, 23:05   #2
 
Poccix's Avatar
 
elite*gold: 44
Join Date: Dec 2009
Posts: 1,696
Received Thanks: 3,833
Achte auf Einrückungen.
Code:
import os  
import app  
import locale  
import debugInfo  

CHINA_PORT = 50000  
CH1P = 13001  
CH2P = 13002  
CH3P = 13003  
CH4P = 13004  
AUTHP = 11002  
IP = "GEÄNDERT WEGEN EPVP"  
SERVERNAME = "GEÄNDERT WEGEN EPVP"  
if locale.IsEUROPE():  
	STATE_NONE = "..."  

	STATE_DICT = {  
		0 : "ist offline",  
		1 : "NORM",  
		2 : "BUSY",  
		3 : "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 = {  
		0 : "GERMANY",   
	}  

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

	REGION_DICT = {  
		0 : {  
			1 : { "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, }
Poccix is offline  
Old 05/01/2015, 23:49   #3
 
elite*gold: 0
Join Date: Dec 2012
Posts: 204
Received Thanks: 23
Geht leider immer noch nix

Edit: Hab jetzt noch probiert alles zu bearbeitet aber es geht immer noch nicht.
Thetobinator21 is offline  
Reply


Similar Threads Similar Threads
[Frage]Daroo 2013er Client "Serverinfo.py" so bearbeiten
12/27/2014 - Metin2 Private Server - 7 Replies
Hallo liebe Community, ich möchte meine "Serverinfo.py" Datei so bearbeiten dass ich die Surakopf.exe und die 2 "serverip" und "servername" Dateien nicht mehr brauche? weiß da einer ne Lösung? :) Greetz, PRoTHoRaX Wo muss ich da die IP und ggf die Netmask usw. einfügen? import os import app import locale
[Daroo Client]Serverinfo.py funktioniert nicht
09/03/2014 - Metin2 Private Server - 0 Replies
Hi, da der Daroo Client den Servernamen und die IP aus einer config direkt im Hauptverzeichnis des Clients lädt, habe ich es mit folgender serverinfo.py versucht : import os import app import locale import debugInfo CHINA_PORT = 50000 ##PONG = 1234abcd5678efgh IP = "5.135.68.57"
daroo serverinfo.py gesucht :p
12/06/2012 - Metin2 Private Server - 5 Replies
kann mir jemand ne daroo serverinfo.py posten :) kriegtn thanks :) Danke im vorraus :p
[SUCHE] serverinfo.py für daroo files
08/17/2012 - Metin2 Private Server - 5 Replies
wie gesagt brauche ich die serverinfo.py für daroo files!
Daroo CLient - Nur Daroo Serverfiles?
08/13/2012 - Metin2 Private Server - 3 Replies
Hay, eine Frage Habe den Daroo Client, gehen da nur die Serverfiles von Daroo danke um antwort



All times are GMT +1. The time now is 07:24.


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.