Screensaver

Post here doubts, ideas, suggestions and support requests about the website and the forums.
Forum rules
READ NOW: L2j Forums Rules of Conduct
TomWoker
Posts: 11
Joined: Fri Jun 20, 2014 7:54 am

Screensaver

Post 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
User avatar
AntV
Posts: 177
Joined: Mon May 10, 2010 10:46 pm

Re: Screensaver

Post by AntV »

If you mean the loading image, it is handled by the client.
TomWoker
Posts: 11
Joined: Fri Jun 20, 2014 7:54 am

Re: Screensaver

Post by TomWoker »

And what i have to load or send to the client?
Thus, it goes away
TomWoker
Posts: 11
Joined: Fri Jun 20, 2014 7:54 am

Re: Screensaver

Post 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
User avatar
AntV
Posts: 177
Joined: Mon May 10, 2010 10:46 pm

Re: Screensaver

Post 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.
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Screensaver

Post 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.
Image
TomWoker
Posts: 11
Joined: Fri Jun 20, 2014 7:54 am

Re: Screensaver

Post 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
TomWoker
Posts: 11
Joined: Fri Jun 20, 2014 7:54 am

Re: Screensaver

Post 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?
TomWoker
Posts: 11
Joined: Fri Jun 20, 2014 7:54 am

Re: Screensaver

Post by TomWoker »

Ok, thx, i fix it, now i have l2jserver in C#^^
and enythink work allready
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Screensaver

Post 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#!
Image
TomWoker
Posts: 11
Joined: Fri Jun 20, 2014 7:54 am

Re: Screensaver

Post 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=)))
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: Screensaver

Post by Zoey76 »

Cool :D
Powered by Eclipse 4.30 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.2.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
User avatar
Zealar
L2j Veteran
L2j Veteran
Posts: 1236
Joined: Sun Jul 15, 2007 10:29 am

Re: Screensaver

Post 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?
TomWoker
Posts: 11
Joined: Fri Jun 20, 2014 7:54 am

Re: Screensaver

Post 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.
TomWoker
Posts: 11
Joined: Fri Jun 20, 2014 7:54 am

Re: Screensaver

Post by TomWoker »

like l2jserver=)
use the same methods=))))
You do not have the required permissions to view the files attached to this post.
Last edited by TomWoker on Thu Jul 10, 2014 2:36 pm, edited 4 times in total.
Post Reply