DB/ItemExtendedCost: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
Line 14: Line 14:
== ItemExtendedCost.db2 ==
== ItemExtendedCost.db2 ==
new in cataclysm
new in cataclysm
===RequirementFlags===
All flags used in <code>Script_GetMerchantItemInfo</code>
{| style="background:#FCFCFC; color:black"
|-
! width="80" | Value
! width="400" | Description
|-
| 0x01 || requires gold
|-
| 0x02 || requires season 1 currency
|-
| 0x04 || requires season 2 currency
|-
| 0x08 || requires season 3 currency
|-
| 0x10 || requires season 4 currency
|-
| 0x20 || requires season 5 currency
|}


[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]
[[Category:DBC_Cataclysm]]
[[Category:DBC_Cataclysm]]

Latest revision as of 11:57, 3 May 2019

≥ BC

Structure

Column	Field 			Type 		Notes 
1 	ID 			Integer 	
2 	costHonor 		Integer 	general honor cost to purchase 
3 	costArena 		Integer 	How many Arena "honor" points an item costs. 
4 	iRefID_RequredItem[5] 	Integer 	Items
9 	itemCount[5] 		Integer 	Number of item needed 
14 	PersonalRating 		Integer
15 	iRefID_PurchaseGroup	Integer		Lets you require an item out of the group.

ItemExtendedCost.db2

new in cataclysm

RequirementFlags

All flags used in Script_GetMerchantItemInfo

Value Description
0x01 requires gold
0x02 requires season 1 currency
0x04 requires season 2 currency
0x08 requires season 3 currency
0x10 requires season 4 currency
0x20 requires season 5 currency