Quote:
Originally Posted by imbri
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.
|
tested this on my end and it seems to be working as intended. My install is from ~sept 15 so fairly recent.
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%'
0 apparently indicates norent , 1 is not. mine are showing 1 for norent:
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)