item_loot_items
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| container_id | bigint | unsigned | PRI | NO | 0 | guid of container (item_instance.guid) | |
| item_type | tinyint | signed | PRI | NO | 0 | item or currency | |
| item_id | int | unsigned | PRI | NO | 0 | loot item entry (item_instance.itemEntry) | |
| item_count | int | signed | NO | 0 | stack size | ||
| item_index | int | unsigned | NO | 0 | |||
| follow_rules | tinyint(1) | signed | NO | 0 | follow loot rules | ||
| ffa | tinyint(1) | signed | NO | 0 | free-for-all | ||
| blocked | tinyint(1) | signed | NO | 0 | |||
| counted | tinyint(1) | signed | NO | 0 | |||
| under_threshold | tinyint(1) | signed | NO | 0 | |||
| needs_quest | tinyint(1) | signed | NO | 0 | quest drop | ||
| rnd_bonus | int | unsigned | NO | 0 | random bonus list added when originally rolled | ||
| context | tinyint | unsigned | NO | 0 | |||
| bonus_list_ids | text | YES | NULL | Space separated list of bonus list ids | |||
Description of fields
container_id
- no description -
item_type
- no description -
item_id
- no description -
item_count
- no description -
item_index
- no description -
follow_rules
- no description -
ffa
- no description -
blocked
- no description -
counted
- no description -
under_threshold
- no description -
needs_quest
- no description -
rnd_bonus
- no description -
context
- no description -
bonus_list_ids
- no description -
