Jump to content
  • 0

[Request] L2J C4 files with source


Question

6 answers to this question

Recommended Posts

  • 0
Posted

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
Posted

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
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock