egzistas Posted April 25, 2010 Posted April 25, 2010 Hello everybody. Maybe you have working c4 java server files with source. I'd be very thankful if you post it here. Sorry fo my disgusting english..
0 Justice Posted April 25, 2010 Posted April 25, 2010 Game Server: http://l2jserver.com/svn/branches/L2_GameServer_c4/ Datapack: http://l2jdp.com/svn/branches/C4_Datapack/ I don't think that you can found any other projects which use C4 client..
0 egzistas Posted April 25, 2010 Author Posted April 25, 2010 Game Server: http://l2jserver.com/svn/branches/L2_GameServer_c4/ Datapack: http://l2jdp.com/svn/branches/C4_Datapack/ I don't think that you can found any other projects which use C4 client.. We tried to use this one, but when we were trying to login to gameserver we got error: session key is not correct. closing connection". Maybe you know how to solve this? P.S. we're using clean and patched C4 system.
0 Captivator Posted April 26, 2010 Posted April 26, 2010 lol no is working fine ..... did you compiled it right?
0 Setekh Posted April 27, 2010 Posted April 27, 2010 i can fix that.. but c4 is kinda old.. i mean that pack.. i suggest u wait for archid =) its gonna launch soon after it's central a open source c4 project ^^ Anyway i bet ur excited to run a server like that for old good times so this is what u need to do: Index: E:/L2j Development/workspace/L2_GameServer_c4/java/net/sf/l2j/loginserver/GameServerThread.java =================================================================== --- E:/L2j Development/workspace/L2_GameServer_c4/java/net/sf/l2j/loginserver/GameServerThread.java (.../E:/L2j Development/workspace/L2_GameServer_c4/java/net/sf/l2j/loginserver/GameServerThread.java) (revision 4121) +++ E:/L2j Development/workspace/L2_GameServer_c4/java/net/sf/l2j/loginserver/GameServerThread.java (.../http://l2jserver.com/svn/branches/L2_GameServer_c4/java/net/sf/l2j/loginserver/GameServerThread.java) (working copy) @@ -254,7 +254,7 @@ _log.info("session key from self:"+LoginController.getInstance().getKeyForAccount(par.getAccount())); _log.info("session key sent:"+par.getKey()); } - authResponse = new PlayerAuthResponse(par.getAccount(), false); + authResponse = new PlayerAuthResponse(par.getAccount(), true); } sendPacket(authResponse); break; Just a simple change from false to true :P Change it and u will be able to log. Note that this is a temp fix :P And if you have a working system folder please post it here, and ill manage to make it work on vista and win 7 and also a new Selection key generator xD
0 Tuga Posted April 27, 2010 Posted April 27, 2010 Setekh we got archid old C4 source on our svn. Just a reminder m8....
0 Setekh Posted April 27, 2010 Posted April 27, 2010 Setekh we got archid old C4 source on our svn. Just a reminder m8.... thats not the same thing :P
Question
egzistas
Hello everybody. Maybe you have working c4 java server files with source. I'd be very thankful if you post it here. Sorry fo my disgusting english..
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now