- Joined
- Aug 27, 2011
- Messages
- 217
- Solutions
- 10
- Reaction score
- 74
- 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