View Single Post
  #8  
Old 07-22-2013, 10:33 PM
koros koros is offline
Planar Protector


Join Date: Mar 2011
Posts: 1,127
Default

Following what Bob said, and I'm not DBA, but...

Is it not possible to either add a created date for any item in a characters possession, or alternately create a difference log?

I'm certain the developers can run something analogous to "Select * from Characters where Items_in_inventory like (id of AoN or misc items here)" and compare it to the previous day, etc. This could be automated, until true functionality to stop duping could be added in.

Or hell, generate a GUID and assign one to every item every dropped, although maybe this is too resource intensive.
Last edited by koros; 07-22-2013 at 10:35 PM..