Stucks when killing mobs

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
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
redline
Posts: 4
Joined: Tue Sep 18, 2012 12:52 pm

Stucks when killing mobs

Post by redline »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:last stable
L2JDP Revision Number:last stable
when i killing mobs, and after they die i have got stuck.
disabled drop - not helped.
If some1 has same problem pls help. Thx! :)


p.s.:sry for bad english! :)
chuong2a
Posts: 51
Joined: Thu Oct 25, 2012 2:07 am

Re: Stucks when killing mobs

Post by chuong2a »

How do you disable drop?
redline
Posts: 4
Joined: Tue Sep 18, 2012 12:52 pm

Re: Stucks when killing mobs

Post by redline »

chuong2a wrote:How do you disable drop?
L2Character.java

Code: Select all

 public boolean doDie(L2Character killer){//somecodeif (isPlayer() && getActingPlayer().getAgathionId() != 0)            getActingPlayer().setAgathionId(0);     //  calculateRewards(killer);                // Send the Server->Client packet StatusUpdate with current HP and MP to all other L2PcInstance to inform        broadcastStatusUpdate();  
chuong2a
Posts: 51
Joined: Thu Oct 25, 2012 2:07 am

Re: Stucks when killing mobs

Post by chuong2a »

Dont touch to server, delete on table droplist.
redline
Posts: 4
Joined: Tue Sep 18, 2012 12:52 pm

Re: Stucks when killing mobs

Post by redline »

chuong2a wrote:Dont touch to server, delete on table droplist.
problem with no drop.
when i killing ~30 mobs in train, than server allocated ~300 mb RAM. and i cant understand why
Post Reply