luna-rs / luna

A scalable and efficient Runescape server targeting revision #377

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System for storing/retrieving npc drops

notjuanortiz opened this issue · comments

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.

commented

This issue has been marked as stale because it has not had any recent activity. It will be closed if no further activity occurs.

commented

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.