DB/BarberShopStyle: Difference between revisions

From wowdev
Jump to navigation Jump to search
(directely from WOTLK)
 
No edit summary
Line 1: Line 1:
This file got added with Wrath of the Lich King. It defines which option in the barber shop is responsible for which style. They have a name and fields defining what will change.
This file got added with Wrath of the Lich King. It defines which option in the barber shop is responsible for which style. They have a name and fields defining what will change.


It got added in build 8334 and only contains draeneis so far.
==Structure==
{| style="background:#FCFCFC; color:black"
|-
! width="80" | Column
! width="180 " | Field
! width="80" | Type
! width="600" | Notes
|-
|1  || ID  || Integer  ||
|-
|2  || Type  || Integer  || 0 - Hair Style, 1 - Hair Color, 2 - Facial Hairstyle
|-
|3  || Name || [[Loc]] || A name to describe what changes or how it is called.
|-
|20  || AdditionalName  || [[Loc]] || Is null for all in this build.
|-
|37 || Unknown || Float || 0.75 for facials, 1.0 for hair. Price modifier?
|- style="background:#F0F8FF;"
|38  || [[ChrRaces.dbc|Race]]  || iRefID  ||
|-
|39  || Gender  || Integer  ||
|-
|40  || ID2  || Integer  || This is option $ID2 in the shop when looking in category $Type.
|}


This is no official patch, so this data is not confirmed.
--[[User:Schlumpf|schlumpf_]] 00:13, 29 September 2008 (CEST)
 
==Structure==
'''Column Field Type Notes'''
1 ID Integer
2 Type Integer 0 - Hair Style, 1 - Hair Color, 2 - Facial Hairstyle
3-10 Name String + [[Loc]] A name to describe what changes or how it is called. At the moment
11-18 AdditionalName String + [[Loc]] pretty much like "Draenei Male Hair Style $x".
19 Unknown Float Unknown. always 1.0
20 iRefID_[[ChrRaces.dbc|ChrRaces]] Integer This is for which Race?
21 Unknown Null may be the gender in future.
22 ID2 Integer This is option $x in the shop when looking in category $type


[[Category:DBC]]
[[Category:DBC]][[Category:3.0.2.8905]]

Revision as of 00:13, 29 September 2008

This file got added with Wrath of the Lich King. It defines which option in the barber shop is responsible for which style. They have a name and fields defining what will change.

Structure

Column Field Type Notes
1 ID Integer
2 Type Integer 0 - Hair Style, 1 - Hair Color, 2 - Facial Hairstyle
3 Name Loc A name to describe what changes or how it is called.
20 AdditionalName Loc Is null for all in this build.
37 Unknown Float 0.75 for facials, 1.0 for hair. Price modifier?
38 Race iRefID
39 Gender Integer
40 ID2 Integer This is option $ID2 in the shop when looking in category $Type.

--schlumpf_ 00:13, 29 September 2008 (CEST)