Jump to content

Special Share (L2Jfrozen .1004)


Recommended Posts

	public void addGameServerLogin(String account, L2GameClient client)
	{
		_accountsInGameServer.put(account, client);
	}

		L2GameClient client = getClient();

		// avoid potential exploits
		if (client.getAccountName() == null)
		{
			client.setAccountName(_loginName);
			LoginServerThread.getInstance().addGameServerLogin(_loginName, client);
			LoginServerThread.getInstance().addWaitingClientAndSendRequest(_loginName, client, key);

i found this is the l2jserver timeline but as i see they are the same as in l2jfrozen..

correct me if i am wrong cauze i am a little bit new on this..

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
  • 1 year later...

whats wrog i creat zone i zone xml but get error in log :

ZoneData: No such zone type: FlagZone
ZoneData: No such zone type: FlagZone
ZoneData: No such zone type: PvPZone
Link to comment
Share on other sites

  • 1 year later...

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
Reply to this topic...

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