Jump to content
  • 0

[Request] L2J C4 files with source


egzistas

Question

6 answers to this question

Recommended Posts

  • 0

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..

Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...