Screensaver
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 11
- Joined: Fri Jun 20, 2014 7:54 am
Screensaver
Anybody can help me?
I cant find thea packet, which is responsible for the Screensaver.
After you've chosen the player
Thanks in advance
I cant find thea packet, which is responsible for the Screensaver.
After you've chosen the player
Thanks in advance
- AntV
- Posts: 177
- Joined: Mon May 10, 2010 10:46 pm
Re: Screensaver
If you mean the loading image, it is handled by the client.
-
- Posts: 11
- Joined: Fri Jun 20, 2014 7:54 am
Re: Screensaver
And what i have to load or send to the client?
Thus, it goes away
Thus, it goes away
-
- Posts: 11
- Joined: Fri Jun 20, 2014 7:54 am
Re: Screensaver
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
Than i can move and click enythink and this go to the server, but the image stay
- AntV
- Posts: 177
- Joined: Mon May 10, 2010 10:46 pm
Re: Screensaver
Like I said it is handled by the client, so you need to edit the client, which is not allowed to talk about here.
- UnAfraid
- L2j Veteran
- Posts: 4199
- Joined: Mon Jul 23, 2007 4:25 pm
- Location: Bulgaria
- Contact:
Re: Screensaver
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.
Its some client issue it mostly happens if you use LG for some reason.
-
- Posts: 11
- Joined: Fri Jun 20, 2014 7:54 am
Re: Screensaver
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
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
-
- Posts: 11
- Joined: Fri Jun 20, 2014 7:54 am
Re: Screensaver
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?
-
- Posts: 11
- Joined: Fri Jun 20, 2014 7:54 am
Re: Screensaver
Ok, thx, i fix it, now i have l2jserver in C#^^
and enythink work allready
and enythink work allready
- UnAfraid
- L2j Veteran
- Posts: 4199
- Joined: Mon Jul 23, 2007 4:25 pm
- Location: Bulgaria
- Contact:
Re: Screensaver
You have l2jserver in c#? How is that?TomWoker wrote:Ok, thx, i fix it, now i have l2jserver in C#^^
and enythink work allready
L2jserver is written on java not c#!
-
- Posts: 11
- Joined: Fri Jun 20, 2014 7:54 am
Re: Screensaver
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=)))
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=)))
- Zoey76
- L2j Inner Circle
- Posts: 7007
- Joined: Tue Aug 11, 2009 3:36 am
Re: Screensaver
Cool 

Powered by Eclipse 4.30
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

- Zealar
- L2j Veteran
- Posts: 1236
- Joined: Sun Jul 15, 2007 10:29 am
Re: Screensaver
And what is point of that? Well c/c++ is good choice but c#. Can show us some test compare performance and stuff?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=)))
-
- Posts: 11
- Joined: Fri Jun 20, 2014 7:54 am
Re: Screensaver
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.
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.
-
- Posts: 11
- Joined: Fri Jun 20, 2014 7:54 am
Re: Screensaver
like l2jserver=)
use the same methods=))))
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.