DB/Stationery: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: ==Header Info == Records.....................5 Fields......................4 Record Size................16 String Block Size..........62 ==Structure== '''Column Field Type''' 1 ...)
 
(→‎Structure: Added the structure.)
Line 6: Line 6:


==Structure==  
==Structure==  
  '''Column Field Type'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer Again grouped: 0: Testing, 4: Standard, 6: Blizzard only / NPCs.
  2 Unknown Integer
  2 ItemID Integer Used for displaying an icon when you recieve a mail. This is also the item, the client checks for to enable you to use this stationery.
  3 sRefCon String
  3 Texture String Defines the texture shown in the background.
  4 Unknown Integer
  4 Flags Integer &1: Usable by players. &2: Blizzard Stationery.
 
Retrieved from "http://www.sourcepeek.com/wiki/Stationery.dbc"
 
[[Category:DBC]]
[[Category:DBC]]

Revision as of 04:35, 20 March 2010

Header Info

Records.....................5
Fields......................4
Record Size................16
String Block Size..........62

Structure

Column	Field 		Type		Notes 
1	ID		Integer	Again grouped: 0: Testing, 4: Standard, 6: Blizzard only / NPCs.
2	ItemID		Integer	Used for displaying an icon when you recieve a mail. This is also the item, the client checks for to enable you to use this stationery.
3	Texture	String	Defines the texture shown in the background.
4	Flags		Integer	&1: Usable by players. &2: Blizzard Stationery.