root/trunk/src/game/BattleGroundAV.h @ 283

Revision 283, 64.4 kB (checked in by yumileroy, 17 years ago)

*Alterac Valley. By Bogie and Balrok. Note: some core contents are modified. Will fix them later. Some sql are disabled because of possible conflict with offical DB. Use them at your own risk.

Original author: megamage
Date: 2008-11-21 19:45:49-06:00

Line 
1/*
2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/>
3 *
4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */
20
21#ifndef __BATTLEGROUNDAV_H
22#define __BATTLEGROUNDAV_H
23
24class BattleGround;
25
26#define LANG_BG_AV_A_CAPTAIN_BUFF       "Begone. Uncouth scum! The Alliance shall prevail in Alterac Valley!"
27#define LANG_BG_AV_H_CAPTAIN_BUFF       "Now is the time to attack! For the Horde!"
28#define LANG_BG_AV_S_MINE_BOSS_CLAIMS   "Snivvle is here! Snivvle claims the Coldtooth Mine!"
29
30#define BG_AV_CAPTIME                    240000  //4:00
31#define BG_AV_SNOWFALL_FIRSTCAP          300000  //5:00 but i also have seen 4:05
32
33#define BG_AV_SCORE_INITIAL_POINTS       600
34#define SEND_MSG_NEAR_LOSE               120
35
36#define BG_AV_KILL_BOSS                 4
37#define BG_AV_REP_BOSS                  350
38
39#define BG_AV_KILL_CAPTAIN              3
40#define BG_AV_REP_CAPTAIN               125
41#define BG_AV_RES_CAPTAIN               100
42
43#define BG_AV_KILL_TOWER                3
44#define BG_AV_REP_TOWER                 12
45#define BG_AV_RES_TOWER                 75
46
47#define BG_AV_GET_COMMANDER            1 //for a safely returned wingcommander
48//bonushonor at the end
49#define BG_AV_KILL_SURVIVING_TOWER      2
50#define BG_AV_REP_SURVIVING_TOWER       12
51
52#define BG_AV_KILL_SURVIVING_CAPTAIN    2
53#define BG_AV_REP_SURVIVING_CAPTAIN     125
54
55enum BG_AV_Sounds
56{ //TODO: get out if there comes a sound when neutral team captures mine
57
58/*
598212:
60    alliance grave assault
61    alliance tower assault
62    drek "mlanzenabschaum! In meiner Burg?! Toetet sie all" - nicht immer der sound
638333:
64    galv "sterbt fuer euch ist kein platz hier"
65
668332:
67    bal "Verschwinde, dreckiger Abschaum! Die Allianz wird im Alteractal "
688174:
69    horde tower assault
70    horde grave assault
71    van "es Sturmlanzenklans, euer General wird angegriffen! Ich fordere Unterst"
728173:
73    ally grave capture/defend
74    tower destroy
75    mine capture
76    ally wins
778192:
78    ally tower destroy(only iceblood - found a bug^^)
79    ally tower  defend
80    horde tower defend
818213
82horde:
83    grave defend/capture
84    tower destroy
85    mine capture
86    horde wins
87    */
88
89    AV_SOUND_NEAR_VICTORY                   = 8456, //not confirmed yet
90
91    AV_SOUND_ALLIANCE_ASSAULTS              = 8212, //tower,grave + enemy boss if someone tries to attack him
92    AV_SOUND_HORDE_ASSAULTS                 = 8174,
93    AV_SOUND_ALLIANCE_GOOD                  = 8173, //if something good happens for the team:  wins(maybe only through killing the boss), captures mine or grave, destroys tower and defends grave
94    AV_SOUND_HORDE_GOOD                     = 8213,
95    AV_SOUND_BOTH_TOWER_DEFEND              = 8192,
96
97    AV_SOUND_ALLIANCE_CAPTAIN               = 8232, //gets called when someone attacks them and at the beginning after 3min+rand(x)*10sec (maybe buff)
98    AV_SOUND_HORDE_CAPTAIN                  = 8333,
99
100
101};
102
103enum BG_AV_OTHER_VALUES
104{
105    AV_STATICCPLACE_MAX        = 123,
106    AV_NORTH_MINE              = 0,
107    AV_SOUTH_MINE              = 1,
108    AV_MINE_TICK_TIMER         = 45000,
109    AV_MINE_RECLAIM_TIMER      = 1200000, //TODO: get the right value.. this is currently 20 minutes
110    AV_NEUTRAL_TEAM            = 0 //this is the neutral owner of snowfall
111};
112enum BG_AV_ObjectIds
113{
114    //cause the mangos-system is a bit different, we don't use the right go-ids for every node.. if we want to be 100% like another big server, we must take one object for every node
115    //snowfall 4flags as eyecandy 179424 (alliance neutral)
116    //Banners - stolen from battleground_AB.h ;-)
117    BG_AV_OBJECTID_BANNER_A             = 178925, // can only be used by horde
118    BG_AV_OBJECTID_BANNER_H             = 178943, // can only be used by alliance
119    BG_AV_OBJECTID_BANNER_CONT_A        = 178940, // can only be used by horde
120    BG_AV_OBJECTID_BANNER_CONT_H        = 179435, // can only be used by alliance
121
122    BG_AV_OBJECTID_BANNER_A_B           = 178365,
123    BG_AV_OBJECTID_BANNER_H_B           = 178364,
124    BG_AV_OBJECTID_BANNER_CONT_A_B      = 179286,
125    BG_AV_OBJECTID_BANNER_CONT_H_B      = 179287,
126    BG_AV_OBJECTID_BANNER_SNOWFALL_N    = 180418,
127
128    //snowfall eyecandy banner:
129    BG_AV_OBJECTID_SNOWFALL_CANDY_A     = 179044,
130    BG_AV_OBJECTID_SNOWFALL_CANDY_PA    = 179424,
131    BG_AV_OBJECTID_SNOWFALL_CANDY_H     = 179064,
132    BG_AV_OBJECTID_SNOWFALL_CANDY_PH    = 179425,
133
134    //banners on top of towers:
135    BG_AV_OBJECTID_TOWER_BANNER_A  = 178927, //[PH] Alliance A1 Tower Banner BIG
136    BG_AV_OBJECTID_TOWER_BANNER_H  = 178955, //[PH] Horde H1 Tower Banner BIG
137    BG_AV_OBJECTID_TOWER_BANNER_PA = 179446, //[PH] Alliance H1 Tower Pre-Banner BIG
138    BG_AV_OBJECTID_TOWER_BANNER_PH = 179436, //[PH] Horde A1 Tower Pre-Banner BIG
139
140    //Auras
141    BG_AV_OBJECTID_AURA_A               = 180421,
142    BG_AV_OBJECTID_AURA_H               = 180422,
143    BG_AV_OBJECTID_AURA_N               = 180423,
144    BG_AV_OBJECTID_AURA_A_S             = 180100,
145    BG_AV_OBJECTID_AURA_H_S             = 180101,
146    BG_AV_OBJECTID_AURA_N_S             = 180102,
147
148    BG_AV_OBJECTID_GATE_A               = 180424,
149    BG_AV_OBJECTID_GATE_H               = 180424,
150
151    //mine supplies
152    BG_AV_OBJECTID_MINE_N        = 178785,
153    BG_AV_OBJECTID_MINE_S       = 178784,
154
155    BG_AV_OBJECTID_FIRE                 = 179065,
156    BG_AV_OBJECTID_SMOKE                 = 179066
157};
158
159enum BG_AV_Nodes
160{
161    BG_AV_NODES_FIRSTAID_STATION        = 0,
162    BG_AV_NODES_STORMPIKE_GRAVE         = 1,
163    BG_AV_NODES_STONEHEART_GRAVE        = 2,
164    BG_AV_NODES_SNOWFALL_GRAVE          = 3,
165    BG_AV_NODES_ICEBLOOD_GRAVE          = 4,
166    BG_AV_NODES_FROSTWOLF_GRAVE         = 5,
167    BG_AV_NODES_FROSTWOLF_HUT           = 6,
168    BG_AV_NODES_DUNBALDAR_SOUTH         = 7,
169    BG_AV_NODES_DUNBALDAR_NORTH         = 8,
170    BG_AV_NODES_ICEWING_BUNKER          = 9,
171    BG_AV_NODES_STONEHEART_BUNKER       = 10,
172    BG_AV_NODES_ICEBLOOD_TOWER          = 11,
173    BG_AV_NODES_TOWER_POINT             = 12,
174    BG_AV_NODES_FROSTWOLF_ETOWER        = 13,
175    BG_AV_NODES_FROSTWOLF_WTOWER        = 14,
176
177    BG_AV_NODES_MAX                     = 15
178};
179
180enum BG_AV_ObjectTypes
181{
182    BG_AV_OBJECT_FLAG_A_FIRSTAID_STATION    = 0,
183    BG_AV_OBJECT_FLAG_A_STORMPIKE_GRAVE     = 1,
184    BG_AV_OBJECT_FLAG_A_STONEHEART_GRAVE    = 2,
185    BG_AV_OBJECT_FLAG_A_SNOWFALL_GRAVE      = 3,
186    BG_AV_OBJECT_FLAG_A_ICEBLOOD_GRAVE      = 4,
187    BG_AV_OBJECT_FLAG_A_FROSTWOLF_GRAVE     = 5,
188    BG_AV_OBJECT_FLAG_A_FROSTWOLF_HUT       = 6,
189    BG_AV_OBJECT_FLAG_A_DUNBALDAR_SOUTH     = 7,
190    BG_AV_OBJECT_FLAG_A_DUNBALDAR_NORTH     = 8,
191    BG_AV_OBJECT_FLAG_A_ICEWING_BUNKER      = 9,
192    BG_AV_OBJECT_FLAG_A_STONEHEART_BUNKER   = 10,
193
194    BG_AV_OBJECT_FLAG_C_A_FIRSTAID_STATION    = 11,
195    BG_AV_OBJECT_FLAG_C_A_STORMPIKE_GRAVE     = 12,
196    BG_AV_OBJECT_FLAG_C_A_STONEHEART_GRAVE    = 13,
197    BG_AV_OBJECT_FLAG_C_A_SNOWFALL_GRAVE      = 14,
198    BG_AV_OBJECT_FLAG_C_A_ICEBLOOD_GRAVE      = 15,
199    BG_AV_OBJECT_FLAG_C_A_FROSTWOLF_GRAVE     = 16,
200    BG_AV_OBJECT_FLAG_C_A_FROSTWOLF_HUT       = 17,
201    BG_AV_OBJECT_FLAG_C_A_ICEBLOOD_TOWER      = 18,
202    BG_AV_OBJECT_FLAG_C_A_TOWER_POINT         = 19,
203    BG_AV_OBJECT_FLAG_C_A_FROSTWOLF_ETOWER    = 20,
204    BG_AV_OBJECT_FLAG_C_A_FROSTWOLF_WTOWER    = 21,
205
206    BG_AV_OBJECT_FLAG_C_H_FIRSTAID_STATION    = 22,
207    BG_AV_OBJECT_FLAG_C_H_STORMPIKE_GRAVE     = 23,
208    BG_AV_OBJECT_FLAG_C_H_STONEHEART_GRAVE    = 24,
209    BG_AV_OBJECT_FLAG_C_H_SNOWFALL_GRAVE      = 25,
210    BG_AV_OBJECT_FLAG_C_H_ICEBLOOD_GRAVE      = 26,
211    BG_AV_OBJECT_FLAG_C_H_FROSTWOLF_GRAVE     = 27,
212    BG_AV_OBJECT_FLAG_C_H_FROSTWOLF_HUT       = 28,
213    BG_AV_OBJECT_FLAG_C_H_DUNBALDAR_SOUTH     = 29,
214    BG_AV_OBJECT_FLAG_C_H_DUNBALDAR_NORTH     = 30,
215    BG_AV_OBJECT_FLAG_C_H_ICEWING_BUNKER      = 31,
216    BG_AV_OBJECT_FLAG_C_H_STONEHEART_BUNKER   = 32,
217
218    BG_AV_OBJECT_FLAG_H_FIRSTAID_STATION    = 33,
219    BG_AV_OBJECT_FLAG_H_STORMPIKE_GRAVE     = 34,
220    BG_AV_OBJECT_FLAG_H_STONEHEART_GRAVE    = 35,
221    BG_AV_OBJECT_FLAG_H_SNOWFALL_GRAVE      = 36,
222    BG_AV_OBJECT_FLAG_H_ICEBLOOD_GRAVE      = 37,
223    BG_AV_OBJECT_FLAG_H_FROSTWOLF_GRAVE     = 38,
224    BG_AV_OBJECT_FLAG_H_FROSTWOLF_HUT       = 39,
225    BG_AV_OBJECT_FLAG_H_ICEBLOOD_TOWER      = 40,
226    BG_AV_OBJECT_FLAG_H_TOWER_POINT         = 41,
227    BG_AV_OBJECT_FLAG_H_FROSTWOLF_ETOWER    = 42,
228    BG_AV_OBJECT_FLAG_H_FROSTWOLF_WTOWER    = 43,
229
230    BG_AV_OBJECT_FLAG_N_SNOWFALL_GRAVE      = 44,
231
232    BG_AV_OBJECT_DOOR_H                     = 45,
233    BG_AV_OBJECT_DOOR_A                     = 46,
234//auras for graveyards (3auras per graveyard neutral,alliance,horde)
235    BG_AV_OBJECT_AURA_N_FIRSTAID_STATION    = 47,
236    BG_AV_OBJECT_AURA_A_FIRSTAID_STATION    = 48,
237    BG_AV_OBJECT_AURA_H_FIRSTAID_STATION    = 49,
238    BG_AV_OBJECT_AURA_N_STORMPIKE_GRAVE     = 50,
239    BG_AV_OBJECT_AURA_A_STORMPIKE_GRAVE     = 51,
240    BG_AV_OBJECT_AURA_H_STORMPIKE_GRAVE     = 52,
241    BG_AV_OBJECT_AURA_N_STONEHEART_GRAVE    = 53,
242    BG_AV_OBJECT_AURA_A_STONEHEART_GRAVE    = 54,
243    BG_AV_OBJECT_AURA_H_STONEHEART_GRAVE    = 55,
244    BG_AV_OBJECT_AURA_N_SNOWFALL_GRAVE      = 56,
245    BG_AV_OBJECT_AURA_A_SNOWFALL_GRAVE      = 57,
246    BG_AV_OBJECT_AURA_H_SNOWFALL_GRAVE      = 58,
247    BG_AV_OBJECT_AURA_N_ICEBLOOD_GRAVE      = 59,
248    BG_AV_OBJECT_AURA_A_ICEBLOOD_GRAVE      = 60,
249    BG_AV_OBJECT_AURA_H_ICEBLOOD_GRAVE      = 61,
250    BG_AV_OBJECT_AURA_N_FROSTWOLF_GRAVE     = 62,
251    BG_AV_OBJECT_AURA_A_FROSTWOLF_GRAVE     = 63,
252    BG_AV_OBJECT_AURA_H_FROSTWOLF_GRAVE     = 64,
253    BG_AV_OBJECT_AURA_N_FROSTWOLF_HUT       = 65,
254    BG_AV_OBJECT_AURA_A_FROSTWOLF_HUT       = 66,
255    BG_AV_OBJECT_AURA_H_FROSTWOLF_HUT       = 67,
256
257    //big flags on top of towers 2 flags on each (contested,(alliance | horde)) + 2 auras
258    BG_AV_OBJECT_TFLAG_A_DUNBALDAR_SOUTH     = 67,
259    BG_AV_OBJECT_TFLAG_H_DUNBALDAR_SOUTH     = 68,
260    BG_AV_OBJECT_TFLAG_A_DUNBALDAR_NORTH     = 69,
261    BG_AV_OBJECT_TFLAG_H_DUNBALDAR_NORTH     = 70,
262    BG_AV_OBJECT_TFLAG_A_ICEWING_BUNKER      = 71,
263    BG_AV_OBJECT_TFLAG_H_ICEWING_BUNKER      = 72,
264    BG_AV_OBJECT_TFLAG_A_STONEHEART_BUNKER   = 73,
265    BG_AV_OBJECT_TFLAG_H_STONEHEART_BUNKER   = 74,
266    BG_AV_OBJECT_TFLAG_A_ICEBLOOD_TOWER      = 75,
267    BG_AV_OBJECT_TFLAG_H_ICEBLOOD_TOWER      = 76,
268    BG_AV_OBJECT_TFLAG_A_TOWER_POINT         = 77,
269    BG_AV_OBJECT_TFLAG_H_TOWER_POINT         = 78,
270    BG_AV_OBJECT_TFLAG_A_FROSTWOLF_ETOWER    = 79,
271    BG_AV_OBJECT_TFLAG_H_FROSTWOLF_ETOWER    = 80,
272    BG_AV_OBJECT_TFLAG_A_FROSTWOLF_WTOWER    = 81,
273    BG_AV_OBJECT_TFLAG_H_FROSTWOLF_WTOWER    = 82,
274    BG_AV_OBJECT_TAURA_A_DUNBALDAR_SOUTH     = 83,
275    BG_AV_OBJECT_TAURA_H_DUNBALDAR_SOUTH     = 84,
276    BG_AV_OBJECT_TAURA_A_DUNBALDAR_NORTH     = 85,
277    BG_AV_OBJECT_TAURA_H_DUNBALDAR_NORTH     = 86,
278    BG_AV_OBJECT_TAURA_A_ICEWING_BUNKER      = 87,
279    BG_AV_OBJECT_TAURA_H_ICEWING_BUNKER      = 88,
280    BG_AV_OBJECT_TAURA_A_STONEHEART_BUNKER   = 89,
281    BG_AV_OBJECT_TAURA_H_STONEHEART_BUNKER   = 90,
282    BG_AV_OBJECT_TAURA_A_ICEBLOOD_TOWER      = 91,
283    BG_AV_OBJECT_TAURA_H_ICEBLOOD_TOWER      = 92,
284    BG_AV_OBJECT_TAURA_A_TOWER_POINT         = 93,
285    BG_AV_OBJECT_TAURA_H_TOWER_POINT         = 94,
286    BG_AV_OBJECT_TAURA_A_FROSTWOLF_ETOWER    = 95,
287    BG_AV_OBJECT_TAURA_H_FROSTWOLF_ETOWER    = 96,
288    BG_AV_OBJECT_TAURA_A_FROSTWOLF_WTOWER    = 97,
289    BG_AV_OBJECT_TAURA_H_FROSTWOLF_WTOWER    = 98,
290
291    BG_AV_OBJECT_BURN_DUNBALDAR_SOUTH        = 99,
292    BG_AV_OBJECT_BURN_DUNBALDAR_NORTH        = 109,
293    BG_AV_OBJECT_BURN_ICEWING_BUNKER         = 119,
294    BG_AV_OBJECT_BURN_STONEHEART_BUNKER      = 129,
295    BG_AV_OBJECT_BURN_ICEBLOOD_TOWER         = 139,
296    BG_AV_OBJECT_BURN_TOWER_POINT            = 149,
297    BG_AV_OBJECT_BURN_FROSTWOLF_ETWOER       = 159,
298    BG_AV_OBJECT_BURN_FROSTWOLF_WTOWER       = 169,
299    BG_AV_OBJECT_BURN_BUILDING_ALLIANCE      = 179,
300    BG_AV_OBJECT_BURN_BUILDING_HORDE         = 189,
301    BG_AV_OBJECT_SNOW_EYECANDY_A             = 199,
302    BG_AV_OBJECT_SNOW_EYECANDY_PA            = 203,
303    BG_AV_OBJECT_SNOW_EYECANDY_H             = 207,
304    BG_AV_OBJECT_SNOW_EYECANDY_PH            = 211,
305    BG_AV_OBJECT_MINE_SUPPLY_N_MIN           = 215,
306    BG_AV_OBJECT_MINE_SUPPLY_N_MAX           = 224,
307    BG_AV_OBJECT_MINE_SUPPLY_S_MIN           = 225,
308    BG_AV_OBJECT_MINE_SUPPLY_S_MAX           = 236,
309
310    BG_AV_OBJECT_MAX                          = 237
311};
312
313
314
315enum BG_AV_OBJECTS
316{
317    AV_OPLACE_FIRSTAID_STATION          = 0,
318    AV_OPLACE_STORMPIKE_GRAVE         = 1,
319    AV_OPLACE_STONEHEART_GRAVE        = 2,
320    AV_OPLACE_SNOWFALL_GRAVE          = 3,
321    AV_OPLACE_ICEBLOOD_GRAVE          = 4,
322    AV_OPLACE_FROSTWOLF_GRAVE         = 5,
323    AV_OPLACE_FROSTWOLF_HUT           = 6,
324    AV_OPLACE_DUNBALDAR_SOUTH         = 7,
325    AV_OPLACE_DUNBALDAR_NORTH         = 8,
326    AV_OPLACE_ICEWING_BUNKER          = 9,
327    AV_OPLACE_STONEHEART_BUNKER       = 10,
328    AV_OPLACE_ICEBLOOD_TOWER          = 11,
329    AV_OPLACE_TOWER_POINT             = 12,
330    AV_OPLACE_FROSTWOLF_ETOWER        = 13,
331    AV_OPLACE_FROSTWOLF_WTOWER        = 14,
332    AV_OPLACE_BIGBANNER_DUNBALDAR_SOUTH         = 15,
333    AV_OPLACE_BIGBANNER_DUNBALDAR_NORTH         = 16,
334    AV_OPLACE_BIGBANNER_ICEWING_BUNKER          = 17,
335    AV_OPLACE_BIGBANNER_STONEHEART_BUNKER       = 18,
336    AV_OPLACE_BIGBANNER_ICEBLOOD_TOWER          = 19,
337    AV_OPLACE_BIGBANNER_TOWER_POINT             = 20,
338    AV_OPLACE_BIGBANNER_FROSTWOLF_ETOWER        = 21,
339    AV_OPLACE_BIGBANNER_FROSTWOLF_WTOWER        = 22,
340
341    AV_OPLACE_BURN_DUNBALDAR_SOUTH         = 23,
342    AV_OPLACE_BURN_DUNBALDAR_NORTH         = 33,
343    AV_OPLACE_BURN_ICEWING_BUNKER          = 43,
344    AV_OPLACE_BURN_STONEHEART_BUNKER       = 53,
345    AV_OPLACE_BURN_ICEBLOOD_TOWER          = 63,
346    AV_OPLACE_BURN_TOWER_POINT             = 73,
347    AV_OPLACE_BURN_FROSTWOLF_ETOWER        = 83,
348    AV_OPLACE_BURN_FROSTWOLF_WTOWER        = 93,
349    AV_OPLACE_BURN_BUILDING_A        = 103,
350    AV_OPLACE_BURN_BUILDING_H        = 113,
351    AV_OPLACE_SNOW_1                      = 123,
352    AV_OPLACE_SNOW_2                      = 124,
353    AV_OPLACE_SNOW_3                      = 125,
354    AV_OPLACE_SNOW_4                      = 126,
355    AV_OPLACE_MINE_SUPPLY_N_MIN           = 127,
356    AV_OPLACE_MINE_SUPPLY_N_MAX           = 136,
357    AV_OPLACE_MINE_SUPPLY_S_MIN           = 137,
358    AV_OPLACE_MINE_SUPPLY_S_MAX           = 148,
359
360    AV_OPLACE_MAX                         = 149
361};
362const float BG_AV_ObjectPos[AV_OPLACE_MAX][4] = {
363    {638.592f,-32.422f,46.0608f,-1.62316f },//firstaid station
364    {669.007f,-294.078f,30.2909f,2.77507f },//stormpike
365    {77.8013f,-404.7f,46.7549f,-0.872665f },//stone grave
366    {-202.581f,-112.73f,78.4876f,-0.715585f },//snowfall
367    {-611.962f,-396.17f,60.8351f,2.53682f},  //iceblood grave
368    {-1082.45f,-346.823f,54.9219f,-1.53589f },//frostwolf grave
369    {-1402.21f,-307.431f,89.4424f,0.191986f },//frostwolf hut
370    {553.779f,-78.6566f,51.9378f,-1.22173f }, //dunnbaldar south
371    {674.001f,-143.125f,63.6615f,0.994838f }, //dunbaldar north
372    {203.281f,-360.366f,56.3869f,-0.925024f }, //icew
373    {-152.437f,-441.758f,40.3982f,-1.95477f }, //stone
374    {-571.88f,-262.777f,75.0087f,-0.802851f }, //ice tower
375    {-768.907f,-363.71f,90.8949f,1.07991f},  //tower point
376    {-1302.9f,-316.981f,113.867f,2.00713f }, //frostwolf etower
377    {-1297.5f,-266.767f,114.15f,3.31044f},   //frostwolf wtower
378    //bigbanner:
379    {555.848f,-84.4151f,64.4397f,3.12414f }, //duns
380    {679.339f,-136.468f,73.9626f,-2.16421f }, //dunn
381    {208.973f,-365.971f,66.7409f,-0.244346f }, //icew
382    {-155.832f,-449.401f,52.7306f,0.610865f }, //stone
383    {-572.329f,-262.476f,88.6496f,-0.575959f }, //icetower
384    {-768.199f,-363.105f,104.537f,0.10472f }, //towerp
385    {-1302.84f,-316.582f,127.516f,0.122173f }, //etower
386    {-1297.87f,-266.762f,127.796f,0.0698132f }, //wtower
387    //burning auras towers have 9*179065 captain-buildings have 5*179066+5*179065
388    //dunns
389    {562.632f,-88.1815f,61.993f,0.383972f },
390    {562.523f,-74.5028f,37.9474f,-0.0523599f },
391    {558.097f,-70.9842f,52.4876f,0.820305f },
392    {578.167f,-71.8191f,38.1514f,2.72271f },
393    {556.028f,-94.9242f,44.8191f,3.05433f },
394    {572.451f,-94.3655f,37.9443f,-1.72788f },
395    {549.263f,-79.3645f,44.8191f,0.436332f },
396    {543.513f,-94.4006f,52.4819f,0.0349066f },
397    {572.149f,-93.7862f,52.5726f,0.541052f },
398    {582.162f,-81.2375f,37.9216f,0.0872665f },
399    //dunn
400    {664.797f,-143.65f,64.1784f,-0.453786f},
401    {664.505f,-139.452f,49.6696f,-0.0349067f},
402    {676.067f,-124.319f,49.6726f,-1.01229f},
403    {693.004f,-144.025f,64.1755f,2.44346f},
404    {661.175f,-117.691f,49.645f,1.91986f},
405    {684.423f,-146.582f,63.6662f,0.994838f},
406    {682.791f,-127.769f,62.4155f,1.09956f},
407    {674.576f,-147.101f,56.5425f,-1.6057f},
408    {655.719f,-126.673f,49.8138f,2.80998f},
409    {0,0,0,0},
410    //icew
411    {231.503f,-356.688f,42.3704f,0.296706f},
412    {224.989f,-348.175f,42.5607f,1.50098f},
413    {205.782f,-351.335f,56.8998f,1.01229f},
414    {196.605f,-369.187f,56.3914f,2.46091f},
415    {210.619f,-376.938f,49.2677f,2.86234f},
416    {209.647f,-352.632f,42.3959f,-0.698132f},
417    {220.65f,-368.132f,42.3978f,-0.2618f},
418    {224.682f,-374.031f,57.0679f,0.541052f},
419    {200.26f,-359.968f,49.2677f,-2.89725f},
420    {196.619f,-378.016f,56.9131f,1.01229f},
421    //stone
422    {-155.488f,-437.356f,33.2796f,2.60054f},
423    {-163.441f,-454.188f,33.2796f,1.93732f},
424    {-143.977f,-445.148f,26.4097f,-1.8675f},
425    {-135.764f,-464.708f,26.3823f,2.25147f},
426    {-154.076f,-466.929f,41.0636f,-1.8675f},
427    {-149.908f,-460.332f,26.4083f,-2.09439f},
428    {-151.638f,-439.521f,40.3797f,0.436332f},
429    {-131.301f,-454.905f,26.5771f,2.93215f},
430    {-171.291f,-444.684f,40.9211f,2.30383f},
431    {-143.591f,-439.75f,40.9275f,-1.72788f},
432    //iceblood
433    {-572.667f,-267.923f,56.8542f,2.35619f},
434    {-561.021f,-262.689f,68.4589f,1.37881f},
435    {-572.538f,-262.649f,88.6197f,1.8326f},
436    {-574.77f,-251.45f,74.9422f,-1.18682f},
437    {-578.625f,-267.571f,68.4696f,0.506145f},
438    {-571.476f,-257.234f,63.3223f,3.10669f},
439    {-566.035f,-273.907f,52.9582f,-0.890118f},
440    {-580.948f,-259.77f,68.4696f,1.46608f},
441    {-568.318f,-267.1f,75.0008f,1.01229f},
442    {-559.621f,-268.597f,52.8986f,0.0523599f},
443    //towerp
444    {-776.072f,-368.046f,84.3558f,2.63545f},
445    {-777.564f,-368.521f,90.6701f,1.72788f},
446    {-765.461f,-357.711f,90.888f,0.314159f},
447    {-768.763f,-362.735f,104.612f,1.81514f},
448    {-760.356f,-358.896f,84.3558f,2.1293f},
449    {-771.967f,-352.838f,84.3484f,1.74533f},
450    {-773.333f,-364.653f,79.2351f,-1.64061f},
451    {-764.109f,-366.069f,70.0934f,0.383972f},
452    {-767.103f,-350.737f,68.7933f,2.80998f},
453    {-760.115f,-353.845f,68.8633f,1.79769f},
454    //froste
455    {-1304.87f,-304.525f,91.8366f,-0.680679f},
456    {-1301.77f,-310.974f,95.8252f,0.907571f},
457    {-1305.58f,-320.625f,102.166f,-0.558505f},
458    {-1294.27f,-323.468f,113.893f,-1.67552f},
459    {-1302.65f,-317.192f,127.487f,2.30383f},
460    {-1293.89f,-313.478f,107.328f,1.6057f},
461    {-1312.41f,-312.999f,107.328f,1.5708f},
462    {-1311.57f,-308.08f,91.7666f,-1.85005f},
463    {-1314.7f,-322.131f,107.36f,0.645772f},
464    {-1304.6f,-310.754f,113.859f,-0.401426f},
465    //frostw
466    {-1308.24f,-273.26f,92.0514f,-0.139626f},
467    {-1302.26f,-262.858f,95.9269f,0.418879f},
468    {-1297.28f,-267.773f,126.756f,2.23402f},
469    {-1299.08f,-256.89f,114.108f,-2.44346f},
470    {-1303.41f,-268.237f,114.151f,-1.23918f},
471    {-1304.43f,-273.682f,107.612f,0.244346f},
472    {-1309.53f,-265.951f,92.1418f,-2.49582f},
473    {-1295.55f,-263.865f,105.033f,0.925024f},
474    {-1294.71f,-281.466f,107.664f,-1.50098f},
475    {-1289.69f,-259.521f,107.612f,-2.19912f},
476
477    //the two buildings of the captains
478    //alliance
479    {-64.4987f,-289.33f,33.4616f,-2.82743f},
480    {-5.98025f,-326.144f,38.8538f,0},
481    {-2.67893f,-306.998f,33.4165f,0},
482    {-60.25f,-309.232f,50.2408f,-1.46608f},
483    {-48.7941f,-266.533f,47.7916f,2.44346f},
484    {-3.40929f,-306.288f,33.34f,0},
485    {-48.619f,-266.917f,47.8168f,0},
486    {-62.9474f,-286.212f,66.7288f,0},
487    {-5.05132f,-325.323f,38.8536f,0},
488    {-64.2677f,-289.412f,33.469f,0},
489//horde
490    {-524.276f,-199.6f,82.8733f,-1.46608f},
491    {-518.196f,-173.085f,102.43f,0},
492    {-500.732f,-145.358f,88.5337f,2.44346f},
493    {-501.084f,-150.784f,80.8506f,0},
494    {-518.309f,-163.963f,102.521f,2.96706f},
495    {-517.053f,-200.429f,80.759f,0},
496    {-514.361f,-163.864f,104.163f,0},
497    {-568.04f,-188.707f,81.55f,0},
498    {-501.775f,-151.581f,81.2027f,0},
499    {-509.975f,-191.652f,83.2978f,0},
500
501//snowfall eyecandy
502    {-191.153f,-129.868f,78.5595f,-1.25664f },
503    {-201.282f,-134.319f,78.6753f,-0.942478f },
504    {-215.981f,-91.4101f,80.8702f,-1.74533f },
505    {-200.465f,-96.418f,79.7587f,1.36136f },
506    //mine supplies
507    //irondeep
508    {870.899f,-388.434f,61.6406f,-1.22173f},
509    {825.214f,-320.174f,63.712f,-2.82743f},
510    {837.117f,-452.556f,47.2331f,-3.12414f},
511    {869.755f,-448.867f,52.5448f,-0.855212f},
512    {949.877f,-458.198f,56.4874f,0.314159f},
513    {900.35f,-479.024f,58.3553f,0.122173f},
514    {854.449f,-442.255f,50.6589f,0.401426f},
515    {886.685f,-442.358f,54.6962f,-1.22173f},
516    {817.509f,-457.331f,48.4666f,2.07694f},
517    {793.411f,-326.281f,63.1117f,-2.79253f},
518    //coldtooth
519    {-934.212f,-57.3517f,80.277f,-0.0174535f},
520    {-916.281f,-36.8579f,77.0227f,0.122173f},
521    {-902.73f,-103.868f,75.4378f,-1.58825f},
522    {-900.514f,-143.527f,75.9686f,1.8675f},
523    {-862.882f,-0.353299f,72.1526f,-2.51327f},
524    {-854.932f,-85.9184f,68.6056f,-2.04204f},
525    {-851.833f,-118.959f,63.8672f,-0.0698131f},
526    {-849.832f,-20.8421f,70.4672f,-1.81514f},
527    {-844.25f,-60.0374f,72.1031f,-2.19912f},
528    {-820.644f,-136.043f,63.1977f,2.40855f},
529    {-947.642f,-208.807f,77.0101f,1.36136f},
530    {-951.394f,-193.695f,67.634f,0.802851f}
531};
532
533const float BG_AV_DoorPositons[2][4] = {
534    {780.487f, -493.024f, 99.9553f, 3.0976f},   //alliance
535    {-1375.193f, -538.981f, 55.2824f, 0.72178f} //horde
536};
537
538
539//creaturestuff starts here
540//is related to BG_AV_CreaturePos
541enum BG_AV_CreaturePlace
542{
543    AV_CPLACE_SPIRIT_STORM_AID      = 0,
544    AV_CPLACE_SPIRIT_STORM_GRAVE    = 1,
545    AV_CPLACE_SPIRIT_STONE_GRAVE    = 2,
546    AV_CPLACE_SPIRIT_SNOWFALL       = 3,
547    AV_CPLACE_SPIRIT_ICE_GRAVE      = 4,
548    AV_CPLACE_SPIRIT_FROSTWOLF      = 5,
549    AV_CPLACE_SPIRIT_FROST_HUT      = 6,
550    AV_CPLACE_SPIRIT_MAIN_ALLIANCE  = 7,
551    AV_CPLACE_SPIRIT_MAIN_HORDE     = 8,
552//i don't will add for all 4 positions a variable.. i think one is enough to compute the rest
553    AV_CPLACE_DEFENSE_STORM_AID      = 9,
554    AV_CPLACE_DEFEMSE_STORM_GRAVE    = 13,
555    AV_CPLACE_DEFENSE_STONE_GRAVE    = 17,
556    AV_CPLACE_DEFENSE_SNOWFALL       = 21,
557    AV_CPLACE_DEFENSE_FROSTWOLF      = 25,
558    AV_CPLACE_DEFENSE_ICE_GRAVE      = 29,
559    AV_CPLACE_DEFENSE_FROST_HUT      = 33,
560
561    AV_CPLACE_DEFENSE_DUN_S          = 37,
562    AV_CPLACE_DEFENSE_DUN_N          = 41,
563    AV_CPLACE_DEFENSE_ICEWING        = 45,
564    AV_CPLACE_DEFENSE_STONE_TOWER    = 49,
565    AV_CPLACE_DEFENSE_ICE_TOWER      = 53,
566    AV_CPLACE_DEFENSE_TOWERPOINT     = 57,
567    AV_CPLACE_DEFENSE_FROST_E        = 61,
568    AV_CPLACE_DEFENSE_FROST_t        = 65,
569
570    AV_CPLACE_A_MARSHAL_SOUTH       = 69,
571    AV_CPLACE_A_MARSHAL_NORTH       = 70,
572    AV_CPLACE_A_MARSHAL_ICE         = 71,
573    AV_CPLACE_A_MARSHAL_STONE       = 72,
574    AV_CPLACE_H_MARSHAL_ICE         = 73,
575    AV_CPLACE_H_MARSHAL_TOWER       = 74,
576    AV_CPLACE_H_MARSHAL_ETOWER      = 75,
577    AV_CPLACE_H_MARSHAL_WTOWER      = 76,
578    //irondeep
579    //miner:
580    AV_CPLACE_MINE_N_1_MIN      = 77,
581    AV_CPLACE_MINE_N_1_MAX      = 136,
582    //special types
583    AV_CPLACE_MINE_N_2_MIN      = 137,
584    AV_CPLACE_MINE_N_2_MAX      = 192,
585    //boss
586    AV_CPLACE_MINE_N_3          = 193,
587    //coldtooth
588    //miner:
589    AV_CPLACE_MINE_S_1_MIN      = 194,
590    AV_CPLACE_MINE_S_1_MAX      = 250,
591    //special types
592    AV_CPLACE_MINE_S_2_MIN      = 251,
593    AV_CPLACE_MINE_S_2_MAX      = 289,
594    //vermin
595    AV_CPLACE_MINE_S_S_MIN      = 290,
596    AV_CPLACE_MINE_S_S_MAX      = 299,
597    //boss
598    AV_CPLACE_MINE_S_3          = 300,
599
600    //herald
601    AV_CPLACE_HERALD          = 301,
602
603    AV_CPLACE_MAX = 302
604};
605
606//x, y, z, o
607const float BG_AV_CreaturePos[AV_CPLACE_MAX][4] = {
608    //spiritguides
609    {643.000000f,44.000000f,69.740196f,-0.001854f},
610    {676.000000f,-374.000000f,30.000000f,-0.001854f},
611    {73.417755f,-496.433105f,48.731918f,-0.001854f},
612    {-157.409195f,31.206272f,77.050598f,-0.001854f},
613    {-531.217834f,-405.231384f,49.551376f,-0.001854f},
614    {-1090.476807f,-253.308670f,57.672371f,-0.001854f},
615    {-1496.065063f,-333.338409f,101.134804f,-0.001854f},
616    {873.001770f,-491.283630f,96.541931f,-0.001854f},
617    {-1437.670044f,-610.088989f,51.161900f,-0.001854f},
618 //grave
619 //firstaid
620    {635.17f,-29.5594f,46.5056f,4.81711f},
621    {642.488f,-32.9437f,46.365f,4.67748f},
622    {642.326f,-27.9442f,46.9211f,4.59022f},
623    {635.945f,-33.6171f,45.7164f,4.97419f},
624   //stormpike
625    {669.272f,-297.304f,30.291f,4.66604f},
626    {674.08f,-292.328f,30.4817f,0.0918785f},
627    {667.01f,-288.532f,29.8809f,1.81583f},
628    {664.153f,-294.042f,30.2851f,3.28531f},
629  //stone
630    {81.7027f,-406.135f,47.7843f,0.598464f},
631    {78.1431f,-409.215f,48.0401f,5.05953f},
632    {73.4135f,-407.035f,46.7527f,3.34736f},
633    {78.2258f,-401.859f,46.4202f,2.05852f},
634  //snowfall
635    {-207.412f,-110.616f,78.7959f,2.43251f},
636    {-197.95f,-112.205f,78.5686f,6.22441f},
637    {-202.709f,-116.829f,78.4358f,5.13742f},
638    {-202.059f,-108.314f,78.5783f,5.91968f},
639  //ice
640    {-615.501f,-393.802f,60.4299f,3.06147f},
641    {-608.513f,-392.717f,62.5724f,2.06323f},
642    {-609.769f,-400.072f,60.7174f,5.22367f},
643    {-616.093f,-398.293f,60.5628f,3.73613f},
644  //frost
645    {-1077.7f,-340.21f,55.4682f,6.25569f},
646    {-1082.74f,-333.821f,54.7962f,2.05459f},
647    {-1090.66f,-341.267f,54.6768f,3.27746f},
648    {-1081.58f,-344.63f,55.256f,4.75636f},
649  //frost hut
650    {-1408.95f,-311.69f,89.2536f,4.49954f},
651    {-1407.15f,-305.323f,89.1993f,2.86827f},
652    {-1400.64f,-304.3f,89.7008f,1.0595f},
653    {-1400.4f,-311.35f,89.3028f,4.99434f},
654  //towers
655  //dun south - OK
656    {569.395f,-101.064f,52.8296f,2.34974f},
657    {574.85f,-92.9842f,52.5869f,3.09325f},
658    {575.411f,-83.597f,52.3626f,6.26573f},
659    {571.352f,-75.6582f,52.479f,0.523599f},
660    //dun north - OK
661    {668.60f,-122.53f,64.12f,2.34f}, //not 100% ok
662    {662.253f,-129.105f,64.1794f,2.77507f},
663    {661.209f,-138.877f,64.2251f,3.38594f},
664    {665.481f,-146.857f,64.1271f,3.75246f},
665    //icewing - OK
666    {225.228f,-368.909f,56.9983f,6.23806f},
667    {191.36f,-369.899f,57.1524f,3.24631f},
668    {215.518f,-384.019f,56.9889f,5.09636f},
669    {199.625f,-382.177f,56.8691f,4.08407f},
670    //stone
671    {-172.851f,-452.366f,40.8725f,3.31829f},
672    {-147.147f,-435.053f,40.8022f,0.599238f},
673    {-169.456f,-440.325f,40.985f,2.59101f},
674    {-163.494f,-434.904f,41.0725f,1.84174f},
675    //ice - OK
676    {-573.522f,-271.854f,75.0078f,3.9619f},
677    {-565.616f,-269.051f,74.9952f,5.02655f},
678    {-562.825f,-261.087f,74.9898f,5.95157f},
679    {-569.176f,-254.446f,74.8771f,0.820305f},
680    //towerpoint
681    {-763.04f,-371.032f,90.7933f,5.25979f},
682    {-759.764f,-358.264f,90.8681f,0.289795f},
683    {-768.808f,-353.056f,90.8811f,1.52601f},
684    {-775.944f,-362.639f,90.8949f,2.59573f},
685    //frost etower
686    {-1294.13f,-313.045f,107.328f,0.270162f},
687    {-1306.5f,-308.105f,113.767f,1.78755f},
688    {-1294.78f,-319.966f,113.79f,5.94545f},
689    {-1294.83f,-312.241f,113.799f,0.295293f},
690    //frost wtower
691    {-1300.96f,-275.111f,114.058f,4.12804f},
692    {-1302.41f,-259.256f,114.065f,1.67602f},
693    {-1287.97f,-262.087f,114.165f,6.18264f},
694    {-1291.59f,-271.166f,114.151f,5.28257f},
695
696    //alliance marshall
697    {721.104f,-7.64155f,50.7046f,3.45575f},// south
698    {723.058f,-14.1548f,50.7046f,3.40339f},// north
699    {715.691f,-4.72233f,50.2187f,3.47321f},// icewing
700    {720.046f,-19.9413f,50.2187f,3.36849f},// stone
701//horde  (coords not 100% ok)
702    {-1363.99f,-221.99f,98.4053f,4.93012f},
703    {-1370.96f,-223.532f,98.4266f,4.93012f},
704    {-1378.37f,-228.614f,99.3546f,5.38565f},
705    {-1358.02f,-228.998f,98.868f,3.87768f},
706
707 //irondeep mine
708 //Irondeep Trogg
709    {971.671f,-442.657f,57.6951f,3.1765f},
710    {969.979f,-457.148f,58.1119f,4.5204f},
711    {958.692f,-333.477f,63.2276f,5.77704f},
712    {957.113f,-325.92f,61.7589f,1.13446f},
713    {948.25f,-448.268f,56.9009f,5.60251f},
714    {934.727f,-385.802f,63.0344f,3.75246f},
715    {931.751f,-403.458f,59.6737f,5.63741f},
716    {931.146f,-359.666f,66.0294f,3.9619f},
717    {929.702f,-412.401f,56.8776f,5.89921f},
718    {926.849f,-379.074f,63.5286f,2.0944f},
719    {921.972f,-358.597f,66.4313f,2.93215f},
720    {921.449f,-341.981f,67.1264f,3.4383f},
721    {921.1f,-395.812f,60.4615f,2.71695f},
722    {919.274f,-394.986f,60.3478f,2.71696f},
723    {916.852f,-393.891f,60.1726f,2.71695f},
724    {914.568f,-326.21f,66.1733f,2.25147f},
725    {913.064f,-395.773f,60.1364f,4.41568f},
726    {909.246f,-474.576f,58.2067f,0.226893f},
727    {909.246f,-474.576f,58.2901f,0.226893f},
728    {907.209f,-428.267f,59.8065f,1.8675f},
729    {905.973f,-459.528f,58.7594f,1.37189f},
730    {905.067f,-396.074f,60.2085f,5.07891f},
731    {901.809f,-457.709f,59.0116f,3.52557f},
732    {900.962f,-427.44f,59.0842f,1.50098f},
733    {897.929f,-471.742f,59.7729f,2.54818f},
734    {893.376f,-343.171f,68.1499f,5.35816f},
735    {890.584f,-406.049f,61.1925f,5.67232f},
736    {888.208f,-332.564f,68.148f,1.93732f},
737    {887.647f,-391.537f,61.8734f,1.37881f},
738    {885.109f,-343.338f,67.0867f,3.78979f},
739    {881.618f,-419.948f,53.5228f,0.593412f},
740    {878.675f,-345.36f,66.1052f,3.45651f},
741    {877.127f,-351.8f,66.5296f,5.74213f},
742    {876.778f,-345.97f,65.7724f,3.45262f},
743    {874.577f,-414.786f,52.7817f,1.67552f},
744    {868.247f,-343.136f,64.9894f,1.6057f},
745    {859.03f,-367.231f,47.4655f,0.0174533f},
746    {857.513f,-351.817f,65.1867f,4.39823f},
747    {852.632f,-372.416f,48.1657f,3.66519f},
748    {849.86f,-340.944f,66.2447f,0.401426f},
749    {847.99f,-386.287f,60.9277f,2.32374f},
750    {847.601f,-423.072f,50.0852f,4.57276f},
751    {847.135f,-411.307f,50.2106f,1.5708f},
752    {835.077f,-379.418f,48.2755f,5.93412f},
753    {834.87f,-453.304f,47.9075f,0.226893f},
754    {834.634f,-365.981f,62.8801f,1.32645f},
755    {834.354f,-355.526f,48.1491f,6.07375f},
756    {833.702f,-327.506f,65.0439f,0.331613f},
757    {833.151f,-374.228f,63.0938f,3.66519f},
758    {831.711f,-346.785f,47.2975f,0.226893f},
759    {827.874f,-413.624f,48.5818f,1.49241f},
760    {827.728f,-415.483f,48.5593f,1.49238f},
761    {827.016f,-424.543f,48.2856f,1.49236f},
762    {823.222f,-334.283f,65.6306f,4.88692f},
763    {821.892f,-464.723f,48.9451f,4.66003f},
764    {821.006f,-387.635f,49.0728f,3.15905f},
765    {817.26f,-447.432f,49.4308f,2.18166f},
766    {805.399f,-320.146f,52.7712f,0.296706f},
767    {801.405f,-328.055f,53.0195f,4.31096f},
768    //irondeep skullthumber irondeep shaman
769    {955.812f,-440.302f,55.3411f,3.19395f},
770    {937.378f,-377.816f,65.3919f,3.56047f},
771    {925.059f,-331.347f,65.7564f,3.66519f},
772    {922.918f,-396.634f,60.3942f,2.71695f},
773    {909.99f,-462.154f,59.0811f,3.7001f},
774    {907.893f,-388.787f,61.7923f,5.74213f},
775    {898.801f,-437.105f,58.5266f,0.959931f},
776    {884.237f,-407.597f,61.566f,0.820305f},
777    {880.744f,-344.683f,66.4086f,3.4644f},
778    {876.047f,-341.857f,65.8743f,4.45059f},
779    {874.674f,-402.077f,61.7573f,0.26341f},
780    {871.914f,-404.209f,62.1269f,6.06163f},
781    {871.606f,-403.665f,62.0795f,0.765774f},
782    {871.561f,-404.114f,62.1297f,0.00981727f},
783    {871.528f,-404.248f,62.1455f,0.498032f},
784    {871.493f,-404.122f,62.1331f,5.65727f},
785    {871.282f,-403.843f,62.1108f,0.788382f},
786    {868.294f,-392.395f,61.4772f,4.38685f},
787    {868.256f,-392.363f,61.4803f,0.732738f},
788    {867.804f,-392.51f,61.5089f,2.30167f},
789    {867.612f,-392.371f,61.524f,2.86149f},
790    {858.593f,-439.614f,50.2184f,0.872665f},
791    {851.471f,-362.52f,47.314f,4.06662f},
792    {846.939f,-347.279f,66.2876f,0.942478f},
793    {842.08f,-421.775f,48.2659f,1.0821f},
794    {838.358f,-371.212f,63.3299f,4.04916f},
795    {827.57f,-417.483f,48.4538f,1.49237f},
796    {827.012f,-457.397f,48.9331f,2.35619f},
797    {825.535f,-322.373f,63.9357f,4.76475f},
798    {867.635f,-443.605f,51.3347f,1.38626f},
799    {957.293f,-455.039f,56.7395f,5.79449f},
800    {950.077f,-326.672f,61.6552f,5.48033f},
801    {936.692f,-356.78f,65.9835f,2.75762f},
802    {926.475f,-419.345f,56.1833f,2.0944f},
803    {924.729f,-397.453f,60.213f,2.71695f},
804    {902.195f,-475.891f,58.312f,1.39626f},
805    {897.464f,-338.758f,68.1715f,2.94961f},
806    {884.237f,-407.597f,61.566f,0.820305f},
807    {882.517f,-344.111f,66.7887f,3.46962f},
808    {881.437f,-400.254f,61.2028f,0.263427f},
809    {880.156f,-400.678f,61.3113f,3.41373f},
810    {877.989f,-418.051f,52.9753f,4.46804f},
811    {871.212f,-404.12f,62.1433f,3.6554f},
812    {871.036f,-404.119f,62.2237f,4.50295f},
813    {857.396f,-395.766f,61.263f,4.78684f},
814    {857.276f,-395.395f,61.2418f,0.0845553f},
815    {857.231f,-394.577f,61.2174f,1.96817f},
816    {857.108f,-395.682f,61.2317f,4.87022f},
817    {856.709f,-395.28f,61.1814f,2.54913f},
818    {850.922f,-390.399f,60.8771f,2.85405f},
819    {847.556f,-388.228f,60.9438f,2.56872f},
820    {842.031f,-384.663f,61.6028f,2.56871f},
821    {832.035f,-389.301f,47.5567f,2.11185f},
822    {827.415f,-419.468f,48.3322f,1.49232f},
823    {826.402f,-349.454f,47.2722f,1.51844f},
824    {817.83f,-455.715f,48.4207f,0.925025f},
825    {808.953f,-325.964f,52.4043f,3.01942f},
826    // Morloch
827    {865.554f,-438.735f,50.7333f,2.12431f},
828    //coldtooth mine
829    //miner/digger
830    {-917.648f,-46.8922f,77.0872f,5.27089f},
831    {-912.689f,-45.4494f,76.2277f,4.60767f},
832    {-905.455f,-84.5179f,75.3642f,3.29867f},
833    {-904.332f,-111.509f,75.5925f,2.47837f},
834    {-904.27f,-160.419f,61.9876f,3.61192f},
835    {-904.023f,-90.4558f,75.3706f,3.40339f},
836    {-978.678f,-37.3136f,75.8364f,2.84489f},
837    {-973.076f,-36.5013f,77.5047f,1.0821f},
838    {-963.951f,-87.734f,81.5555f,0.575959f},
839    {-961.941f,-90.7252f,81.6629f,0.820305f},
840    {-957.623f,-186.582f,66.6021f,1.95477f},
841    {-952.476f,-179.778f,78.6771f,4.5204f},
842    {-950.427f,-115.007f,79.6127f,3.68264f},
843    {-950.25f,-151.95f,79.4598f,-1.81423f},
844    {-950.169f,-188.099f,66.6184f,5.55015f},
845    {-949.944f,-142.977f,80.5382f,2.70526f},
846    {-947.854f,-170.5f,79.7618f,0.942478f},
847    {-946.738f,-139.567f,80.0904f,2.3911f},
848    {-945.503f,-65.0654f,79.7907f,5.02655f},
849    {-943.678f,-110.986f,80.2557f,0.959931f},
850    {-942.993f,-56.9881f,79.8915f,5.65487f},
851    {-938.197f,-155.838f,61.3111f,1.65806f},
852    {-930.488f,-214.524f,72.1431f,2.1236f},
853    {-929.947f,-154.449f,61.5084f,1.67552f},
854    {-927.412f,-135.313f,61.1987f,3.29867f},
855    {-920.677f,-156.859f,62.8033f,3.15306f},
856    {-916.75f,-136.094f,62.2357f,0.0698132f},
857    {-915.319f,-132.718f,62.562f,1.16984f},
858    {-913.589f,-146.794f,76.9366f,1.8675f},
859    {-907.572f,-148.937f,76.6898f,4.76475f},
860    {-902.02f,-64.6174f,73.9707f,1.19169f},
861    {-899.489f,-61.7252f,73.2498f,5.09636f},
862    {-894.792f,-127.141f,75.3834f,6.14356f},
863    {-892.408f,-162.525f,64.1212f,2.69884f},
864    {-892.326f,-123.158f,76.0318f,5.5676f},
865    {-888.468f,-148.462f,61.8012f,1.65806f},
866    {-883.268f,-159.738f,63.5311f,5.20108f},
867    {-877.76f,-118.07f,65.215f,2.94961f},
868    {-876.792f,-128.646f,64.1045f,3.40339f},
869    {-874.901f,-36.6579f,69.4246f,2.00713f},
870    {-874.856f,-151.351f,62.7537f,3.57875f},
871    {-872.135f,-150.08f,62.7513f,3.57201f},
872    {-870.288f,-149.217f,62.5413f,3.56624f},
873    {-870.03f,-6.27443f,70.3867f,2.3911f},
874    {-869.023f,-82.2118f,69.5848f,3.22886f},
875    {-866.354f,-40.2455f,70.842f,0.0698132f},
876    {-865.305f,-152.302f,63.5044f,4.86947f},
877    {-861.926f,-79.0519f,71.4178f,0.20944f},
878    {-857.292f,-152.277f,63.2114f,4.18879f},
879    {-853.357f,-0.696194f,72.0655f,0.994838f},
880    {-850.685f,-14.2596f,70.2298f,0.20944f},
881    {-839.987f,-67.7695f,72.7916f,4.93928f},
882    {-839.199f,-57.0558f,73.4891f,1.67552f},
883    {-836.963f,-153.224f,63.3821f,4.46804f},
884    {-832.721f,-67.7555f,72.9062f,4.99164f},
885    {-821.496f,-143.095f,63.1292f,0.541052f},
886    {-818.829f,-153.004f,62.1757f,6.12611f},
887    //special
888    {-954.622f,-110.958f,80.7911f,6.24828f},
889    {-951.477f,-53.9647f,80.0235f,5.32325f},
890    {-946.812f,-126.04f,78.8601f,5.15265f},
891    {-940.689f,-140.707f,79.9225f,2.79253f},
892    {-933.954f,-159.632f,60.778f,2.56563f},
893    {-922.537f,-130.291f,61.3756f,4.95674f},
894    {-915.862f,-151.74f,76.9427f,0.942478f},
895    {-888.321f,-159.831f,62.5303f,1.20428f},
896    {-874.361f,-42.4751f,69.4316f,0.785398f},
897    {-873.19f,-50.4899f,70.0568f,-2.41288f},
898    {-868.511f,-148.386f,62.3547f,3.57875f},
899    {-868.44f,-121.649f,64.5056f,3.33358f},
900    {-868.324f,-77.7196f,71.4768f,5.41052f},
901    {-859.846f,-19.6549f,70.7304f,1.97222f},
902    {-828.05f,-150.508f,62.2019f,2.14675f},
903    {-826.254f,-58.6911f,72.0041f,3.68264f},
904    {-976.086f,-44.1775f,76.029f,1.46608f},
905    {-971.864f,-87.4223f,81.4954f,5.8294f},
906    {-966.551f,-74.1111f,80.0243f,4.2129f},
907    {-958.509f,-173.652f,77.9013f,6.24828f},
908    {-951.511f,-181.242f,65.529f,4.39823f},
909    {-940.967f,-186.243f,77.698f,1.28164f},
910    {-930.004f,-65.0898f,79.077f,0.0581657f},
911    {-920.864f,-40.2009f,78.256f,5.16617f},
912    {-919.089f,-148.021f,62.0317f,2.59327f},
913    {-901.516f,-116.329f,75.6876f,0.471239f},
914    {-897.864f,-84.4348f,74.083f,3.00197f},
915    {-897.617f,-52.0457f,71.9503f,4.36332f},
916    {-894.891f,-153.951f,61.6827f,3.23569f},
917    {-893.933f,-111.625f,75.6591f,4.22536f},
918    {-883.265f,-152.854f,61.8384f,0.0941087f},
919    {-868.293f,-147.243f,62.1097f,3.2056f},
920    {-867.501f,-11.8709f,70.018f,6.14356f},
921    {-866.699f,-147.54f,62.1646f,3.57878f},
922    {-866.566f,-91.1916f,67.4414f,4.56707f},
923    {-857.272f,-141.142f,61.7356f,4.17134f},
924    {-847.446f,-98.0061f,68.5131f,3.24631f},
925    {-837.026f,-140.729f,62.5141f,5.51524f},
926    {-824.204f,-65.053f,72.3381f,3.01942f},
927    //vermin (s.th special for this mine)
928    {-951.955f,-197.5f,77.212f,5.63741f},
929    {-944.837f,-199.608f,77.0737f,4.97419f},
930    {-933.494f,-209.063f,73.7803f,5.88176f},
931    {-929.666f,-201.308f,73.7032f,5.02655f},
932    {-978.997f,-249.356f,65.4345f,5.05464f},
933    {-974.565f,-224.828f,69.5858f,4.88846f},
934    {-946.514f,-259.239f,66.0874f,3.78132f},
935    {-918.402f,-250.439f,69.5271f,2.21352f},
936    {-910.14f,-229.959f,72.9279f,0.27677f},
937    {-851.563f,-88.6527f,68.5983f,3.61896f},
938    //boss
939    {-848.902f,-92.931f,68.6325f,3.33350},
940    //herald
941    {-48.459f,-288.802f,55.47f,1.0}
942
943};
944
945
946enum BG_AV_CreatureIds
947{
948
949    AV_NPC_A_GRAVEDEFENSE0 = 0,     // stormpike Defender
950    AV_NPC_A_GRAVEDEFENSE1 = 1,     // seasoned defender
951    AV_NPC_A_GRAVEDEFENSE2 = 2,     // veteran defender
952    AV_NPC_A_GRAVEDEFENSE3 = 3,     // champion defender
953    AV_NPC_A_TOWERDEFENSE  = 4,     // stormpike bowman
954    AV_NPC_A_CAPTAIN       = 5,     // balinda
955    AV_NPC_A_BOSS          = 6,     // vanndar
956
957    AV_NPC_H_GRAVEDEFENSE0 = 7,     // frostwolf guardian
958    AV_NPC_H_GRAVEDEFENSE1 = 8,     // seasoned guardian
959    AV_NPC_H_GRAVEDEFENSE2 = 9,     // veteran guardian
960    AV_NPC_H_GRAVEDEFENSE3 = 10,    // champion guardian
961    AV_NPC_H_TOWERDEFENSE  = 11,    // frostwolf bowman
962    AV_NPC_H_CAPTAIN       = 12,    // galvangar
963    AV_NPC_H_BOSS          = 13,    // drek thar
964
965    AV_NPC_A_MARSHAL_SOUTH = 14,
966    AV_NPC_MARSHAL_NORTH   = 15,
967    AV_NPC_A_MARSHAL_ICE   = 16,
968    AV_NPC_A_MARSHAL_STONE = 17,
969    AV_NPC_H_MARSHAL_ICE   = 18,
970    AV_NPC_H_MARSHAL_TOWER = 19,
971    AV_NPC_MARSHAL_ETOWER  = 20,
972    AV_NPC_H_MARSHAL_WTOWER= 21,
973    AV_NPC_N_MINE_N_1      = 22,
974    AV_NPC_N_MINE_N_2      = 23,
975    AV_NPC_N_MINE_N_3      = 24,
976    AV_NPC_N_MINE_N_4      = 25,
977    AV_NPC_N_MINE_A_1      = 26,
978    AV_NPC_N_MINE_A_2      = 27,
979    AV_NPC_N_MINE_A_3      = 28,
980    AV_NPC_N_MINE_A_4      = 29,
981    AV_NPC_N_MINE_H_1      = 30,
982    AV_NPC_N_MINE_H_2      = 31,
983    AV_NPC_N_MINE_H_3      = 32,
984    AV_NPC_N_MINE_H_4      = 33,
985    AV_NPC_S_MINE_N_1      = 34,
986    AV_NPC_S_MINE_N_2      = 35,
987    AV_NPC_S_MINE_N_3      = 36,
988    AV_NPC_S_MINE_N_4      = 37,
989    AV_NPC_S_MINE_N_S      = 38,
990    AV_NPC_S_MINE_A_1      = 39,
991    AV_NPC_S_MINE_A_2      = 40,
992    AV_NPC_S_MINE_A_3      = 41,
993    AV_NPC_S_MINE_A_4      = 42,
994    AV_NPC_S_MINE_H_1      = 43,
995    AV_NPC_S_MINE_H_2      = 44,
996    AV_NPC_S_MINE_H_3      = 45,
997    AV_NPC_S_MINE_H_4      = 46,
998    AV_NPC_HERALD          = 47,
999    AV_NPC_INFO_MAX        = 48
1000
1001};
1002
1003//entry, team, minlevel, maxlevel
1004//TODO this array should be removed, the only needed things are the entrys (for spawning(?) and handlekillunit)
1005const uint32 BG_AV_CreatureInfo[AV_NPC_INFO_MAX][4] = {
1006    { 12050, 1216, 58, 58 }, //Stormpike Defender
1007    { 13326, 1216, 59, 59 }, //Seasoned Defender
1008    { 13331, 1216, 60, 60 }, //Veteran Defender
1009    { 13422, 1216, 61, 61 }, //Champion Defender
1010    { 13358, 1216, 59, 60 }, //Stormpike Bowman //i think its 60,61 and 69,70.. but this is until now not possible TODO look if this is ok
1011    { 11949,469,0,0},//not spawned with this data, but used for handlekillunit
1012    { 11948,469,0,0},//not spawned with this data, but used for handlekillunit
1013    { 12053, 1214, 58, 58 }, //Frostwolf Guardian
1014    { 13328, 1214, 59, 59 }, //Seasoned Guardian
1015    { 13332, 1214, 60, 60 }, //Veteran Guardian
1016    { 13421, 1214, 61, 61 }, //Champion Guardian
1017    { 13359, 1214, 59, 60 }, //Frostwolf Bowman
1018    { 11947,67,0,0}, //not spawned with this data, but used for handlekillunit
1019    { 11946,67,0,0}, //not spawned with this data, but used for handlekillunit
1020    { 14763, 1534, 60, 60 }, //Dun Baldar South Marshal
1021    { 14762, 1534, 60, 60 }, //Dun Baldar North Marshal
1022    { 14764, 1534, 60, 60 }, //Icewing Marshal
1023    { 14765, 1534, 60, 60 }, //Stonehearth Marshal
1024
1025    { 14773, 1214, 60, 60 }, //Iceblood Warmaster
1026    { 14776, 1214, 60, 60 }, //Tower Point Warmaster
1027    { 14772, 1214, 60, 60 }, //East Frostwolf Warmaster
1028    { 14777, 1214, 60, 60 }, //West Frostwolf Warmaster
1029
1030    { 10987, 59, 52, 53 }, //Irondeep Trogg
1031    { 11600, 59, 53, 54 }, //Irondeep Shaman
1032    { 11602, 59, 54, 55 }, //Irondeep Skullthumper
1033    { 11657, 59, 58, 58 }, //Morloch
1034
1035    {13396,469,52,53}, //irondeep alliance TODO: get the right ids
1036    {13080,469,53,54},
1037    {13098,469,54,55},
1038    {13078,469,58,58},
1039
1040    {13397,67,52,53}, //irondeep horde
1041    {13099,67,53,54},
1042    {13081,67,54,55},
1043    {13079,67,58,58},
1044
1045    { 11603, 59, 52, 53 }, //south mine neutral
1046    { 11604, 59, 53, 54 },
1047    { 11605, 59, 54, 55 },
1048    { 11677, 59, 58, 58 },
1049    { 10982, 59, 52, 53 }, //vermin
1050
1051    {13317,469,52,53}, //alliance
1052    {13096,469,54,55}, //explorer
1053    {13087,469,54,55}, //invader
1054    {13086,469,58,58},
1055
1056    {13316,67,52,53}, //horde
1057    {13097,67,54,55}, //surveypr
1058    {13089,67,54,55}, //guard
1059    {13088,67,58,58},
1060    {14848,67,58,58} //Herald
1061
1062};
1063
1064//x,y,z,o,static_creature_info-id
1065const float BG_AV_StaticCreaturePos[AV_STATICCPLACE_MAX][5] = { //static creatures
1066    {-1235.31f,-340.777f,60.5088f,3.31613f,0 },//2225 - Zora Guthrek
1067    {-1244.02f,-323.795f,61.0485f,5.21853f,1 },//3343 - Grelkor
1068    {-1235.16f,-332.302f,60.2985f,2.96706f,2 },//3625 - Rarck
1069    {587.303f,-42.8257f,37.5615f,5.23599f,3 },//4255 - Brogus Thunderbrew
1070    {643.635f,-58.3987f,41.7405f,4.72984f,4 },//4257 - Lana Thunderbrew
1071    {591.464f,-44.452f,37.6166f,5.65487f,5 },//5134 - Jonivera Farmountain
1072    {608.515f,-33.3935f,42.0003f,5.41052f,6 },//5135 - Svalbrad Farmountain
1073    {617.656f,-32.0701f,42.7168f,4.06662f,7 },//5139 - Kurdrum Barleybeard
1074    {-1183.76f,-268.295f,72.8233f,3.28122f,8 },//10364 - Yaelika Farclaw
1075    {-1187.86f,-275.31f,73.0481f,3.63028f,9 },//10367 - Shrye Ragefist
1076    {-1008.42f,-368.006f,55.3426f,5.95647f,10 },//10981 - Frostwolf
1077    {-1091.92f,-424.28f,53.0139f,2.93958f,10 },//10981 - Frostwolf
1078    {-558.455f,-198.768f,58.1755f,4.97946f,10 },//10981 - Frostwolf
1079    {-861.247f,-312.51f,55.1427f,3.35382f,10 },//10981 - Frostwolf
1080    {-1003.81f,-395.913f,50.4736f,2.85631f,10 },//10981 - Frostwolf
1081    {-904.5f,-289.815f,65.1222f,5.7847f,10 },//10981 - Frostwolf
1082    {-1064.41f,-438.839f,51.3614f,1.88857f,10 },//10981 - Frostwolf
1083    {258.814f,76.2017f,18.6468f,6.19052f,11 },//10986 - Snowblind Harpy
1084    {265.838f,-315.846f,-16.5429f,3.15917f,11 },//10986 - Snowblind Harpy
1085    {426.485f,-51.1927f,-5.66286f,1.60347f,11 },//10986 - Snowblind Harpy
1086    {452.044f,-33.9594f,-0.044651f,2.72815f,11 },//10986 - Snowblind Harpy
1087    {266.032f,-315.639f,-16.5429f,4.67962f,11 },//10986 - Snowblind Harpy
1088    {532.64f,-54.5863f,20.7024f,2.93215f,11 },//10986 - Snowblind Harpy
1089    {295.183f,-299.908f,-34.6123f,0.135851f,12 },//10990 - Alterac Ram
1090    {421.08f,-225.006f,-23.73f,0.166754f,12 },//10990 - Alterac Ram
1091    {-55.7766f,-192.498f,20.4352f,6.12221f,12 },//10990 - Alterac Ram
1092    {527.887f,-477.223f,62.3559f,0.170935f,12 },//10990 - Alterac Ram
1093    {389.144f,-346.508f,-30.334f,4.14117f,12 },//10990 - Alterac Ram
1094    {108.121f,-322.248f,37.5655f,4.46788f,12 },//10990 - Alterac Ram
1095    {507.479f,-67.9403f,10.3571f,3.26304f,12 },//10990 - Alterac Ram
1096    {329.071f,-185.016f,-29.1542f,0.356943f,12 },//10990 - Alterac Ram
1097    {252.449f,-422.313f,35.1404f,4.53771f,12 },//10990 - Alterac Ram
1098    {358.882f,-118.061f,-24.9119f,2.29257f,12 },//10990 - Alterac Ram
1099    {487.151f,-174.229f,14.7558f,4.73192f,12 },//10990 - Alterac Ram
1100    {449.652f,-123.561f,6.14273f,6.12029f,12 },//10990 - Alterac Ram
1101    {272.419f,-261.802f,-41.8835f,3.66559f,12 },//10990 - Alterac Ram
1102    {359.021f,-210.954f,-29.3483f,4.31339f,12 },//10990 - Alterac Ram
1103    {450.598f,-318.048f,-37.7548f,0.655219f,12 },//10990 - Alterac Ram
1104    {509.333f,-218.2f,3.05439f,3.66292f,12 },//10990 - Alterac Ram
1105    {485.771f,-223.613f,-1.53f,2.04862f,12 },//10990 - Alterac Ram
1106    {486.636f,-452.172f,39.6592f,2.3341f,12 },//10990 - Alterac Ram
1107    {702.783f,-257.494f,25.9777f,1.68329f,12 },//10990 - Alterac Ram
1108    {460.942f,-199.263f,-6.0149f,0.380506f,12 },//10990 - Alterac Ram
1109    {483.108f,-115.307f,10.1056f,3.69701f,12 },//10990 - Alterac Ram
1110    {471.601f,-154.174f,14.0702f,5.5807f,12 },//10990 - Alterac Ram
1111    {213.938f,-420.793f,41.2549f,5.71394f,12 },//10990 - Alterac Ram
1112    {289.387f,-294.685f,-33.9073f,0.555494f,12 },//10990 - Alterac Ram
1113    {155.649f,-402.891f,43.3915f,5.94838f,12 },//10990 - Alterac Ram
1114    {517.184f,-295.105f,-9.78195f,6.05668f,12 },//10990 - Alterac Ram
1115    {102.334f,-332.165f,38.9812f,3.31445f,12 },//10990 - Alterac Ram
1116    {320.244f,-107.793f,-42.6357f,-1.00311f,12 },//10990 - Alterac Ram
1117    {217.976f,110.774f,15.7603f,4.56793f,13 },//11675 - Snowblind Windcaller
1118    {269.872f,6.66684f,20.7592f,0.381212f,13 },//11675 - Snowblind Windcaller
1119    {313.528f,-319.041f,-27.2373f,0.554098f,13 },//11675 - Snowblind Windcaller
1120    {435.441f,-39.9289f,-0.169651f,0.549454f,13 },//11675 - Snowblind Windcaller
1121    {315.115f,-317.62f,-29.1123f,0.90111f,13 },//11675 - Snowblind Windcaller
1122    {428.091f,-122.731f,3.40332f,6.05901f,14 },//11678 - Snowblind Ambusher
1123    {235.05f,85.5705f,18.3079f,-0.914255f,14 },//11678 - Snowblind Ambusher
1124    {-1553.04f,-344.342f,64.4163f,6.09933f,15 },//11839 - Wildpaw Brute
1125    {-545.23f,-165.35f,57.7886f,3.01145f,16 },//11947 - Captain Galvangar
1126    {722.43f,-10.9982f,50.7046f,3.42085f,17 },//11948 - Vanndar Stormpike
1127    {-57.7891f,-286.597f,15.6479f,6.02139f,18 },//11949 - Captain Balinda Stonehearth
1128    {930.498f,-520.755f,93.7334f,1.8326f,19 },//11997 - Stormpike Herald
1129    {-776.092f,-345.161f,67.4092f,1.89257f,20 },//12051 - Frostwolf Legionnaire
1130    {-1224.63f,-308.144f,65.0087f,4.01139f,20 },//12051 - Frostwolf Legionnaire
1131    {-713.039f,-442.515f,82.8638f,0.68724f,20 },//12051 - Frostwolf Legionnaire
1132    {-711.783f,-444.061f,82.7039f,0.683494f,20 },//12051 - Frostwolf Legionnaire
1133    {587.633f,-45.9816f,37.5438f,5.81195f,21 },//12096 - Stormpike Quartermaster
1134    {-1293.79f,-194.407f,72.4398f,5.84685f,22 },//12097 - Frostwolf Quartermaster
1135    {446.163f,-377.119f,-1.12725f,0.209526f,23 },//12127 - Stormpike Guardsman
1136    {549.348f,-399.254f,53.3537f,3.24729f,23 },//12127 - Stormpike Guardsman
1137    {549.801f,-401.217f,53.8305f,3.24729f,23 },//12127 - Stormpike Guardsman
1138    {192.704f,-406.874f,42.9183f,6.10696f,23 },//12127 - Stormpike Guardsman
1139    {441.305f,-435.765f,28.2385f,2.14472f,23 },//12127 - Stormpike Guardsman
1140    {192.982f,-404.891f,43.0132f,6.1061f,23 },//12127 - Stormpike Guardsman
1141    {355.342f,-391.989f,-0.486707f,3.00643f,23 },//12127 - Stormpike Guardsman
1142    {446.035f,-375.104f,-1.12725f,0.21033f,23 },//12127 - Stormpike Guardsman
1143    {697.864f,-433.238f,62.7914f,1.65776f,23 },//12127 - Stormpike Guardsman
1144    {610.74f,-331.585f,30.8021f,5.14253f,23 },//12127 - Stormpike Guardsman
1145    {609.815f,-329.775f,30.9271f,-2.38829f,23 },//12127 - Stormpike Guardsman
1146    {695.874f,-433.434f,62.8543f,1.65776f,23 },//12127 - Stormpike Guardsman
1147    {443.337f,-435.283f,28.6842f,2.13768f,23 },//12127 - Stormpike Guardsman
1148    {-1251.5f,-316.327f,62.6565f,5.02655f,24 },//13176 - Smith Regzar
1149    {-1332.0f,-331.243f,91.2631f,1.50098f,25 },//13179 - Wing Commander Guse
1150    {569.983f,-94.9992f,38.0325f,1.39626f,26 },//13216 - Gaelden Hammersmith
1151    {-1244.92f,-308.916f,63.2525f,1.62316f,27 },//13218 - Grunnda Wolfheart
1152    {-1319.56f,-342.675f,60.3404f,1.20428f,28 },//13236 - Primalist Thurloga
1153    {647.61f,-61.1548f,41.7405f,4.24115f,29 },//13257 - Murgot Deepforge
1154    {-1321.64f,-343.73f,60.4833f,1.01229f,30 },//13284 - Frostwolf Shaman
1155    {-1317.61f,-342.853f,60.3726f,2.47837f,30 },//13284 - Frostwolf Shaman
1156    {-1319.31f,-344.475f,60.3825f,1.72788f,30 },//13284 - Frostwolf Shaman
1157    {569.963f,-42.0218f,37.7581f,4.27606f,31 },//13438 - Wing Commander Slidore
1158    {729.2f,-78.812f,51.6335f,3.97935f,32 },//13442 - Arch Druid Renferal
1159    {729.118f,-82.8713f,51.6335f,2.53073f,33 },//13443 - Druid of the Grove
1160    {725.554f,-79.4973f,51.6335f,5.27089f,33 },//13443 - Druid of the Grove
1161    {724.768f,-84.1642f,51.6335f,0.733038f,33 },//13443 - Druid of the Grove
1162    {596.68f,-83.0633f,39.0051f,6.24828f,34 },//13447 - Corporal Noreg Stormpike
1163    {600.032f,-2.92475f,42.0788f,5.00909f,35 },//13577 - Stormpike Ram Rider Commander
1164    {610.239f,-21.8454f,43.272f,4.90438f,36 },//13617 - Stormpike Stable Master
1165    {613.422f,-150.764f,33.4517f,5.55015f,37 },//13797 - Mountaineer Boombellow
1166    {-1213.91f,-370.619f,56.4455f,0.837758f,38 },//13798 - Jotek
1167    {704.35f,-22.9071f,50.2187f,0.785398f,39 },//13816 - Prospector Stonehewer
1168    {-1271.24f,-335.766f,62.3971f,5.75959f,40 },//14185 - Najak Hexxen
1169    {-1268.64f,-332.688f,62.6171f,5.28835f,41 },//14186 - Ravak Grimtotem
1170    {648.363f,-65.2233f,41.7405f,3.12414f,42 },//14187 - Athramanis
1171    {648.238f,-67.8931f,41.7405f,2.60054f,43 },//14188 - Dirk Swindle
1172    {-1223.44f,-309.833f,64.9331f,4.0131f,44 },//14282 - Frostwolf Bloodhound
1173    {-1226.4f,-307.136f,64.9706f,4.0145f,44 },//14282 - Frostwolf Bloodhound
1174    {356.001f,-389.969f,-0.438796f,3.0334f,45 },//14283 - Stormpike Owl
1175    {355.835f,-394.005f,-0.60149f,3.02498f,45 },//14283 - Stormpike Owl
1176    {882.266f,-496.378f,96.7707f,4.83248f,45 },//14283 - Stormpike Owl
1177    {878.649f,-495.917f,96.6171f,4.67693f,45 },//14283 - Stormpike Owl
1178    {932.851f,-511.017f,93.6748f,3.61004f,45 },//14283 - Stormpike Owl
1179    {935.806f,-513.983f,93.7436f,3.61788f,45 },//14283 - Stormpike Owl
1180    {947.412f,-509.982f,95.1098f,2.82743f,46 },//14284 - Stormpike Battleguard
1181    {934.557f,-512.395f,93.662f,3.61004f,46 },//14284 - Stormpike Battleguard
1182    {939.42f,-502.777f,94.5887f,5.14872f,46 },//14284 - Stormpike Battleguard
1183    {854.276f,-494.241f,96.8017f,5.44543f,46 },//14284 - Stormpike Battleguard
1184    {776.621f,-487.775f,99.4049f,3.50811f,46 },//14284 - Stormpike Battleguard
1185    {880.169f,-495.699f,96.6204f,4.8325f,46 },//14284 - Stormpike Battleguard
1186    {773.651f,-497.482f,99.0408f,2.11185f,46 },//14284 - Stormpike Battleguard
1187    {949.1f,-506.913f,95.4237f,3.31613f,46 },//14284 - Stormpike Battleguard
1188    {-1370.9f,-219.793f,98.4258f,5.04381f,47}, //drek thar
1189
1190};
1191
1192const uint32 BG_AV_StaticCreatureInfo[51][4] = {
1193    { 2225, 1215, 55, 55 }, //Zora Guthrek
1194    { 3343, 1215, 55, 55 }, //Grelkor
1195    { 3625, 1215, 55, 55 }, //Rarck
1196    { 4255, 1217, 55, 55 }, //Brogus Thunderbrew
1197    { 4257, 1217, 55, 55 }, //Lana Thunderbrew
1198    { 5134, 1217, 55, 55 }, //Jonivera Farmountain
1199    { 5135, 1217, 55, 55 }, //Svalbrad Farmountain
1200    { 5139, 1217, 55, 55 }, //Kurdrum Barleybeard
1201    { 10364, 1215, 55, 55 }, //Yaelika Farclaw
1202    { 10367, 1215, 55, 55 }, //Shrye Ragefist
1203    { 10981, 38, 50, 51 }, //Frostwolf
1204    { 10986, 514, 52, 53 }, //Snowblind Harpy
1205    { 10990, 1274, 50, 51 }, //Alterac Ram
1206    { 11675, 514, 53, 53 }, //Snowblind Windcaller
1207    { 11678, 14, 52, 53 }, //Snowblind Ambusher
1208    { 11839, 39, 56, 56 }, //Wildpaw Brute
1209    { 11947, 1214, 61, 61 }, //Captain Galvangar --TODO: doubled
1210    { 11948, 1216, 63, 63 }, //Vanndar Stormpike
1211    { 11949, 1216, 61, 61 }, //Captain Balinda Stonehearth
1212    { 11997, 1334, 60, 60 }, //Stormpike Herald
1213    { 12051, 1214, 57, 57 }, //Frostwolf Legionnaire
1214    { 12096, 1217, 55, 55 }, //Stormpike Quartermaster
1215    { 12097, 1215, 55, 55 }, //Frostwolf Quartermaster
1216    { 12127, 1216, 57, 57 }, //Stormpike Guardsman
1217    { 13176, 1215, 60, 60 }, //Smith Regzar
1218    { 13179, 1215, 59, 59 }, //Wing Commander Guse
1219    { 13216, 1217, 58, 58 }, //Gaelden Hammersmith
1220    { 13218, 1215, 58, 58 }, //Grunnda Wolfheart
1221    { 13236, 1214, 60, 60 }, //Primalist Thurloga
1222    { 13257, 1216, 60, 60 }, //Murgot Deepforge
1223    { 13284, 1214, 58, 58 }, //Frostwolf Shaman
1224    { 13438, 1217, 58, 58 }, //Wing Commander Slidore
1225    { 13442, 1216, 60, 60 }, //Arch Druid Renferal
1226    { 13443, 1216, 60, 60 }, //Druid of the Grove
1227    { 13447, 1216, 58, 58 }, //Corporal Noreg Stormpike
1228    { 13577, 1216, 60, 60 }, //Stormpike Ram Rider Commander
1229    { 13617, 1216, 60, 60 }, //Stormpike Stable Master
1230    { 13797, 32, 60, 61 }, //Mountaineer Boombellow
1231    { 13798, 1214, 60, 61 }, //Jotek
1232    { 13816, 1216, 61, 61 }, //Prospector Stonehewer
1233    { 14185, 877, 59, 59 }, //Najak Hexxen
1234    { 14186, 105, 60, 60 }, //Ravak Grimtotem
1235    { 14187, 1594, 60, 60 }, //Athramanis
1236    { 14188, 57, 59, 59 }, //Dirk Swindle
1237    { 14282, 1214, 53, 54 }, //Frostwolf Bloodhound
1238    { 14283, 1216, 53, 54 }, //Stormpike Owl
1239    { 14284, 1216, 61, 61 }, //Stormpike Battleguard
1240    { 11946, 1214, 63, 63 }, //Drek'Thar //TODO: make the levels right (boss=0 maybe)
1241    { 11948, 1216, 63, 63 }, //Vanndar Stormpike
1242    { 11947, 1214, 61, 61 }, //Captain Galvangar
1243    { 11949, 1216, 61, 61 } //Captain Balinda Stonehearth
1244};
1245
1246enum BG_AV_Graveyards
1247{
1248    AV_GRAVE_STORM_AID         = 751,
1249    AV_GRAVE_STORM_GRAVE       = 689,
1250    AV_GRAVE_STONE_GRAVE       = 729,
1251    AV_GRAVE_SNOWFALL          = 169,
1252    AV_GRAVE_ICE_GRAVE         = 749,
1253    AV_GRAVE_FROSTWOLF         = 690,
1254    AV_GRAVE_FROST_HUT         = 750,
1255    AV_GRAVE_MAIN_ALLIANCE     = 611,
1256    AV_GRAVE_MAIN_HORDE        = 610
1257};
1258
1259
1260
1261const uint32 BG_AV_GraveyardIds[9]= {
1262  AV_GRAVE_STORM_AID,
1263  AV_GRAVE_STORM_GRAVE,
1264  AV_GRAVE_STONE_GRAVE,
1265  AV_GRAVE_SNOWFALL,
1266  AV_GRAVE_ICE_GRAVE,
1267  AV_GRAVE_FROSTWOLF,
1268  AV_GRAVE_FROST_HUT,
1269  AV_GRAVE_MAIN_ALLIANCE,
1270  AV_GRAVE_MAIN_HORDE
1271};
1272
1273enum BG_AV_BUFF
1274{ //TODO add all other buffs here
1275    AV_BUFF_ARMOR = 21163,
1276    AV_BUFF_A_CAPTAIN = 23693, //the buff which the alliance captain does
1277    AV_BUFF_H_CAPTAIN = 22751 //the buff which the horde captain does
1278};
1279enum BG_AV_States
1280{
1281    POINT_NEUTRAL              =  0,
1282    POINT_ASSAULTED            =  1,
1283    POINT_DESTROYED            =  2,
1284    POINT_CONTROLED            =  3
1285};
1286
1287enum BG_AV_WorldStates
1288{
1289    AV_Alliance_Score               = 3127,
1290    AV_Horde_Score                  = 3128,
1291    AV_SHOW_H_SCORE                 = 3133,
1292    AV_SHOW_A_SCORE                 = 3134,
1293
1294/*
1295    //the comments behind the state shows which icon overlaps the other.. but is, until now, unused and maybe not a good solution (but give few performance (: )
1296
1297// Graves
1298
1299    // Alliance
1300    //Stormpike first aid station
1301    AV_AID_A_C                      = 1325,
1302    AV_AID_A_A                      = 1326,
1303    AV_AID_H_C                      = 1327,
1304    AV_AID_H_A                      = 1328,
1305    //Stormpike Graveyard
1306    AV_PIKEGRAVE_A_C                = 1333,
1307    AV_PIKEGRAVE_A_A                = 1335,
1308    AV_PIKEGRAVE_H_C                = 1334,
1309    AV_PIKEGRAVE_H_A                = 1336,
1310    //Stoneheart Grave
1311    AV_STONEHEART_A_C               = 1302,
1312    AV_STONEHEART_A_A               = 1304, //over hc
1313    AV_STONEHEART_H_C               = 1301, //over ac
1314    AV_STONEHEART_H_A               = 1303, //over aa
1315    //Neutral
1316    //Snowfall Grave
1317*/
1318    AV_SNOWFALL_N                   = 1966, //over aa
1319/*
1320    AV_SNOWFALL_A_C                 = 1341, //over hc
1321    AV_SNOWFALL_A_A                 = 1343, //over ha
1322    AV_SNOWFALL_H_C                 = 1342,
1323    AV_SNOWFALL_H_A                 = 1344, //over ac
1324    //Horde
1325    //Iceblood grave
1326    AV_ICEBLOOD_A_C                 = 1346, //over hc
1327    AV_ICEBLOOD_A_A                 = 1348, //over ac
1328    AV_ICEBLOOD_H_C                 = 1347,
1329    AV_ICEBLOOD_H_A                 = 1349, //over aa
1330    //Frostwolf Grave
1331    AV_FROSTWOLF_A_C                = 1337, //over hc
1332    AV_FROSTWOLF_A_A                = 1339, //over ac
1333    AV_FROSTWOLF_H_C                = 1338,
1334    AV_FROSTWOLF_H_A                = 1340, //over aa
1335    //Frostwolf Hut
1336    AV_FROSTWOLFHUT_A_C             = 1329, //over hc
1337    AV_FROSTWOLFHUT_A_A             = 1331, //over ha
1338    AV_FROSTWOLFHUT_H_C             = 1330,
1339    AV_FROSTWOLFHUT_H_A             = 1332, //over ac
1340
1341
1342//Towers
1343    //Alliance
1344    //Dunbaldar South Bunker
1345    AV_DUNS_CONTROLLED              = 1361,
1346    AV_DUNS_DESTROYED               = 1370,
1347    AV_DUNS_ASSAULTED               = 1378,
1348    //Dunbaldar North Bunker
1349    AV_DUNN_CONTROLLED              = 1362,
1350    AV_DUNN_DESTROYED               = 1371,
1351    AV_DUNN_ASSAULTED               = 1379,
1352    //Icewing Bunker
1353    AV_ICEWING_CONTROLLED           = 1363,
1354    AV_ICEWING_DESTROYED            = 1372,
1355    AV_ICEWING_ASSAULTED            = 1380,
1356    //Stoneheart Bunker
1357    AV_STONEH_CONTROLLED            = 1364,
1358    AV_STONEH_DESTROYED             = 1373,
1359    AV_STONEH_ASSAULTED             = 1381,
1360    //Horde
1361    //Iceblood Tower
1362    AV_ICEBLOOD_CONTROLLED          = 1385,
1363    AV_ICEBLOOD_DESTROYED           = 1368,
1364    AV_ICEBLOOD_ASSAULTED           = 1390,
1365    //Tower Point
1366    AV_TOWERPOINT_CONTROLLED        = 1384,
1367    AV_TOWERPOINT_DESTROYED         = 1367, //goes over controlled
1368    AV_TOWERPOINT_ASSAULTED         = 1389, //goes over destroyed
1369    //Frostwolf West
1370    AV_FROSTWOLFW_CONTROLLED        = 1382,
1371    AV_FROSTWOLFW_DESTROYED         = 1365, //over controlled
1372    AV_FROSTWOLFW_ASSAULTED         = 1387, //over destroyed
1373    //Frostwolf East
1374    AV_FROSTWOLFE_CONTROLLED        = 1383,
1375    AV_FROSTWOLFE_DESTROYED         = 1366,
1376    AV_FROSTWOLFE_ASSAULTED         = 1388,
1377
1378//mines
1379
1380    AV_N_MINE_N              = 1360,
1381    AV_N_MINE_A              = 1358,
1382    AV_N_MINE_H              = 1359,
1383
1384    AV_S_MINE_N                     = 1357,
1385    AV_S_MINE_A                     = 1355,
1386    AV_S_MINE_H                     = 1356,
1387
1388//towers assaulted by own team (unused)
1389    AV_STONEH_UNUSED                = 1377,
1390    AV_ICEWING_UNUSED               = 1376,
1391    AV_DUNS_UNUSED                  = 1375,
1392    AV_DUNN_UNUSED                  = 1374,
1393
1394    AV_ICEBLOOD_UNUSED              = 1395,
1395    AV_TOWERPOINT_UNUSED            = 1394,
1396    AV_FROSTWOLFE_UNUSED            = 1393,
1397    AV_FROSTWOLFW_UNUSED            = 1392
1398*/
1399
1400};
1401
1402//alliance_control neutral_control horde_control
1403const uint32 BG_AV_MineWorldStates[2][3] = {
1404    {1358, 1360,1359},
1405    {1355, 1357,1356}
1406};
1407
1408
1409//alliance_control alliance_assault h_control h_assault
1410const uint32 BG_AV_NodeWorldStates[16][4] = {
1411    //Stormpike first aid station
1412    {1325, 1326,1327,1328},
1413    //Stormpike Graveyard
1414    {1333,1335,1334,1336},
1415    //Stoneheart Grave
1416    {1302,1304,1301,1303},
1417    //Snowfall Grave
1418    {1341,1343,1342,1344},
1419    //Iceblood grave
1420    {1346,1348,1347,1349},
1421    //Frostwolf Grave
1422    {1337,1339,1338,1340},
1423    //Frostwolf Hut
1424    {1329,1331,1330,1332},
1425    //Dunbaldar South Bunker
1426    {1361,1375,1370,1378},
1427    //Dunbaldar North Bunker
1428    {1362,1374,1371,1379},
1429    //Icewing Bunker
1430    {1363,1376,1372,1380},
1431    //Stoneheart Bunker
1432    {1364,1377,1373,1381},
1433    //Iceblood Tower
1434    {1368,1390,1385,1395},
1435    //Tower Point
1436    {1367,1389,1384,1394},
1437    //Frostwolf East
1438    {1366,1388,1383,1393},
1439    //Frostwolf West
1440    {1365,1387,1382,1392},
1441};
1442
1443enum BG_AV_QuestIds
1444{
1445    AV_QUEST_A_SCRAPS1      = 7223,
1446    AV_QUEST_A_SCRAPS2      = 6781,
1447    AV_QUEST_H_SCRAPS1      = 7224,
1448    AV_QUEST_H_SCRAPS2      = 6741,
1449    AV_QUEST_A_COMMANDER1   = 6942, //soldier
1450    AV_QUEST_H_COMMANDER1   = 6825,
1451    AV_QUEST_A_COMMANDER2   = 6941, //leutnant
1452    AV_QUEST_H_COMMANDER2   = 6826,
1453    AV_QUEST_A_COMMANDER3   = 6943, //commander
1454    AV_QUEST_H_COMMANDER3   = 6827,
1455    AV_QUEST_A_BOSS1        = 7386, // 5 cristal/blood
1456    AV_QUEST_H_BOSS1        = 7385,
1457    AV_QUEST_A_BOSS2        = 6881, // 1
1458    AV_QUEST_H_BOSS2        = 6801,
1459    AV_QUEST_A_NEAR_MINE    = 5892, //the mine near start location of team
1460    AV_QUEST_H_NEAR_MINE    = 5893,
1461    AV_QUEST_A_OTHER_MINE   = 6982, //the other mine ;)
1462    AV_QUEST_H_OTHER_MINE   = 6985,
1463    AV_QUEST_A_RIDER_HIDE   = 7026,
1464    AV_QUEST_H_RIDER_HIDE   = 7002,
1465    AV_QUEST_A_RIDER_TAME   = 7027,
1466    AV_QUEST_H_RIDER_TAME   = 7001
1467};
1468
1469struct BG_AV_NodeInfo
1470{
1471    uint16       TotalOwner;
1472    uint16       Owner;
1473    uint16       PrevOwner;
1474    BG_AV_States State;
1475    BG_AV_States PrevState;
1476    int          Timer;
1477    bool         Tower;
1478};
1479
1480inline BG_AV_Nodes &operator++(BG_AV_Nodes &i){ return i = BG_AV_Nodes(i + 1); }
1481
1482class BattleGroundAVScore : public BattleGroundScore
1483{
1484    public:
1485        BattleGroundAVScore() : GraveyardsAssaulted(0), GraveyardsDefended(0), TowersAssaulted(0), TowersDefended(0), MinesCaptured(0), LeadersKilled(0), SecondaryObjectives(0) {};
1486        virtual ~BattleGroundAVScore() {};
1487        uint32 GraveyardsAssaulted;
1488        uint32 GraveyardsDefended;
1489        uint32 TowersAssaulted;
1490        uint32 TowersDefended;
1491        uint32 MinesCaptured;
1492        uint32 LeadersKilled;
1493        uint32 SecondaryObjectives;
1494};
1495
1496class BattleGroundAV : public BattleGround
1497{
1498    friend class BattleGroundMgr;
1499
1500    public:
1501        BattleGroundAV();
1502        ~BattleGroundAV();
1503        void Update(time_t diff);
1504
1505        /* inherited from BattlegroundClass */
1506        virtual void AddPlayer(Player *plr);
1507
1508        void RemovePlayer(Player *plr,uint64 guid);
1509        void HandleAreaTrigger(Player *Source, uint32 Trigger);
1510        bool SetupBattleGround();
1511        virtual void ResetBGSubclass();
1512
1513        /*general stuff*/
1514        void UpdateScore(uint16 team, int16 points);
1515       void UpdatePlayerScore(Player *Source, uint32 type, uint32 value);
1516
1517        /*handlestuff*/ //these are functions which get called from extern
1518        virtual void EventPlayerClickedOnFlag(Player *source, GameObject* target_obj);
1519        void HandleKillPlayer(Player* player, Player *killer);
1520        void HandleKillUnit(Creature *unit, Player *killer);
1521        void HandleQuestComplete(uint32 questid, Player *player);
1522        bool PlayerCanDoMineQuest(int32 GOId,uint32 team);
1523
1524
1525        void EndBattleGround(uint32 winner);
1526
1527        virtual WorldSafeLocsEntry const* GetClosestGraveYard(float x, float y, float z, uint32 team);
1528
1529    private:
1530        /* Nodes occupying */
1531        void EventPlayerAssaultsPoint(Player* player, uint32 object);
1532        void EventPlayerDefendsPoint(Player* player, uint32 object);
1533        void EventPlayerDestroyedPoint(BG_AV_Nodes node);
1534
1535        void AssaultNode(BG_AV_Nodes node,uint16 team);
1536        void DestroyNode(BG_AV_Nodes node);
1537        void InitNode(BG_AV_Nodes node, uint16 team, bool tower);
1538        void DefendNode(BG_AV_Nodes node, uint16 team);
1539
1540        void PopulateNode(BG_AV_Nodes node);
1541        void DePopulateNode(BG_AV_Nodes node);
1542
1543        const BG_AV_Nodes GetNodeThroughObject(uint32 object);
1544        const uint32 GetObjectThroughNode(BG_AV_Nodes node);
1545        const char* GetNodeName(BG_AV_Nodes node);
1546        const bool IsTower(BG_AV_Nodes node) {   return m_Nodes[node].Tower; }
1547
1548
1549        /*mine*/
1550        void ChangeMineOwner(uint8 mine, uint32 team, bool initial=false);
1551
1552        /*worldstates*/
1553        void FillInitialWorldStates(WorldPacket& data);
1554        const uint8 GetWorldStateType(uint8 state, uint16 team);
1555        void SendMineWorldStates(uint32 mine);
1556        void UpdateNodeWorldState(BG_AV_Nodes node);
1557
1558        /*general */
1559        Creature* AddAVCreature(uint16 cinfoid, uint16 type);
1560        const uint16 GetBonusHonor(uint8 kills); //TODO remove this when mangos handles this right
1561
1562        /*variables */
1563        int32 m_Team_Scores[2];
1564        uint32 m_Team_QuestStatus[2][9]; //[x][y] x=team y=questcounter
1565
1566        BG_AV_NodeInfo m_Nodes[BG_AV_NODES_MAX];
1567
1568        uint32 m_Mine_Owner[2];
1569        uint32 m_Mine_PrevOwner[2]; //only for worldstates needed
1570        int32 m_Mine_Timer; //ticks for both teams
1571        uint32 m_Mine_Reclaim_Timer[2];
1572        uint32 m_CaptainBuffTimer[2];
1573        bool m_CaptainAlive[2];
1574
1575        uint8 m_MaxLevel; //TODO remove this when battleground-getmaxlevel() returns something usefull
1576        bool m_IsInformedNearVictory[2];
1577
1578
1579};
1580
1581#endif
Note: See TracBrowser for help on using the browser.