DB/CharStartOutfit: Difference between revisions

From wowdev
Jump to navigation Jump to search
Line 11: Line 11:
|1  || ID  || Integer  ||  
|1  || ID  || Integer  ||  
|- style="background:#F0F8FF;"
|- style="background:#F0F8FF;"
|2  || [[ChrRaces.dbc|Race]]  || iRefID  ||
|2.1 || [[ChrRaces.dbc|Race]]  || iRefID  ||
|- style="background:#F0F8FF;"
|- style="background:#F0F8FF;"
|3 || [[ChrClasses.dbc|Class]]  || iRefID  ||
|2.2 || [[ChrClasses.dbc|Class]]  || iRefID  ||
|-  
|-  
|4 || Gender  || Boolean  ||  
|2.3 || Gender  || Boolean  ||  
|-  
|-  
|5 || Unknown  || Integer  || Always 0.
|2.4 || Unknown  || Integer  || Always 0.
|-  
|-  
|6 || Items[24]  || Integer[]  || These reference item IDs (see wowhead or the itemcache). -1 or 0 if none.
|3 || Items[24]  || Integer[]  || These reference item IDs (see wowhead or the itemcache). -1 or 0 if none. Actually ignored by the client.
|-  
|-  
|30 || DisplayInfo[24]  || Integer[]  || Both only set if Item[x] is set too.  
|27 || DisplayInfo[24]  || Integer[]  || Both only set if Item[x] is set too.  
|-  
|-  
|54 || InventoryType[24]  || Integer[]  || Values from -1 to 26.
|51 || InventoryType[24]  || Integer[]  || Values from -1 to 26.
|}
|}



Revision as of 03:30, 11 July 2009

Information about the items the characters get when they enter the world the first time. The server seems to have the same database since there are non-viewable items listed too (bindstones, food).

Structure

Column Field Type Notes
1 ID Integer
2.1 Race iRefID
2.2 Class iRefID
2.3 Gender Boolean
2.4 Unknown Integer Always 0.
3 Items[24] Integer[] These reference item IDs (see wowhead or the itemcache). -1 or 0 if none. Actually ignored by the client.
27 DisplayInfo[24] Integer[] Both only set if Item[x] is set too.
51 InventoryType[24] Integer[] Values from -1 to 26.

--schlumpf_ 20:15, 29 September 2008 (CEST)