Page 1 of 1

Clan WH - Item Dissapears-

Posted: Wed Jun 15, 2011 12:19 am
by knoppix
L2J Revision 4661:
L2JDP Revision 8051:

Don't know if this happened to you but, the Clan Hall Warehouse doesn't "work" properly, for example, if i have 2 adena stored, and i add 2 more adena, restart the server, check the WH and i have 2 adena (It doesn't save the las deposit), BUT, if i extract the 2 adena and deposite 4 adena, restart the server i have 4 adema, is like it can't plus items once they are on the WH but if you take them out and put them back again (no matter the amount) it works ok ... any idea?

MaxDB Connection settings is at 1000

Any thoughts ?

Re: Clan WH - Item Dissapears-

Posted: Wed Jun 15, 2011 5:46 am
by VlLight
Did it work only with adena? Or with other stackable items too? Or with unstackable items too?
If it works only to adena, does it work only with amounts lesser, then 10000 * rate drop adena, or with any amounts?

Re: Clan WH - Item Dissapears-

Posted: Wed Jun 15, 2011 12:54 pm
by knoppix
VlLight wrote:Did it work only with adena? Or with other stackable items too? Or with unstackable items too?
If it works only to adena, does it work only with amounts lesser, then 10000 * rate drop adena, or with any amounts?
It happens with ANY stackable items only.

Re: Clan WH - Item Dissapears-

Posted: Wed Jun 15, 2011 2:19 pm
by nico2236
I think that i happen to get an error like this one, Dont know for sure, stil a lot of test to do. But i can posibly say that i have seen this error on my server, happening to manor productions that go to Clan WH. As i've said, i have to do a lot of test until i can determine its the same error, but i suposse so.

So, any info given on this topic would be apreciated.

Re: Clan WH - Item Dissapears-

Posted: Wed Jun 15, 2011 9:54 pm
by kotk
How do you restart your server?

Re: Clan WH - Item Dissapears-

Posted: Wed Jun 15, 2011 9:57 pm
by knoppix
kotk wrote:How do you restart your server?
Doesn't matter, from the GM Player or the telnet console the error happen.

P.S: I Don't close the server from the X or kill -9 game server process if that is your question.

Re: Clan WH - Item Dissapears-

Posted: Wed Jun 15, 2011 10:33 pm
by kotk
Maybe it's falling into this from trunk/L2J_Server/java/com/l2jserver/gameserver/model/itemcontainer/ItemContainer.java

Code: Select all

// Updates databaseif (item.getItemId() == 57 && count < 10000 * Config.RATE_DROP_ITEMS_ID.get(57)){    // Small adena changes won't be saved to database all the time    if (GameTimeController.getGameTicks() % 5 == 0)        item.updateDatabase(); }