want 2 Realms 2 clients Mangos 

Junior Spellweaver
Joined
Mar 14, 2008
Messages
121
Reaction score
4
Hi
This is what I want to do and I need help.

I have 2.43 realm setup perfectly and I want to setup a 3.03 wolk realm at the same time.

I can run 2 2.43 or 2 wolk realms no problem
But when I set up a 2.43 realm & a wolk realm the 2.43 client works but not the 3.03 wolk client.

Anybody know how to setup 2 differnt mangos versions at the same time because I love my 2.43 realm and wolk is still too buggy to make it my primary realm

Thanks

Btw if you want to play on a good stable srever come here :cool:


 
Hi Nighthawk1000

edit the login port.

standard port for the login server is 3724, if you change the wotk realmd to a other port, example: 3725.

change the mangos of the wotk to 8086, the standard is 8085.


HOW TO SET UP:

you can change it in the SQL by navicat or SQLyog.

Find in the Realmd database for realmlist and open it.

edit to:

Code:
ID__NAME_________ADRESS__ICON__COLOR__TIMEZONE__Allowsec.lvl.__POPU. DBINFO
1__Server TBC____your ip___1____ 1______ 0________ 0___________0____root;mangos "database pass";3306;127.0.0.1;mangos "tbc database";characters "tbc database"
2__Server wotlk__your ip___2_____2_______0_________0___________0____root;mangos "database pass";3306;127.0.0.1;mangos "wotlk database";characters "wotlk database"

the "_" is to split the text better :cool:
and the "_", the text between "" and the "" do you need to leave away

Go to your server directory, find the realmd.conf file.
find the RealmServerPort line and set it to:

For the TBC server:
Code:
RealmServerPort = 3724

For the Wotlk server:
Code:
RealmServerPort = 3725

now find the mangos.conf file.
find the WorldServerPort line and set it to:

For the TBC server:
Code:
WorldServerPort = 8085

for the Wotlk server:
Code:
WorldServerPort = 8086

if you are so far, open the ports on you router to the WAN [wide area network]
open the extra ports: 8086 for world server and 3725 "or other" for login server.


You need 2 clients to play on each server for the Wotlk server you need a 3.0.3 client and the TBC a 2.4.3.

Edit the realmlists:

on the 2.4.3 client:
the realmlist.wtf can be find in the root of the Wow client installation
edit with notepad or other:

Code:
Set realmlist yourip:3724

On the 3.0.3 client:
the realmlist.wtf can be find in the root/world of warcraft/data/enGB
edit with notepad or other:

Code:
set realmlist yourip:3725
.

You are now able to join the servers with the 3.0.3 and the 2.4.3 client but its not able to connect with the 2.4.3 to the wotlk server and same for the 3.0.3 to the TBC server...

Good luck:laugh:
 
I also would like info on this:

I need info from start to end, such as how to enter both database in navicat, When i tried to do this the 3.0.2 database took over my 2.4.3 info and wiped everything out. I havn't found a good step by step guide anywhere how to do this from start to finish seems you know about this maybe you could post one up ? Or if someone else knows about This ?


:D::huh::lol::drool:
 
Back