Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Making Channel

Junior Spellweaver
Joined
Jun 8, 2006
Messages
183
Reaction score
0
Location
cqwcqcw
Please, i need help for create the channel's premium, and war....

i make Five Channels
and i change this:

[WorldSvr]
ServerIdx=2
GroupIdx=1 < -- - i change this num (2,3,4,5)

in the menu channels show the five channel.

but i need cashserver for the worldsvr_24_03
and war for the worldsvr_24_04

what is the modificated for to the server run the two channels war, and premium? please hemlp me please :2gunsfiring_v1:
 
I don't understand :S this the game server, what change?


[NetLib]
Port=38170
SendMaxBufSize=65536
SendMaxBufSizeUserHandler=262144
SendMaxBufSizeLinkHandler=1048576
ProcessDataLimit=50000
MaxUserNum=2048
WatchsNoPackLimit=100000
SystemLogTTimeOut=100
ReactorTimeOut=-1
ConnectRetryTime=5000
ConnectRetryNum=50
LogLevel=3

[GlobalMgrSvr]
Timer=1:10000
WorldMaxUserNum=300
NoNotifyTimeLimit=60000
DefaultServerOpen=1
LoadServerAndChannelType=1

[DefaultServerCfg]
# Junior(ON),Warchannel(On)
ChannelType41=8
ChannelType42=8
MaxUserNum41=300
MaxUserNum42=300

# National
ChannelType36=16908368
ChannelType37=16908368
ChannelType38=16908368
ChannelType39=16908368
ChannelType40=16908368

# Personal
ChannelType43=16777296
ChannelType44=16777296
ChannelType45=16777296
ChannelType46=16777296
ChannelType47=16777296

ServerOpen36=1
ServerOpen37=1
ServerOpen38=1
ServerOpen39=1
ServerOpen40=1

ServerOpen43=1
ServerOpen44=1
ServerOpen45=1
ServerOpen46=1
ServerOpen47=1

# Max User
MaxUserNum36=250
MaxUserNum37=250
MaxUserNum38=250
MaxUserNum39=250
MaxUserNum40=250

MaxUserNum43=250
MaxUserNum44=250
MaxUserNum45=250
MaxUserNum46=250
MaxUserNum47=250

[Server24]
# Adult(On)
ChannelType01=1
MaxUserNum01=300



[DBAgent]
Addr=127.0.0.1
Port=38180


And, in this, don't change nothing?


[NetLib]
Port=38111
SendMaxBufSize=131072
SendMaxBufSizeUserHandler=131072
SendMaxBufSizeLinkHandler=1048576
ProcessDataLimit=10000
MaxUserNum=500
WatchsNoPackLimit=30000
UseEncryptPacket=1
SystemLogTTimeOut=100
ReactorTimeOut=100
DisableReactorPipe=1
ConnectRetryTime=5000
ConnectRetryNum=10
MemPoolUnitSizeClass=5
LogLevel=3

[WorldSvr]
ServerIdx=24
GroupIdx=1
GlobalTimer=4:10000,5:5000,7:3600000,22:60000,8:2000
WorldTimer=1:100,2:150,3:3000,6:60000,8:2000,9:10000,14:2000,16:200,20:200,21:200
CommonIniPath=Common.ini
IPAddress=192.168.2.99
UpdateInterval=300000

# UseCashShop
AllowCashShop=0

# UseGameGuardAuth
UseGameGuardAuth=0

# AddGameGuardName
AddGameGuardName=libggauth2.so.0

# GameGuardInterval
GameGuardInterval=180000
NoResponseTimeout=180000

# UseApex
UseApex=0

# ApexModulePath
#ApexModulePath=./ApexProxy.dll
ApexModulePath=./ApexProxy.so

#Nonclient
UseNonClientCheck=1
NonClientDisAdvantageRate=90

# ALZ_DBHACK_CHECK
UseAlzDbHackCheck=1
UseCutIfAlzDbHacked=1

UseLevDiffValueForExpCalc=0
UePartyMinExpForInvalidPartyMember=0

# HackCheckOption
UseCheckShopHack=1
UseCheckWarpHack=1
UseCheckWareHouseHack=1
UseCheckSkillCoolTimeHack=1
UseCheckDistanceSkillHack=1
UseBlessingBeadCheck=1
UseCheckDeadStatActive=1
UseHackcheckByTimeScope=1
UseCheckDMZArea=1
UseCheckInventoryHack=1

#GameOption
UseMobsChaseModify=1
UseCheckMissionIdx=1
UseHackUserDBSave=1
ExtraCount=5
UseCheckBelongItem=1
UsePvpBetting=0

#TimeOption
SpeedHackCheckTime=10000
MaxAttackHackTime=300000
CheckSkillTimeHackScope=60000

#CountOption
ActiveDeadStatCount=30
UseCheckUserAttack=1
UseDropDiscount=1

## Anti-OnlineGameSystem
UseAntiOnlineGameAddictionSystem=1 ### LS = 0 , ITS = 1
InstantPlayTimeClearIntervalMin=300
InstantPlayTimeNotifyIntervalMin=1
advantageBoundaryTime0=10800
advantageBoundaryTime1=18000
InstantPlayTimeDebugMultiple=1

#InstantWar
UseInstantWarNationReward=1

[DBAgent]
Addr=127.0.0.1
Port=38181

[GlobalMgrSvr]
Addr=127.0.0.1
Port=38170

[CashDBAgent]
Addr=127.0.0.1
Port=38190

[ChatNode]
AddrForServer=127.0.0.1
AddrForClient=127.0.0.1
Port=38121
 
Upvote 0
GlobalMgrSvr.ini...

Code:
[Server24]
# Adult(On)
ChannelType01=1
MaxUserNum01=300

Change to...
Code:
[Server24]
# Adult(On)
ChannelType01=0
MaxUserNum01=300
ChannelType02=0
MaxUserNum02=300
ChannelType03=1
MaxUserNum03=300
ChannelType04=4
MaxUserNum04=300
ChannelType05=8
MaxUserNum05=300

Chan 1 & 2 are normal channels, 3 is PK, 4 is premium and 5 is war. That is all you need to change.

If you are going to use war maps make sure you have fabby's war map d/c fix.
http://forum.ragezone.com/showthread.php?t=459320
 
Upvote 0
Back