• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] 2 servers 2 databases welph

Status
Not open for further replies.

Syphex

Exalted Member
Hello so I've been trying to put up 2 servers right now. just to learn how it works, but this problem is what stops me
CgAolQl.png


I've set the ports differently for each, realm 1 8085 and realm 2 8086. in the config files.

I got 2 separate World and characters databases. and I've even set them in the world.exe config file. (sorry for my gibberish its 6 am.)

YiL491z.png
 
Last edited:

Tommy

Founder
Hm, never witnessed that error before. Have you restarted your authserver since? Might want to do that and restart Wow.exe and see if that helps or do what slp said.
 

slp13at420

Mad Scientist
did you set each realm id in your worldserver.conf:
Code:
###################################################################################################
# CONNECTIONS AND DIRECTORIES
#
#    RealmID
#        Description: ID of the Realm using this config.
#        Important:   RealmID must match the realmlist inside the auth database.
#        Default:     1

RealmID = 1

#

I get that error when I forget to set each realm id.
each id must be a unique ID and match its entry in your realmlist.
 

darksoke

OnTop500
if both realms are on the same version you only have to set the worldserver.conf along with adding the realm entry in your auth DB the hard part comes in case you want 2 authservers runing
 

Syphex

Exalted Member
did you set each realm id in your worldserver.conf:
Code:
##################################################  #################################################
# CONNECTIONS AND DIRECTORIES
#
#    RealmID
#        Description: ID of the Realm using this config.
#        Important:   RealmID must match the realmlist inside the auth database.
#        Default:     1

RealmID = 1

#

I get that error when I forget to set each realm id.
each id must be a unique ID and match its entry in your realmlist.

I didnt think you had to set the realm id inside the world.config file ^^
Thanks alot.

This is what solved my problem -
pMdhuDl.png


And i changed that to

yCUsPb6.png
 
Status
Not open for further replies.
Top