How to make server connect with other client versions?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- kotkot90
- Posts: 30
- Joined: Sat Jun 19, 2010 2:01 pm
How to make server connect with other client versions?
Is it possible to connect to the server with a GOD client? What changes should I make? I don't care about issues and features. I just want to connect and make my own changes. Please tell me all the steps I have to make to achieve this. Thanks.
-
- Posts: 23
- Joined: Mon Dec 26, 2011 7:04 pm
Re: How to make server connect with other client versions?
If I am right you have to change only the protocol in the server.properties file. But I am not sure the protocol is in that file.
- UnAfraid
- L2j Veteran
- Posts: 4199
- Joined: Mon Jul 23, 2007 4:25 pm
- Location: Bulgaria
- Contact:
Re: How to make server connect with other client versions?
That's not so simple as changing the protocol version.
You must implement proper protocol support for other game versions.
I've did cross client support 2 years ago h5 + god awakening
You must implement proper protocol support for other game versions.
I've did cross client support 2 years ago h5 + god awakening
- kotkot90
- Posts: 30
- Joined: Sat Jun 19, 2010 2:01 pm
Re: How to make server connect with other client versions?
I don't have a god client yet on my computer, but I guess the current version in trunk won't connect to a god client right? Give me some hints where in the code should I begin.
- UnAfraid
- L2j Veteran
- Posts: 4199
- Joined: Mon Jul 23, 2007 4:25 pm
- Location: Bulgaria
- Contact:
Re: How to make server connect with other client versions?
Getting protocol will not be so easy as you might expect.
You must find the proper structure by 'checking' how retail server works
You could use wireshark for that
You must decrypt the traffic after that and analyze all packets and guess their structure which isnt easy especially in lindvior they changed the protocol soo much.
You must find the proper structure by 'checking' how retail server works
You could use wireshark for that
You must decrypt the traffic after that and analyze all packets and guess their structure which isnt easy especially in lindvior they changed the protocol soo much.
- kotkot90
- Posts: 30
- Joined: Sat Jun 19, 2010 2:01 pm
Re: How to make server connect with other client versions?
I think I get it. Thanks.
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: How to make server connect with other client versions?
It's possible, but not really worth it, what would be nice is one login server for all versions 

Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 
