• Bem vindo à nossa comunidade - Quer se juntar ao resto dos nossos membros? Registre-se*Registros aprovados pela adminitração

Canais

Suzi

Usuário XPZ
Como que eu posso adiconar canais no cabal
default_ohmy.png
 

[ADM]DadinhO

Delta XPZ
No WINCSP:

abra:

/etc/cabal/templates/Mercury

e substitua por isso:

Citar

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:

Citar

# Mercury - 1 channel setup

# Channel 1 (Novice) - Normal

[server01]

ChannelType01=0

MaxUserNum01=100

Substitue por isso

Citar

# 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:

Citar

echo -e "\nConfigurations available :"

echo " 1 - Mercury (1 chan. Normal)"

Substitue por:

Citar

echo -e "\nConfigurations available :"

echo " 1 - Mercury (5 chan. Normal/PK/Prem/War/TG)"

Procure por:

Citar

if [ $configtype == "1" ]; then

  cfgfile=Mercury

  channels=1

Substitue por:

Citar

if [ $configtype == "1" ]; then

  cfgfile=Mercury

  channels=5

  tg_chan=1

Bjunda!
 
Topo Bottom