Hi,
What gives more lag in the server regarding the items? .... when the monster drop the item and it enter in inventory directly or when the monster drop the item and these items we have that be using the "Pickup" command? What gives more lag in the server?
** excuse-me the errors.
Thanks.
ABOUT LAG IN THE SERVER
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- momo61
- Posts: 1648
- Joined: Fri Jun 06, 2008 2:05 pm
- Location: Europe
Re: ABOUT LAG IN THE SERVER
you mean what gives more lag: Autoloot or not autoloot.
-
- Posts: 20
- Joined: Wed Dec 30, 2009 11:16 pm
Re: ABOUT LAG IN THE SERVER
If we have one server with 1k of players in the example. The that would be best? Set items as Autoloot or not autoloot?
** Excuse-me the errors of english.
Thanks.
** Excuse-me the errors of english.
Thanks.
-
- Posts: 89
- Joined: Mon Sep 15, 2008 8:51 am
Re: ABOUT LAG IN THE SERVER
Autoloot should take less at the end of the day, considering there will be less (temporarily) objects as they go straight into inventory. Altho i don't think the difference is of any significance...
- Pere
- Posts: 400
- Joined: Sat Jan 05, 2008 11:09 am
- Location: Catalunya, Berguedà
Re: ABOUT LAG IN THE SERVER
less objects in server + A LOT less packets flow + less 3d objects in the client (with the hours the floor is filled with shit)
So of course, if you want a nicer connections with laggers, autoloot... Or at least put an expiry time to the dropped items if not ^^
So of course, if you want a nicer connections with laggers, autoloot... Or at least put an expiry time to the dropped items if not ^^
Bones tardes amics meus tots!
-
- Posts: 85
- Joined: Mon Dec 17, 2007 1:18 am
Re: ABOUT LAG IN THE SERVER
As long as our configuration (OS + L2j) is efficient, you won't see any difference other than client-side lag.
In other words, only your client will be affected, as it will load a lot of objects, thus causing client lag. But server won't lag.
Please do not write in caps, you hurt my eyes!
In other words, only your client will be affected, as it will load a lot of objects, thus causing client lag. But server won't lag.
Please do not write in caps, you hurt my eyes!

- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: ABOUT LAG IN THE SERVER
are you using windows ?
most of the "server lag issues" are related to MySQL settings, specially if you are using tools like: EasyPHP or WampServer or Xampp... for your server.
these tools are not bad, but generally they only use "basic MySQL settings" (only for local tests or development), not for a production server.
so I recommend to you, use the real MySQL installer, and set this to work like a "server machine", with 500 or more connections allowed (in the mysql wizard), specially if you are running more than one l2j server.
Good luck
most of the "server lag issues" are related to MySQL settings, specially if you are using tools like: EasyPHP or WampServer or Xampp... for your server.
these tools are not bad, but generally they only use "basic MySQL settings" (only for local tests or development), not for a production server.
so I recommend to you, use the real MySQL installer, and set this to work like a "server machine", with 500 or more connections allowed (in the mysql wizard), specially if you are running more than one l2j server.
Good luck

-
- Posts: 133
- Joined: Thu Jul 05, 2007 2:43 pm
Re: ABOUT LAG IN THE SERVER
Example Xampp 1.72 
my.ini:

my.ini:
Code: Select all
key_buffer = 16Mmax_allowed_packet = 1Mtable_cache = 64sort_buffer_size = 512Knet_buffer_length = 8Kread_buffer_size = 256Kread_rnd_buffer_size = 512Kmyisam_sort_buffer_size = 8M innodb_buffer_pool_size = 16Minnodb_additional_mem_pool_size = 2M# Set .._log_file_size to 25 % of buffer pool sizeinnodb_log_file_size = 5Minnodb_log_buffer_size = 8Minnodb_flush_log_at_trx_commit = 1innodb_lock_wait_timeout = 50 [isamchk]key_buffer = 20Msort_buffer_size = 20Mread_buffer = 2Mwrite_buffer = 2M [myisamchk]key_buffer = 20Msort_buffer_size = 20Mread_buffer = 2Mwrite_buffer = 2M [mysqlhotcopy]interactive-timeout
-
- Posts: 575
- Joined: Wed Dec 02, 2009 7:59 pm
Re: ABOUT LAG IN THE SERVER
ur settings are bad.
-
- Posts: 149
- Joined: Sat Sep 12, 2009 4:18 pm
Re: ABOUT LAG IN THE SERVER
instal xampp and then install mysql and NEVERE EVER USE built in xampp mysql.