Page 1 of 1

1 gs and 2 ls

Posted: Mon Aug 03, 2009 8:30 pm
by Calsifer
Hi! Maybe it's a noob question but it's possibile to link a gameserver to 2 different loginserver? I'm almost sure that it's not an option able in this l2j project, but if it's theorically possibile I can work on it and create this option (I will share it with you).
Thanks for the answer.

Re: 1 gs and 2 ls

Posted: Mon Aug 03, 2009 8:33 pm
by toastgodsupreme
How would you prevent accounts from overlapping from each LS?

Re: 1 gs and 2 ls

Posted: Mon Aug 03, 2009 8:39 pm
by Calsifer
Different login db for each ls or the same db for the two ls. It's a secondary problem that i think it will be easy to resolve.
I wanna know only if it's theorically possible to connect 1 gameserver to 2 different loginserver, if i can resolve the problem with the share of account table.

Re: 1 gs and 2 ls

Posted: Mon Aug 03, 2009 8:53 pm
by toastgodsupreme
Calsifer wrote:Different login db for each ls or the same db for the two ls. It's a secondary problem that i think it will be easy to resolve.
I wanna know only if it's theorically possible to connect 1 gameserver to 2 different loginserver, if i can resolve the problem with the share of account table.
1 gameserver, 2 login servers.

Let's say player1 logs into Login1 and uses the account omgwtfbbq.
Then player2 logs into Login2 and uses the account omgwtfbbq.

This is only possible of course if each LS has their own database.

BUT, if somehow you magically use one database between two LS' then what's the point of using two login servers anyway?

Re: 1 gs and 2 ls

Posted: Mon Aug 03, 2009 9:37 pm
by Calsifer
For the equal login you can simple check if it's from login1 or login2.
I wanna realize this because i have a really good (maybe great :P) faction server under a project (with a low community) and i wanna able the user from another l2 project (with a high community) enter on mine faction server from another login. It's a cooperation between two different l2 project (with a different nationatily too).

Re: 1 gs and 2 ls

Posted: Mon Aug 03, 2009 11:40 pm
by nBd
It would be possible and was already coded about 1 year ago for a project some l2jdev's had. But idk if code is still avaiable, at least i dont have it anymore.

Re: 1 gs and 2 ls

Posted: Tue Aug 04, 2009 4:30 pm
by Calsifer
Ok thx. I will try. ^__^