DB/WorldStateUI: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Redone, no new style yet.)
m (New Style.)
Line 1: Line 1:
This table holds information about events (PvP and PvE) that take place in the map and get displayed on the top in the interface.
==Structure==
==Structure==
'''Column Field Type Notes'''
{| style="background:#FCFCFC; color:black"
  1 ID Integer
|-
  2 iRefID_[[Map.dbc|Map]] Integer on which map is that thing
! width="80" | Column  
  3 iRefID_[[AreaTable.dbc|AreaTable]]Integer In which zone. Can be zero for "everywhere".
! width="180 " | Field  
WOTLK Unknown Integer Only set (128) for the DeathKnightStartEvent.
! width="80" | Type  
  4 Path String "" or the icon's path: "Interface\[a-z-\\]"
! width="600" | Notes
  5-13 Name String + [[Loc]] the state that is displayed
|-
  14-22 event_desc String + [[Loc]] little desciption on mouseover
|1 || ID || Integer ||
  23 Unknown Integer -1 for pre-BC ones, 0 for others.
|- style="background:#F0F8FF;"
  24 Unknown Integer Some kind of group maybe.
|2 || [[Map.dbc|Map]] || iRefID  || On which map this event takes place. ||
  25 Unknown Integer only 3 values: 0,1 and 2
|- style="background:#F0F8FF;"
  26 Unknown String Path to the PVP-Icon
|3 || [[AreaTable.dbc|Zone]] ||  iRefID || In which sub-zone. Can be zero for "everywhere".
  27-35 BG event String + [[Loc]] the description if the event happens
|- style="background:#C1FFC1;"
  36 Unknown String If set, then its "CAPTUREPOINT". Used for points that need to be tapped over time. (Progress: *%)
|4 || Unknown || Integer || Only set (128) for the DeathKnightStartEvent. (WotLK)
  37 Unknown Integer Only set if is CAPUTREPOINT.  
|-
  38 Unknown Integer Same. Was unable to find a table, this is pointing to.
|4  || Icon || String || The icon that is used in the interface.
  ''39 Unknown Null''
|-  
|5 || Text || [[Loc]] || The text displayed in the UI.
|-
|14 || Description  || [[Loc]] || A little mouse-over-description.
|-
|23 || Unknown || Integer || -1 for pre-BC ones, 0 for others. ||
|-
|24 || Group?  || Integer || Maybe some kind of group.
|-
|25 || Type?  || Integer || Only 3 different values: 0,1 and 2.
|-
|26  || FlashingIcon || String || Only set for warsong-gulch-flags.
|-  
|27  || EventText || [[Loc]] || Again, set for the flags. "Flag is picked up".
|-
|36  || Type? || 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
|}


--[[User:Schlumpf|schlumpf_]] 17:16, 28 September 2008 (CEST)
--[[User:Schlumpf|schlumpf_]] 17:42, 28 September 2008 (CEST)


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

Revision as of 17:42, 28 September 2008

This table holds information about events (PvP and PvE) that take place in the map and get displayed on the top in the interface.

Structure

Column Field Type Notes
1 ID Integer
2 Map iRefID On which map this event takes place.
3 Zone iRefID In which sub-zone. Can be zero for "everywhere".
4 Unknown Integer Only set (128) for the DeathKnightStartEvent. (WotLK)
4 Icon String The icon that is used in the interface.
5 Text Loc The text displayed in the UI.
14 Description Loc A little mouse-over-description.
23 Unknown Integer -1 for pre-BC ones, 0 for others.
24 Group? Integer Maybe some kind of group.
25 Type? Integer Only 3 different values: 0,1 and 2.
26 FlashingIcon String Only set for warsong-gulch-flags.
27 EventText Loc Again, set for the flags. "Flag is picked up".
36 Type? 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:42, 28 September 2008 (CEST)