Page 2 of 2

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

Posted: Tue Oct 01, 2013 8:30 am
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

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

Posted: Tue Oct 01, 2013 8:45 am
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.

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

Posted: Tue Oct 01, 2013 9:06 am
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

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

Posted: Tue Oct 01, 2013 9:13 am
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.