2012-01-05, 07:55 PM
¬Rob Wrote:Remove everything above +10 upgrade count for weapons, above +12(+14 for empress overalls) armors, and everything with more than 12 enhancements.Really it's +12 and higher for weapons, +16 and up for armor, since the Golden Hammers they're using - if they weren't hacked - do add 1 extra upgrade slot. You're just not supposed to be able to use 300+ of them on an item.
Ease of preventing dupes really depends on the quality of their database. Presumably the problem is that inventories, storage, MTS, etc. all use different tables, meaning you can't just check unique keys when inserting new rows, or search across a single table for items with issues. There are of course synchronicity issues when you have a dozen servers editing the same table, but during server checks duped items should disappear if they do any DB upkeep.

