I am also using RunUO. I added the following code (by byron) to the OnBeforeDeath method in BaseVendor, and to each blue mob or mob type:
public override bool OnBeforeDeath () // byron 11/18/04
{
Mobile killer = this.LastKiller;
PlayerMobile pm = killer as...