Clan WH - Item Dissapears-

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
User avatar
knoppix
Posts: 138
Joined: Sat Dec 12, 2009 8:02 pm
Location: La Plata, Buenos Aires

Clan WH - Item Dissapears-

Post 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 ?
"Only two things are infinite, the universe and human stupidity, and I\\\'m not sure about the former." - A.Einstein
User avatar
VlLight
L2j Veteran
L2j Veteran
Posts: 577
Joined: Fri Dec 14, 2007 11:58 am
Location: Russia

Re: Clan WH - Item Dissapears-

Post 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?
User avatar
knoppix
Posts: 138
Joined: Sat Dec 12, 2009 8:02 pm
Location: La Plata, Buenos Aires

Re: Clan WH - Item Dissapears-

Post 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.
"Only two things are infinite, the universe and human stupidity, and I\\\'m not sure about the former." - A.Einstein
nico2236
Posts: 16
Joined: Thu Apr 28, 2011 12:55 pm

Re: Clan WH - Item Dissapears-

Post 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.
kotk
Posts: 99
Joined: Wed Jan 04, 2006 12:51 am

Re: Clan WH - Item Dissapears-

Post by kotk »

How do you restart your server?
User avatar
knoppix
Posts: 138
Joined: Sat Dec 12, 2009 8:02 pm
Location: La Plata, Buenos Aires

Re: Clan WH - Item Dissapears-

Post 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.
"Only two things are infinite, the universe and human stupidity, and I\\\'m not sure about the former." - A.Einstein
kotk
Posts: 99
Joined: Wed Jan 04, 2006 12:51 am

Re: Clan WH - Item Dissapears-

Post 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(); }
Post Reply