May you think about what i said before you post something?loot rate are in config.lua
you have to rewrite loot system to lua like this:
https://otland.net/threads/mod-random-item-stats.130295/
(removes loot from corpse and generates it again so you can add chance there)
Well, i'm not that good at lua yet, so i need easier ways to do it.There does not seem to be a setter function, so I would imagine you would have to create one in the sources or in lua using metatables (if even possible).
This is the easiest way. I even gave you an example.Well, i'm not that good at lua yet, so i need easier ways to do it.