Page 1 of 2

Screensaver

Posted: Sat Jun 21, 2014 2:39 pm
by TomWoker
Anybody can help me?
I cant find thea packet, which is responsible for the Screensaver.
After you've chosen the player
Thanks in advance

Re: Screensaver

Posted: Sat Jun 21, 2014 2:45 pm
by AntV
If you mean the loading image, it is handled by the client.

Re: Screensaver

Posted: Sat Jun 21, 2014 3:05 pm
by TomWoker
And what i have to load or send to the client?
Thus, it goes away

Re: Screensaver

Posted: Sat Jun 21, 2014 3:11 pm
by TomWoker
Now I send UserInfo with the same count like l2jserver do.
Than i can move and click enythink and this go to the server, but the image stay

Re: Screensaver

Posted: Mon Jun 23, 2014 4:13 pm
by AntV
Like I said it is handled by the client, so you need to edit the client, which is not allowed to talk about here.

Re: Screensaver

Posted: Mon Jun 23, 2014 4:24 pm
by UnAfraid
I think he has problem that player doesn't gets out of Enter World loading and it stucks there.
Its some client issue it mostly happens if you use LG for some reason.

Re: Screensaver

Posted: Mon Jun 23, 2014 7:12 pm
by TomWoker
hm, that's even a beginning =)
best if you could look at it.
but I think you have no time.
can you tell me please, how its done by l2jserver?
or is that problem specific?

thanks

Re: Screensaver

Posted: Mon Jun 23, 2014 7:15 pm
by TomWoker
AntV wrote:Like I said it is handled by the client, so you need to edit the client, which is not allowed to talk about here.

that problem does not happen with other Gameserver, thats meen that the client is ok, or?

Re: Screensaver

Posted: Tue Jun 24, 2014 3:24 pm
by TomWoker
Ok, thx, i fix it, now i have l2jserver in C#^^
and enythink work allready

Re: Screensaver

Posted: Thu Jun 26, 2014 7:03 pm
by UnAfraid
TomWoker wrote:Ok, thx, i fix it, now i have l2jserver in C#^^
and enythink work allready
You have l2jserver in c#? How is that?
L2jserver is written on java not c#!

Re: Screensaver

Posted: Fri Jul 04, 2014 6:49 am
by TomWoker
I know, i create C# Project and override the java code in c#.
But i late the authors of code from l2jserver=)))
Now i have C# l2jserver.
Like i sayd, i am self Programmer and have less expirience with Lineage2.
But its work now everythink=)))

Re: Screensaver

Posted: Fri Jul 04, 2014 5:00 pm
by Zoey76
Cool :D

Re: Screensaver

Posted: Fri Jul 04, 2014 5:19 pm
by Zealar
TomWoker wrote:I know, i create C# Project and override the java code in c#.
But i late the authors of code from l2jserver=)))
Now i have C# l2jserver.
Like i sayd, i am self Programmer and have less expirience with Lineage2.
But its work now everythink=)))
And what is point of that? Well c/c++ is good choice but c#. Can show us some test compare performance and stuff?

Re: Screensaver

Posted: Thu Jul 10, 2014 2:09 pm
by TomWoker
The point is, that i Create a Tool in C# for Database, now i dont need to write SQL, only C#.
That help me to work faster and i think about, import whole datapack to SQL.
for example. i load Skills in milli seconds from database.(same count like l2jserver from xml)
The start of server is much more faster than before.
In C# i create self relations with my tool, to update automatically related fields in database.
now i dont use RSA, i use IRS(more security).
And other thinks like, server is only DLL and i can use this DLL from Console, Windows Forms and Web forms.
About performance, i will create it later, but i can allready say, on someplace its allready faster and on some, i have to optimice it, because i use it 1to1 like l2jserver in java.

Re: Screensaver

Posted: Thu Jul 10, 2014 2:21 pm
by TomWoker
like l2jserver=)
use the same methods=))))