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!

Blank realm names | Server 1345

Newbie Spellweaver
Joined
Sep 25, 2018
Messages
8
Reaction score
0
I am running the server and it works fine but the realm names are blank, the realms info are in gsalias*.conf files so i was looking on them and changing values but i get realm name in blank always, how can i solve this problem?.

OS: Ubuntu Server 22.04

gsalias.conf

Code:
[Identify]
ServerID=1
Name=Trading Realm
...

gsalias.conf
Code:
[Identify]
ServerID=15
Name=Realm 15
...

Running 2 realms, and bg realm
Code:
...
./gs gs.conf gmserver.conf gsalias.conf &
sleep 7
./gs gs.conf gmserver.conf gsalias15.conf &
sleep 7
./gs gs.conf gmserver.conf gsalias21.conf   &
sleep 8
...

UPDATE
Solution found - Replace glinkd binary

Ragezone thread
https://forum.ragezone.com/threads/fixed-realm-names-for-lower-versions.1205924/#post-9129440
 
Last edited:
Back
Top