Código:
Channel Types
1 = normal
2 = PK
3 = Premium
4 = War
5 = TG
abra:
/etc/cabal/templates/Mercury
e substitua por isso:
Código
GlobalDBAgent
GlobalMgrSvr
CashDBAgent
DBAgent_01
ChatNode_01
WorldSvr_01_01
WorldSvr_01_02
WorldSvr_01_03
WorldSvr_01_04
WorldSvr_01_10
LoginSvr_01
Abra /etc/cabal/templates/GlobalMgrSvr.cfg
Procure por:
código
# Mercury - 1 channel setup
# Channel 1 (Novice) - Normal
[server01]
ChannelType01=0
MaxUserNum01=100
Substitue por isso
Codigo
# Mercury - 5 channel setup
# Channel 1 - Normal
# Channel 2 - PK
# Channel 3 - Premium
# Channel 4 - War
# Channel 10 - TG
[server01]
ChannelType01=0
MaxUserNum01=100
ChannelType02=1
MaxUserNum02=100
ChannelType03=4
MaxUserNum03=100
ChannelType04=8
MaxUserNum04=100
ChannelType10=16908368
MaxUserNum10=100
Abra:
/home/cabal/cabal_config.sh
Procure por:
Código:
echo -e "\nConfigurations available :"
echo " 1 - Mercury (1 chan. Normal)"
Substitue por:
echo -e "\nConfigurations available :"
echo " 1 - Mercury (5 chan. Normal/PK/Prem/War/TG)"
Procure por:
Código:
if [ $configtype == "1" ]; then
cfgfile=Mercury
channels=1
Substitue por:
Código:
if [ $configtype == "1" ]; then
cfgfile=Mercury
channels=5
tg_chan=1
nem sei de quem é os creditos tem tempo que tenho isso no pc...