Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

L2J Setup multiple servers on same login (with/without routers) - L2J Gracia Epilogue 2.4

Newbie Spellweaver
Joined
May 8, 2007
Messages
48
Reaction score
0
CLIENT: Lineage II Epilogue [Gracia 2.4] Client
SERVER: L2J Version
This tutorial will explain how to connect multiple gameservers together using multiple computers.
We will illustrate how to connect 3 computers together: LOGIN PC, GAME PC 1 and GAME PC 2
If you have any questions or comments, feel free to message them to me.
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Sep 13, 2009
Messages
24
Reaction score
0
Hi!
Nice tutorial, but i have some questions if you can help me with them!
I want to have 2 game servers and 1 login server, but 1 game server will have a droplist and the other one will have other droplist!
Can you tell me how can i do that or if this thing can be done?

Regards,
 
Joined
Oct 5, 2006
Messages
4,293
Reaction score
103
Hi!
Nice tutorial, but i have some questions if you can help me with them!
I want to have 2 game servers and 1 login server, but 1 game server will have a droplist and the other one will have other droplist!
Can you tell me how can i do that or if this thing can be done?

Regards,

you need 2 databases and 2 gameservers. one will have a different port than the other. so as you will use a different database for the second the droplist will be different
 
Newbie Spellweaver
Joined
Sep 13, 2009
Messages
24
Reaction score
0
you need 2 databases and 2 gameservers. one will have a different port than the other. so as you will use a different database for the second the droplist will be different
Thanks for reply!

You are right!
But Login Server can connect to 2 databases?
That i want to know!
 
Newbie Spellweaver
Joined
May 29, 2008
Messages
12
Reaction score
0
Simple question:
If i use PC1 as login and server1, can i connect a second server on a second pc on it?
And if i want to add a register form in my website, i have to connect it to the first PC (because it has the login server), right?
 
Joined
Oct 5, 2006
Messages
4,293
Reaction score
103
Thanks for reply!

You are right!
But Login Server can connect to 2 databases?
That i want to know!

no only one login server in a computer.

Simple question:
If i use PC1 as login and server1, can i connect a second server on a second pc on it?
And if i want to add a register form in my website, i have to connect it to the first PC (because it has the login server), right?

yes you can do it. you need only to add the database info of your accounts.sql if you have 2 databases one with name x and other with o you need to see where do you have the accounts.sql
 
Back
Top