AzerothCore
Pages :

worldstates

<-Back-to:Characters

The `worldstates` table

This table holds data the Core needs to handle variables (like timer for arena point automatic flush).

Structure

Field Type Attributes Key Null Default Extra Comment
entry INT UNSIGNED PRI NO 0
value INT UNSIGNED NO 0
comment TINYTEXT SIGNED YES

Description of the fields

entry

Hardcoded entry related to variables needed to be saved by the Core. For example `entry` = 20001 is for the timer to flush arena points. More examples below.

value

Value generated by the core regarding the entry.

comment

Comment in text format so it is easier to see what the entry is for.

known worldstate id's (entries)

AV_STORMPIKE_LIEUTENANTS = 950, // $962w Stormpike Commander(s) and $950w Stormpike Lieutenant(s).
AV_STORMPIKE_COMMANDERS = 962, // $962w Stormpike Commander(s) and $950w Stormpike Lieutenant(s).
AV_UNK_01 = 964, // $964w, young $c.
AV_UNK_02 = 966, // $966w, young $c.

AV_STONEHEART_H_C = 1301, //over ac
AV_STONEHEART_A_C = 1302, //Stoneheart Grave
AV_STONEHEART_H_A = 1303, //over aa
AV_STONEHEART_A_A = 1304, //over hc
AV_AID_A_C = 1325, //Stormpike first aid station
AV_AID_A_A = 1326,
AV_AID_H_C = 1327,
AV_AID_H_A = 1328,
AV_FROSTWOLFHUT_A_C = 1329, //over hc //Frostwolf Hut
AV_FROSTWOLFHUT_H_C = 1330,
AV_FROSTWOLFHUT_A_A = 1331, //over ha
AV_FROSTWOLFHUT_H_A = 1332, //over ac
AV_PIKEGRAVE_A_C = 1333, //Stormpike Graveyard
AV_PIKEGRAVE_A_A = 1,
AV_PIKEGRAVE_H_C = 1334,
AV_PIKEGRAVE_H_A = 1336,
AV_FROSTWOLF_A_C = 1337, //over hc //Frostwolf Grave
AV_FROSTWOLF_H_C = 1338,
AV_FROSTWOLF_A_A = 1339, //over ac
AV_FROSTWOLF_H_A = 1340, //over aa
AV_SNOWFALL_A_C = 1341, //over hc
AV_SNOWFALL_H_C = 1342,
AV_SNOWFALL_A_A = 1343, //over ha
AV_SNOWFALL_H_A = 1344, //over ac
AV_ICEBLOOD_A_C = 1346, //over hc //Horde //Iceblood grave
AV_ICEBLOOD_A_A = 1348, //over ac
AV_ICEBLOOD_H_C = 1347,
AV_ICEBLOOD_H_A = 1349, //over aa
AV_S_MINE_A = 1355,
AV_S_MINE_H = 1356,
AV_S_MINE_N = 1357,
AV_N_MINE_A = 1358,
AV_N_MINE_H = 1359,
AV_N_MINE_N = 1360, //mines
AV_DUNS_CONTROLLED = 1361, //Alliance //Dunbaldar South Bunker
AV_DUNN_CONTROLLED = 1362, //Dunbaldar North Bunker
AV_ICEWING_CONTROLLED = 1363, //Stoneheart Bunker
AV_STONEH_CONTROLLED = 1364,
AV_FROSTWOLFW_DESTROYED = 1365, //over controlled
AV_FROSTWOLFE_DESTROYED = 1366,
AV_TOWERPOINT_DESTROYED = 1367, //goes over controlled
AV_ICEBLOOD_DESTROYED = 1368,
AV_DUNS_DESTROYED = 1370,
AV_DUNN_DESTROYED = 1371,
AV_ICEWING_DESTROYED = 1372,
AV_STONEH_DESTROYED = 1373,
AV_DUNN_UNUSED = 1374,
AV_DUNS_UNUSED = 1375,
AV_ICEWING_UNUSED = 1376,
AV_STONEH_UNUSED = 1377,
AV_DUNS_ASSAULTED = 1378,
AV_DUNN_ASSAULTED = 1379,
AV_ICEWING_ASSAULTED = 1380,
AV_STONEH_ASSAULTED = 1381,
AV_FROSTWOLFW_CONTROLLED = 1382,
AV_FROSTWOLFE_CONTROLLED = 1383,
AV_TOWERPOINT_CONTROLLED = 1384, //Tower Point
AV_ICEBLOOD_CONTROLLED = 1385, //Horde //Iceblood Tower
AV_FROSTWOLFW_ASSAULTED = 1387, //over destroyed
AV_FROSTWOLFE_ASSAULTED = 1388,
AV_TOWERPOINT_ASSAULTED = 1389, //goes over destroyed
AV_ICEBLOOD_ASSAULTED = 1390,
AV_FROSTWOLFW_UNUSED = 1392
AV_FROSTWOLFE_UNUSED = 1393,
AV_TOWERPOINT_UNUSED = 1394,
AV_ICEBLOOD_UNUSED = 1395,

BG_WS_FLAG_UNK_ALLIANCE = 1545, // unk, set to 1 on alliance flag pickup... // ???
BG_WS_FLAG_UNK_HORDE = 1546, // unk, set to 1 on horde flag pickup, after drop it's -1 // ???
BG_WS_FLAG_UNK_01 = 1547, // unk // ???
BG_WS_FLAG_CAPTURES_ALLIANCE = 1581, // alliance flag captures
BG_WS_FLAG_CAPTURES_HORDE = 1582, // horde flag captures
BG_WS_FLAG_CAPTURES_MAX = 1601, // unk (max flag captures?)

BG_AB_OP_STABLE_STATE_ALIENCE = 1767, //Stable map state (ALIENCE)
BG_AB_OP_STABLE_STATE_HORDE = 1768, //Stable map state (HORDE)
BG_AB_OP_STABLE_STATE_CON_ALI = 1769, //Stable map state (CON ALIENCE)
BG_AB_OP_STABLE_STATE_CON_HOR = 1770, //Stable map state (CON HORDE)
BG_AB_OP_FARM_STATE_ALIENCE = 1772, //Farm state (ALIENCE)
BG_AB_OP_FARM_STATE_HORDE = 1773, //Farm state (HORDE)
BG_AB_OP_FARM_STATE_CON_ALI = 1774, //Farm state (CON ALIENCE)
BG_AB_OP_FARM_STATE_CON_HOR = 1775, //Farm state (CON HORDE)
BG_AB_OP_RESOURCES_ALLY = 1776,
BG_AB_OP_RESOURCES_HORDE = 1777,
BG_AB_OP_OCCUPIED_BASES_HORDE = 1778,
BG_AB_OP_OCCUPIED_BASES_ALLY = 1779,
BG_AB_OP_RESOURCES_MAX = 1780,
BG_AB_OP_BLACKSMITH_STATE_ALIENCE = 1782, //Blacksmith map state (ALIENCE)
BG_AB_OP_BLACKSMITH_STATE_HORDE = 1783, //Blacksmith map state (HORDE)
BG_AB_OP_BLACKSMITH_STATE_CON_ALI = 1784, //Blacksmith map state (CON ALIENCE)
BG_AB_OP_BLACKSMITH_STATE_CON_HOR = 1785, //Blacksmith map state (CON HORDE)
BG_AB_OP_GOLDMINE_STATE_ALIENCE = 1787, //Gold Mine map state (ALIENCE)
BG_AB_OP_GOLDMINE_STATE_HORDE = 1788, //Gold Mine map state (HORDE)
BG_AB_OP_GOLDMINE_STATE_CON_ALI = 1789, //Gold Mine map state (CON ALIENCE
BG_AB_OP_GOLDMINE_STATE_CON_HOR = 1790, //Gold Mine map state (CON HORDE)
BG_AB_OP_LUMBERMILL_STATE_ALIENCE = 1792, //Lumber Mill map state (ALIENCE)
BG_AB_OP_LUMBERMILL_STATE_HORDE = 1793, //Lumber Mill map state (HORDE)
BG_AB_OP_LUMBERMILL_STATE_CON_ALI = 1794, //Lumber Mill map state (CON ALIENCE)
BG_AB_OP_LUMBERMILL_STATE_CON_HOR = 1795, //Lumber Mill map state (CON HORDE)

BG_AB_OP_STABLE_ICON = 1842, //Stable map icon (NONE)
BG_AB_OP_GOLDMINE_ICON = 1843, //Gold Mine map icon (NONE)
BG_AB_OP_LUMBERMILL_ICON = 1844, //Lumber Mill map icon (NONE)
BG_AB_OP_FARM_ICON = 1845, //Farm map icon (NONE)
BG_AB_OP_BLACKSMITH_ICON = 1846, //Blacksmith map icon (NONE)
BG_AB_UNK_01 = 1861, // default value 2 // ???

BG_AB_OP_RESOURCES_WARNING = 1955, // warning limit (1800)
AV_SNOWFALL_N = 1966, //over aa //Neutral //Snowfall Grave

AQ_WORLDSTATE_ALLIANCE_COPPERBAR_CURRENT = 1997,
AQ_WORLDSTATE_SHARED_COPPERBAR_REQUIRE = 1998,
AQ_WORLDSTATE_ALLIANCE_IRONBAR_CURRENT = 2002,
AQ_WORLDSTATE_ALLIANCE_IRONBAR_REQUIRE = 2003,
AQ_WORLDSTATE_HORDE_TINBAR_CURRENT = 2005,
AQ_WORLDSTATE_HORDE_TINBAR_REQUIRE = 2006,
AQ_WORLDSTATE_HORDE_MITHRILBAR_CURRENT = 2008,
AQ_WORLDSTATE_HORDE_MITRHILBAR_REQUIRE = 2009,
AQ_WORLDSTATE_ALLIANCE_THORIUMBAR_CURRENT = 2011,
AQ_WORLDSTATE_ALLIANCE_THORIUMBAR_REQUIRE = 2012,
AQ_WORLDSTATE_HORDE_COPPERBAR_CURRENT = 2018,
AQ_WORLDSTATE_HORDE_PEACEBLOOM_CURRENT = 2021, // Yes, these Peacebloom are intentionally out of order.
AQ_WORLDSTATE_HORDE_PEACEBLOOM_REQUIRE = 2020,
AQ_WORLDSTATE_ALLIANCE_STRANGLEKELP_CURRENT = 2047,
AQ_WORLDSTATE_ALLIANCE_STRANGLEKELP_REQUIRE = 2048,
AQ_WORLDSTATE_HORDE_FIREBLOOM_CURRENT = 2050,
AQ_WORLDSTATE_HORDE_FIREBLOOM_REQUIRE = 2051,
AQ_WORLDSTATE_ALLIANCE_PURPLELOTUS_CURRENT = 2053,
AQ_WORLDSTATE_HORDE_PURPLELOTUS_CURRENT = 2054,
AQ_WORLDSTATE_SHARED_PURPLELOTUS_REQUIRE = 2055,
AQ_WORLDSTATE_ALLIANCE_ARTHASTEAR_CURRENT = 2057,
AQ_WORLDSTATE_ALLIANCE_ARTHASTEAR_REQUIRE = 2058,
AQ_WORLDSTATE_ALLIANCE_LIGHTLEATHER_CURRENT = 2060,
AQ_WORLDSTATE_ALLIANCE_LIGHTLEATHER_REQUIRE = 2061,
AQ_WORLDSTATE_ALLIANCE_MEDIUMLEATHER_CURRENT = 2063,
AQ_WORLDSTATE_ALLIANCE_MEDIUMLEATHER_REQUIRE = 2064,
AQ_WORLDSTATE_HORDE_HEAVYLEATHER_CURRENT = 2066,
AQ_WORLDSTATE_HORDE_HEAVYLEATHER_REQUIRE = 2067,
AQ_WORLDSTATE_ALLIANCE_THICKLEATHER_CURRENT = 2069,
AQ_WORLDSTATE_HORDE_THICKLEATHER_CURRENT = 2070,
AQ_WORLDSTATE_SHARED_THICKLEATHER_REQUIRE = 2071,
AQ_WORLDSTATE_HORDE_RUGGEDLEATHER_CURRENT = 2073,
AQ_WORLDSTATE_HORDE_RUGGEDLEATHER_REQUIRE = 2074,
AQ_WORLDSTATE_ALLIANCE_LINENBANDAGE_CURRENT = 2076,
AQ_WORLDSTATE_ALLIANCE_LINENBANDAGE_REQUIRE = 2077,
AQ_WORLDSTATE_HORDE_WOOLBANDAGE_CURRENT = 2079,
AQ_WORLDSTATE_HORDE_WOOLBANDAGE_REQUIRE = 2080,
AQ_WORLDSTATE_ALLIANCE_SILKBANDAGE_CURRENT = 2082,
AQ_WORLDSTATE_ALLIANCE_SILKBANDAGE_REQUIRE = 2083,
AQ_WORLDSTATE_HORDE_MAGEBANDAGE_CURRENT = 2085,
AQ_WORLDSTATE_HORDE_MAGEBANDAGE_REQUIRE = 2086,
AQ_WORLDSTATE_ALLIANCE_RUNEBANDAGE_CURRENT = 2088,
AQ_WORLDSTATE_HORDE_RUNEBANDAGE_CURRENT = 2089,
AQ_WORLDSTATE_SHARED_RUNEBANDAGE_REQUIRE = 2090,
AQ_WORLDSTATE_ALLIANCE_RBOWALBA_CURRENT = 2092,
AQ_WORLDSTATE_ALLIANCE_RBOWALBA_REQUIRE = 2093,
AQ_WORLDSTATE_HORDE_LEANWOLF_CURRENT = 2095,
AQ_WORLDSTATE_HORDE_LEANWOLF_REQUIRE = 2096,
AQ_WORLDSTATE_ALLIANCE_ROASTRAPTOR_CURRENT = 2098,
AQ_WORLDSTATE_ALLIANCE_ROASTRAPTOR_REQUIRE = 2099,

AQ_WORLDSTATE_ALLIANCE_SPOTYELLOW_CURRENT = 2101,
AQ_WORLDSTATE_HORDE_SPOTYELLOW_CURRENT = 2102,
AQ_WORLDSTATE_SHARED_SPOTYELLOW_REQUIRE = 2103,
AQ_WORLDSTATE_HORDE_BAKEDSALMON_CURRENT = 2105,
AQ_WORLDSTATE_HORDE_BAKEDSALMON_REQUIRE = 2106,
AQ_WORLDSTATE_TRANSITION_DAYS_REMAINING = 2113,

EVENT_LOVE_VOTES_THRALL = 2200, // Here are the final standings!$B$BThrall: $2200w$B$BCairne: $2201w$B$BSylvanas: $2202w$B$BTotal Horde: $2207w$B$B$BBolvar: $2203w$B$BMagni: $2204w$B$BTyrande: $2205w$B$BTotal Alliance: $2206w$B$BThe Horde and the Alliance tied in total votes!
EVENT_LOVE_VOTES_CAIRNE = 2201,
EVENT_LOVE_VOTES_SYLVANAS = 2202,
EVENT_LOVE_VOTES_VARIAN = 2203,
EVENT_LOVE_VOTES_MAGNI = 2204,
EVENT_LOVE_VOTES_TYRANDE = 2205,
EVENT_LOVE_TOTAL_ALLIANCE = 2206,
EVENT_LOVE_TOTAL_HORDE = 2207,

WORLDSTATE_SI_BATTLES_WON = 2219, // We have won $2219W battles against the Scourge. Gird yourself, $n, for this war is far from over. & We have won $2219W battles against the Scourge. Take heart, $n. While many battles lie ahead, heroes, heroes from every realm have risen to fight them. & We have won $2219W battles against the Scourge. Stand firm, $n! We must persevere!

SCOURGE_EVENT_WORLDSTATE_WINTERSPRING = 2259, // 2259 - Icon on map
SCOURGE_EVENT_WORLDSTATE_AZSHARA = 2260, // 2260 - Icon on map
SCOURGE_EVENT_WORLDSTATE_BLASTED_LANDS = 2261, // 2261 - Icon on map
SCOURGE_EVENT_WORLDSTATE_BURNING_STEPPES = 2262, // 2262 - Icon on map
SCOURGE_EVENT_WORLDSTATE_TANARIS = 2263, // 2263 - Icon on map
SCOURGE_EVENT_WORLDSTATE_EASTERN_PLAGUELANDS = 2264, // 2264 - Icon on map

WORLDSTATE_SI_AZSHARA_REMAINING = 2279, // The Scourge infestation grows in Azshara. Every able bodied warrior is needed to stem the tide of their invasion.$B$BNumber of Necropolises remaining: $2279W
WORLDSTATE_SI_BLASTED_LANDS_REMAINING = 2280, // The Scourge infestation grows in the Blasted Lands. Every able bodied warrior is needed to stem the tide of their invasion.$B$BNumber of Necropolises remaining: $2280W
WORLDSTATE_SI_BURNING_STEPPES_REMAINING = 2281, // If additional support is not soon sent to the Burning Steppes, I fear the Scourge will establish a base of operations there. If you can, you should go there to aid the defenders.$B$BNumber of Necropolises remaining: $2281W
WORLDSTATE_SI_EASTERN_PLAGUELANDS = 2282, // The Scourge infestation grows in the Eastern Plaguelands. Every able bodied warrior is needed to stem the tide of their invasion.$B$BNumber of Necropolises remaining: $2282W
WORLDSTATE_SI_TANARIS = 2283, // It seems the army of the Scourge has come to Tanaris. A significant number of their necropolises and other forces have been dispatched there.$B$BNumber of Necropolises remaining: $2283W
WORLDSTATE_SI_WINTERSPRING = 2284, // Indeed, the hills of Winterspring are currently attempting to withstand a renewed Scourge assault. Your assistance would help them greatly.$B$BNumber of Necropolises remaining: $2284W
WORLDSTATE_SI_UNK = 2285, // saved world state is: $2285W // ???

SI_GATHERED_A = 2313, // ally silithyst gathered
SI_GATHERED_H = 2314, // horde silithyst gathered
SI_SILITHYST_MAX = 2317, // max silithyst

AQ_SANDWORM_N = 2322, AQ_SANDWORM_S = 2323,
AQ_SANDWORM_SW = 2324,
AQ_SANDWORM_E = 2325,

EP_UI_TOWER_COUNT_A = 2327,
EP_UI_TOWER_COUNT_H = 2328,

BG_WS_FLAG_STATE_HORDE = 2338, // horde (0 - hide, 1 - flag ok, 2 - flag picked up (flashing), 3 - flag picked up (not flashing)
BG_WS_FLAG_STATE_ALLIANCE = 2339, // alliance (0 - hide, 1 - flag ok, 2 - flag picked up (flashing), 3 - flag picked up (not flashing)

EP_NPT_N = 2352, // default value 1
EP_PWT_N_H = 2353, // 2367 not present! use neutral!
EP_PWT_N = 2353, // default value 1
EP_EWT_A = 2354, // default value 0
EP_CGT_N = 2355, // default value 1
EP_EWT_H = 2356, // default value 0
GENERAL_WORLDSTATES_06 = 2357, // default value 0 // ???
GENERAL_WORLDSTATES_07 = 2358, // default value 0 // ???
EP_EWT_N_A = 2359, // ally conquested // default value 0
EP_EWT_N_H = 2360, // default value 0
EP_EWT_N = 2361, // default value 1
EP_NPT_N_A = 2362, // default value 0
GENERAL_WORLDSTATES_08 = 2363, // default value 0 // ???
GENERAL_WORLDSTATES_09 = 2364, // default value 0 // ???
GENERAL_WORLDSTATES_10 = 2365, // default value 0 // ???
EP_PWT_N_A = 2366, // default value 0
GENERAL_WORLDSTATES_13 = 2367, // default value 1 // grey horde not in dbc! send for consistency's sake, and to match field count // ???
GENERAL_WORLDSTATES_11 = 2368, // default value 0 // ???
GENERAL_WORLDSTATES_12 = 2369, // default value 0 // ???

EP_PWT_A = 2370, // default value 0
EP_PWT_H = 2371, // default value 0
EP_NPT_A = 2372, // default value 0
EP_NPT_H = 2373, // default value 0
EP_CGT_N_A = 2374,
EP_CGT_N_H = 2375, // default value 0
GENERAL_WORLDSTATES_04 = 2376, // default value 0 // ???
GENERAL_WORLDSTATES_05 = 2377, // default value 0 // ???
EP_CGT_A = 2378, // default value 0
EP_CGT_H = 2379, // default value 0

GENERAL_WORLDSTATES_01 = 2426, //SendInitWorldStates // 10 2426 // // default value 0 // ???
GENERAL_WORLDSTATES_02 = 2427, // Progress: %2427w //SendInitWorldStates // 13 2427 // default value 50 // ???
GENERAL_WORLDSTATES_03 = 2428, //SendInitWorldStates // 14 2428 // default value 50 // ???

OHF_INCENDIARY_BOMBS_SET = 2436, // Incendiary Bombs Set = %2436w/5 // Number of Incendiary Bombs Placed in Durnholde // http://www.wowhead.com/quest=29598/tarethas-diversion
OHF_INVADING ENEMIES = 2454, // Invading Enemies = %2454w

HP_UI_TOWER_COUNT_A = 2476,
HP_UI_TOWER_COUNT_H = 2478,

HP_UI_SHOW_ALLY_OVERLOOK_ICON = 2480, // default value 0
HP_UI_SHOW_THE_OVERLOOK_ARROW = 2481, // default value 1
HP_UI_SHOW_NEUTRAL_OVERLOOK_ICON = 2482, // default value 0
HP_UI_ALLY_BROKEN_HILL_ICON = 2483, // default value 0
HP_UI_ABOVE_BROKEN_HILL_ICON = 2484, // default value 1
HP_UI_NEUTRAL_BROKEN_HILL_ICON = 2485, // default value 0

HP_UI_TOWER_DISPLAY_H = 2489,
HP_UI_TOWER_DISPLAY_A = 2490,
NA_UI_GUARDS_LEFT = 2491,
NA_UI_GUARDS_MAX = 2493, // Outland // default value 0
NA_UI_UNK_1 = 2494, // default value 0 // ???
NA_UI_OUTLAND_01 = 2495, // Outland // default value 0 // Last Winner: Alliance // Controlled: %2476w InterfaceWorldStateFrameAllianceTower
NA_UI_UNK_2 = 2497, // default value 0 // ???

NA_UI_ALLIANCE_GUARDS_SHOW = 2502,
NA_UI_HORDE_GUARDS_SHOW = 2503,

TF_UI_LOCKED_DISPLAY_NEUTRAL = 2508, // neutral locked time show
TF_UI_LOCKED_TIME_HOURS = 2509, // locked time remaining minutes
TF_UI_LOCKED_TIME_MINUTES_SECOND_DIGIT = 2510, // locked time remaining seconds second digit
TF_UI_LOCKED_TIME_MINUTES_FIRST_DIGIT = 2512, // locked time remaining seconds first digit // default value 5

ZM_UNK_3 = 2527, // default value 0 // ???
ZM_UNK_2 = 2528, // default value 0 // ???
ZM_UNK_1 = 2529, // default value 0 // ???
ZM_UNK_6 = 2533, // default value 0 // ???
ZM_UNK_5 = 2534, // default value 0 // ???
ZM_UNK_4 = 2535, // default value 0 // ???

COT_OPENING_THE_DARK_PORTAL_MEDIVHS_SHIELD_REMANING = 2540, // Medivh's Shield Remaining: %2540w%

BATTLEGROUND_BLADES_EDGE_ARENA_GOLD = 2547, // 7 gold
BATTLEGROUND_BLADES_EDGE_ARENA_GREEN = 2547, // 8 green
BATTLEGROUND_BLADES_EDGE_ARENA_SHOW = 2547, // 9 show // default value 1 // ???

ZM_UI_TOWER_WEST_A = 2555,
ZM_UI_TOWER_WEST_H = 2556,
ZM_UI_TOWER_WEST_N = 2557,
ZM_UI_TOWER_EAST_A = 2558,
ZM_UI_TOWER_EAST_H = 2559,
ZM_UI_TOWER_EAST_N = 2560,

GENERAL_WORLDSTATES_14 = 2565,// 2565 unk, constant? // default value = 142

BATTLEGROUND_NAGRAND_ARENA_GOLD = 2575, // 7 gold // default value 0 // ???
BATTLEGROUND_NAGRAND_ARENA_GREEN = 2576, // 8 green // default value 0 // ???
BATTLEGROUND_NAGRAND_ARENA_SHOW = 2577, // 9 show // default value 1 // ???

TF_UI_TOWERS_CONTROLLED_DISPLAY = 2620, // show towers controlled
TF_UI_TOWER_COUNT_A = 2621, // ally towers controlled // default value 5
TF_UI_TOWER_COUNT_H = 2622, // horde towers controlled

TF_UI_SHOW CAPTURE BAR = 2623, // show capture bar
TF_UI_CAPTURE_BAR_NEUTRAL = 2624, // capture bar pos
TF_UI_CAPTURE_BAR_POS = 2625, // capture bar pos

ZM_MAP_TOWER_WEST_A = 2644,
ZM_MAP_TOWER_WEST_H = 2645,
ZM_MAP_TOWER_WEST_N = 2646,
ZM_MAP_GRAVEYARD_N = 2647,
ZM_MAP_GRAVEYARD_A = 2648,
ZM_MAP_GRAVEYARD_H = 2649, // default value 1 // Twin spire graveyard horde 12?
ZM_MAP_TOWER_EAST_A = 2650,
ZM_MAP_TOWER_EAST_H = 2651,
ZM_MAP_TOWER_EAST_N = 2652, // east beacon neutral
ZM_WORLDSTATE_UNK_1 = 2653, // default value 1
ZM_UNK_7 = 2654, // ???
ZM_MAP_ALLIANCE_FLAG_READY = 2655, // default value 0
ZM_MAP_ALLIANCE_FLAG_NOT_READY = 2656, // default value 1
ZM_MAP_HORDE_FLAG_NOT_READY = 2657, // default value 1
ZM_MAP_HORDE_FLAG_READY = 2658,
NA_MAP_WYVERN_EAST_NEU_A = 2659,
NA_MAP_WYVERN_EAST_H = 2660,
NA_MAP_WYVERN_EAST_A = 2661,
NA_MAP_WYVERN_NORTH_NEU_A = 2662,
NA_MAP_WYVERN_NORTH_H = 2663,
NA_MAP_WYVERN_NORTH_A = 2664,
NA_MAP_WYVERN_WEST_H = 2665,
NA_MAP_WYVERN_WEST_A = 2666,
NA_MAP_WYVERN_WEST_NEU_A = 2667,
NA_MAP_WYVERN_SOUTH_H = 2668,
NA_MAP_WYVERN_SOUTH_A = 2669,
NA_MAP_WYVERN_SOUTH_NEU_A = 2670,
NA_MAP_HALAA_NEUTRAL = 2671,
NA_MAP_HALAA_HORDE = 2672,
NA_MAP_HALAA_ALLIANCE = 2673,
NA_MAP_HALAA_NEU_A = 2676,
NA_MAP_HALAA_NEU_H = 2677,

TF_TOWER_NUM_01 = 2681, // NW Neutral
TF_TOWER_NUM_02 = 2682, // NW Horde
TF_TOWER_NUM_03 = 2683, // NW Ally
TF_TOWER_NUM_04 = 2684, // N Ally
TF_TOWER_NUM_05 = 2685, // N Horde
TF_TOWER_NUM_06 = 2686, // N Neu
TF_TOWER_NUM_16 = 2687, // ???
TF_TOWER_NUM_07 = 2688, // NE Ally
TF_TOWER_NUM_08 = 2689, // NE Horde
TF_TOWER_NUM_09 = 2690, // NE Neu
TF_TOWER_NUM_10 = 2691, // S Ally
TF_TOWER_NUM_11 = 2692, // S Horde
TF_TOWER_NUM_12 = 2693, // S Neutral
TF_TOWER_NUM_13 = 2694, // SE Ally
TF_TOWER_NUM_14 = 2695, // SE Horde
TF_TOWER_NUM_15 = 2696,

PROGRESS_BAR_SHOW = 2718, //1 init, 0 druhy send - bez messagu, 1 = controlled aliance
PROGRESS_BAR_STATUS = 2719, //50 init!, 48 ... hordak bere .. 33 .. 0 = full 100% hordacky, 100 = full alliance
PROGRESS_BAR_PERCENT_GREY = 2720, //100 = empty (only grey), 0 = blue|red (no grey)
BLOOD_ELF_UNCONTROL = 2722,
BLOOD_ELF_ALLIANCE_CONTROL = 2723,
BLOOD_ELF_HORDE_CONTROL = 2724,
FEL_REAVER_UNCONTROL = 2725,
FEL_REAVER_ALLIANCE_CONTROL = 2726,
FEL_REAVER_HORDE_CONTROL = 2727,
MAGE_TOWER_UNCONTROL = 2728,
MAGE_TOWER_HORDE_CONTROL = 2729,
MAGE_TOWER_ALLIANCE_CONTROL = 2730,
DRAENEI_RUINS_UNCONTROL = 2731, // Draenei uncontrolled (1 - yes, 0 - no)
DRAENEI_RUINS_ALLIANCE_CONTROL = 2732, // Draenei - Alliance control
DRAENEI_RUINS_HORDE_CONTROL = 2733, // Draenei - Horde control

EYE_OF_THE_STORM_BE_TOWER_CONFLICT = 2735, // default value 0 // "Blood Elf Tower",,,,,,,,,,,,,,,,0xFF01FE,"In Conflict",,,,,,,,,,,,,,,,0xFF01FE,2735,,
EYE_OF_THE_STORM_BE_TOWER_CONFLICT2 = 2736, // default value 0 // "Blood Elf Tower",,,,,,,,,,,,,,,,0xFF01FE,"In Conflict",,,,,,,,,,,,,,,,0xFF01FE,2736,,
EYE_OF_THE_STORM_03 = 2737, // default value 0 // Draenei - Horde conflict
EYE_OF_THE_STORM_04 = 2738, // default value 0 // Draenei - Alliance conflict
EYE_OF_THE_STORM_05 = 2739, // default value 0 // Fel Reaver - Alliance conflict
EYE_OF_THE_STORM_06 = 2740, // default value 0 // Fel Reaver - Horde conflict
EYE_OF_THE_STORM_07 = 2741, // default value 0 // Mage Tower - Alliance conflict
EYE_OF_THE_STORM_08 = 2742, // default value 0 // Mage Tower - Horde conflict

EY_ALLIANCE_RESOURCES = 2749,
EY_HORDE_RESOURCES = 2750,
EY_ALLIANCE_BASE = 2752, // Alliance Bases
EY_HORDE_BASE = 2753, // Horde Bases

NETHERSTORM_FLAG = 2757, // Flag (1 - show, 0 - hide) - doesn't work exactly this way!

NA_MAP_WYVERN_SOUTH_NEU_H = 2760,
NA_MAP_WYVERN_WEST_NEU_H = 2761,
NA_MAP_WYVERN_NORTH_NEU_H = 2762,
NA_MAP_WYVERN_EAST_NEU_H = 2763,

TF_UI_LOCKED_DISPLAY_ALLIANCE = 2767, // ally locked time show
TF_UI_LOCKED_DISPLAY_HORDE = 2768, // horde locked time show

NETHERSTORM_FLAG_STATE_ALLIANCE = 2769, // //set to 2 when flag is picked up, and to 1 if it is dropped / Alliance top-stats (1 - show, 0 - hide) // 02 -> alliance picked up the flag // default value 1
NETHERSTORM_FLAG_STATE_HORDE = 2770, // default value 1 // Horde top-stats (1 - show, 0 - hide) // 02 -> horde picked up the flag

COT_OPENING_THE_DARK_PORTAL_TIME_RIFTS_OPENED = 2784, // Time Rifts Opened: %2784w/18

BATTELGROUND_RUINS_OF_LORDAERNON_GOLD = 3000, // 7 gold // ???
BATTELGROUND_RUINS_OF_LORDAERNON_GREEN = 3000, // 8 green // ???
BATTELGROUND_RUINS_OF_LORDAERNON_SHOW = 3002, // 9 show // default value 1 // ???

QUEST_BREAK_THE_BLOCKADE_MINUTES_AWAY = 3078, // Our stolen zeppelin's less than $3078w minutes away. // quest=11153 https://www.wowhead.com/quest=11153/break-the-blockade
EYE_OF_THE_STORM_09 = 3085, // default value 379 // ???
QUEST_BREAK_THE_BLOCKADE_DWARFS_ACTIVATED = 3094, // There are $3094W activated dwarves!
QUEST_BREAK_THE_BLOCKADE_TOTAL_INJURED = 3096, // We did it boys! Now back to the Grim Guzzler and we'll drink to the $3096W that were injured! // RETREAT!! We've already lost $3096W and we can't afford to lose any more!!

BG_AV_Alliance_Score = 3127,
BG_AV_Horde_Score = 3128,
BG_AV_SHOW_H_SCORE = 3133,
BG_AV_SHOW_A_SCORE = 3134,

QUEST_UNK_01_TOTAL_CASUALTIES = 3151, // RETREAT!! We've taken a beating and had $3151W casualties! We can't keep taking these losses! FALL BACK!! // We did it boys! Now back to the Grim Guzzler and we'll drink to the $3151W that were injured!

ARENA_SEASON_IN_PROGRESS = 3191, // CONFIG_ARENA_SEASON_IN_PROGRESS // Arena season in progress, 0 - end of season //SendInitWorldStates

QUEST_DISCOVERING_PERCENT_RAZORTHORN_ROOTS = 3223, // Good day to you, $c.$b$bThere's much to be done to assist in the effort here. Sadly, there's very little I can do for you until I get all of my supplies.$b$bI've now got $3223w percent of the razorthorn roots I need to get started. Any assistance you provide will be well worth the effort, I assure you. // The alchemy lab is not quite yet ready, $n. Mar'nah says that she is $3223w percent done with its assembly, however.$B$BIf you would like to help her with that, you will find her inside the inn at the Sun's Reach Harbor. // quest=11522 http://www.wowhead.com/quest=11520/discovering-your-roots
QUEST_MAKING READY_TOTAL_GOAL = 3228, // http://www.wowhead.com/npc=25046/smith-hauthaa // Hello, $r.$b$bLet's get busy! No sense waiting around for supplies that may never arrive.$b$bI need my anvil in order to outfit our troops properly. Right now It's $3228w percent complete.$b$bAnd when the anvil is completed, there will be many more powerful items that I will be able to smith for you. // Last I heard from Hauthaa, she indicated that we are $3228w percent of the way there.$B$BI cannot express how vital it is to our efforts that we get them created. Our men and women are going to need better armor and weapons, and the anvil and forge are the key to that.$B$BYou will find the smith behind the Sun's Reach Armory, $n.
QUEST_UNK_02_TOTAL_GOAL = 3233, // My orders are to create a distraction at the Dead Scar so our forces can take the Sun's Reach Armory. It might not be as glamorous as killing demons face to face, but if it wins us this battle then I'm all for it.$B$BWe are $3233w percent done with our goal. // Capturing the Sun's Reach Sanctum was the first step in our battle plan. Our orders are to take control of the armory next.$B$BWe are $3233w percent done with our goal. // I am glad that you ask. Our efforts to take the armory are at $3233w percent of our projections.$B$BI know that Battlemage Arynna and Harbinger Inuuro need your help. Seek them inside the Sun's Reach Sanctum on the Isle of Quel'Danas. // quest=11539 http://www.wowhead.com/quest=11539/taking-the-harbor
QUEST_UNK_03_TOTAL_GOAL = 3238, // No, unfortunately we have not yet taken the harbor. However, reports indicate that we are $3238w percent of the way towards doing so.$B$B$n, if you want to help out, look for Magister Ilastar and Vindicator Kaalan at the Sun's Reach Armory on the Isle of Quel'Danas.
QUEST_FURTHER_CONVERSIONS_TOTAL_GOAL = 3244, // Have you seen the damaged sentries that wander the island? A few modifications to the crystals that control their behavior will allow us to gain control of them and use them to secure tactical locations.$B$BThe Sun's Reach Sanctum will be ours in no time. We are $3244w percent done with this goal. // Arming the wards at the sanctum will help us secure it faster. We don't want any Wretched getting in our way when we unleash a full scale attack on the Legion and Kael.$B$BWe are $3244w percent done with our goal. // quest=11525 http://www.wowhead.com/quest=11525/further-conversions
QUEST_UNK_04_GATE_1_TOTAL_GOAL = 3255, // The first gate, Agamath, has been dismantled! The second gate of Rohendor now blocks our passage.$B$BOur mages are $3255w percent through the defenses of the second gate, Rohendor.
QUEST_UNK_05_GATE_2_TOTAL_GOAL = 3257, // Rohendor has been obliterated. Only the gateway, Archonisus, remains.$B$BOur mages are $3257w percent through the defenses of the final gate, Archonisus.
QUEST_UNK_02_SUNWELL_PORTAL_PERCENT_COMPLETED = 3269, // If we are to be successful in the creation of a portal to the Isle of Quel'Danas, and the Sunwell which rests upon it, we must acquire an energy source powerful enough to ignite the portal.$B$BWe are $3269w percent completed with our efforts. Will you assist us, $c?
QUEST_UNK_06_TOTAL_GOAL = 3275, // I'm gathering funds to build a monument in honor of those who've died in the war. It is important to not forget the sacrifices we've made to achieve victory.$B$BWe are $3275w percent done with this goal.

SUNS_REACH_ARMORY_ENEMY = 3414, // 2098,0,0,0,0,0,0,0,0,0,0,0,12683.2001953,-6957.77978516,15.5542001724,530,516,4080,"Sun's Reach Armory",,,,,,,,,,,,,,,,0xFF01FE,"Held by the enemy",,,,,,,,,,,,,,,,0xFF01FE,3414,,
SUNS_REACH_ARMORY_SHATTERED_SUN = 3415, // 2099,0,0,0,0,0,0,0,0,0,0,0,12683.2998047,-6957.79980469,15.5542001724,530,516,4080,"Sun's Reach Armory",,,,,,,,,,,,,,,,0xFF01FE,"Shattered Sun Offensive",,,,,,,,,,,,,,,,0xFF01FE,3415,,
SUNS_REACH_HARBOR_ENEMY = 3416, // 2100,0,0,0,0,0,0,0,0,0,0,0,12825.5996094,-7015.24023438,18.5926990509,530,516,4080,"Sun's Reach Harbor",,,,,,,,,,,,,,,,0xFF01FE,"Held by the enemy",,,,,,,,,,,,,,,,0xFF01FE,3416,,
SUNS_REACH_HARBOR_SHATTERED_SUN = 3417, // 2101,0,0,0,0,0,0,0,0,0,0,0,12825.7001953,-7015.16992187,18.5926990509,530,516,4080,"Sun's Reach Harbor",,,,,,,,,,,,,,,,0xFF01FE,"Shattered Sun Offensive",,,,,,,,,,,,,,,,0xFF01FE,3417,,
SUNS_REACH_SANCTUM_ENEMY = 3418, // 2096,0,0,0,0,0,0,0,0,0,0,0,12787.2998047,-6885.54003906,13.3893995285,530,516,4080,"Sun's Reach Sanctum",,,,,,,,,,,,,,,,0xFF01FE,"Held by the enemy",,,,,,,,,,,,,,,,0xFF01FE,3418,,
SUNS_REACH_SANCTUM_SHATTERED_SUN = 3419, // 2097,0,0,0,0,0,0,0,0,0,0,0,12787.4003906,-6885.60009766,13.3893995285,530,516,4080,"Sun's Reach Sanctum",,,,,,,,,,,,,,,,0xFF01FE,"Shattered Sun Offensive",,,,,,,,,,,,,,,,0xFF01FE,3419,,

COT_WORLDSTATE_SHOW_CRATES = 3479,
COT_WORLDSTATE_CRATES_REVEALED = 3480,

OCULUS_WORLD_STATE_CENTRIFUGE_CONSTRUCT_AMOUNT = 3486 // $3486W Centrifuge Constructs remain. We must find and destroy them to disable Varos Cloudstrider's protective shield. The constructs should be about halfway up The Oculus, on the Band of Acceleration.

BATTLEFIELD_WG_WORLD_STATE_VEHICLE_H = 3490,
BATTLEFIELD_WG_WORLD_STATE_MAX_VEHICLE_H = 3491,

COT_WORLDSTATE_WAVE_COUNT = 3504,

OCULUS_WORLD_STATE_CENTRIFUGE_CONSTRUCT_SHOW = 3524,

BG_SA_TIMER_MINS = 3559,
BG_SA_TIMER_SEC_TENS = 3560,
BG_SA_TIMER_SEC_DECS = 3561,
BG_SA_ENABLE_TIMER = 3564,
BG_SA_BONUS_TIMER = 3571,

// 2106,0,45,0,0,0,0,0,0,0,0,0,2279.16992188,1138.85998535,138.046005249,595,259,4100,"Elder's Square Gate",,,,,,,,,,,,,,,,0xFF01FE,"Elder's Square Gate",,,,,,,,,,,,,,,,0xFF01FE,3581,,
// 2107,0,45,0,0,0,0,0,0,0,0,0,2184.2800293,1236.68994141,136.48399353,595,259,4100,"Festival Lane Gate",,,,,,,,,,,,,,,,0xFF01FE,"Festival Lane Gate",,,,,,,,,,,,,,,,0xFF01FE,3582,,
// 2109,0,45,0,0,0,0,0,0,0,0,0,2122.57006836,1354.60998535,131.48399353,595,259,4100,"King's Square Fountain",,,,,,,,,,,,,,,,0xFF01FE,"King's Square Fountain",,,,,,,,,,,,,,,,0xFF01FE,3583,,
// 2108,0,45,0,0,0,0,0,0,0,0,0,2225.75,1331.91003418,127.005996704,595,259,4100,"Market Row Gate",,,,,,,,,,,,,,,,0xFF01FE,"Market Row Gate",,,,,,,,,,,,,,,,0xFF01FE,3584,,
// 2105,0,45,0,0,0,0,0,0,0,0,0,2355.43994141,1195.52001953,130.520996094,595,259,4100,"Town Hall",,,,,,,,,,,,,,,,0xFF01FE,"Town Hall",,,,,,,,,,,,,,,,0xFF01FE,3585,,

ARENA_WORLD_STATE_ALIVE_PLAYERS_GREEN = 3600,
ARENA_WORLD_STATE_ALIVE_PLAYERS_GOLD = 3601
ARENA_WORLD_STATE_ALIVE_PLAYERS_SHOW = 3610, // default value 1 // ???
//BG_RING_OF_VALOR_WORLD_STATE = 3610, // default value 1 // ???

BG_SA_PURPLE_GATEWS = 3614, // 2111,0,105,106,107,105,106,107,74,75,76,0,1216.32995605,79.1828994751,53.3525009155,607,647,4384,"Gate of the Purple Amethyst",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3614,,
BG_SA_RED_GATEWS = 3617, // 2114,0,77,78,79,77,78,79,74,75,76,0,1232.38000488,-210.044006348,55.118598938,607,935,4384,"Gate of the Red Sun",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3617,,
BG_SA_BLUE_GATEWS = 3620, // 2117,0,80,81,82,80,81,82,74,75,76,0,1433.06994629,-216.330993652,30.8668003082,607,959,4384,"Gate of the Blue Sapphire",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3620,,
BG_SA_GREEN_GATEWS = 3623, // 2120,0,108,109,110,108,109,110,74,75,76,0,1414.54003906,104.746002197,29.9468002319,607,959,4384,"Gate of the Green Emerald",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3623,,
BG_SA_LEFT_ATT_TOKEN_ALL = 3626, // 2123,0,46,0,0,0,0,0,0,0,0,0,1571.42004395,87.6970977783,4.29728984833,607,959,4384,"The Frostbreaker",,,,,,,,,,,,,,,,0xFF01FE,"Alliance Offense",,,,,,,,,,,,,,,,0xFF01FE,3626,,
BG_SA_RIGHT_ATT_TOKEN_ALL = 3627, // 2124,0,46,0,0,0,0,0,0,0,0,0,1570.41003418,-145.680999756,5.71539020538,607,959,4384,"The Graceful Maiden",,,,,,,,,,,,,,,,0xFF01FE,"Alliance Offense",,,,,,,,,,,,,,,,0xFF01FE,3627,,
BG_SA_RIGHT_ATT_TOKEN_HRD = 3628, // 2125,0,48,0,0,0,0,0,0,0,0,0,1571.33996582,-143.830001831,5.95772981644,607,959,4384,"The Blightbringer",,,,,,,,,,,,,,,,0xFF01FE,"Horde Offense",,,,,,,,,,,,,,,,0xFF01FE,3628,,
BG_SA_LEFT_ATT_TOKEN_HRD = 3629, // 2126,0,48,0,0,0,0,0,0,0,0,0,1571.31005859,87.2816009521,4.24728012085,607,959,4384,"The Casket Carrier",,,,,,,,,,,,,,,,0xFF01FE,"Horde Offense",,,,,,,,,,,,,,,,0xFF01FE,3629,,
BG_SA_ALLIANCE_DEFENCE_TOKEN = 3630, // 2128,0,46,0,0,0,0,0,0,0,0,0,794.854003906,-108.88999939,499.253997803,607,959,4384,"Alliance Defense",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3630,,
BG_SA_HORDE_DEFENCE_TOKEN = 3631, // 2127,0,48,0,0,0,0,0,0,0,0,0,794.828979492,-108.57800293,499.238006592,607,959,4384,"Horde Defense",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3631,,
BG_SA_RIGHT_GY_HORDE = 3632, // 2129,0,13,0,0,0,0,0,0,0,0,0,1338.26000977,-155.26499939,31.7632007599,607,959,4384,"East Graveyard",,,,,,,,,,,,,,,,0xFF01FE,"Horde Controlled",,,,,,,,,,,,,,,,0xFF01FE,3632,,
BG_SA_LEFT_GY_HORDE = 3633, // 2324,0,13,0,0,0,0,0,0,0,0,0,1309.0,8.65515995026,30.8957996368,607,959,4384,"West Graveyard",,,,,,,,,,,,,,,,0xFF01FE,"Horde Controlled",,,,,,,,,,,,,,,,0xFF01FE,3633,,
BG_SA_CENTER_GY_HORDE = 3634, // 2133,0,13,0,0,0,0,0,0,0,0,0,1220.73999023,-70.5093994141,70.4493026733,607,959,4384,"South Graveyard",,,,,,,,,,,,,,,,0xFF01FE,"Horde Controlled",,,,,,,,,,,,,,,,0xFF01FE,3634,,
BG_SA_LEFT_GY_ALLIANCE = 3635, // 2132,0,15,0,0,0,0,0,0,0,0,0,1308.59997559,8.67329025269,31.7639007568,607,959,4384,"West Graveyard",,,,,,,,,,,,,,,,0xFF01FE,"Alliance Controlled",,,,,,,,,,,,,,,,0xFF01FE,3635,,
BG_SA_RIGHT_GY_ALLIANCE = 3636, // 2130,0,15,0,0,0,0,0,0,0,0,0,1338.91003418,-155.733001709,31.7633991241,607,959,4384,"East Graveyard",,,,,,,,,,,,,,,,0xFF01FE,"Alliance Controlled",,,,,,,,,,,,,,,,0xFF01FE,3636,,
BG_SA_CENTER_GY_ALLIANCE = 3637, // 2134,0,15,0,0,0,0,0,0,0,0,0,1220.39001465,-70.6196975708,70.4493026733,607,959,4384,"South Graveyard",,,,,,,,,,,,,,,,0xFF01FE,"Alliance Controlled",,,,,,,,,,,,,,,,0xFF01FE,3637,,
BG_SA_YELLOW_GATEWS = 3638, // 2135,0,102,103,104,102,103,104,74,75,76,0,1058.7199707,-107.526000977,81.8201980591,607,959,4384,"Gate of the Yellow Moon",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3638,,

CHRISTMAS_EVENT_MINUTES_BEFORE_CHRISTMAS = 3658, // Only $3658E shopping minutes before Christmas!
CHRISTMAS_EVENT_MINUTES_REMAINING = 3659, // Well then, there are only $3659E minutes left to party!

BATTLEFIELD_WG_WORLD_STATE_VEHICLE_A = 3680,
BATTLEFIELD_WG_WORLD_STATE_MAX_VEHICLE_A = 3681,

WORLDSTATE_WORKSHOP_K_W = 3698, // 2150,0,65,66,67,68,69,70,71,72,73,0,5390.87988281,2979.47998047,442.290985107,571,903,4197,"Fortress Vehicle Workshop (W)",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3698,,
WORLDSTATE_WORKSHOP_K_E = 3699, // 2149,0,65,66,67,68,69,70,71,72,73,0,5389.97021484,2712.17993164,442.118011475,571,903,4197,"Fortress Vehicle Workshop (E)",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3699,,
WORLDSTATE_WORKSHOP_NW = 3700,
WORLDSTATE_WORKSHOP_NE = 3701, // 2265,0,8,8,8,13,13,13,15,15,15,0,5105.60986328,2300.67993164,368.484985352,571,903,4197,"Sunken Ring Graveyard",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3701,,
// 2154,0,65,66,67,68,69,70,71,72,73,0,4942.81982422,2390.42993164,353.221008301,571,903,4197,"Sunken Ring Vehicle Workshop",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3701,,
WORLDSTATE_WORKSHOP_SW = 3702, // 2269,0,8,8,8,13,13,13,15,15,15,0,4336.27978516,3234.62988281,390.25100708,571,903,4197,"Southwest Graveyard",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3702,,
WORLDSTATE_WORKSHOP_SE = 3703, // 2151,0,65,66,67,68,69,70,71,72,73,0,4360.35009766,2352.27001953,409.367004395,571,903,4197,"Eastspark Vehicle Workshop",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3703,,
// 2141,0,6,54,55,10,52,53,11,50,51,0,4556.97998047,3623.77001953,449.096984863,571,903,4197,"Shadowsight Tower",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3704,,
// 2142,0,6,54,55,10,52,53,11,50,51,0,4397.97021484,2822.60009766,458.842010498,571,903,4197,"Winter's Edge Tower",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3705,,
// 2143,0,6,54,55,10,52,53,11,50,51,0,4458.95019531,1944.13000488,488.205993652,571,903,4197,"Flamewatch Tower",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3706,,

BATTLEFIELD_WG_WORLD_STATE_SHOW_WORLDSTATE = 3710,

// 2199,0,101,0,0,0,0,0,0,0,0,0,5048.52001953,2847.41992188,392.942993164,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3723,,
// 2200,0,101,0,0,0,0,0,0,0,0,0,4484.43994141,2826.66992188,394.625,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3724,,
// 2201,0,101,0,0,0,0,0,0,0,0,0,4763.66992188,2881.20996094,377.484008789,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3725,,
// 2203,0,101,0,0,0,0,0,0,0,0,0,5052.91015625,3192.64990234,356.550994873,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3729,,
// 2205,0,101,0,0,0,0,0,0,0,0,0,4812.10009766,3304.63989258,366.601989746,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3730,,
// 2206,0,101,0,0,0,0,0,0,0,0,0,4730.25,2414.64990234,360.359985352,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3727,,
// 2207,0,101,0,0,0,0,0,0,0,0,0,5018.89013672,2578.15991211,354.454986572,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3726,,
// 2208,0,101,0,0,0,0,0,0,0,0,0,4493.02978516,3337.2800293,359.486999512,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3731,,
// 2209,0,101,0,0,0,0,0,0,0,0,0,4497.72021484,2326.90991211,367.381988525,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3728,,
// 2210,0,101,0,0,0,0,0,0,0,0,0,5010.87988281,2701.45996094,369.533996582,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3739,,
// 2211,0,101,0,0,0,0,0,0,0,0,0,4821.56005859,2618.59008789,356.04598999,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3740,,
// 2212,0,101,0,0,0,0,0,0,0,0,0,4450.37011719,2529.12011719,358.291992187,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3741,,
// 2213,0,101,0,0,0,0,0,0,0,0,0,4516.68017578,2087.62011719,395.444000244,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3738,,
// 2214,0,101,0,0,0,0,0,0,0,0,0,4774.62988281,2045.92004395,425.678009033,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3737,,
// 2215,0,101,0,0,0,0,0,0,0,0,0,4402.91992188,3090.83007813,358.639007568,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3742,,
// 2216,0,101,0,0,0,0,0,0,0,0,0,4789.56982422,3074.77001953,357.010009766,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3743,,
// 2217,0,101,0,0,0,0,0,0,0,0,0,5046.72021484,3024.93994141,367.503997803,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3744,,
// 2218,0,101,0,0,0,0,0,0,0,0,0,4400.10009766,3479.48999023,359.026000977,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3745,,
// 2219,0,101,0,0,0,0,0,0,0,0,0,4558.39990234,3490.12988281,366.602996826,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3746,,
// 2220,0,101,0,0,0,0,0,0,0,0,0,4837.70996094,3456.31005859,360.519012451,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3747,,
// 2221,0,101,0,0,0,0,0,0,0,0,0,5085.95996094,3437.92993164,356.640014648,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3748,,
// 2247,0,101,0,0,0,0,0,0,0,0,0,5217.20019531,2842.44995117,409.191009521,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3774,,
// 2248,0,101,0,0,0,0,0,0,0,0,0,5214.83984375,3011.20996094,404.37701416,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3775,,
// 2249,0,101,0,0,0,0,0,0,0,0,0,5213.37011719,2684.87988281,406.243011475,571,903,4253,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3776,,
// 2250,0,101,0,0,0,0,0,0,0,0,0,5339.85009766,2700.89990234,409.165985107,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3777,,
// 2251,0,101,0,0,0,0,0,0,0,0,0,5338.95019531,2841.38989258,409.239013672,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3778,,
// 2252,0,101,0,0,0,0,0,0,0,0,0,5336.29003906,2978.42993164,409.191009521,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3779,,
// 2253,0,101,0,0,0,0,0,0,0,0,0,4481.81982422,1993.33996582,431.45098877,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3794,,
// 2254,0,101,0,0,0,0,0,0,0,0,0,4403.41992188,2349.10009766,375.57901001,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3791,,
// 2255,0,101,0,0,0,0,0,0,0,0,0,4446.22021484,2820.73999023,402.838989258,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3795,,
// 2256,0,101,0,0,0,0,0,0,0,0,0,4530.66015625,3584.57006836,396.104003906,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3793,,
// 2257,0,101,0,0,0,0,0,0,0,0,0,4394.79003906,3294.73999023,372.428985596,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3792,,
// 2258,0,101,0,0,0,0,0,0,0,0,0,4946.41992188,3331.66992188,376.881988525,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3788,,
// 2259,0,101,0,0,0,0,0,0,0,0,0,4932.31005859,2440.4699707,320.175994873,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3790,,
// 2260,0,101,0,0,0,0,0,0,0,0,0,4860.39990234,2023.32995605,396.597991943,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3797,,
// 2261,0,101,0,0,0,0,0,0,0,0,0,4310.33007813,1810.35998535,348.632995605,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3798,,
// 2262,0,101,0,0,0,0,0,0,0,0,0,4489.00976563,4028.88989258,411.912994385,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3799,,
// 2263,0,101,0,0,0,0,0,0,0,0,0,4696.33007813,3806.98999023,362.268005371,571,903,4197,"PvP Activity Detected",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3796,,

// 2246,0,74,75,76,77,78,79,80,81,82,0,5394.58007813,2841.48999023,418.914001465,571,903,4197,"Wintergrasp Fortress",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3773,,
// 2229,0,74,75,76,77,78,79,80,81,82,0,5162.54003906,2841.25,438.039001465,571,1927,4197,"Wintergrasp Fortress Gate",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3763,,
// 2146,0,6,54,55,10,52,53,11,50,51,0,5279.47021484,2632.11010742,462.265014648,571,903,4197,"Wintergrasp Fortress Tower (NE)",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3712,,
// 2147,0,6,54,55,10,52,53,11,50,51,0,5280.06982422,3046.51000977,461.024993896,571,903,4197,"Wintergrasp Fortress Tower (NW)",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3711,,
// 2145,0,6,54,55,10,52,53,11,50,51,0,5164.64013672,2747.97998047,462.356994629,571,903,4197,"Wintergrasp Fortress Tower (SE)",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3714,,
// 2144,0,6,54,55,10,52,53,11,50,51,0,5161.25976563,2934.32006836,462.305999756,571,903,4197,"Wintergrasp Fortress Tower (SW)",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3713,,
// 2222,0,92,93,94,95,96,97,98,99,100,0,5372.89013672,3047.30004883,431.065002441,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3749,,
// 2223,0,92,93,94,95,96,97,98,99,100,0,5331.85009766,3046.55004883,431.403015137,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3750,,
// 2224,0,83,84,85,86,87,88,89,90,91,0,5280.79980469,2995.92993164,432.302001953,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3751,,
// 2225,0,83,84,85,86,87,88,89,90,91,0,5279.12988281,2954.81005859,432.095001221,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3752,,
// 2226,0,92,93,94,95,96,97,98,99,100,0,5255.60009766,2934.08007813,432.835998535,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3753,,
// 2227,0,92,93,94,95,96,97,98,99,100,0,5216.08007813,2933.98999023,432.678985596,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3754,,
// 2228,0,83,84,85,86,87,88,89,90,91,0,5162.25,2882.84008789,433.731994629,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3755,,
// 2230,0,83,84,85,86,87,88,89,90,91,0,5163.70996094,2798.7199707,432.717010498,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3756,,
// 2231,0,92,93,94,95,96,97,98,99,100,0,5215.35986328,2747.98999023,432.666992188,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3757,,
// 2232,0,92,93,94,95,96,97,98,99,100,0,5256.52001953,2747.55004883,433.229003906,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3758,,
// 2233,0,83,84,85,86,87,88,89,90,91,0,5279.75976563,2725.12011719,433.42300415,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3759,,
// 2234,0,83,84,85,86,87,88,89,90,91,0,5279.45019531,2683.90991211,433.322998047,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3760,,
// 2235,0,92,93,94,95,96,97,98,99,100,0,5330.66015625,2630.68994141,432.759002686,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3761,,
// 2236,0,92,93,94,95,96,97,98,99,100,0,5372.93017578,2630.77001953,431.928985596,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3762,,
// 2237,0,92,93,94,95,96,97,98,99,100,0,5386.45996094,2909.88989258,433.194000244,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3764,,
// 2238,0,92,93,94,95,96,97,98,99,100,0,5343.39013672,2909.18994141,432.778015137,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3765,,
// 2239,0,92,93,94,95,96,97,98,99,100,0,5300.49023438,2909.33007813,433.359008789,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3766,,
// 2240,0,83,84,85,86,87,88,89,90,91,0,5279.33984375,2883.15991211,433.020996094,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3767,,
// 2241,0,83,84,85,86,87,88,89,90,91,0,5280.85986328,2840.39990234,433.471984863,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3768,,
// 2242,0,83,84,85,86,87,88,89,90,91,0,5280.31982422,2798.61010742,433.476989746,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3769,,
// 2243,0,92,93,94,95,96,97,98,99,100,0,5302.00976563,2771.66992188,433.389007568,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3770,,
// 2244,0,92,93,94,95,96,97,98,99,100,0,5343.66015625,2771.01000977,432.82699585,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FE,3771,,
// 2245,0,92,93,94,95,96,97,98,99,100,0,5384.39990234,2772.5300293,433.743988037,571,391,4197,"Wintergrasp Fortress Wall",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3772,,

WG_FORTRESS_GRAVEYARD = 3773, // 2268,0,8,8,8,13,13,13,15,15,15,0,5538.37988281,2894.84008789,517.054992676,571,903,4197,"Fortress Graveyard",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3773,,

WG_CLOCKWORLDSTATE = 3781,
BFTU_TIME_MIN_03 = 3782, // // The next battle begins in $3975w:$3976w$3782w:$3784w$3785w.
BFTU_TIME_MIN_04 = 3784,
BFTU_TIME_MIN_05 = 3785,

BATTLEFIELD_WG_WORLD_STATE_ACTIVE = 3801,
BATTLEFIELD_WG_WORLD_STATE_DEFENDER = 3802,
BATTLEFIELD_WG_WORLD_STATE_ATTACKER = 3803,
2264,0,48,46,101,0,0,0,0,0,0,0,5121.37988281,2845.13989258,405.680999756,571,424,4197,"Wintergrasp",,,,,,,,,,,,,,,,0xFF01FE,"Control of Wintergrasp",,,,,,,,,,,,,,,,0xFF01FE,3804,,
2142,0,6,54,55,10,52,53,11,50,51,0,4397.97021484,2822.60009766,458.842010498,571,903,4197,"Winter's Edge Tower",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3705,,

VH_WORLD_STATE_WAVE_COUNT = 3810,
VH_WORLD_STATE_PRISON_STATE = 3815,
VH_WORLD_STATE_SHOW = 3816,

BG_SA_ANCIENT_GATEWS = 3849, // 2292,0,80,81,82,77,78,79,74,75,76,0,881.70300293,-108.355007,109.834999084,607,959,4384,"Chamber of Ancient Relics",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3849,,

BATTLE_FOR_THE_UNDERCITY_UI_BATTLE_BEGUN = 3875, // The battle for Undercity has begun!
BATTLE_FOR_THE_UNDERCITY_UI_TIME_REMANING = 3876,
BATTLE_FOR_THE_UNDERCITY_TIME_REMANING = 3877, // %3877w minutes until the battle for the Undercity begins!

3885 // unknown

ARENA_SEASON_ID = 3901, // CONFIG_ARENA_SEASON_ID // SendInitWorldStates

TIME_UNTIL_CHRISTMAS = 3930, // Days is $3930e. // Time until Christmas: $3930d.

COT_WORLDSTATE_TIME_GUARDIAN = 3931,
COT_WORLDSTATE_TIME_GUARDIAN_SHOW = 3932,

BFTU_TIME_MIN_01 = 3975,// The next battle begins in $3975w:$3976w$3782w:$3784w$3785w. // quest=13267 http://www.wowhead.com/quest=13267/the-battle-for-the-undercity
BFTU_TIME_MIN_02 = 3976,

BATTLEFIELD_WG_WORLD_STATE_ATTACKED_H = 4022,
BATTLEFIELD_WG_WORLD_STATE_ATTACKED_A = 4023,
BATTLEFIELD_WG_WORLD_STATE_DEFENDED_H = 4024,
BATTLEFIELD_WG_WORLD_STATE_DEFENDED_A = 4025,

ULDUAR_WORLD_STATE_ALGALON_DESPAWN_TIMER = 4131, // default value 60
ULDUAR_WORLD_STATE_ALGALON_TIMER_ENABLED = 4132,

// 2332,0,10,52,53,6,0,0,0,0,0,0,-79.7774963379,89.0569992065,483.743011475,603,903,4445,"Tower of Flames",,,,,,,,,,,,,,,,0xFF01FE,"Provides power to Mimiron's Inferno",,,,,,,,,,,,,,,,0xFF01FE,4195,,
// 2333,0,10,52,53,6,0,0,0,0,0,0,82.2553024292,-392.476013184,460.160003662,603,903,4445,"Tower of Frost",,,,,,,,,,,,,,,,0xFF01FE,"Provides power to Hodir's Fury",,,,,,,,,,,,,,,,0xFF01FE,4196,,
// 2331,0,10,52,53,6,0,0,0,0,0,0,-223.332000732,-299.079986572,418.652008057,603,903,4273,"Tower of Life",,,,,,,,,,,,,,,,0xFF01FE,"Supplies power to Freya's Ward",,,,,,,,,,,,,,,,0xFF01FE,4053,,
// 2334,0,10,52,53,6,0,0,0,0,0,0,341.265991211,317.850006104,459.083007813,603,903,4445,"Tower of Storms",,,,,,,,,,,,,,,,0xFF01FE,"Provides power to Thorim's Hammer",,,,,,,,,,,,,,,,0xFF01FE,4197,,

BG_IC_ALLIANCE_RENFORT_SET = 4221,
BG_IC_HORDE_RENFORT_SET = 4222,
BG_IC_ALLIANCE_RENFORT = 4226,
BG_IC_HORDE_RENFORT = 4227,
BG_IC_WORKSHOP_CONFLICT_A = 4228,
BG_IC_WORKSHOP_CONTROLLED_A = 4229,
BG_IC_WORKSHOP_CONTROLLED_H = 4230,
BG_IC_UNK1 = 4243,
BG_IC_UNK2 = 4345,
BG_WS_STATE_TIMER_ACTIVE = 4247,
BG_WS_STATE_TIMER = 4248,

EVENT_ARENA_TOURNAMENT_COUNTDOWN = 4262, // Countdown to February 16th, 2007: $4262d$BRaw number: $4262e // The goblin Steamwheedle Fighting Circuit is beginning soon. They're holding practice matches in their arenas now, but ranking fights begin in $4262d. // https://web.archive.org/web/20070903121702/http://www.wowarmory.com/arena-tournament.xml
BG_IC_WORKSHOP_CONFLICT_H = 4293,
BG_IC_WORKSHOP_UNCONTROLLED = 4294,
BG_IC_HANGAR_UNCONTROLLED = 4296,
BG_IC_HANGAR_CONFLICT_H = 4297,
BG_IC_HANGAR_CONTROLLED_H = 4298,
BG_IC_HANGAR_CONTROLLED_A = 4299,
BG_IC_HANGAR_CONFLICT_A = 4300,
BG_IC_DOCKS_UNCONTROLLED = 4301,
BG_IC_DOCKS_CONFLICT_H = 4302,
BG_IC_DOCKS_CONTROLLED_H = 4303,
BG_IC_DOCKS_CONTROLLED_A = 4304,
BG_IC_DOCKS_CONFLICT_A = 4305,
BG_IC_QUARRY_UNCONTROLLED = 4306,
BG_IC_QUARRY_CONFLICT_H = 4307,
BG_IC_QUARRY_CONTROLLED_H = 4308,
BG_IC_QUARRY_CONTROLLED_A = 4309,
BG_IC_QUARRY_CONFLICT_A = 4310,
BG_IC_REFINERY_UNCONTROLLED = 4311,
BG_IC_REFINERY_CONFLICT_A = 4315,
BG_IC_REFINERY_CONFLICT_H = 4312,
BG_IC_REFINERY_CONTROLLED_A = 4314,
BG_IC_REFINERY_CONTROLLED_H = 4313,

BG_IC_GATE_FRONT_H_WS_CLOSED = 4317,
BG_IC_GATE_WEST_H_WS_CLOSED = 4318,
BG_IC_GATE_EAST_H_WS_CLOSED = 4319,
BG_IC_GATE_EAST_H_WS_OPEN = 4320,
BG_IC_GATE_WEST_H_WS_OPEN = 4321,
BG_IC_GATE_FRONT_H_WS_OPEN = 4322,
BG_IC_GATE_FRONT_A_WS_OPEN = 4323,
BG_IC_GATE_WEST_A_WS_OPEN = 4324,
BG_IC_GATE_EAST_A_WS_OPEN = 4325,
BG_IC_GATE_EAST_A_WS_CLOSED = 4326,
BG_IC_GATE_WEST_A_WS_CLOSED = 4327,
BG_IC_GATE_FRONT_A_WS_CLOSED = 4328,

BG_IC_ALLIANCE_KEEP_CONTROLLED_A = 4339,
BG_IC_ALLIANCE_KEEP_CONTROLLED_H = 4340,
BG_IC_ALLIANCE_KEEP_UNCONTROLLED = 4341,
BG_IC_ALLIANCE_KEEP_CONFLICT_A = 4342,
BG_IC_ALLIANCE_KEEP_CONFLICT_H = 4343,
BG_IC_HORDE_KEEP_CONTROLLED_A = 4344,
BG_IC_HORDE_KEEP_CONTROLLED_H = 4345,
BG_IC_HORDE_KEEP_UNCONTROLLED = 4346,
BG_IC_HORDE_KEEP_CONFLICT_A = 4347,
BG_IC_HORDE_KEEP_CONFLICT_H = 4348,

BG_SA_ALLY_ATTACKS = 4352,
BG_SA_HORDE_ATTACKS = 4353,
WG_CLOCKWORLDSTATE = 4354, // Greetings, $c.$B$BWhen the Alliance controls Wintergrasp Fortress, I will open a portal for those who wish to travel there.$B$BThe next battle begins in $4354k.

// 2377,0,80,0,0,0,0,0,0,0,0,0,352.003479004,-901.043395996,49.9881515503,628,943,4710,"Alliance Gate",,,,,,,,,,,,,,,,0xFF01FE,"East Gate",,,,,,,,,,,,,,,,0xFF01FE,4326,,
// 2378,0,82,0,0,0,0,0,0,0,0,0,411.385406494,-833.796875,49.3037834167,628,943,4710,"Alliance Gate",,,,,,,,,,,,,,,,0xFF01FE,"Destroyed",,,,,,,,,,,,,,,,0xFF01FE,4323,,
// 2379,0,82,0,0,0,0,0,0,0,0,0,352.003479004,-901.043395996,49.9881515503,628,943,4710,"Alliance Gate",,,,,,,,,,,,,,,,0xFF01FE,"Destroyed",,,,,,,,,,,,,,,,0xFF01FE,4325,,
// 2380,0,80,0,0,0,0,0,0,0,0,0,351.668395996,-764.717041016,50.141834259,628,943,4710,"Alliance Gate",,,,,,,,,,,,,,,,0xFF01FE,"West Gate",,,,,,,,,,,,,,,,0xFF01FE,4327,,
// 2381,0,82,0,0,0,0,0,0,0,0,0,351.668395996,-764.717041016,50.141834259,628,943,4710,"Alliance Gate",,,,,,,,,,,,,,,,0xFF01FE,"Destroyed",,,,,,,,,,,,,,,,0xFF01FE,4324,,
// 2382,0,80,0,0,0,0,0,0,0,0,0,411.385406494,-833.796875,49.3037834167,628,943,4710,"Alliance Gate",,,,,,,,,,,,,,,,0xFF01FE,"Front Gate",,,,,,,,,,,,,,,,0xFF01FE,4328,,
// 2383,0,6,0,0,0,0,0,0,0,0,0,347.760406494,-831.559020996,48.9162483215,628,943,4710,"Alliance Keep",,,,,,,,,,,,,,,,0xFF01FE,"Uncontrolled",,,,,,,,,,,,,,,,0xFF01FE,4341,,
// 2384,0,11,0,0,0,0,0,0,0,0,0,347.760406494,-831.559020996,48.9162483215,628,943,4710,"Alliance Keep",,,,,,,,,,,,,,,,0xFF01FE,"Alliance Controlled",,,,,,,,,,,,,,,,0xFF01FE,4339,,
// 2385,0,9,0,0,0,0,0,0,0,0,0,347.760406494,-831.559020996,48.9162483215,628,943,4710,"Alliance Keep",,,,,,,,,,,,,,,,0xFF01FE,"In Conflict",,,,,,,,,,,,,,,,0xFF01FE,4342,,
// 2386,0,12,0,0,0,0,0,0,0,0,0,347.760406494,-831.559020996,48.9162483215,628,943,4710,"Alliance Keep",,,,,,,,,,,,,,,,0xFF01FE,"In Conflict",,,,,,,,,,,,,,,,0xFF01FE,4343,,
// 2387,0,10,0,0,0,0,0,0,0,0,0,347.760406494,-831.559020996,48.9162483215,628,943,4710,"Alliance Keep",,,,,,,,,,,,,,,,0xFF01FE,"Horde Controlled",,,,,,,,,,,,,,,,0xFF01FE,4340,, // 2356,0,147,0,0,0,0,0,0,0,0,0,796.994812012,-379.947906494,11.9058227539,628,943,4710,"Docks",,,,,,,,,,,,,,,,0xFF01FE,"In Conflict",,,,,,,,,,,,,,,,0xFF01FE,4305,,
// 2357,0,148,0,0,0,0,0,0,0,0,0,797.00177002,-379.91494751,11.9058227539,628,943,4710,"Docks",,,,,,,,,,,,,,,,0xFF01FE,"Horde Controlled",,,,,,,,,,,,,,,,0xFF01FE,4303,,
// 2358,0,146,0,0,0,0,0,0,0,0,0,797.006958008,-379.907989502,11.9058227539,628,943,4710,"Docks",,,,,,,,,,,,,,,,0xFF01FE,"Alliance Controlled",,,,,,,,,,,,,,,,0xFF01FE,4304,,
// 2359,0,149,0,0,0,0,0,0,0,0,0,796.998291016,-379.911468506,11.9058227539,628,943,4710,"Docks",,,,,,,,,,,,,,,,0xFF01FE,"In Conflict",,,,,,,,,,,,,,,,0xFF01FE,4302,,
// 2360,0,145,0,0,0,0,0,0,0,0,0,796.996520996,-379.9375,11.9058227539,628,943,4710,"Docks",,,,,,,,,,,,,,,,0xFF01FE,"Uncontrolled",,,,,,,,,,,,,,,,0xFF01FE,4301,,
// 2350,0,141,0,0,0,0,0,0,0,0,0,690.293395996,-1125.38195801,133.705673218,628,943,4710,"Hangar",,,,,,,,,,,,,,,,0xFF01FE,"Alliance Controlled",,,,,,,,,,,,,,,,0xFF01FE,4299,,
// 2352,0,143,0,0,0,0,0,0,0,0,0,690.288208008,-1125.39587402,133.705673218,628,943,4710,"Hangar",,,,,,,,,,,,,,,,0xFF01FE,"Horde Controlled",,,,,,,,,,,,,,,,0xFF01FE,4298,,
// 2353,0,142,0,0,0,0,0,0,0,0,0,690.26739502,-1125.37158203,133.705673218,628,943,4710,"Hangar",,,,,,,,,,,,,,,,0xFF01FE,"In Conflict",,,,,,,,,,,,,,,,0xFF01FE,4300,,
// 2354,0,144,0,0,0,0,0,0,0,0,0,690.302062988,-1125.38891602,133.705673218,628,943,4710,"Hangar",,,,,,,,,,,,,,,,0xFF01FE,"In Conflict",,,,,,,,,,,,,,,,0xFF01FE,4297,,
// 2355,0,140,0,0,0,0,0,0,0,0,0,690.295166016,-1125.40454102,133.705673218,628,943,4710,"Hangar",,,,,,,,,,,,,,,,0xFF01FE,"Uncontrolled",,,,,,,,,,,,,,,,0xFF01FE,4296,,
// 2371,0,77,0,0,0,0,0,0,0,0,0,1151.18920898,-762.526062012,49.4423904419,628,943,4710,"Horde Gate",,,,,,,,,,,,,,,,0xFF01FE,"Front Gate",,,,,,,,,,,,,,,,0xFF01FE,4317,,
// 2372,0,79,0,0,0,0,0,0,0,0,0,1151.18920898,-762.526062012,49.4423904419,628,943,4710,"Horde Gate",,,,,,,,,,,,,,,,0xFF01FE,"Destroyed",,,,,,,,,,,,,,,,0xFF01FE,4322,,
// 2373,0,77,0,0,0,0,0,0,0,0,0,1218.58508301,-850.993041992,50.1930656433,628,943,4710,"Horde Gate",,,,,,,,,,,,,,,,0xFF01FE,"East Gate",,,,,,,,,,,,,,,,0xFF01FE,4319,,
// 2374,0,79,0,0,0,0,0,0,0,0,0,1218.63024902,-851.102416992,50.1930656433,628,943,4710,"Horde Gate",,,,,,,,,,,,,,,,0xFF01FE,"Destroyed",,,,,,,,,,,,,,,,0xFF01FE,4320,,
// 2375,0,77,0,0,0,0,0,0,0,0,0,1218.078125,-677.081604004,49.5540847778,628,943,4710,"Horde Gate",,,,,,,,,,,,,,,,0xFF01FE,"West Gate",,,,,,,,,,,,,,,,0xFF01FE,4318,,
// 2376,0,79,0,0,0,0,0,0,0,0,0,1218.05212402,-677.121520996,49.5540847778,628,943,4710,"Horde Gate",,,,,,,,,,,,,,,,0xFF01FE,"Destroyed",,,,,,,,,,,,,,,,0xFF01FE,4321,,
// 2388,0,10,0,0,0,0,0,0,0,0,0,1212.89233398,-765.418395996,48.9162483215,628,943,4710,"Horde Keep",,,,,,,,,,,,,,,,0xFF01FE,"Horde Controlled",,,,,,,,,,,,,,,,0xFF01FE,4345,,
// 2389,0,11,0,0,0,0,0,0,0,0,0,1212.89233398,-765.418395996,48.9162483215,628,943,4710,"Horde Keep",,,,,,,,,,,,,,,,0xFF01FE,"Alliance Controlled",,,,,,,,,,,,,,,,0xFF01FE,4344,, // 2390,0,9,0,0,0,0,0,0,0,0,0,1212.89233398,-765.418395996,48.9162483215,628,943,4710,"Horde Keep",,,,,,,,,,,,,,,,0xFF01FE,"In Conflict",,,,,,,,,,,,,,,,0xFF01FE,4347,,
// 2391,0,12,0,0,0,0,0,0,0,0,0,1212.89233398,-765.418395996,48.9162483215,628,943,4710,"Horde Keep",,,,,,,,,,,,,,,,0xFF01FE,"In Conflict",,,,,,,,,,,,,,,,0xFF01FE,4348,,
// 2392,0,6,0,0,0,0,0,0,0,0,0,1212.89233398,-765.418395996,48.9162483215,628,943,4710,"Horde Keep",,,,,,,,,,,,,,,,0xFF01FE,"Uncontrolled",,,,,,,,,,,,,,,,0xFF01FE,4346,,
// 2361,0,16,0,0,0,0,0,0,0,0,0,225.038192749,-1188.75695801,8.06681919098,628,943,4710,"Quarry",,,,,,,,,,,,,,,,0xFF01FE,"Uncontrolled",,,,,,,,,,,,,,,,0xFF01FE,4306,,
// 2362,0,18,0,0,0,0,0,0,0,0,0,225.038192749,-1188.75695801,8.06681919098,628,943,4710,"Quarry",,,,,,,,,,,,,,,,0xFF01FE,"Alliance Controlled",,,,,,,,,,,,,,,,0xFF01FE,4309,,
// 2363,0,20,0,0,0,0,0,0,0,0,0,225.038192749,-1188.75695801,8.06681919098,628,943,4710,"Quarry",,,,,,,,,,,,,,,,0xFF01FE,"Horde Controlled",,,,,,,,,,,,,,,,0xFF01FE,4308,,
// 2364,0,17,0,0,0,0,0,0,0,0,0,225.038192749,-1188.75695801,8.06681919098,628,943,4710,"Quarry",,,,,,,,,,,,,,,,0xFF01FE,"In Conflict",,,,,,,,,,,,,,,,0xFF01FE,4310,,
// 2365,0,19,0,0,0,0,0,0,0,0,0,225.038192749,-1188.75695801,8.06681919098,628,943,4710,"Quarry",,,,,,,,,,,,,,,,0xFF01FE,"In Conflict",,,,,,,,,,,,,,,,0xFF01FE,4307,,
// 2366,0,153,0,0,0,0,0,0,0,0,0,1267.11804199,-396.069458008,24.23371315,628,943,4710,"Refinery",,,,,,,,,,,,,,,,0xFF01FE,"Horde Controlled",,,,,,,,,,,,,,,,0xFF01FE,4313,,
// 2367,0,151,0,0,0,0,0,0,0,0,0,1267.11804199,-396.069458008,24.23371315,628,943,4710,"Refinery",,,,,,,,,,,,,,,,0xFF01FE,"Alliance Controlled",,,,,,,,,,,,,,,,0xFF01FE,4314,,
// 2368,0,154,0,0,0,0,0,0,0,0,0,1267.11804199,-396.069458008,24.23371315,628,943,4710,"Refinery",,,,,,,,,,,,,,,,0xFF01FE,"In Conflict",,,,,,,,,,,,,,,,0xFF01FE,4312,,
// 2369,0,152,0,0,0,0,0,0,0,0,0,1267.11804199,-396.069458008,24.23371315,628,943,4710,"Refinery",,,,,,,,,,,,,,,,0xFF01FE,"In Conflict",,,,,,,,,,,,,,,,0xFF01FE,4315,,
// 2370,0,150,0,0,0,0,0,0,0,0,0,1267.11804199,-396.069458008,24.23371315,628,943,4710,"Refinery",,,,,,,,,,,,,,,,0xFF01FE,"Uncontrolled",,,,,,,,,,,,,,,,0xFF01FE,4311,,
// 2345,0,136,0,0,0,0,0,0,0,0,0,772.734375,-805.51739502,6.61754703522,628,943,4710,"Workshop",,,,,,,,,,,,,,,,0xFF01FE,"Alliance Controlled",,,,,,,,,,,,,,,,0xFF01FE,4229,,
// 2346,0,138,0,0,0,0,0,0,0,0,0,772.734375,-805.51739502,6.61754703522,628,943,4710,"Workshop",,,,,,,,,,,,,,,,0xFF01FE,"Horde Controlled",,,,,,,,,,,,,,,,0xFF01FE,4230,,
// 2347,0,137,0,0,0,0,0,0,0,0,0,772.734375,-805.51739502,6.61754703522,628,943,4710,"Workshop",,,,,,,,,,,,,,,,0xFF01FE,"In Conflict",,,,,,,,,,,,,,,,0xFF01FE,4228,,
// 2348,0,139,0,0,0,0,0,0,0,0,0,772.734375,-805.51739502,6.61754703522,628,943,4710,"Workshop",,,,,,,,,,,,,,,,0xFF01FE,"In Conflict",,,,,,,,,,,,,,,,0xFF01FE,4293,,
// 2349,0,135,0,0,0,0,0,0,0,0,0,772.734375,-805.51739502,6.61754703522,628,943,4710,"Workshop",,,,,,,,,,,,,,,,0xFF01FE,"Uncontrolled",,,,,,,,,,,,,,,,0xFF01FE,4294,,

EVENT_ELEMENTALS_FIRES_EXTINGUISHED = 4857, // Fires Extinguished: $4857W/$4864W
EVENT_ELEMENTALS_FURIOUS_FIRE_ELEMENTALS_TOTAL = 4562, // Furious Fire Elementals Killed: $4582W/$4862W // 4862 default value 1000
EVENT_ELEMENTALS_SEARING_FIRE_ELEMENTALS_TOTAL = 4563, // Searing Fire Elementals Killed: $4584W/$4863W // 4863 default value 300
EVENT_ELEMENTALS_FIRES_EXTINGUISHED_TOTAL = 4864, // Fires Extinguished: $4857W/$4864W // 4864 default value 100
QUEST_ASSAULT_ON_BASH_IR_LANDING_TIME = 4581, // We are launching an assault on Bash'ir Landing, to study their Crystalforge. Help us if you can! Our Skyguard Aether-tech will leave in about $4581d.
EVENT_ELEMENTALS_FURIOUS_FIRE_ELEMENTALS_KILLED = 4582, // Furious Fire Elementals Killed: $4582W/$4862W
EVENT_ELEMENTALS_SEARING_FIRE_ELEMENTALS_KILLED = 4584, // Searing Fire Elementals Killed: $4584W/$4863W

HOR_WORLD_STATE_HOR_WAVES_ENABLED = 4884,
HOR_WORLD_STATE_HOR_WAVE_COUNT = 4882,

ICC_WORLDSTATE_SHOW_TIMER = 4903,
ICC_WORLDSTATE_EXECUTION_TIME = 4904,
ICC_COUNT_DOWN = 4939, // NOT IMPLEMENTED // His spirit is free from the grasp of the Lich King. We must now focus our attention on breaking down the walls that block our passage into the upper reaches. It is only a matter of time now, $n. The siege engineers should have the door down in $4939W days. // The barrier to the Crimson Hall be open, $g lad:lass;! I got me best gnomes workin' on gettin' the barrier to the Frostwing Halls open. Looks like it's gonna be another $4939W days! Fer now, it's probably best that you go face the blood princes and their queen! // We got the door down and the barrier preventin' entry to the Plagueworks busted open! My gnomes are werkin' on gettin' the barrier to the Crimson Hall down. It'll be another $4939W days before that thing comes down.$B$BGet in there and take out some Scourge!
ICC_WORLDSTATE_SHOW_ATTEMPTS = 4940,
ICC_WORLDSTATE_ATTEMPTS_REMAINING = 4941,
ICC_WORLDSTATE_ATTEMPTS_MAX = 4942,

RS_WORLDSTATE_CORPOREALITY_MATERIAL = 5049,
RS_WORLDSTATE_CORPOREALITY_TWILIGHT = 5050,
RS_WORLDSTATE_CORPOREALITY_TOGGLE = 5051,

EVENT_ECHO_ISLES_TIME = 5071, // De Echo Isles attack be startin' soon!$B$BSit back and relax, dis song will be over in anotha $5071W minutes and then we'd be going. // Okay! We're running a little behind, but the assaut is SCHEDULED to start in $5071W minutes.$B$BI mean, everything looks ready to go, and the Gyrocopters, Mechanotanks and Infantry are all here.$B$BIt looks like Mekkatorque is waiting on a few more things before the assault begins. Let's hope we start on time or I may lose my job!

ARENA_RANKED_MATCHES_TIME = 6318, // Ranked arena matches start again in $6318d.$B$BWould-be champions are already busy honing their skills and acquiring the best gear they can. Are you going to be ready?