DB/WorldStateUI: Difference between revisions

From wowdev
Jump to navigation Jump to search
(+ Loc)
(Redone, no new style yet.)
Line 1: Line 1:
==Header Info==
Records....................53
Fields.....................39
Record Size...............156
String Block Size........2612
==Structure==
==Structure==
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2 iRefID_[[Map.dbc|Map]] Integer on which map is that thing
  2 iRefID_[[Map.dbc|Map]] Integer on which map is that thing
  3 Unknown Integer Group?
  3 iRefID_[[AreaTable.dbc|AreaTable]]Integer In which zone. Can be zero for "everywhere".
WOTLK Unknown Integer Only set (128) for the DeathKnightStartEvent.
  4 Path String "" or the icon's path: "Interface\[a-z-\\]"  
  4 Path String "" or the icon's path: "Interface\[a-z-\\]"  
  5-13 Name String + [[Loc]] the state that is displayed
  5-13 Name String + [[Loc]] the state that is displayed
  14-22 event_desc String + [[Loc]] little desciption on mouseover
  14-22 event_desc String + [[Loc]] little desciption on mouseover
  23 Unknown Integer*
  23 Unknown Integer -1 for pre-BC ones, 0 for others.
  24 Unknown Integer*
  24 Unknown Integer Some kind of group maybe.
  25 Unknown Integer*
  25 Unknown Integer only 3 values: 0,1 and 2
  26 Unknown String Path to the PVP-Icon
  26 Unknown String Path to the PVP-Icon
  27-35 BG event String + [[Loc]] the description if the event happens
  27-35 BG event String + [[Loc]] the description if the event happens
  36 Unknown String
  36 Unknown String If set, then its "CAPTUREPOINT". Used for points that need to be tapped over time. (Progress: *%)
  37 Unknown Integer*
  37 Unknown Integer Only set if is CAPUTREPOINT.
  38 Unknown Integer*
  38 Unknown Integer Same. Was unable to find a table, this is pointing to.
  ''39 Unknown Null''
  ''39 Unknown Null''  


--[[User:Schlumpf|Schlumpf]] 23:39, 12 August 2007 (CEST)
--[[User:Schlumpf|schlumpf_]] 17:16, 28 September 2008 (CEST)


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

Revision as of 17:16, 28 September 2008

Structure

Column 	Field 		Type 		Notes 
1 	ID 		Integer 	
2 	iRefID_Map 	Integer 	on which map is that thing	
3 	iRefID_AreaTableInteger		In which zone. Can be zero for "everywhere".
WOTLK	Unknown		Integer		Only set (128) for the DeathKnightStartEvent.
4 	Path 		String 		"" or the icon's path: "Interface\[a-z-\\]" 
5-13 	Name	 	String + Loc	the state that is displayed
14-22 	event_desc 	String + Loc	little desciption on mouseover
23 	Unknown 	Integer 	-1 for pre-BC ones, 0 for others.	
24 	Unknown 	Integer 	Some kind of group maybe.
25 	Unknown 	Integer 	only 3 values: 0,1 and 2
26 	Unknown 	String 		Path to the PVP-Icon
27-35 	BG event 	String + Loc	the description if the event happens
36 	Unknown 	String 		If set, then its "CAPTUREPOINT". Used for points that need to be tapped over time. (Progress: *%)
37 	Unknown 	Integer 	Only set if is CAPUTREPOINT. 
38 	Unknown 	Integer 	Same. Was unable to find a table, this is pointing to.
39 	Unknown 	Null 

--schlumpf_ 17:16, 28 September 2008 (CEST)