Multiple Questions from a L2J Newbie (Second Try)

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
User avatar
BiggBoss
L2j Veteran
L2j Veteran
Posts: 1104
Joined: Wed Apr 15, 2009 3:11 pm
Location: Spain

Re: Multiple Questions from a L2J Newbie (Second Try)

Post by BiggBoss »

Phantomal wrote:Just as Info:
The Missing Charnumber in Serverlist was not version related. I updated the Server yesterday to the latest Beta, and the Problem persists.

Positive Note is, that i was able to create my first multisell with npc for the champion system (Taking Medals and Giving Mana Potions or Health Potions) - yeah, im a bit proud :)

EDIT:
Removed HTM Questions. Was wrong Forum.
its not a problem. Its a delayed info send. You log in faster than the server is capable to send you the char number list. Thats why you see it as 0
Image
Phantomal
Posts: 25
Joined: Sun Sep 01, 2013 8:33 am

Re: Multiple Questions from a L2J Newbie (Second Try)

Post by Phantomal »

BiggBoss wrote:
Phantomal wrote: its not a problem. Its a delayed info send. You log in faster than the server is capable to send you the char number list. Thats why you see it as 0
Hey BigBoss, thank you for your Answer. I still think its a Bug somewhere. When you look into my Screenshots, you can see that the Number is completly missing. And i already tried to login slow, which means i started the client, waited 2 minutes, entered user and password and clicked "Log In". I even let the serverlist Window idle for a minute. It didn't change.

My other Server don't cares how fast i log in, the number is always visible, while i never saw it on my new installation. I know that theres nothing extra configurable, and i tried to find any errors, without result.

What i can say is, that now 2 Servers don't show the number of chars, and one server is doing it. I installed all servers the same way, so i have no idea whats the difference is. Funny is, the fastest Server (Core I7 with 8 GB Ram)and the slowest (Intel Atom with 2 GB Ram) machine are not showing the chars, the mid ranged machine (AMD Athlon 64 with 2 GB Ram) shows em.
User avatar
BiggBoss
L2j Veteran
L2j Veteran
Posts: 1104
Joined: Wed Apr 15, 2009 3:11 pm
Location: Spain

Re: Multiple Questions from a L2J Newbie (Second Try)

Post by BiggBoss »

its not based on how many time you wait to enter the server, but the priority the jvm gives to each thread executing the needed task. If you want it showing always, you can lock the log in until that data is received, or, as i said before, chache the char number info in loginserver, so it does not need to ask gameserver for that info and wont be any delay, avoding the need of a lock in the log in process
Image
Phantomal
Posts: 25
Joined: Sun Sep 01, 2013 8:33 am

Re: Multiple Questions from a L2J Newbie (Second Try)

Post by Phantomal »

Hm, ok. It seems im still not deep enough in the topic to understand that perfectly :)

Its okay, thanks for your patience with me, i think i will postpone that topic since if have so much other work, like the german translation, to do. Yesterday i searched several hours in the HTML Forum and looked how to make my NPC Dialogs look more polished (which worked :)). So i think i will continue with this kind of stuff, until i understand how things work, before i start to fiddle with the sourcecode.
Post Reply