Tabelle: 'item_loot_money'
The `item_loot_money` tableContains the money associated with a lootable inventory item such as a "Fat Sack of Coins" This table is populated the first time the player right-clicks to open an item. Rows are deleted when the player either removes the money or destroys the container item. StructureField | Type | Attributes | Key | Null | Default | Extra | Comment |
---|
container_id | int(10) | vorzeichenlos | | nein | 0 | | | money | int(10) | vorzeichenlos | | nein | 0 | | |
Description of the fieldscontainer_idThe GUID of the container item. See item_instance.guid moneyThe amount of money loot in copper.
|