Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

EP8 Nation War

Joined
Aug 3, 2011
Messages
963
Reaction score
507
Before i start, i would like to thanks to Disconnect1 for giving some hints to open all the nation war levels on EP8.

This is my GlobalMgrSvr, you can copy it if you want ;)

[NetLib]
Port=38170
SendMaxBufSize=65536
SendMaxBufSizeUserHandler=2097152
SendMaxBufSizeLinkHandler=1048576
ProcessDataLimit=50000
MaxUserNum=1500
WatchsNoPackLimit=100000
SystemLogTTimeOut=100
ReactorTimeOut=-1
ConnectRetryTime=5000
ConnectRetryNum=20
LogLevel=3
MemPoolUnitSizeClass=2

[GlobalMgrSvr]
Timer=1:10000,2:300000
WorldMaxUserNum=250
NoNotifyTimeLimit=60000
DefaultServerOpen=1
LoadServerAndChannelType=1


SubPasswordCheckIntervalMinute=60
SubPasswordCheckMaxCount=20

[DefaultServerCfg]
# Trade
ChannelType01=1024

#War 52-79 (WorldSvr_01_04)
EntryLimitLevel04=52:27
EntryLimitRank04=1:6
ChannelType04=16781392
#ServerOpen04=1
#MaxUserNum04=250

#War 80-109 (WorldSvr_01_05)
EntryLimitRank05=1:9
EntryLimitLevel05=80:29
ChannelType05=33558608
#ServerOpen05=1
#MaxUserNum05=250

#War 110-139 (WorldSvr_01_06)
EntryLimitRank06=1:9
EntryLimitLevel06=110:29
ChannelType06=50335824
#ServerOpen06=1
#MaxUserNum06=250

# War 140-169 (WorldSvr_01_07)
EntryLimitRank07=1:9
EntryLimitLevel07=140:29
ChannelType07=67113040
#ServerOpen07=1
#MaxUserNum07=250

#War 170-190 (WorldSvr_01_08)
EntryLimitRank08=1:9
EntryLimitLevel08=170:20
ChannelType08=83890256


Laungues=38653


[Server128]
ChannelType01=32
ServerType=16
[DBAgent]
Addr=127.0.0.1
Port=38180

[RockAndRoll]
Interval=3600000
RARAddress=127.0.0.1
RARPortNum=32001
Type=0

I highlighted what i added on my GlobalMgrSvr , which means i added 5 channels to enable it.

As you can see, #War 52-79 (WorldSvr_01_04) which means:

WorldSvr_01_04 = Channel for Nation war (lvl 52-79)
WorldSvr_01_05 = Channel for Nation war (lvl 80-109)
WorldSvr_01_06 = Channel for Nation war (lvl 110-139)
WorldSvr_01_07 = Channel for Nation war (lvl 140-169)
WorldSvr_01_08 = Channel for Nation war (lvl 170-190)

How to add channel?
Just copy the WorldSvr_01_08 on repack and rename the file like WorldSvr_01_07 , WorldSvr_01_06 , WorldSvr_01_05 , WorldSvr_01_04

Edit the GroupIdx=8 inside your WorldSvr_01_0x

If you are inside the WorldSvr_01_07 , your GroupIdx should be = 7

Don't forget to edit the port inside the WorldSvr_01_0x

run this in putty to create a link for your new channel:

ln -sf /usr/bin/WorldSvr /usr/bin/WorldSvr_01_04
ln -sf /etc/init.d/cabal_server /etc/init.d/WorldSvr_01_04

ln -sf /usr/bin/WorldSvr /usr/bin/WorldSvr_01_0
ln -sf /etc/init.d/cabal_server /etc/init.d/WorldSvr_01_05

ln -sf /usr/bin/WorldSvr /usr/bin/WorldSvr_01_06
ln -sf /etc/init.d/cabal_server /etc/init.d/WorldSvr_01_06

ln -sf /usr/bin/WorldSvr /usr/bin/WorldSvr_01_087
ln -sf /etc/init.d/cabal_server /etc/init.d/WorldSvr_01_07

ln -sf /usr/bin/WorldSvr /usr/bin/WorldSvr_01_08
ln -sf /etc/init.d/cabal_server /etc/init.d/WorldSvr_01_08
 

MuP

Skilled Illusionist
Joined
Aug 10, 2008
Messages
331
Reaction score
60
Is this properly working, official like ? I mean .
 
Newbie Spellweaver
Joined
Nov 21, 2012
Messages
30
Reaction score
3
Can some1 pls tell me where can i change wexp after tg?I mean wexp for change honor points with Morison officer on port lux.And what is mob ID for legacy guardian S , M , L??
 
Elite Diviner
Joined
Aug 23, 2012
Messages
406
Reaction score
99
brad mikkomoley, how about the command for NW schedules like ep2 (cabal_TG add xx xx)?
 
Newbie Spellweaver
Joined
Apr 7, 2009
Messages
59
Reaction score
3
The TG channels are already there but not activated.

# Limit Rank war
EntryLimitRank07=1:9
EntryLimitLevel07=140:29
ChannelType07=67113040
EntryLimitRank08=1:9
EntryLimitLevel08=170:20
ChannelType08=83890256
#EntryLimitRank03=1:6
#EntryLimitRank04=1:9
#EntryLimitRank05=1:9
#EntryLimitLevel03=52:27
#EntryLimitLevel04=80:29
#EntryLimitLevel05=110:29
#ChannelType03=16781392
#ChannelType04=33558608
#ChannelType05=50335824

As you can see i'm only using 140-169 and 170-190, if you delete the "#" from the others , add a new channel and link it , you will get another tg.

About TG schedules , it has to be on etc/cron.daily , didn't find the command yet!
 
Joined
Aug 3, 2011
Messages
963
Reaction score
507
brad mikkomoley, how about the command for NW schedules like ep2 (cabal_TG add xx xx)?

You can adopt the script from ep2 to ep8. Just study how it works. ;)

study the following from ep2:

home/cabal/cabal_TG.sh
home/cabal/daemon/TG_daemon.sh
etc/cron.d/

Example in etc/cron.d
00 03 * * * root /home/cabal/daemons/TG_daemon.sh
 
Newbie Spellweaver
Joined
Jun 16, 2010
Messages
62
Reaction score
10
Finally I can Play TG now.
Drav3n - EP8 Nation War - RaGEZONE Forums
Drav3n - EP8 Nation War - RaGEZONE Forums
Drav3n - EP8 Nation War - RaGEZONE Forums
Drav3n - EP8 Nation War - RaGEZONE Forums
 
Elite Diviner
Joined
Aug 23, 2012
Messages
406
Reaction score
99
You can adopt the script from ep2 to ep8. Just study how it works. ;)

study the following from ep2:

home/cabal/cabal_TG.sh
home/cabal/daemon/TG_daemon.sh
etc/cron.d/

Example in etc/cron.d

Copy...
 
Last edited:
Junior Spellweaver
Joined
Jun 10, 2008
Messages
100
Reaction score
1
tg_channel - EP8 Nation War - RaGEZONE Forums
i dont know if my config is correct or not (but, i can enter all channel successfully), i tried to add another war chn for lv 140-169, as you can see on above img, there is 3 channel (MWAR channel 170-190, normal trade chn, & channel 7 there's a lv 140-169 war channel), is it normally looks like that or may be i should change something on my clientside (using SIMP cabal)
 

Attachments

You must be registered for see attachments list
Elite Diviner
Joined
Aug 23, 2012
Messages
406
Reaction score
99
@mikkymoley, can you share to us a guide for the configuration for automatic startup of NW schedules? I did everything but NO to Success.

Or anyone would tell us your nw schedules config is very much appreciated.
 
Newbie Spellweaver
Joined
Oct 11, 2012
Messages
44
Reaction score
1
This is my problem
error1 - EP8 Nation War - RaGEZONE Forums





error2 - EP8 Nation War - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top