[DiscordArchive] anyone know if there is a well documented process for setting up multiple realms? there was an earl
[DiscordArchive] anyone know if there is a well documented process for setting up multiple realms? there was an earl
Archived author: Viix • Posted: 2025-02-26T18:33:06.922000+00:00
Original source
anyone know if there is a well documented process for setting up multiple realms? there was an earlier posting to stackoverflow, but the content is missing... just trying to wrap my head around what needs to be done -- have 2 dedicated hosts running the code-base -- assuming a single authserver can manage logins to both?
Archived author: Revision • Posted: 2025-02-26T18:47:12.828000+00:00
Original source
You just have to add another row to acore_auth.realmlist and use the same authserver
Archived author: Revision • Posted: 2025-02-26T18:48:30.766000+00:00
Original source
Oh and change RealmID in worldserver.conf to 2 on the second realm
Archived author: SClub7 • Posted: 2025-02-26T19:07:33.495000+00:00
Original source
That worked, thanks. I promised the turtle to my friend's kid who's playing with us already, so this buys me time to try my hand at writing a cli app to manage the spell.dbc
Archived author: Viix • Posted: 2025-02-26T19:23:00.263000+00:00
Original source
assuming also it needs to run on a different world server port (in my case it's a different host than my current *live* server) -- would probably have to in order for port-forwarding to work right?
Archived author: Revision • Posted: 2025-02-26T19:24:13.288000+00:00
Original source
If it's not using the same IP it doesn't have to use a different port
Archived author: metallinos • Posted: 2025-02-26T19:25:02.517000+00:00
Original source
That could be useful for client-side changes, though server-side I think database-loading DBCs is much more convenient as you get to edit them super easily directly in the db
Archived author: Revision • Posted: 2025-02-26T19:26:13.359000+00:00
Original source
Since you're changing the DBC file anyway it doesn't really matter imo, it is however very convenient to be able to just remove them from the server without having to get a clean DBC file.
Archived author: Viix • Posted: 2025-02-26T19:26:59.571000+00:00
Original source
this would break for non-internal LAN connections though?
Archived author: Revision • Posted: 2025-02-26T19:27:14.239000+00:00
Original source
If you're not changing the DBC for the client it is more convenient to just add it to the table though.