显示页面过去修订反向链接回到顶部 本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。 <!DOCTYPE markdown> # playercreateinfo\_item [<-Back-to:World](database-world.md) **The \`playercreateinfo\_item\` table** This table is used for any custom items that you might want to give to characters on creation. I used to be used to hold the normal items that characters get as well, but now that info is read from CharStartOutfit.dbc **Structure** | Field | Type | Attributes | Key | Null | Default | Extra | Comment | | :-----------|:----------|:-----------|:----|:-----|:--------|:------|:--------| | [race][1] | TINYINT | UNSIGNED | PRI | NO | 0 | | | | [class][2] | TINYINT | UNSIGNED | PRI | NO | 0 | | | | [itemid][3] | MEDIUMINT | UNSIGNED | PRI | NO | 0 | | | | [amount][4] | SMALLINT | UNSIGNED | | NO | 1 | | | | [Note][5] | VARCHAR | | | YES | NULL | | | [1]: #race [2]: #class [3]: #itemid [4]: #amount [5]: #Note **Description of the fields** ### race The character's race. `:ChrRaces.dbc_tc2` ### class The character's class. `:ChrClasses.dbc_tc2` ### itemid The template ID of the item. See item\_template.entry ### amount The number of copies of that item. ### Note Note of the entry docs-en/playercreateinfo_item.md.txt 最后更改: 2024/03/15 19:08由 127.0.0.1