Tabla `item_loot_\storage`
Aparentemente esta tabla "almacena el bot铆n de Items" que ser谩n despojados.
Estructura
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| containerGUID | INT | UNSIGNED | NO | ||||
| itemid | INT | UNSIGNED | NO | ||||
| count | INT | UNSIGNED | NO | ||||
| randomPropertyId | INT | SIGNED | NO | ||||
| randomSuffix | INT | UNSIGNED | NO | ||||
| follow_loot_rules | TINYINT | UNSIGNED | NO | ||||
| freeforall | TINYINT | UNSIGNED | NO | ||||
| is_blocked | TINYINT | UNSIGNED | NO | ||||
| is_counted | TINYINT | UNSIGNED | NO | ||||
| is_underthreshold | TINYINT | UNSIGNED | NO | ||||
| needs_quest | TINYINT | UNSIGNED | NO | ||||
| conditionLootId | INT | SIGNED | NO | 0 |
Descripci贸n de los Campos
field-no-description|1 (GUID o Identificador Global 脷nico del contenedor en cuesti贸n)
field-no-description|2 (驴ID del Item? Se desconoce si la ID se extrae de item_instance o item_template (posiblemente de item_instance))
field-no-description|3 (Posiblemente la cantidad de los mismos)
field-no-description|4 (驴Aquella ID de alguna propiedad aleatoria para Item?)
field-no-description|5 (驴Sufijo aleatorio?)
field-no-description|6 (Posiblemente ligado a las reglas de loot para despojar el Item)
field-no-description|7 (驴Despojo libre del Item?)
field-no-description|8 (驴Est谩 bloqueado?)
field-no-description|9 (驴Est谩 contado?)
field-no-description|10 (驴Se encuentra bajo un l铆mite o umbral?)
field-no-description|11 (驴Necesita una misi贸n para ser despojado?)
field-no-description|12 (驴ID de las condiciones de despojo?)