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 ?
Clan WH - Item Dissapears-
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- knoppix
- Posts: 138
- Joined: Sat Dec 12, 2009 8:02 pm
- Location: La Plata, Buenos Aires
Clan WH - Item Dissapears-
"Only two things are infinite, the universe and human stupidity, and I\\\'m not sure about the former." - A.Einstein
- VlLight
- L2j Veteran
- Posts: 577
- Joined: Fri Dec 14, 2007 11:58 am
- Location: Russia
Re: Clan WH - Item Dissapears-
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?
If it works only to adena, does it work only with amounts lesser, then 10000 * rate drop adena, or with any amounts?
- knoppix
- Posts: 138
- Joined: Sat Dec 12, 2009 8:02 pm
- Location: La Plata, Buenos Aires
Re: Clan WH - Item Dissapears-
It happens with ANY stackable items only.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?
"Only two things are infinite, the universe and human stupidity, and I\\\'m not sure about the former." - A.Einstein
-
- Posts: 16
- Joined: Thu Apr 28, 2011 12:55 pm
Re: Clan WH - Item Dissapears-
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.
So, any info given on this topic would be apreciated.
-
- Posts: 99
- Joined: Wed Jan 04, 2006 12:51 am
Re: Clan WH - Item Dissapears-
How do you restart your server?
- knoppix
- Posts: 138
- Joined: Sat Dec 12, 2009 8:02 pm
- Location: La Plata, Buenos Aires
Re: Clan WH - Item Dissapears-
Doesn't matter, from the GM Player or the telnet console the error happen.kotk wrote:How do you restart your server?
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
-
- Posts: 99
- Joined: Wed Jan 04, 2006 12:51 am
Re: Clan WH - Item Dissapears-
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(); }