Originally Posted by jhex
I'm not satisfied with the fact that traders don't seem to drop all their items when they die.

In Shared\Public\Shared\Stats\Generated\Data\Data.txt, make these changes...

From:

key "TraderDroppedItemsPercentage","20"
key "TraderDroppedItemsCap","5"

To:

key "TraderDroppedItemsPercentage","100"
key "TraderDroppedItemsCap","500"

If you want everyone to inherit those values, you'd need to write a script that adds the TRADER tag to everyone. (I have no idea what the consequences of doing that would be.)