Page 1 of 1

Stucks when killing mobs

Posted: Wed Oct 31, 2012 2:48 pm
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! :)

Re: Stucks when killing mobs

Posted: Wed Oct 31, 2012 9:45 pm
by chuong2a
How do you disable drop?

Re: Stucks when killing mobs

Posted: Thu Nov 01, 2012 1:19 am
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();  

Re: Stucks when killing mobs

Posted: Fri Nov 02, 2012 2:33 am
by chuong2a
Dont touch to server, delete on table droplist.

Re: Stucks when killing mobs

Posted: Sat Nov 03, 2012 12:15 pm
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