Jump to content

Recommended Posts

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

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

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
  • 1 year later...
Posted

I use l2jFrozen 1132 rev and my code is not logged in for me.
INFO LoginServerThread: 402 - Deconnected from Login, Trying to reconnect ..
Is it possible to sort things out?

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