用户工具

站点工具


数据库:world数据库:creature_loot_template

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

后一修订版
前一修订版
数据库:world数据库:creature_loot_template [2023/09/24 15:40] – 创建 admin数据库:world数据库:creature_loot_template [2023/09/24 15:42] (当前版本) – [achievement_criteria_data 表] admin
行 1: 行 1:
-====== achievement_criteria_data 表 ======+====== *_loot_template 表 ======
 ---- ----
 [[数据库:world数据库:首页|<-返回:World 数据库]] [[数据库:world数据库:首页|<-返回:World 数据库]]
 +===== 常规 =====
 +----
 +Well, according to vocabulary the meaning of the word "loot" is good for corpse loot and may be for some gameobjects like chests but quite unfit for fishing "loot". Nevermind. We will use term "loot" here as "a set of items generated on an event for a player" and "loot definition" as "a set of rules for loot generation". And forget about vocabulary for a while.
  
 +This table format is used for 12 different tables to generate different loot items for different things. The 12 tables are creature_loot_template, disenchant_loot_template, fishing_loot_template, gameobject_loot_template, item_loot_template, pickpocketing_loot_template, prospecting_loot_template, skinning_loot_template, quest_mail_loot_template, reference_loot_template, milling_loot_template, spell_loot_template. The general description here is valid for all 12 because the loot system is the same for all eleven.
  
 +Loot templates define only items in the loot. See comments about money drop in corpse, pickpocketing and luggage loot in creature_template and item_template.
  
 **表结构** **表结构**
 ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^
-|[[#id|id]]|INT|UNSIGNED|PRI|NO| | | | +|[[#Entry|Entry]]|MEDIUMINT UNSIGNED|NO|PRI|0| | | | 
-|[[#gmlevel|gmlevel]]|TINYINT|UNSIGNED| |NO| | | | +|[[#Item|Item]]|MEDIUMINT UNSIGNED|NO|PRI|0| | | | 
-|[[#RealmID|RealmID]]|INT|SIGNED|PRI|NO|-1| | | +|[[#Reference|Reference]]|MEDIUMINT UNSIGNED|NO|PRI|0| | | | 
-|[[#comment|comment]]|VARCHAR(255)|SIGNED| |YES|' '| | |+|[[#Chance|Chance]]|FLOAT|NO| |100| | | | 
 +|[[#QuestRequired|QuestRequired]]|bool|NO| |0| | | | 
 +|[[#LootMode|LootMode]]|SMALLINT|NO| |1| | | | 
 +|[[#GroupId|GroupId]]|TINYINT|NO|PRI|0| | | | 
 +|[[#MinCount|MinCount]]|MEDIUMINT|NO| |1| | | 
 +|[[#MaxCount|MaxCount]]|TINYINT UNSIGNED|NO| |1| | | | 
 +|[[#Comment|Comment]]|VARCHAR| | | | | | | 
  
 ===== 字段说明 ===== ===== 字段说明 =====
数据库/world数据库/creature_loot_template.1695541230.txt.gz · 最后更改: 2023/09/24 15:40 由 admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki