Estou rodando um server de Mu Season 6 Ep1 e não estou conseguindo setar a sala como PVP.
Pesquisando, descobri que o parametro responsavel pela qualificação do tipo de sala é a "ServerCode", descobri também alguns values referentes. Ex. 0=NonPVP, 19=VIP, 25=PVP.
De fato, depois de ter alterado os ServerCodes de 0 para 25, sumiu o NonPVP do nome da sala ao logar, porem, ainda não consigo diferir golpes contra outros players.
Segue minha configuração atual dos arquivos responsaveis pelo ServerCode:
Grato!
//ServerList.dat begin
"C:\MuServer\ConnectServer\Data\ServerList.dat"
25 "muh" "xxx.xxx.xxx.xxx" 55901 "SHOW"
19 "muh-CS" "xxx.xxx.xxx.xxx" 55919 "HIDE"
//ServerList.dat end
//MapServerInfo.dat begin
"C:\MuServer\data\MapServerInfo.dat"
// ServerCode MapServerGroup InitSetting IpAddress PortNum
0
25 0 1 sxxx.xxx.xxx.xxx 55901
19 0 0 sxxx.xxx.xxx.xxx 55919
end
// ServerCode MoveAbleOption Map DestServerCode
1
25 0 30 19
25 0 31 19
25 0 34 19
25 0 41 19
25 0 42 19
19 1 30 -1
19 1 31 -1
19 1 34 -1
19 1 41 -1
19 1 42 -1
//MapServerInfo.dat end
//ServerInfo.dat begin
"C:\MuServer\GameServer\DATA\ServerInfo.dat"
[GameServerInfo]
ServerName = PVP
ServerCode = 25
NonPK = 0
PkLimitFree = 1
ConnectMemberLoad = 0
//ServerInfo.dat end