|
You last visited: Today at 13:53
Advertisement
[HELP] Channels Saying "..." instead of "NORM"
Discussion on [HELP] Channels Saying "..." instead of "NORM" within the Metin2 Private Server forum part of the Metin2 category.
09/02/2013, 15:37
|
#1
|
elite*gold: 0
Join Date: Aug 2013
Posts: 6
Received Thanks: 0
|
[HELP] Channels Saying "..." instead of "NORM"
Basically I can log in in these channels and everything, it was my first time adding channels in metin2, had some troubles but it's okay now, the problem now is these "..." you can see in CH2,CH3,CH4,CH5,CH6, I want this to show as "NORM" so people can know it's online.
CH2 came with the serverfiles, this is Lauling V3 and CH2 has this bug aswell.
|
|
|
09/02/2013, 15:46
|
#2
|
elite*gold: 40
Join Date: Nov 2009
Posts: 1,159
Received Thanks: 442
|
You have to change your STATE_NONE in serverinfo.py and do not forget, that the channels have to be online.
|
|
|
09/02/2013, 15:50
|
#3
|
elite*gold: 0
Join Date: Aug 2013
Posts: 6
Received Thanks: 0
|
They are all online,
I don't see a point changing STATE_NONE as I dont always want to have all channels online, I want the client to tell me if they are online or not.
With my debugging skills I did this:
SenselessMT2 = {
1:{"key":11,"name":"CH1","ip":"192.168.5.100","tcp _port":13001,"udp_port":13001,"state":STATE_NONE,} ,
2:{"key":11,"name":"CH2","ip":"192.168.5.100","tcp _port":13000,"udp_port":13000,"state":STATE_NONE,} ,
3:{"key":11,"name":"CH3","ip":"192.168.5.100","tcp _port":13002,"udp_port":13002,"state":STATE_NONE,} ,
4:{"key":11,"name":"CH4","ip":"192.168.5.100","tcp _port":13003,"udp_port":13003,"state":STATE_NONE,} ,
5:{"key":11,"name":"CH5","ip":"192.168.5.100","tcp _port":13004,"udp_port":13004,"state":STATE_NONE,} ,
6:{"key":11,"name":"CH6","ip":"192.168.5.100","tcp _port":13005,"udp_port":13005,"state":STATE_NONE,} ,
}
I changed CH1 with CH2 and I noticed that now the original CH2 (13001) shows as "NORM" and the original CH1 that showed as "NORM" shows as "..." or "TEST"(because I changed STATE_NONE to TEST and 0 to EMPTY)
Here's serverinfo.py
Code:
import os
import app
import locale
import debugInfo
CHINA_PORT = 50000
##IP = "25.146.51.100"
##CH1PORT = 13000
##AUTHPORT = 11002
##SERVERNAME = "Instant 2012"
if locale.IsEUROPE():
STATE_NONE = "TEST"
STATE_DICT = {
0 : "EMPTY",
1 : "NORMAL",
2 : "BUSY",
3 : "FULL"
}
SenselessMT2 = {
1:{"key":11,"name":"CH1","ip":"192.168.5.100","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,},
2:{"key":11,"name":"CH2","ip":"192.168.5.100","tcp_port":13001,"udp_port":13001,"state":STATE_NONE,},
3:{"key":11,"name":"CH3","ip":"192.168.5.100","tcp_port":13002,"udp_port":13002,"state":STATE_NONE,},
4:{"key":11,"name":"CH4","ip":"192.168.5.100","tcp_port":13003,"udp_port":13003,"state":STATE_NONE,},
5:{"key":11,"name":"CH5","ip":"192.168.5.100","tcp_port":13004,"udp_port":13004,"state":STATE_NONE,},
6:{"key":11,"name":"CH6","ip":"192.168.5.100","tcp_port":13005,"udp_port":13005,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "GERMANY",
}
REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"192.168.5.100", "port":11002, },
}
}
REGION_DICT = {
0 : {
1 : { "name" :"SenselessMT2", "channel" : SenselessMT2, },
},
}
MARKADDR_DICT = {
10 : { "ip" : "192.168.5.100", "tcp_port" : 13000, "mark" : "10.tga", "symbol_path" : "10", },
}
TESTADDR = { "ip" : "192.168.5.100", "tcp_port" : 13000, "udp_port" : 13000, }
|
|
|
09/02/2013, 18:18
|
#4
|
elite*gold: 11
Join Date: Nov 2010
Posts: 1,709
Received Thanks: 3,828
|
You have to open ports 13000 - 13005 for UDP traffic.
|
|
|
All times are GMT +1. The time now is 13:55.
|
|