Not getting ammo, medical items, or guns on corpsesSolved
I downloaded the updated plugin and used Wulfs fix so that the plugin would compile. not getting ammo or medical items on the bodies or the guns if I change that part to True. 
I am also seeing this issue. NPCs no longer drop guns after the compiler fix.
Make sure you are updated fully with both Oxide and this plugin, not using any temporary fix from the forum threads.
Thanks! After updating Both Oxide and this plugin, there are still some issues. Guns are dropping as configured, but without random skins, if enabled. Other configured options for items are not working when enabled (No ammo, No medpacks dropped). The NPCs are also dropping default loot, even if the option to remove it is enabled.
I updated Oxide and the plugin. still not getting ammo, medical or guns to drop on bodies after changing
"Put weapon into corpse": false,
to
"Put weapon into corpse": true,
I'm getting gun drops and meds, but never any ammo after updating both oxide and the plugin. also deleted config and let a new one be ceated. 
Moderator edit: Please do not post random versions of plugins in threads, thanks.

Essentially, uMod isn't calling OnPlayerCorpse (a deprecated hook, btw) for non-player corpses anymore. I changed it to add loot to corpses when an NPCPlayerCorpse is spawned via OnEntitySpawned instead. A timer had to be introduced becuase the OnEntityDeath is called after OnEntitySpawned for the corpse.

Merged post

To the mods: What do you want me to do,  repost it as a new plugin? How are users supposed to get their plugins fixed if they aren't maintained by the author?

To anyone who wants the fix, I guess you can DM me and hope I see your message. I don't know why you'd want to delete a "random" (not very random, it's a fix to a problem) version of a plugin. No attribution was changed, just posting the fix.

Sorry for any trouble here, I'm just trying to help out others who ran into this problem.
Locked automatically