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!

Other Common.ini problem

Joined
Oct 14, 2008
Messages
1,277
Reaction score
249
Hello guys, i try to add another common.ini so i copy the actual common.ini and rename it with common2.ini but the problem is that the channel will always get the common.ini not common2.ini and in WorldSvr_xx_xx i set common2.ini
What is the problem? Do i have to change something else then WorldSvr_xx_xx?
 
Joined
May 24, 2007
Messages
720
Reaction score
71
Copy common and rename to common2
Copy "Data Folder" and rename to Data2

into common2, change all "*=Data\blabla" to "*=Data2\blabla"
into WorldSvr_xx_xx, change from common.ini to common2.ini

All will work!
 
Upvote 0
Skilled Illusionist
Joined
Jul 12, 2011
Messages
389
Reaction score
34
same here i have 2 common.ini's named common.ini and common-5x.ini works properly (y)
 
Upvote 0
Joined
Oct 14, 2008
Messages
1,277
Reaction score
249
Well here is it.
WorldSvr_xx_xx:
CommonIniPath=CommonHCGR.ini

CommonHCGR.ini MobsGR.scp path:
Mobs=Data/MobsGR.scp

What i'm trying to do, is to use 2 Mobs.scp's separated, i want to make on one channel mobs stronger.

Logs from WorldSvr_xx_xx:
[Thu Oct 24 2013 01:15:54.606293 4160277344]: GetPathString(): Section /etc/cabal/Data/Mobs.scp
 
Upvote 0
Joined
Feb 26, 2010
Messages
1,374
Reaction score
780
Well here is it.
WorldSvr_xx_xx:
CommonIniPath=CommonHCGR.ini

CommonHCGR.ini MobsGR.scp path:
Mobs=Data/MobsGR.scp

What i'm trying to do, is to use 2 Mobs.scp's separated, i want to make on one channel mobs stronger.

Logs from WorldSvr_xx_xx:
[Thu Oct 24 2013 01:15:54.606293 4160277344]: GetPathString(): Section /etc/cabal/Data/Mobs.scp

You can't do it like in EP2, use x's proxy.
 
Upvote 0
Back
Top