用户工具

站点工具


数据库:world数据库:loot_template

差别

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

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
数据库:world数据库:loot_template [2023/09/24 16:08] – [Fishing haul] admin数据库:world数据库:loot_template [2023/09/24 16:10] (当前版本) – [常规] admin
行 10: 行 10:
 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. 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^
 |[[#Entry|Entry]]|MEDIUMINT UNSIGNED|NO|PRI|0| | | | |[[#Entry|Entry]]|MEDIUMINT UNSIGNED|NO|PRI|0| | | |
行 217: 行 218:
 For creature_loot_template basic approach is to use creature_template.lootid equal to creature_template.entry. But this results in great overhead in the loot table as For creature_loot_template basic approach is to use creature_template.lootid equal to creature_template.entry. But this results in great overhead in the loot table as
  
-many creatures use the same loot definition (well, stats on sites are similar due to the nature of random roll) +  * many creatures use the same loot definition (well, stats on sites are similar due to the nature of random roll) 
-even more creatures use same parts of loot definition That is why it is recommended to use grouping, group references and template references.+  even more creatures use same parts of loot definition That is why it is recommended to use grouping, group references and template references.
 ==== Disenchant outcome ==== ==== Disenchant outcome ====
  
行 225: 行 226:
 As disenchanting should give exactly 1 type of shard/essence/dust/etc so every loot template should be As disenchanting should give exactly 1 type of shard/essence/dust/etc so every loot template should be
  
-or single plain entry with 100% drop chance +  * or single plain entry with 100% drop chance 
-or a single group with group chance equal to 100%+  or a single group with group chance equal to 100%
 There is no use for references here as the reference is done with the relation field. No quest drop at all. There is no use for references here as the reference is done with the relation field. No quest drop at all.
  
行 254: 行 255:
 As skinning should give exactly 1 type of skin/hide/etc so every loot template should be As skinning should give exactly 1 type of skin/hide/etc so every loot template should be
  
-or single plain entry with 100% drop chance +  * or single plain entry with 100% drop chance 
-or single group with group chance equal to 100%+  or single group with group chance equal to 100%
 There is no use for references here as the reference is done with the relation field. There is no use for references here as the reference is done with the relation field.
  
行 264: 行 265:
 Agreements for Reference Templates are as followed: Agreements for Reference Templates are as followed:
  
-Range Used for +^Range^Used for^ 
-00000-00999 Skinning Reference Templates +|00000-00999|Skinning Reference Templates| 
-01000-09999 KEEP FREE: TDB-DEV-References +|01000-09999|KEEP FREE: TDB-DEV-References| 
-10000-10999 Item Reference Templates +|10000-10999|Item Reference Templates| 
-11000-11799 Fishing Reference Templates +|11000-11799|Fishing Reference Templates| 
-11800-11999 Milling Reference Templates +|11800-11999|Milling Reference Templates| 
-12000-12899 Raid: Gameobject Reference Templates +|12000-12899|Raid: Gameobject Reference Templates| 
-12900-12999 Mining Reference Templates +|12900-12999|Mining Reference Templates| 
-13000-13999 Prospecting Reference Templates +|13000-13999|Prospecting Reference Templates| 
-14000-29000 World Reference Templates +|14000-29000|World Reference Templates| 
-34000-34999 Raid: Creature Reference Templates +|34000-34999|Raid: Creature Reference Templates| 
-35000-35999 Dungeon Reference Templates+|35000-35999|Dungeon Reference Templates
 ===== Examples ===== ===== Examples =====
 ---- ----
数据库/world数据库/loot_template.1695542939.txt.gz · 最后更改: 2023/09/24 16:08 由 admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki