Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead. There is no support for other server builds than the official provided by l2jserver.com
I tried to debug my problem with System.out.println()
My problem is, when I enter to game, im going to normal exp and after some seconds I will have lags (like 500+ ping) and later I stuck totally. I cant move and nothing.
That's received packets i guess?
Also i don't think its the reason for your lags its probably something else.
I'll try to debug it once i get back at home, btw describe what u did so i can try to find out what's causing it.
I just exping.
log in game, turn on shots and go exp on gremlins. after 8-15 kills. I get first small smalls like 300 pings. later 500 and later I stuck for all time. But when I click to self, the character make one move, after I need to click again on self and character move.. later stuck forever.
MiguelS wrote:I just exping.
log in game, turn on shots and go exp on gremlins. after 8-15 kills. I get first small smalls like 300 pings. later 500 and later I stuck for all time. But when I click to self, the character make one move, after I need to click again on self and character move.. later stuck forever.
It helped relog.
Check all occurences of ValidateLocation packet. It looks to me that u have somewhere flood to client with it. Client responds for every ValidateLocation with ValidatePosition (additionally it sends ValidatePosition by itself in 1s intervals). So my guess is that u have somewhere too much sendPacket(new ValidateLocation(me)); or sth.