luna
luna copied to clipboard
System for storing/retrieving npc drops
The fields that need to be stored are:
- Npc id
- Item id
- Item amount
We should consider support for drop table sharing, where multiple Npcs share the same item drop data. For example, Giant spiders have three different ids, each with a different combat level, but all share the same drop data.
As well, we should support item amount randomization, where we have a minimum and maximum range of items dropped for single a drop entry.
This issue has been marked as stale because it has not had any recent activity. It will be closed if no further activity occurs.
This issue has been closed because it has not had any recent activity. Feel free to re-open this issue or create another one if the problem isn't resolved.