Drakos Posted March 18, 2017 Report Share Posted March 18, 2017 (edited) Hello everyone, I've been trying out Trinitycore, everything is good so far but I experienced a problem I would love to have your help on. Basically, I'm trying to host 3.3.5 and 4.3.4 at the same time (both latest TC cores). Whenever I host them separately, everything is fine. People can log in and such. But when I try to start both, I experience problems in the auth server such as people that connect to WoTLK being connected to Cata and so on. So far, I've changed the authserver port for Cataclysm to 3726 and kept Wotlk and 3725. I've also changed the realm ports 8085 for Wotlk and 8087 for cataclysm. The issue right now is that I start both authservers perfectly fine but I when I reach the cataclysm login screen, the Wotlk realms show up instead of the Cataclysm ones. Is there a fix for this? Thank you for your time! PS: I'm using a different auth table for WoTLK and another for Cata. Both belong in the same database, using the same user credentials. Edited March 18, 2017 by Drakos Link to comment Share on other sites More sharing options...
Billy Posted March 18, 2017 Report Share Posted March 18, 2017 What I've done in the past was use only WotLK's authserver, set both realms in the conf file, then in the database auth, realmlist table add one for CATA using the port and IP number of your CATA server. Be sure to change the gamebuild table to reflect CATA's gamebuild. When your finished you should have a listing for both WotLK and CATA. That realmlist table has all the info to connect to the second server already in it, and the gamebuild will put you into the correct server. This eliminated the need to try and run 2 authservers for me, pehaps it'll help you as well. 1 Link to comment Share on other sites More sharing options...
Drakos Posted March 18, 2017 Author Report Share Posted March 18, 2017 Hey, thanks for the reply. I just did what you told me on the database. What exactly do I have to edit in the conf file? Both realms must be using the same auth table, correct? Link to comment Share on other sites More sharing options...
Billy Posted March 18, 2017 Report Share Posted March 18, 2017 Yes, but you still need to add your second realm to the authserver.conf so it'll know it's available. Fill it in just like you did for the first one, only this time use the info for your second realm. 1 Link to comment Share on other sites More sharing options...
Drakos Posted March 18, 2017 Author Report Share Posted March 18, 2017 Hey, how do I do that exactly? So to get this straight, I'll be using from now on only the authserver.conf of the Wotlk server? What do I have to add/edit there to read both? The realmserverport is at 3724, do I change that? Link to comment Share on other sites More sharing options...
Billy Posted March 18, 2017 Report Share Posted March 18, 2017 In the auth database, go to realmlist. Add a new row for the second server, fill in the new row like the first one only use your second servers properties like port number, ip address, and change gamebuild to the client your second server uses. Once your database is done, you should be able to start authserver and both worldservers. Link to comment Share on other sites More sharing options...
Drakos Posted March 18, 2017 Author Report Share Posted March 18, 2017 Yep, already done that. Link to comment Share on other sites More sharing options...
Drakos Posted March 18, 2017 Author Report Share Posted March 18, 2017 In the worldserver.conf of the cata realm, the auth table must be the same as the wotlk one correct? I assume the characters and world can be on a different table Link to comment Share on other sites More sharing options...
Billy Posted March 18, 2017 Report Share Posted March 18, 2017 Restart authserver, then start up your worldservers. Link to comment Share on other sites More sharing options...
Drakos Posted March 18, 2017 Author Report Share Posted March 18, 2017 Still shows the Wotlk realms in gray. Not sure if something is messed up on worldserver.conf Link to comment Share on other sites More sharing options...
Billy Posted March 18, 2017 Report Share Posted March 18, 2017 Which client are you using? CATA or WotLK? Link to comment Share on other sites More sharing options...
Drakos Posted March 18, 2017 Author Report Share Posted March 18, 2017 I'm using Wotlk's authserver and trying with the cata client Link to comment Share on other sites More sharing options...
Billy Posted March 18, 2017 Report Share Posted March 18, 2017 Link to comment Share on other sites More sharing options...
Drakos Posted March 18, 2017 Author Report Share Posted March 18, 2017 I added 15595 on the realmlist table of the cata realm Link to comment Share on other sites More sharing options...
Billy Posted March 18, 2017 Report Share Posted March 18, 2017 Are the ports open on the router? Link to comment Share on other sites More sharing options...
Drakos Posted March 18, 2017 Author Report Share Posted March 18, 2017 Ok we made some progress. This is how it looks so far. Cataclysm: http://prntscr.com/eljrjg Wotlk: http://prntscr.com/eljrtd Problem right now is that on Cata realm it stucks at logging in to game server and at Wotlk it disconnects you instantly on login Link to comment Share on other sites More sharing options...
Drakos Posted March 18, 2017 Author Report Share Posted March 18, 2017 I restarted the worldservers and I get this on Cataclysm: http://prntscr.com/eljug9 Link to comment Share on other sites More sharing options...
Billy Posted March 18, 2017 Report Share Posted March 18, 2017 In the CATA worldserver.conf, change: LoginDatabaseInfo = "192.168.1.3;3306;Trinity;********;cata-auth" to point to the WotLK auth database. LoginDatabaseInfo = "192.168.1.3;3306;Trinity;********;auth" and it should work then. Link to comment Share on other sites More sharing options...
Drakos Posted March 18, 2017 Author Report Share Posted March 18, 2017 Shouldn't they be using the same auth table? Link to comment Share on other sites More sharing options...
Billy Posted March 18, 2017 Report Share Posted March 18, 2017 Yes, but make sure both worldserver.confs point to the same auth database. You'll run 1 authserver and 2 worldservers. Link to comment Share on other sites More sharing options...
Drakos Posted March 18, 2017 Author Report Share Posted March 18, 2017 Cataclysm is working fine but on Wotlk it shows that realms are down Link to comment Share on other sites More sharing options...
Billy Posted March 18, 2017 Report Share Posted March 18, 2017 Are you trying to access WotLK with a CATA client? 1 Link to comment Share on other sites More sharing options...
Drakos Posted March 18, 2017 Author Report Share Posted March 18, 2017 No i'm using the proper clients, this is the error I get http://prntscr.com/elk88p I have 2 realms on Wotlk and 1 on Cataclysm. Cata and 1 realm of Wotlk connect fine, rest says server down. Those are the realm IDs i've put on db http://prntscr.com/elk8og Link to comment Share on other sites More sharing options...
Billy Posted March 18, 2017 Report Share Posted March 18, 2017 Does the CATA worldserver.conf have it's realm id set to 3 as well? Link to comment Share on other sites More sharing options...
CDawg Posted March 18, 2017 Report Share Posted March 18, 2017 That should be working as intended. (showing in gray for wrong versions) If I ran WoTLK authserver (for 335a and 434) and connected via Cata client it would show 335a servers offline and vise versa when I connected with the Wrath Client showing the 434 servers offline. 1 Link to comment Share on other sites More sharing options...
Recommended Posts