Morgen,
habe Gestern ein paar Stunden rumprobiert, bin jedoch nicht auf eine Lösung gekommen.
Ich möchte noch ein paar Channel hinzufügen, hab soweit ich weiß auch alles beachtet.
Wenn ich mich aber mit einem Acc CH1 und dem anderen CH2 einlogge landen sie auf dem Selben Channel.
Wie die Channel Folder aussehen (Bsd. Ch3, Reiche): Bitte melden Sie sich an, um dieses Bild zu sehen.
ServerInfo, Channel Dict
Code
- SERVER1_CHANNEL_DICT = {
- 1:{'key':11,'name':'|cff888888|hChannel1','ip':'25.60.4.100','tcp_port':13001,'udp_port':13001,'state':STATE_NONE,}, #13001 = Channel1/Reiche
- 2:{'key':12,'name':'|cff888888|hChannel2','ip':'25.60.4.100','tcp_port':13002,'udp_port':13002,'state':STATE_NONE,}, #13002 = Channel2/Reiche
- 3:{'key':13,'name':'|cff888888|hChannel3','ip':'25.60.4.100','tcp_port':13003,'udp_port':13003,'state':STATE_NONE,}, #13003 = Channel3/Reiche
- }
Server Config's (Nur Reiche Core sonst zu viel)
Channel1:
Code
- HOSTNAME: channel1
- CHANNEL: 1
- PORT: 13001
- P2P_PORT: 14001
- DB_PORT: 92378
- DB_ADDR: localhost
- MAP_ALLOW: 41 43 44
- PASSES_PER_SEC: 25
- SAVE_EVENT_SECOND_CYCLE: 180
- PING_EVENT_SECOND_CYCLE: 180
- PLAYER_SQL: localhost core fliege player
- COMMON_SQL: localhost core fliege common
- LOG_SQL: localhost core fliege log
- LOCALE_SERVICE: germany
- NO_PK: 1
- VIEW_RANGE: 8000
- CHECK_MULTIHACK: 0
- MAX_LEVEL: 105
Channel2:
Code
- HOSTNAME: channel2
- CHANNEL: 2
- PORT: 13002
- P2P_PORT: 14002
- DB_PORT: 92378
- DB_ADDR: localhost
- MAP_ALLOW: 41 43 44
- PASSES_PER_SEC: 25
- SAVE_EVENT_SECOND_CYCLE: 180
- PING_EVENT_SECOND_CYCLE: 180
- PLAYER_SQL: localhost core fliege player
- COMMON_SQL: localhost core fliege common
- LOG_SQL: localhost core fliege log
- LOCALE_SERVICE: germany
- NO_PK: 1
- VIEW_RANGE: 8000
- CHECK_MULTIHACK: 0
- MAX_LEVEL: 105
Channel3:
Code
- HOSTNAME: channel3
- CHANNEL: 3
- PORT: 13003
- P2P_PORT: 14003
- DB_PORT: 92378
- DB_ADDR: localhost
- MAP_ALLOW: 41 43 44
- PASSES_PER_SEC: 25
- SAVE_EVENT_SECOND_CYCLE: 180
- PING_EVENT_SECOND_CYCLE: 180
- PLAYER_SQL: localhost core fliege player
- COMMON_SQL: localhost core fliege common
- LOG_SQL: localhost core fliege log
- LOCALE_SERVICE: germany
- NO_PK: 1
- VIEW_RANGE: 8000
- CHECK_MULTIHACK: 0
- MAX_LEVEL: 105
Warum nun lande ich immer nur auf einem Channel?
Und warum starten die Reiche Core's nicht anständig aber sind dann trzd. online?
Danke für jede Hilfe, hab nicht so wirklich viel dazu online finden können.