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?

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