Quote:
You don't need to change the port of the SQL server.
Make both of your game server instances in the same SQL server.
Just have different names for the Telecasters (and Arcadias if they are different Epics you are running) If you are not running different Epics then you can share the Arcadias.
ex.
Databases
- Auth
Arcadia5_2
Arcadia8_1
Telecaster5_2
Telecaster8_1
If you made 2 SQL instances you are making more work for yourself than it is worth.
Now edit your gameserver.opts with the correct names and change the ports for each game server
Code:S auth.server_idx:1 S auth.server_name:5_2 S db.c.name:Arcadia5_2 S db.user.name:Telecaster5_2 S io.port:4504I have omitted the rest of the game server opts as I am only showing you the lines you would need to change to run 2 game servers.Code:S auth.server_idx:2 S auth.server_name:8_1 S db.c.name:Arcadia8_1 S db.user.name:Telecaster8_1 S io.port:4505
Of course you need to run one Auth and then you need to run a Herlock instance from different directories with different gameserver.opts for each server you run.
thx it works. but now another question. what are the ingame coordinates of the mab m002_000 ?
Or how could i find that out^^