DB/WorldStateUI: 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  || [[Map.dbc|Map]]  || iRefID  || On which map this event takes place. ||
|2  || [[Map.dbc|Map]]  || iRefID  || On which map this event takes place. Can be -1 to show up everywhere.
|- style="background:#F0F8FF;"
|- style="background:#F0F8FF;"
|3  || [[AreaTable.dbc|Zone]] ||  iRefID || In which sub-zone. Can be zero for "everywhere".
|3  || [[AreaTable.dbc|Zone]] ||  iRefID || In which sub-zone. Can be zero for "everywhere".

Revision as of 04:36, 8 July 2009

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. Can be -1 to show up everywhere.
3 Zone iRefID In which sub-zone. Can be zero for "everywhere".
4 PhaseShift Integer Only set (128) for the DeathKnightStartEvent. (WotLK) Used for phase states which are not shown in the UI.
5 Icon String The icon that is used in the interface.
6 Text Loc The text displayed in the UI.
15 Description Loc A little mouse-over-description.
24 Unknown Integer -1 for pre-BC ones, 0 for others.
25 Group? Integer Maybe some kind of group.
26 Type? Integer Only 3 different values: 0,1 and 2.
27 FlashingIcon String Only set for warsong-gulch-flags.
28 EventText Loc Again, set for the flags. "Flag is picked up".
37 Type? String If set, then its "CAPTUREPOINT". Used for points that need to be tapped over time. (Progress: *%)
38 Unknown Integer Only set if is CAPUTREPOINT.
39 Unknown Integer Same. Was unable to find a table, this is pointing to.
40 Unknown Null

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