- Joined
- Aug 27, 2011
- Messages
- 212
- Solutions
- 9
- Reaction score
- 69
- GitHub
- ArturKnopik
- Twitch
- krecikondexin
its not problem with this system, probaby you want to add not existing item to monster body[Warning] DropLoot: Could not add loot item to corpse. only /roll add bonus item
in monster lua i only had
LUA:function Monster:onSpawn(pos, forced) self:registerEvent("DropMonsterLoot") return true end