Skip to content

Monster Drops

Monster Drops

The Monster Drops page lets you search for any monster in the shard database and view the full breakdown of everything it can drop — from monster-specific assigned items to level-based tiered pools.

Navigate to Monster Drops in the admin sidebar. Type at least 2 characters to search by monster name, CodeName, or English translation. Results show the monster's level and rarity badge (Unique / Giant).

Drop Statistics Overview

When no search is active, the page shows a summary of the drop system:

  • Named Drop Pools — specific item pools (equipment sets, coins, COS items) with active vs. disabled item counts
  • Tiered Drop Pools — 15 level-based tiers covering potions, elixirs, scrolls, and alchemy materials
  • Monster-Specific Assignments — how many monsters have direct drops or assigned random group drops

Monster Detail Page

Clicking a monster opens its detail page at /admin/monster-drops/{code}, which shows all drop sources grouped by type:

Assigned Group Drops

Items from _RefMonster_AssignedItemRndDrop — random item groups assigned directly to the monster with a group-level drop probability. Each group shows its chance, amount range, and whether items are disabled (CanDrop=0).

Gold

Drop probability and gold amount range for the monster's level, sourced from _RefDropGold.

Direct Assigned Drops

Fixed items from _RefMonster_AssignedItemDrop with an absolute drop percentage — typically unique crafting materials exclusive to that monster.

Level-Based Drop Groups

Two pool systems are resolved by monster level across all _RefDropClassSel_* tables:

Pool TypeSource TableContents
Named pools_RefDropItemGroupEquipment sets, coins, COS items, event drops
Tiered pools_RefDropItemAssignPotions, elixirs, scrolls, magic stones, attribute stones

Each active pool shows its drop probability, item list, and disabled status. Items with CanDrop=0 are marked as disabled but still visible for reference.

INFO

Tier 1 contains the lowest-grade items (HP Herbs, basic Elixirs, Return Scrolls). Higher monster levels unlock higher tiers with better item grades — up to Tier 15 for the highest-level monsters.

Released under the PolyForm Shield License 1.0.0.