AzerothCore
Pages :

itemextendedcost_dbc

<-返回至:World

`itemextendedcost_dbc` 表

表结构

Field Type Attributes Key Null Default Extra Comment
ID INT UNSIGNED PRI NO 0
HonorPoints INT UNSIGNED NO 0
ArenaPoints INT UNSIGNED NO 0
ArenaBracket INT UNSIGNED NO 0
ItemID_1 INT UNSIGNED NO 0
ItemID_2 INT UNSIGNED NO 0
ItemID_3 INT UNSIGNED NO 0
ItemID_4 INT UNSIGNED NO 0
ItemID_5 INT UNSIGNED NO 0
ItemCount_1 INT UNSIGNED NO 0
ItemCount_2 INT UNSIGNED NO 0
ItemCount_3 INT UNSIGNED NO 0
ItemCount_4 INT UNSIGNED NO 0
ItemCount_5 INT UNSIGNED NO 0
RequiredArenaRating INT UNSIGNED NO 0
ItemPurchaseGroup INT UNSIGNED NO 0

字段说明

ID

npc_vendor 中使用的 ID

HonorPoints

所需荣誉点数的数额。

ArenaPoints

所需竞技场点数的数额。

ArenaBracket

Value Format
0 2 v 2
1 3 v 3
2 5 v 5

ItemID_1

购买 ItemID_1 所需的物品 Entry

ItemID_2

购买 ItemID_2 所需的物品 Entry

ItemID_3

购买 ItemID_3 所需的物品 Entry

ItemID_4

购买 ItemID_4 所需的物品 Entry

ItemID_5

购买 ItemID_5 所需的物品 Entry

ItemCount_1

ItemID_1 所需的数量。

ItemCount_2

ItemID_2 所需的数量。

ItemCount_3

ItemID_3 所需的数量。

ItemCount_4

ItemID_4 所需的数量。

ItemCount_5

ItemID_5 所需的数量。

RequiredArenaRating

所需的个人竞技场等级数额。

ItemPurchaseGroup

尚未使用