Hallo epvp ich habe eine Frage wie kann ich bei Marcoa´s client andere channel freischalten wenn ich auch CH2 draufgehe steht da "Dieser Channel ist leider Voll..." Hilfe pls
import os
import app
import locale
import debugInfo
CHINA_PORT = 50000
CH1P = 13000 = port von ch1
CH2P = 13001 = port von ch2
CH3P = 13002 = ""
CH4P = 13003 = ""
AUTHP = 11002 = Port vom Autserver = login Server
IP = open("serverip.cfg", "r").readline()
SERVERNAME = open("servername.cfg", "r").readline()
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, }
HOSTNAME: channel1_1
CHANNEL: 1
PORT: 13000 = port ch1 diesen in der Serverinfo.py eintragen !!
P2P_PORT: 9999
DB_PORT: 8000
DB_ADDR: localhost
MAP_ALLOW: 1 3 10 71 12 66 70 104 108 109 113 67 2 4 5 6 7 8 11 24 241
TABLE_POSTFIX:
PASSES_PER_SEC: 25
SAVE_EVENT_SECOND_CYCLE: 180
PING_EVENT_SECOND_CYCLE: 60
PLAYER_SQL: localhost mt2 metin2 player
COMMON_SQL: localhost mt2 metin2 common
LOG_SQL: localhost mt2 metin2 log
LOCALE_SERVICE: germany
#TEST_SERVER: 1
#NO_PK: 1
MALL_URL: epvp.com
adminpage_ip1: localhost
admin_page_password: test
VIEW_RANGE: 20000
MAX_LEVEL: 250
CHECK_MULTIHACK 1
speedhack_limit_count: 10
speedhack_limit_bonus: 10
spam_block_duration: 10
spam_block_score: 10
spam_block_reload_cycle: 10
spam_block_max_level: 90
protect_normal_player: 1
#hackshield_enable: 1
#hackshield_first_check_time: 10
#hackshield_check_cycle_time: 10
traffic_profile: 1
empire_whisper: 1
user_limit: 1000