Eyepatch of plunder
Have the latest DB and binaries. Completed the Eyepatch of plunder quest and received the item. When I zone, camp, etc. the item disappears. Tried GM mode and gave Fabled Eyepatch of plunder and same.
Anyone experienced this before? Our server is stock. Thanks for any help. |
Quote:
|
Quote:
Have you checked what's the value of the norent column on the items table for those item rows? Code:
select id, name, norent from items where name like '%Eyepatch of Plunder%' 30008,Eyepatch of Plunder,1 46030,Fabled Eyepatch of Plunder,1 (which kind of confusing as it seems like it would be a boolean value, where 0 is false and 1 is true, but it's backwards for whatever reason, and when I select distinct norent from items some of them apparently have a value of 255 for no rent.. but I digress) |
Sounds like it's failing to save inventory changes to the DB? Does it happen with other items? Although, it could be other things.
|
I had the same issue , my issue was not enough system resources. As the database grows you will need more memory , you can try loading less zones if you can upgrade your hardware. And if course as stated check the no rent status
|
Hey y'all. Thanks all for the responses.
Was unavoidably away from the game for a bit. Found the issue tonight. Inventory table had charges defined as a tinyint where later versions it was a smallint. Altered the table and all is good. Guess it never updated when I upgraded the server years ago. |
All times are GMT -4. The time now is 02:54 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.