vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- Default data sets for FlightMap
2 --
3 -- Some default flight times thanks to Krwaz, author of FlightPath.
4 --
5 -- This file is loaded after the localizations
6  
7 -- Default options
8 FLIGHTMAP_DEFAULT_OPTS = {
9 ["showPaths"] = true,
10 ["showPOIs"] = true,
11 ["showAllInfo"] = false,
12 ["useTimer"] = true,
13 ["showCosts"] = false,
14 ["showTimes"] = false,
15 ["fullTaxiMap"] = true,
16 };
17  
18 -- Sub-zones
19 FLIGHTMAP_SUBZONES = {
20 [FLIGHTMAP_ORGRIMMAR] = FLIGHTMAP_DUROTAR,
21 [FLIGHTMAP_THUNDERBLUFF] = FLIGHTMAP_MULGORE,
22 [FLIGHTMAP_UNDERCITY] = FLIGHTMAP_TIRISFAL,
23 [FLIGHTMAP_IRONFORGE] = FLIGHTMAP_DUNMOROGH,
24 [FLIGHTMAP_STORMWIND] = FLIGHTMAP_ELWYNN,
25 };
26  
27 -- Default flight data
28 -- Note that the node names are not internationalised. This is not a
29 -- problem, because they will be updated as soon as that node appears
30 -- on a taxi map, and they are not used for anything but labels.
31 FLIGHTMAP_HORDE_FLIGHTS = {
32 ["2:671:703"] = {
33 ["Name"] = "Revantusk Village, The Hinterlands",
34 ["Zone"] = FLIGHTMAP_HINTERLANDS,
35 ["Continent"] = 2,
36 ["Location"] = {
37 ["Taxi"] = { ["x"] = 0.671537, ["y"] = 0.703984 },
38 ["Continent"] = { ["x"] = 0.58861, ["y"] = 0.345161 },
39 ["Zone"] = { ["x"] = 0.816628, ["y"] = 0.818109 },
40 },
41 ["Flights"] = {
42 ["2:494:733"] = 170.182, -- Tarren Mill, Hillsbrad
43 ["2:442:805"] = 285.968, -- Undercity, Tirisfal
44 },
45 ["Costs"] = {
46 ["2:494:733"] = 330, -- Tarren Mill, Hillsbrad
47 ["2:442:805"] = 730, -- Undercity, Tirisfal
48 },
49 },
50 ["2:605:253"] = {
51 ["Name"] = "Stonard, Swamp of Sorrows",
52 ["Zone"] = FLIGHTMAP_SORROWS,
53 ["Continent"] = 2,
54 ["Location"] = {
55 ["Taxi"] = { ["x"] = 0.605416, ["y"] = 0.253385 },
56 ["Continent"] = { ["x"] = 0.547707, ["y"] = 0.763791 },
57 ["Zone"] = { ["x"] = 0.460527, ["y"] = 0.546792 },
58 },
59 ["Flights"] = {
60 ["2:448:163"] = 190, -- Grom'gol, Stranglethorn
61 ["2:431:70"] = 261.643, -- Booty Bay, Stranglethorn
62 ["2:554:428"] = 287.134, -- Kargath, Badlands
63 ["2:555:388"] = 199.168, -- Flame Crest, Burning Steppes
64 },
65 ["Costs"] = {
66 ["2:448:163"] = 630, -- Grom'gol, Stranglethorn
67 ["2:431:70"] = 630, -- Booty Bay, Stranglethorn
68 ["2:554:428"] = 630, -- Kargath, Badlands
69 ["2:555:388"] = 830, -- Flame Crest, Burning Steppes
70 },
71 },
72 ["1:640:767"] = {
73 ["Name"] = "Everlook, Winterspring",
74 ["Zone"] = FLIGHTMAP_WINTERSPRING,
75 ["Continent"] = 1,
76 ["Location"] = {
77 ["Taxi"] = { ["x"] = 0.640145, ["y"] = 0.767587 },
78 ["Continent"] = { ["x"] = 0.589027, ["y"] = 0.244034 },
79 ["Zone"] = { ["x"] = 0.60462, ["y"] = 0.363457 },
80 },
81 ["Flights"] = {
82 ["1:537:794"] = 145, -- Moonglade
83 ["1:464:695"] = 196.671, -- Bloodvenom Post, Felwood
84 ["1:537:794"] = 145, -- Moonglade
85 ["1:628:556"] = 297.52, -- Orgrimmar, Durotar
86 },
87 ["Costs"] = {
88 ["1:537:794"] = 830, -- Moonglade
89 ["1:464:695"] = 930, -- Bloodvenom Post, Felwood
90 ["1:537:794"] = 830, -- Moonglade
91 ["1:628:556"] = 1020, -- Orgrimmar, Durotar
92 },
93 },
94 ["2:442:805"] = {
95 ["Name"] = "Undercity, Tirisfal",
96 ["Zone"] = FLIGHTMAP_UNDERCITY,
97 ["Continent"] = 2,
98 ["Location"] = {
99 ["Taxi"] = { ["x"] = 0.442677, ["y"] = 0.805093 },
100 ["Continent"] = { ["x"] = 0.447031, ["y"] = 0.251379 },
101 ["Zone"] = { ["x"] = 0.634422, ["y"] = 0.484864 },
102 },
103 ["Flights"] = {
104 ["2:384:755"] = 107.893, -- Sepulcher, Silverpine
105 ["2:494:733"] = 142.431, -- Tarren Mill, Hillsbrad
106 ["2:615:691"] = 302.177, -- Hammerfall, Arathi
107 ["2:554:428"] = 490.724, -- Kargath, Badlands
108 ["2:697:839"] = 263.949, -- Light's Hope Chapel, Eastern Plaguelands
109 ["2:671:703"] = 286.121, -- Revantusk Village, The Hinterlands
110 },
111 ["Costs"] = {
112 ["2:384:755"] = 110, -- Sepulcher, Silverpine
113 ["2:494:733"] = 330, -- Tarren Mill, Hillsbrad
114 ["2:615:691"] = 530, -- Hammerfall, Arathi
115 ["2:554:428"] = 630, -- Kargath, Badlands
116 ["2:697:839"] = 1020, -- Light's Hope Chapel, Eastern Plaguelands
117 ["2:671:703"] = 730, -- Revantusk Village, The Hinterlands
118 },
119 },
120 ["2:431:70"] = {
121 ["Name"] = "Booty Bay, Stranglethorn",
122 ["Zone"] = FLIGHTMAP_STRANGLETHORN,
123 ["Continent"] = 2,
124 ["Location"] = {
125 ["Taxi"] = { ["x"] = 0.431591, ["y"] = 0.0704551 },
126 ["Continent"] = { ["x"] = 0.4402, ["y"] = 0.933794 },
127 ["Zone"] = { ["x"] = 0.268888, ["y"] = 0.770448 },
128 },
129 ["Flights"] = {
130 ["2:448:163"] = 103.445, -- Grom'gol, Stranglethorn
131 ["2:554:428"] = 395.039, -- Kargath, Badlands
132 ["2:605:253"] = 252.256, -- Stonard, Swamp of Sorrows
133 },
134 ["Costs"] = {
135 ["2:448:163"] = 630, -- Grom'gol, Stranglethorn
136 ["2:554:428"] = 630, -- Kargath, Badlands
137 ["2:605:253"] = 630, -- Stonard, Swamp of Sorrows
138 },
139 },
140 ["1:449:438"] = {
141 ["Name"] = "Thunder Bluff, Mulgore",
142 ["Zone"] = FLIGHTMAP_THUNDERBLUFF,
143 ["Continent"] = 1,
144 ["Location"] = {
145 ["Taxi"] = { ["x"] = 0.449478, ["y"] = 0.438488 },
146 ["Continent"] = { ["x"] = 0.463042, ["y"] = 0.570557 },
147 ["Zone"] = { ["x"] = 0.469395, ["y"] = 0.499671 },
148 },
149 ["Flights"] = {
150 ["1:567:358"] = 0, -- Brackenwall Village, Dustwallow Marsh
151 ["1:628:556"] = 208.804, -- Orgrimmar, Durotar
152 ["1:557:469"] = 158.739, -- Crossroads, The Barrens
153 ["1:407:527"] = 197, -- Sun Rock Retreat, Stonetalon Mountains
154 ["1:549:265"] = 205, -- Freewind Post, Thousand Needles
155 ["1:631:638"] = 0, -- Valormok, Azshara
156 ["1:316:415"] = 161.027, -- Shadowprey Village, Desolace
157 ["1:442:306"] = 254.928, -- Camp Mojache, Feralas
158 ["1:606:198"] = 293.05, -- Gadgetzan, Tanaris
159 ["1:528:389"] = 112.021, -- Camp Taurajo, The Barrens
160 },
161 ["Costs"] = {
162 ["1:567:358"] = 630, -- Brackenwall Village, Dustwallow Marsh
163 ["1:628:556"] = 50, -- Orgrimmar, Durotar
164 ["1:557:469"] = 110, -- Crossroads, The Barrens
165 ["1:407:527"] = 210, -- Sun Rock Retreat, Stonetalon Mountains
166 ["1:549:265"] = 430, -- Freewind Post, Thousand Needles
167 ["1:631:638"] = 830, -- Valormok, Azshara
168 ["1:316:415"] = 530, -- Shadowprey Village, Desolace
169 ["1:442:306"] = 730, -- Camp Mojache, Feralas
170 ["1:606:198"] = 730, -- Gadgetzan, Tanaris
171 ["1:528:389"] = 110, -- Camp Taurajo, The Barrens
172 },
173 },
174 ["1:606:198"] = {
175 ["Name"] = "Gadgetzan, Tanaris",
176 ["Zone"] = FLIGHTMAP_TANARIS,
177 ["Continent"] = 1,
178 ["Location"] = {
179 ["Taxi"] = { ["x"] = 0.606013, ["y"] = 0.198074 },
180 ["Continent"] = { ["x"] = 0.566477, ["y"] = 0.809009 },
181 ["Zone"] = { ["x"] = 0.516066, ["y"] = 0.255169 },
182 },
183 ["Flights"] = {
184 ["1:628:556"] = 352.006, -- Orgrimmar, Durotar
185 ["1:549:265"] = 89.112, -- Freewind Post, Thousand Needles
186 ["1:449:438"] = 0, -- Thunder Bluff, Mulgore
187 ["1:567:358"] = 223.047, -- Brackenwall Village, Dustwallow Marsh
188 ["1:442:306"] = 195.068, -- Camp Mojache, Feralas
189 ["1:557:469"] = 306.64, -- Crossroads, The Barrens
190 ["1:416:207"] = 242.258, -- Cenarion Hold, Silithus
191 },
192 ["Costs"] = {
193 ["1:628:556"] = 730, -- Orgrimmar, Durotar
194 ["1:549:265"] = 430, -- Freewind Post, Thousand Needles
195 ["1:449:438"] = 730, -- Thunder Bluff, Mulgore
196 ["1:567:358"] = 630, -- Brackenwall Village, Dustwallow Marsh
197 ["1:442:306"] = 630, -- Camp Mojache, Feralas
198 ["1:557:469"] = 730, -- Crossroads, The Barrens
199 ["1:416:207"] = 1020, -- Cenarion Hold, Silithus
200 },
201 },
202 ["1:631:638"] = {
203 ["Name"] = "Valormok, Azshara",
204 ["Zone"] = FLIGHTMAP_AZSHARA,
205 ["Continent"] = 1,
206 ["Location"] = {
207 ["Taxi"] = { ["x"] = 0.631076, ["y"] = 0.638107 },
208 ["Continent"] = { ["x"] = 0.583076, ["y"] = 0.372502 },
209 ["Zone"] = { ["x"] = 0.219568, ["y"] = 0.496983 },
210 },
211 ["Flights"] = {
212 ["1:628:556"] = 122, -- Orgrimmar, Durotar
213 ["1:449:438"] = 0, -- Thunder Bluff, Mulgore
214 ["1:557:469"] = 251, -- Crossroads, The Barrens
215 ["1:464:695"] = 0, -- Bloodvenom Post, Felwood
216 },
217 ["Costs"] = {
218 ["1:628:556"] = 830, -- Orgrimmar, Durotar
219 ["1:449:438"] = 830, -- Thunder Bluff, Mulgore
220 ["1:557:469"] = 830, -- Crossroads, The Barrens
221 ["1:464:695"] = 930, -- Bloodvenom Post, Felwood
222 },
223 },
224 ["2:555:388"] = {
225 ["Name"] = "Flame Crest, Burning Steppes",
226 ["Zone"] = FLIGHTMAP_BURNINGSTEPPE,
227 ["Continent"] = 2,
228 ["Location"] = {
229 ["Taxi"] = { ["x"] = 0.555331, ["y"] = 0.388859 },
230 ["Continent"] = { ["x"] = 0.516704, ["y"] = 0.637847 },
231 ["Zone"] = { ["x"] = 0.655905, ["y"] = 0.240902 },
232 },
233 ["Flights"] = {
234 ["2:605:253"] = 199.512, -- Stonard, Swamp of Sorrows
235 ["2:554:428"] = 89.367, -- Kargath, Badlands
236 ["2:505:432"] = 0, -- Thorium Point, Searing Gorge
237 },
238 ["Costs"] = {
239 ["2:605:253"] = 830, -- Stonard, Swamp of Sorrows
240 ["2:554:428"] = 830, -- Kargath, Badlands
241 ["2:505:432"] = 830, -- Thorium Point, Searing Gorge
242 },
243 },
244 ["2:697:839"] = {
245 ["Name"] = "Light's Hope Chapel, Eastern Plaguelands",
246 ["Zone"] = FLIGHTMAP_EASTERNPLAGUE,
247 ["Continent"] = 2,
248 ["Location"] = {
249 ["Taxi"] = { ["x"] = 0.697522, ["y"] = 0.839905 },
250 ["Continent"] = { ["x"] = 0.604868, ["y"] = 0.219077 },
251 ["Zone"] = { ["x"] = 0.802381, ["y"] = 0.571197 },
252 },
253 ["Flights"] = {
254 ["2:442:805"] = 259.563, -- Undercity, Tirisfal
255 },
256 ["Costs"] = {
257 ["2:442:805"] = 1020, -- Undercity, Tirisfal
258 },
259 },
260 ["1:528:389"] = {
261 ["Name"] = "Camp Taurajo, The Barrens",
262 ["Zone"] = FLIGHTMAP_BARRENS,
263 ["Continent"] = 1,
264 ["Location"] = {
265 ["Taxi"] = { ["x"] = 0.528047, ["y"] = 0.389866 },
266 ["Continent"] = { ["x"] = 0.514925, ["y"] = 0.618813 },
267 ["Zone"] = { ["x"] = 0.444619, ["y"] = 0.591164 },
268 },
269 ["Flights"] = {
270 ["1:557:469"] = 84.272, -- Crossroads, The Barrens
271 ["1:449:438"] = 115.798, -- Thunder Bluff, Mulgore
272 ["1:549:265"] = 0, -- Freewind Post, Thousand Needles
273 },
274 ["Costs"] = {
275 ["1:557:469"] = 110, -- Crossroads, The Barrens
276 ["1:449:438"] = 110, -- Thunder Bluff, Mulgore
277 ["1:549:265"] = 430, -- Freewind Post, Thousand Needles
278 },
279 },
280 ["1:316:415"] = {
281 ["Name"] = "Shadowprey Village, Desolace",
282 ["Zone"] = FLIGHTMAP_DESOLACE,
283 ["Continent"] = 1,
284 ["Location"] = {
285 ["Taxi"] = { ["x"] = 0.316603, ["y"] = 0.415052 },
286 ["Continent"] = { ["x"] = 0.375114, ["y"] = 0.593778 },
287 ["Zone"] = { ["x"] = 0.215948, ["y"] = 0.740331 },
288 },
289 ["Flights"] = {
290 ["1:449:438"] = 173.48, -- Thunder Bluff, Mulgore
291 ["1:407:527"] = 201.209, -- Sun Rock Retreat, Stonetalon Mountains
292 ["1:442:306"] = 205.478, -- Camp Mojache, Feralas
293 },
294 ["Costs"] = {
295 ["1:449:438"] = 530, -- Thunder Bluff, Mulgore
296 ["1:407:527"] = 210, -- Sun Rock Retreat, Stonetalon Mountains
297 ["1:442:306"] = 730, -- Camp Mojache, Feralas
298 },
299 },
300 ["2:505:432"] = {
301 ["Name"] = "Thorium Point, Searing Gorge",
302 ["Zone"] = FLIGHTMAP_SEARINGGORGE,
303 ["Continent"] = 2,
304 ["Location"] = {
305 ["Taxi"] = { ["x"] = 0.505439, ["y"] = 0.432402 },
306 ["Continent"] = { ["x"] = 0.485798, ["y"] = 0.597623 },
307 ["Zone"] = { ["x"] = 0.348295, ["y"] = 0.307621 },
308 },
309 ["Flights"] = {
310 ["2:554:428"] = 58.547, -- Kargath, Badlands
311 ["2:555:388"] = 78.535, -- Flame Crest, Burning Steppes
312 },
313 ["Costs"] = {
314 ["2:554:428"] = 630, -- Kargath, Badlands
315 ["2:555:388"] = 830, -- Flame Crest, Burning Steppes
316 },
317 },
318 ["2:554:428"] = {
319 ["Name"] = "Kargath, Badlands",
320 ["Zone"] = FLIGHTMAP_BADLANDS,
321 ["Continent"] = 2,
322 ["Location"] = {
323 ["Taxi"] = { ["x"] = 0.554987, ["y"] = 0.428775 },
324 ["Continent"] = { ["x"] = 0.51648, ["y"] = 0.600879 },
325 ["Zone"] = { ["x"] = 0.0405562, ["y"] = 0.448889 },
326 },
327 ["Flights"] = {
328 ["2:555:388"] = 88.824, -- Flame Crest, Burning Steppes
329 ["2:615:691"] = 258.426, -- Hammerfall, Arathi
330 ["2:431:70"] = 435.394, -- Booty Bay, Stranglethorn
331 ["2:442:805"] = 499.5, -- Undercity, Tirisfal
332 ["2:605:253"] = 0, -- Stonard, Swamp of Sorrows
333 ["2:448:163"] = 315.546, -- Grom'gol, Stranglethorn
334 ["2:505:432"] = 0, -- Thorium Point, Searing Gorge
335 },
336 ["Costs"] = {
337 ["2:555:388"] = 830, -- Flame Crest, Burning Steppes
338 ["2:615:691"] = 630, -- Hammerfall, Arathi
339 ["2:431:70"] = 630, -- Booty Bay, Stranglethorn
340 ["2:442:805"] = 630, -- Undercity, Tirisfal
341 ["2:605:253"] = 710, -- Stonard, Swamp of Sorrows
342 ["2:448:163"] = 530, -- Grom'gol, Stranglethorn
343 ["2:505:432"] = 830, -- Thorium Point, Searing Gorge
344 },
345 },
346 ["1:554:582"] = {
347 ["Name"] = "Splintertree Post, Ashenvale",
348 ["Zone"] = FLIGHTMAP_ASHENVALE,
349 ["Continent"] = 1,
350 ["Location"] = {
351 ["Taxi"] = { ["x"] = 0.554419, ["y"] = 0.582267 },
352 ["Continent"] = { ["x"] = 0.532215, ["y"] = 0.427593 },
353 ["Zone"] = { ["x"] = 0.731588, ["y"] = 0.614828 },
354 },
355 ["Flights"] = {
356 ["1:409:626"] = 168.356, -- Zoram'gar Outpost, Ashenvale
357 ["1:628:556"] = 89.738, -- Orgrimmar, Durotar
358 ["1:557:469"] = 165.429, -- Crossroads, The Barrens
359 },
360 ["Costs"] = {
361 ["1:409:626"] = 330, -- Zoram'gar Outpost, Ashenvale
362 ["1:628:556"] = 530, -- Orgrimmar, Durotar
363 ["1:557:469"] = 530, -- Crossroads, The Barrens
364 },
365 },
366 ["1:628:556"] = {
367 ["Name"] = "Orgrimmar, Durotar",
368 ["Zone"] = FLIGHTMAP_ORGRIMMAR,
369 ["Continent"] = 1,
370 ["Location"] = {
371 ["Taxi"] = { ["x"] = 0.628008, ["y"] = 0.556598 },
372 ["Continent"] = { ["x"] = 0.58107, ["y"] = 0.453437 },
373 ["Zone"] = { ["x"] = 0.453496, ["y"] = 0.639553 },
374 },
375 ["Flights"] = {
376 ["1:567:358"] = 230.779, -- Brackenwall Village, Dustwallow Marsh
377 ["1:464:695"] = 249.503, -- Bloodvenom Post, Felwood
378 ["1:640:767"] = 322.161, -- Everlook, Winterspring
379 ["1:449:438"] = 226.608, -- Thunder Bluff, Mulgore
380 ["1:557:469"] = 111.996, -- Crossroads, The Barrens
381 ["1:606:198"] = 418.397, -- Gadgetzan, Tanaris
382 ["1:631:638"] = 100.518, -- Valormok, Azshara
383 ["1:554:582"] = 92.452, -- Splintertree Post, Ashenvale
384 },
385 ["Costs"] = {
386 ["1:567:358"] = 630, -- Brackenwall Village, Dustwallow Marsh
387 ["1:464:695"] = 830, -- Bloodvenom Post, Felwood
388 ["1:640:767"] = 1020, -- Everlook, Winterspring
389 ["1:449:438"] = 50, -- Thunder Bluff, Mulgore
390 ["1:557:469"] = 110, -- Crossroads, The Barrens
391 ["1:606:198"] = 730, -- Gadgetzan, Tanaris
392 ["1:631:638"] = 830, -- Valormok, Azshara
393 ["1:554:582"] = 530, -- Splintertree Post, Ashenvale
394 },
395 },
396 ["1:549:265"] = {
397 ["Name"] = "Freewind Post, Thousand Needles",
398 ["Zone"] = FLIGHTMAP_1KNEEDLES,
399 ["Continent"] = 1,
400 ["Location"] = {
401 ["Taxi"] = { ["x"] = 0.549889, ["y"] = 0.265501 },
402 ["Continent"] = { ["x"] = 0.529478, ["y"] = 0.742223 },
403 ["Zone"] = { ["x"] = 0.451083, ["y"] = 0.491774 },
404 },
405 ["Flights"] = {
406 ["1:449:438"] = 220.431, -- Thunder Bluff, Mulgore
407 ["1:557:469"] = 188.208, -- Crossroads, The Barrens
408 ["1:606:198"] = 0, -- Gadgetzan, Tanaris
409 ["1:528:389"] = 0, -- Camp Taurajo, The Barrens
410 },
411 ["Costs"] = {
412 ["1:449:438"] = 430, -- Thunder Bluff, Mulgore
413 ["1:557:469"] = 430, -- Crossroads, The Barrens
414 ["1:606:198"] = 730, -- Gadgetzan, Tanaris
415 ["1:528:389"] = 430, -- Camp Taurajo, The Barrens
416 },
417 },
418 ["1:464:695"] = {
419 ["Name"] = "Bloodvenom Post, Felwood",
420 ["Zone"] = FLIGHTMAP_FELWOOD,
421 ["Continent"] = 1,
422 ["Location"] = {
423 ["Taxi"] = { ["x"] = 0.464553, ["y"] = 0.695908 },
424 ["Continent"] = { ["x"] = 0.472967, ["y"] = 0.315084 },
425 ["Zone"] = { ["x"] = 0.344375, ["y"] = 0.538294 },
426 },
427 ["Flights"] = {
428 ["1:640:767"] = 193.748, -- Everlook, Winterspring
429 ["1:557:469"] = 269.608, -- Crossroads, The Barrens
430 ["1:628:556"] = 248.205, -- Orgrimmar, Durotar
431 ["1:537:794"] = 160.639, -- Moonglade
432 ["1:631:638"] = 0, -- Valormok, Azshara
433 },
434 ["Costs"] = {
435 ["1:640:767"] = 1020, -- Everlook, Winterspring
436 ["1:557:469"] = 930, -- Crossroads, The Barrens
437 ["1:628:556"] = 930, -- Orgrimmar, Durotar
438 ["1:537:794"] = 830, -- Moonglade
439 ["1:631:638"] = 830, -- Valormok, Azshara
440 },
441 },
442 ["1:442:306"] = {
443 ["Name"] = "Camp Mojache, Feralas",
444 ["Zone"] = FLIGHTMAP_FERALAS,
445 ["Continent"] = 1,
446 ["Location"] = {
447 ["Taxi"] = { ["x"] = 0.44251, ["y"] = 0.306086 },
448 ["Continent"] = { ["x"] = 0.458381, ["y"] = 0.701901 },
449 ["Zone"] = { ["x"] = 0.754445, ["y"] = 0.443163 },
450 },
451 ["Flights"] = {
452 ["1:557:469"] = 269.09, -- Crossroads, The Barrens
453 ["1:316:415"] = 0, -- Shadowprey Village, Desolace
454 ["1:449:438"] = 261.121, -- Thunder Bluff, Mulgore
455 ["1:606:198"] = 193, -- Gadgetzan, Tanaris
456 },
457 ["Costs"] = {
458 ["1:557:469"] = 730, -- Crossroads, The Barrens
459 ["1:316:415"] = 730, -- Shadowprey Village, Desolace
460 ["1:449:438"] = 730, -- Thunder Bluff, Mulgore
461 ["1:606:198"] = 630, -- Gadgetzan, Tanaris
462 },
463 },
464 ["1:407:527"] = {
465 ["Name"] = "Sun Rock Retreat, Stonetalon Mountains",
466 ["Zone"] = FLIGHTMAP_STONETALON,
467 ["Continent"] = 1,
468 ["Location"] = {
469 ["Taxi"] = { ["x"] = 0.407957, ["y"] = 0.527386 },
470 ["Continent"] = { ["x"] = 0.435442, ["y"] = 0.482352 },
471 ["Zone"] = { ["x"] = 0.451209, ["y"] = 0.598971 },
472 },
473 ["Flights"] = {
474 ["1:316:415"] = 198.632, -- Shadowprey Village, Desolace
475 ["1:449:438"] = 317, -- Thunder Bluff, Mulgore
476 ["1:557:469"] = 152.151, -- Crossroads, The Barrens
477 },
478 ["Costs"] = {
479 ["1:316:415"] = 530, -- Shadowprey Village, Desolace
480 ["1:449:438"] = 210, -- Thunder Bluff, Mulgore
481 ["1:557:469"] = 210, -- Crossroads, The Barrens
482 },
483 },
484 ["1:537:794"] = {
485 ["Name"] = "Moonglade",
486 ["Zone"] = FLIGHTMAP_MOONGLADE,
487 ["Continent"] = 1,
488 ["Location"] = {
489 ["Taxi"] = { ["x"] = 0.537937, ["y"] = 0.794593 },
490 ["Continent"] = { ["x"] = 0.521423, ["y"] = 0.217275 },
491 ["Zone"] = { ["x"] = 0.3215, ["y"] = 0.6633 },
492 },
493 ["Flights"] = {
494 ["1:640:767"] = 146.938, -- Everlook, Winterspring
495 ["1:464:695"] = 161, -- Bloodvenom Post, Felwood
496 ["1:640:767"] = 146.938, -- Everlook, Winterspring
497 },
498 ["Costs"] = {
499 ["1:640:767"] = 1020, -- Everlook, Winterspring
500 ["1:464:695"] = 930, -- Bloodvenom Post, Felwood
501 ["1:640:767"] = 1020, -- Everlook, Winterspring
502 },
503 },
504 ["2:384:755"] = {
505 ["Name"] = "Sepulcher, Silverpine",
506 ["Zone"] = FLIGHTMAP_SILVERPINE,
507 ["Continent"] = 2,
508 ["Location"] = {
509 ["Taxi"] = { ["x"] = 0.384475, ["y"] = 0.755098 },
510 ["Continent"] = { ["x"] = 0.410883, ["y"] = 0.29787 },
511 ["Zone"] = { ["x"] = 0.455483, ["y"] = 0.42502 },
512 },
513 ["Flights"] = {
514 ["2:442:805"] = 116.442, -- Undercity, Tirisfal
515 },
516 ["Costs"] = {
517 ["2:442:805"] = 110, -- Undercity, Tirisfal
518 },
519 },
520 ["2:494:733"] = {
521 ["Name"] = "Tarren Mill, Hillsbrad",
522 ["Zone"] = FLIGHTMAP_HILLSBRAD,
523 ["Continent"] = 2,
524 ["Location"] = {
525 ["Taxi"] = { ["x"] = 0.494422, ["y"] = 0.733126 },
526 ["Continent"] = { ["x"] = 0.478968, ["y"] = 0.318099 },
527 ["Zone"] = { ["x"] = 0.601966, ["y"] = 0.186614 },
528 },
529 ["Flights"] = {
530 ["2:442:805"] = 136.582, -- Undercity, Tirisfal
531 ["2:615:691"] = 116.419, -- Hammerfall, Arathi
532 ["2:671:703"] = 0, -- Revantusk Village, The Hinterlands
533 },
534 ["Costs"] = {
535 ["2:442:805"] = 330, -- Undercity, Tirisfal
536 ["2:615:691"] = 530, -- Hammerfall, Arathi
537 ["2:671:703"] = 730, -- Revantusk Village, The Hinterlands
538 },
539 },
540 ["1:557:469"] = {
541 ["Name"] = "Crossroads, The Barrens",
542 ["Zone"] = FLIGHTMAP_BARRENS,
543 ["Continent"] = 1,
544 ["Location"] = {
545 ["Taxi"] = { ["x"] = 0.557357, ["y"] = 0.469523 },
546 ["Continent"] = { ["x"] = 0.534377, ["y"] = 0.539696 },
547 ["Zone"] = { ["x"] = 0.51526, ["y"] = 0.303878 },
548 },
549 ["Flights"] = {
550 ["1:409:626"] = 231.538, -- Zoram'gar Outpost, Ashenvale
551 ["1:567:358"] = 164, -- Brackenwall Village, Dustwallow Marsh
552 ["1:631:638"] = 171, -- Valormok, Azshara
553 ["1:464:695"] = 243.547, -- Bloodvenom Post, Felwood
554 ["1:442:306"] = 254.817, -- Camp Mojache, Feralas
555 ["1:449:438"] = 174.225, -- Thunder Bluff, Mulgore
556 ["1:628:556"] = 134.882, -- Orgrimmar, Durotar
557 ["1:407:527"] = 144, -- Sun Rock Retreat, Stonetalon Mountains
558 ["1:549:265"] = 189.179, -- Freewind Post, Thousand Needles
559 ["1:554:582"] = 161.332, -- Splintertree Post, Ashenvale
560 ["1:606:198"] = 310.98, -- Gadgetzan, Tanaris
561 ["1:528:389"] = 91.842, -- Camp Taurajo, The Barrens
562 },
563 ["Costs"] = {
564 ["1:409:626"] = 330, -- Zoram'gar Outpost, Ashenvale
565 ["1:567:358"] = 630, -- Brackenwall Village, Dustwallow Marsh
566 ["1:631:638"] = 830, -- Valormok, Azshara
567 ["1:464:695"] = 930, -- Bloodvenom Post, Felwood
568 ["1:442:306"] = 730, -- Camp Mojache, Feralas
569 ["1:449:438"] = 110, -- Thunder Bluff, Mulgore
570 ["1:628:556"] = 110, -- Orgrimmar, Durotar
571 ["1:407:527"] = 210, -- Sun Rock Retreat, Stonetalon Mountains
572 ["1:549:265"] = 430, -- Freewind Post, Thousand Needles
573 ["1:554:582"] = 530, -- Splintertree Post, Ashenvale
574 ["1:606:198"] = 730, -- Gadgetzan, Tanaris
575 ["1:528:389"] = 110, -- Camp Taurajo, The Barrens
576 },
577 },
578 ["1:567:358"] = {
579 ["Name"] = "Brackenwall Village, Dustwallow Marsh",
580 ["Zone"] = FLIGHTMAP_DUSTWALLOW,
581 ["Continent"] = 1,
582 ["Location"] = {
583 ["Taxi"] = { ["x"] = 0.567468, ["y"] = 0.358365 },
584 ["Continent"] = { ["x"] = 0.540997, ["y"] = 0.650054 },
585 ["Zone"] = { ["x"] = 0.355619, ["y"] = 0.31848 },
586 },
587 ["Flights"] = {
588 ["1:628:556"] = 229.681, -- Orgrimmar, Durotar
589 ["1:449:438"] = 231.025, -- Thunder Bluff, Mulgore
590 ["1:557:469"] = 164.653, -- Crossroads, The Barrens
591 ["1:606:198"] = 0, -- Gadgetzan, Tanaris
592 },
593 ["Costs"] = {
594 ["1:628:556"] = 630, -- Orgrimmar, Durotar
595 ["1:449:438"] = 630, -- Thunder Bluff, Mulgore
596 ["1:557:469"] = 630, -- Crossroads, The Barrens
597 ["1:606:198"] = 730, -- Gadgetzan, Tanaris
598 },
599 },
600 ["1:416:207"] = {
601 ["Name"] = "Cenarion Hold, Silithus",
602 ["Zone"] = FLIGHTMAP_SILITHUS,
603 ["Continent"] = 1,
604 ["Location"] = {
605 ["Taxi"] = { ["x"] = 0.416321, ["y"] = 0.207831 },
606 ["Continent"] = { ["x"] = 0.440948, ["y"] = 0.799361 },
607 ["Zone"] = { ["x"] = 0.487380, ["y"] = 0.367060 },
608 },
609 ["Flights"] = {
610 ["1:606:198"] = 247.125, -- Gadgetzan, Tanaris
611 },
612 ["Costs"] = {
613 ["1:606:198"] = 730, -- Gadgetzan, Tanaris
614 },
615 },
616 ["2:448:163"] = {
617 ["Name"] = "Grom'gol, Stranglethorn",
618 ["Zone"] = FLIGHTMAP_STRANGLETHORN,
619 ["Continent"] = 2,
620 ["Location"] = {
621 ["Taxi"] = { ["x"] = 0.448259, ["y"] = 0.163592 },
622 ["Continent"] = { ["x"] = 0.450412, ["y"] = 0.847288 },
623 ["Zone"] = { ["x"] = 0.325219, ["y"] = 0.293269 },
624 },
625 ["Flights"] = {
626 ["2:605:253"] = 189.025, -- Stonard, Swamp of Sorrows
627 ["2:554:428"] = 315.12, -- Kargath, Badlands
628 ["2:431:70"] = 82.982, -- Booty Bay, Stranglethorn
629 },
630 ["Costs"] = {
631 ["2:605:253"] = 630, -- Stonard, Swamp of Sorrows
632 ["2:554:428"] = 630, -- Kargath, Badlands
633 ["2:431:70"] = 630, -- Booty Bay, Stranglethorn
634 },
635 },
636 ["2:615:691"] = {
637 ["Name"] = "Hammerfall, Arathi",
638 ["Zone"] = FLIGHTMAP_ARATHI,
639 ["Continent"] = 2,
640 ["Location"] = {
641 ["Taxi"] = { ["x"] = 0.615401, ["y"] = 0.691091 },
642 ["Continent"] = { ["x"] = 0.55389, ["y"] = 0.357226 },
643 ["Zone"] = { ["x"] = 0.730618, ["y"] = 0.326232 },
644 },
645 ["Flights"] = {
646 ["2:554:428"] = 260.779, -- Kargath, Badlands
647 ["2:494:733"] = 118.411, -- Tarren Mill, Hillsbrad
648 ["2:442:805"] = 257.233, -- Undercity, Tirisfal
649 },
650 ["Costs"] = {
651 ["2:554:428"] = 630, -- Kargath, Badlands
652 ["2:494:733"] = 330, -- Tarren Mill, Hillsbrad
653 ["2:442:805"] = 530, -- Undercity, Tirisfal
654 },
655 },
656 ["1:549:807"] = {
657 ["Name"] = "Nighthaven, Moonglade",
658 ["Zone"] = FLIGHTMAP_MOONGLADE,
659 ["Continent"] = 1,
660 ["Location"] = {
661 ["Taxi"] = { ["x"] = 0.54947, ["y"] = 0.80763 },
662 ["Continent"] = { ["x"] = 0.529119, ["y"] = 0.204321 },
663 ["Zone"] = { ["x"] = 0.443451, ["y"] = 0.457528 },
664 },
665 ["Flights"] = {
666 ["1:449:438"] = 0, -- Thunder Bluff, Mulgore
667 },
668 ["Costs"] = {
669 ["1:449:438"] = 0, -- Thunder Bluff, Mulgore
670 },
671 },
672 ["1:409:626"] = {
673 ["Name"] = "Zoram'gar Outpost, Ashenvale",
674 ["Zone"] = FLIGHTMAP_ASHENVALE,
675 ["Continent"] = 1,
676 ["Location"] = {
677 ["Taxi"] = { ["x"] = 0.409738, ["y"] = 0.626323 },
678 ["Continent"] = { ["x"] = 0.436687, ["y"] = 0.38425 },
679 ["Zone"] = { ["x"] = 0.121975, ["y"] = 0.338188 },
680 },
681 ["Flights"] = {
682 ["1:557:469"] = 230.267, -- Crossroads, The Barrens
683 ["1:554:582"] = 169.587, -- Splintertree Post, Ashenvale
684 },
685 ["Costs"] = {
686 ["1:557:469"] = 110, -- Crossroads, The Barrens
687 ["1:554:582"] = 530, -- Splintertree Post, Ashenvale
688 },
689 },
690 };
691  
692 -- Provided by Thorarin
693 FLIGHTMAP_ALLIANCE_FLIGHTS = {
694 ["1:418:209"] = {
695 ["Name"] = "Cenarion Hold, Silithus",
696 ["Zone"] = FLIGHTMAP_SILITHUS,
697 ["Continent"] = 1,
698 ["Location"] = {
699 ["Taxi"] = { ["x"] = 0.418980, ["y"] = 0.209867 },
700 ["Continent"] = { ["x"] = 0.442699, ["y"] = 0.797194 },
701 ["Zone"] = { ["x"] = 0.505879, ["y"] = 0.344175 },
702 },
703 ["Flights"] = {
704 ["1:604:190"] = 191.037, -- Gadgetzan, anaris
705 },
706 ["Costs"] = {
707 ["1:604:190"] = 730, -- Gadgetzan, anaris
708 },
709 },
710 ["1:313:307"] = {
711 ["Flights"] = {
712 ["1:427:748"] = 471.486,
713 ["1:396:493"] = 227.866,
714 ["1:482:303"] = 170.654,
715 },
716 ["Name"] = "Feathermoon, Feralas",
717 ["Zone"] = FLIGHTMAP_FERALAS,
718 ["Continent"] = 1,
719 ["Location"] = {
720 ["Continent"] = { ["x"] = 0.373022, ["y"] = 0.699925 },
721 ["Taxi"] = { ["x"] = 0.313531, ["y"] = 0.307979 },
722 ["Zone"] = { ["x"] = 0.302476, ["y"] = 0.432695 },
723 },
724 ["Costs"] = {
725 ["1:427:748"] = 730,
726 ["1:396:493"] = 730,
727 ["1:482:303"] = 430,
728 },
729 },
730 ["1:416:842"] = {
731 ["Flights"] = {
732 ["1:427:748"] = 90.106,
733 },
734 ["Name"] = "Rut'theran Village, Teldrassil",
735 ["Zone"] = FLIGHTMAP_TELDRASSIL,
736 ["Continent"] = 1,
737 ["Location"] = {
738 ["Continent"] = { ["x"] = 0.440912, ["y"] = 0.169434 },
739 ["Taxi"] = { ["x"] = 0.416144, ["y"] = 0.842793 },
740 ["Zone"] = { ["x"] = 0.583983, ["y"] = 0.939404 },
741 },
742 ["Costs"] = {
743 ["1:427:748"] = 0,
744 },
745 },
746 ["1:482:303"] = {
747 ["Flights"] = {
748 ["1:636:330"] = 162.201,
749 ["1:313:307"] = 168.917,
750 ["1:604:190"] = 171.48,
751 },
752 ["Name"] = "Thalanaar, Feralas",
753 ["Zone"] = FLIGHTMAP_FERALAS,
754 ["Continent"] = 1,
755 ["Location"] = {
756 ["Continent"] = { ["x"] = 0.484853, ["y"] = 0.704832 },
757 ["Taxi"] = { ["x"] = 0.482576, ["y"] = 0.303127 },
758 ["Zone"] = { ["x"] = 0.894612, ["y"] = 0.458679 },
759 },
760 ["Costs"] = {
761 ["1:636:330"] = 730,
762 ["1:313:307"] = 630,
763 ["1:604:190"] = 730,
764 },
765 },
766 ["2:570:676"] = {
767 ["Flights"] = {
768 ["2:589:484"] = 172.578,
769 ["2:478:700"] = 81.865,
770 ["2:507:511"] = 278.969,
771 ["2:490:559"] = 127.312,
772 ["2:546:746"] = 73.103,
773 },
774 ["Name"] = "Refuge Pointe, Arathi",
775 ["Zone"] = FLIGHTMAP_ARATHI,
776 ["Continent"] = 2,
777 ["Location"] = {
778 ["Continent"] = { ["x"] = 0.525999, ["y"] = 0.371044 },
779 ["Taxi"] = { ["x"] = 0.570359, ["y"] = 0.676216 },
780 ["Zone"] = { ["x"] = 0.457901, ["y"] = 0.461332 },
781 },
782 ["Costs"] = {
783 ["2:589:484"] = 110,
784 ["2:478:700"] = 330,
785 ["2:507:511"] = 530,
786 ["2:490:559"] = 330,
787 ["2:546:746"] = 730,
788 },
789 },
790 ["1:610:599"] = {
791 ["Flights"] = {
792 ["1:427:748"] = 306.578,
793 ["1:530:742"] = 286.023,
794 },
795 ["Name"] = "Talrendis Point, Azshara",
796 ["Zone"] = FLIGHTMAP_AZSHARA,
797 ["Continent"] = 1,
798 ["Location"] = {
799 ["Continent"] = { ["x"] = 0.56926, ["y"] = 0.410965 },
800 ["Taxi"] = { ["x"] = 0.610477, ["y"] = 0.599073 },
801 ["Zone"] = { ["x"] = 0.119307, ["y"] = 0.776057 },
802 },
803 ["Costs"] = {
804 ["1:427:748"] = 730,
805 ["1:530:742"] = 730,
806 },
807 },
808 ["1:552:794"] = {
809 ["Flights"] = {
810 ["1:427:748"] = 146.66,
811 ["1:645:767"] = 133.588,
812 },
813 ["Name"] = "Moonglade",
814 ["Zone"] = FLIGHTMAP_MOONGLADE,
815 ["Continent"] = 1,
816 ["Location"] = {
817 ["Continent"] = { ["x"] = 0.531431, ["y"] = 0.217861 },
818 ["Taxi"] = { ["x"] = 0.552823, ["y"] = 0.793992 },
819 ["Zone"] = { ["x"] = 0.480302, ["y"] = 0.673299 },
820 },
821 ["Costs"] = {
822 ["1:427:748"] = 830,
823 ["1:645:767"] = 1020,
824 },
825 },
826 ["1:390:597"] = {
827 ["Flights"] = {
828 ["1:427:748"] = 181.969,
829 },
830 ["Name"] = "Stonetalon Peak, Stonetalon Mountains",
831 ["Zone"] = FLIGHTMAP_STONETALON,
832 ["Continent"] = 1,
833 ["Location"] = {
834 ["Continent"] = { ["x"] = 0.423968, ["y"] = 0.412391 },
835 ["Taxi"] = { ["x"] = 0.390646, ["y"] = 0.597828 },
836 ["Zone"] = { ["x"] = 0.364744, ["y"] = 0.0718715 },
837 },
838 ["Costs"] = {
839 ["1:427:748"] = 330,
840 },
841 },
842 ["2:478:700"] = {
843 ["Flights"] = {
844 ["2:546:746"] = 72.843,
845 ["2:520:775"] = 88.07,
846 ["2:507:511"] = 207,
847 ["2:490:559"] = 107.183,
848 ["2:570:676"] = 76.14,
849 },
850 ["Name"] = "Southshore, Hillsbrad",
851 ["Zone"] = FLIGHTMAP_HILLSBRAD,
852 ["Continent"] = 2,
853 ["Location"] = {
854 ["Continent"] = { ["x"] = 0.469121, ["y"] = 0.348598 },
855 ["Taxi"] = { ["x"] = 0.47862, ["y"] = 0.700487 },
856 ["Zone"] = { ["x"] = 0.493652, ["y"] = 0.522103 },
857 },
858 ["Costs"] = {
859 ["2:546:746"] = 730,
860 ["2:520:775"] = 830,
861 ["2:507:511"] = 330,
862 ["2:490:559"] = 330,
863 ["2:570:676"] = 530,
864 },
865 },
866 ["2:557:300"] = {
867 ["Flights"] = {
868 ["2:512:250"] = 61.859,
869 ["2:407:245"] = 135.389,
870 ["2:432:327"] = 115,
871 },
872 ["Name"] = "Lakeshire, Redridge",
873 ["Zone"] = FLIGHTMAP_REDRIDGE,
874 ["Continent"] = 2,
875 ["Location"] = {
876 ["Continent"] = { ["x"] = 0.518128, ["y"] = 0.720186 },
877 ["Taxi"] = { ["x"] = 0.557343, ["y"] = 0.300541 },
878 ["Zone"] = { ["x"] = 0.307354, ["y"] = 0.593072 },
879 },
880 ["Costs"] = {
881 ["2:512:250"] = 330,
882 ["2:407:245"] = 110,
883 ["2:432:327"] = 210,
884 },
885 },
886 ["1:636:330"] = {
887 ["Flights"] = {
888 ["1:396:493"] = 334.861,
889 ["1:482:303"] = 162.129,
890 ["1:427:748"] = 718.213,
891 ["1:604:190"] = 158.968,
892 },
893 ["Name"] = "Theramore, Dustwallow Marsh",
894 ["Zone"] = FLIGHTMAP_DUSTWALLOW,
895 ["Continent"] = 1,
896 ["Location"] = {
897 ["Continent"] = { ["x"] = 0.586515, ["y"] = 0.677733 },
898 ["Taxi"] = { ["x"] = 0.636261, ["y"] = 0.330511 },
899 ["Zone"] = { ["x"] = 0.674672, ["y"] = 0.512493 },
900 },
901 ["Costs"] = {
902 ["1:427:748"] = 630,
903 ["1:482:303"] = 430,
904 ["1:396:493"] = 530,
905 ["1:604:190"] = 730,
906 },
907 },
908 ["2:699:837"] = {
909 ["Flights"] = {
910 ["2:546:746"] = 175.257,
911 },
912 ["Name"] = "Light's Hope Chapel, Eastern Plaguelands",
913 ["Zone"] = FLIGHTMAP_EASTERNPLAGUE,
914 ["Continent"] = 2,
915 ["Location"] = {
916 ["Continent"] = { ["x"] = 0.60636, ["y"] = 0.221464 },
917 ["Taxi"] = { ["x"] = 0.699995, ["y"] = 0.837321 },
918 ["Zone"] = { ["x"] = 0.815946, ["y"] = 0.592893 },
919 },
920 ["Costs"] = {
921 ["2:546:746"] = 730,
922 },
923 },
924 ["2:507:511"] = {
925 ["Flights"] = {
926 ["2:589:484"] = 103.018,
927 ["2:432:327"] = 215.711,
928 ["2:508:432"] = 88.681,
929 ["2:490:559"] = 130.653,
930 ["2:570:676"] = 258.269,
931 ["2:546:746"] = 307.166,
932 ["2:478:700"] = 266,
933 },
934 ["Name"] = "Ironforge, Dun Morogh",
935 ["Zone"] = FLIGHTMAP_IRONFORGE,
936 ["Continent"] = 2,
937 ["Location"] = {
938 ["Continent"] = { ["x"] = 0.487331, ["y"] = 0.523615 },
939 ["Taxi"] = { ["x"] = 0.50798, ["y"] = 0.511915 },
940 ["Zone"] = { ["x"] = 0.557052, ["y"] = 0.476917 },
941 },
942 ["Costs"] = {
943 ["2:589:484"] = 110,
944 ["2:478:700"] = 330,
945 ["2:508:432"] = 830,
946 ["2:490:559"] = 330,
947 ["2:570:676"] = 530,
948 ["2:432:327"] = 50,
949 ["2:546:746"] = 730,
950 },
951 },
952 ["1:604:190"] = {
953 ["Flights"] = {
954 ["1:636:330"] = 158.465,
955 ["1:482:303"] = 174.262,
956 ["1:418:209"] = 199.821,
957 },
958 ["Name"] = "Gadgetzan, Tanaris",
959 ["Zone"] = FLIGHTMAP_TANARIS,
960 ["Continent"] = 1,
961 ["Location"] = {
962 ["Continent"] = { ["x"] = 0.565253, ["y"] = 0.816195 },
963 ["Taxi"] = { ["x"] = 0.604133, ["y"] = 0.19088 },
964 ["Zone"] = { ["x"] = 0.509542, ["y"] = 0.293254 },
965 },
966 ["Costs"] = {
967 ["1:636:330"] = 630,
968 ["1:482:303"] = 430,
969 ["1:418:209"] = 1070,
970 },
971 },
972 ["2:580:349"] = {
973 ["Flights"] = {
974 ["2:612:223"] = 250.819,
975 ["2:508:432"] = 104.499,
976 },
977 ["Name"] = "Morgan's Vigil, Burning Steppes",
978 ["Zone"] = FLIGHTMAP_BURNINGSTEPPE,
979 ["Continent"] = 2,
980 ["Location"] = {
981 ["Continent"] = { ["x"] = 0.532341, ["y"] = 0.674627 },
982 ["Taxi"] = { ["x"] = 0.580601, ["y"] = 0.349378 },
983 ["Zone"] = { ["x"] = 0.843818, ["y"] = 0.683045 },
984 },
985 ["Costs"] = {
986 ["2:612:223"] = 830,
987 ["2:508:432"] = 830,
988 },
989 },
990 ["2:589:484"] = {
991 ["Flights"] = {
992 ["2:490:559"] = 152,
993 ["2:570:676"] = 165.29,
994 ["2:507:511"] = 117.773,
995 },
996 ["Name"] = "Thelsamar, Loch Modan",
997 ["Zone"] = FLIGHTMAP_LOCHMODAN,
998 ["Continent"] = 2,
999 ["Location"] = {
1000 ["Continent"] = { ["x"] = 0.537786, ["y"] = 0.549228 },
1001 ["Taxi"] = { ["x"] = 0.589393, ["y"] = 0.484383 },
1002 ["Zone"] = { ["x"] = 0.33943, ["y"] = 0.507947 },
1003 },
1004 ["Costs"] = {
1005 ["2:490:559"] = 330,
1006 ["2:570:676"] = 530,
1007 ["2:507:511"] = 110,
1008 },
1009 },
1010 ["2:432:327"] = {
1011 ["Flights"] = {
1012 ["2:407:245"] = 77.299,
1013 ["2:507:511"] = 262.656,
1014 ["2:433:69"] = 245,
1015 ["2:612:223"] = 175.057,
1016 ["2:512:250"] = 117.236,
1017 ["2:557:300"] = 112.726,
1018 },
1019 ["Name"] = "Stormwind, Elwynn",
1020 ["Zone"] = FLIGHTMAP_STORMWIND,
1021 ["Continent"] = 2,
1022 ["Location"] = {
1023 ["Continent"] = { ["x"] = 0.440659, ["y"] = 0.694733 },
1024 ["Taxi"] = { ["x"] = 0.432504, ["y"] = 0.327542 },
1025 ["Zone"] = { ["x"] = 0.663639, ["y"] = 0.622032 },
1026 },
1027 ["Costs"] = {
1028 ["2:407:245"] = 110,
1029 ["2:557:300"] = 210,
1030 ["2:433:69"] = 630,
1031 ["2:612:223"] = 830,
1032 ["2:512:250"] = 330,
1033 ["2:507:511"] = 50,
1034 },
1035 },
1036 ["1:462:603"] = {
1037 ["Flights"] = {
1038 ["1:427:748"] = 151.597,
1039 },
1040 ["Name"] = "Astranaar, Ashenvale",
1041 ["Zone"] = FLIGHTMAP_ASHENVALE,
1042 ["Continent"] = 1,
1043 ["Location"] = {
1044 ["Continent"] = { ["x"] = 0.471421, ["y"] = 0.406474 },
1045 ["Taxi"] = { ["x"] = 0.462582, ["y"] = 0.603835 },
1046 ["Zone"] = { ["x"] = 0.343628, ["y"] = 0.480031 },
1047 },
1048 ["Costs"] = {
1049 ["1:427:748"] = 330,
1050 },
1051 },
1052 ["2:490:559"] = {
1053 ["Flights"] = {
1054 ["2:589:484"] = 164.479,
1055 ["2:478:700"] = 130.487,
1056 ["2:507:511"] = 90.02,
1057 ["2:570:676"] = 114.526,
1058 },
1059 ["Name"] = "Menethil Harbor, Wetlands",
1060 ["Zone"] = FLIGHTMAP_WETLANDS,
1061 ["Continent"] = 2,
1062 ["Location"] = {
1063 ["Continent"] = { ["x"] = 0.476799, ["y"] = 0.479782 },
1064 ["Taxi"] = { ["x"] = 0.490907, ["y"] = 0.559148 },
1065 ["Zone"] = { ["x"] = 0.0952036, ["y"] = 0.596587 },
1066 },
1067 ["Costs"] = {
1068 ["2:589:484"] = 110,
1069 ["2:478:700"] = 330,
1070 ["2:507:511"] = 330,
1071 ["2:570:676"] = 530,
1072 },
1073 },
1074 ["1:396:493"] = {
1075 ["Flights"] = {
1076 ["1:636:330"] = 310.32,
1077 ["1:427:748"] = 284.542,
1078 ["1:313:307"] = 230.16,
1079 },
1080 ["Name"] = "Nijel's Point, Desolace",
1081 ["Zone"] = FLIGHTMAP_DESOLACE,
1082 ["Continent"] = 1,
1083 ["Location"] = {
1084 ["Continent"] = { ["x"] = 0.427741, ["y"] = 0.516062 },
1085 ["Taxi"] = { ["x"] = 0.396228, ["y"] = 0.493395 },
1086 ["Zone"] = { ["x"] = 0.646713, ["y"] = 0.104354 },
1087 },
1088 ["Costs"] = {
1089 ["1:636:330"] = 530,
1090 ["1:427:748"] = 530,
1091 ["1:313:307"] = 730,
1092 },
1093 },
1094 ["2:512:250"] = {
1095 ["Flights"] = {
1096 ["2:407:245"] = 97.66,
1097 ["2:432:327"] = 90.131,
1098 ["2:557:300"] = 60.827,
1099 ["2:433:69"] = 173.46,
1100 ["2:612:223"] = 98.483,
1101 },
1102 ["Name"] = "Darkshire, Duskwood",
1103 ["Zone"] = FLIGHTMAP_DUSKWOOD,
1104 ["Continent"] = 2,
1105 ["Location"] = {
1106 ["Continent"] = { ["x"] = 0.490338, ["y"] = 0.766227 },
1107 ["Taxi"] = { ["x"] = 0.512853, ["y"] = 0.250701 },
1108 ["Zone"] = { ["x"] = 0.775258, ["y"] = 0.443037 },
1109 },
1110 ["Costs"] = {
1111 ["2:407:245"] = 110,
1112 ["2:432:327"] = 330,
1113 ["2:557:300"] = 210,
1114 ["2:433:69"] = 630,
1115 ["2:612:223"] = 830,
1116 },
1117 },
1118 ["1:645:767"] = {
1119 ["Flights"] = {
1120 ["1:552:794"] = 133.276,
1121 ["1:530:742"] = 124.126,
1122 },
1123 ["Name"] = "Everlook, Winterspring",
1124 ["Zone"] = FLIGHTMAP_WINTERSPRING,
1125 ["Continent"] = 1,
1126 ["Location"] = {
1127 ["Continent"] = { ["x"] = 0.59264, ["y"] = 0.244593 },
1128 ["Taxi"] = { ["x"] = 0.64554, ["y"] = 0.767019 },
1129 ["Zone"] = { ["x"] = 0.623348, ["y"] = 0.366358 },
1130 },
1131 ["Costs"] = {
1132 ["1:552:794"] = 830,
1133 ["1:530:742"] = 730,
1134 },
1135 },
1136 ["2:407:245"] = {
1137 ["Flights"] = {
1138 ["2:432:327"] = 82.72,
1139 ["2:557:300"] = 131.25,
1140 ["2:433:69"] = 187.855,
1141 ["2:512:250"] = 98.096,
1142 },
1143 ["Name"] = "Sentinel Hill, Westfall",
1144 ["Zone"] = FLIGHTMAP_WESTFALL,
1145 ["Continent"] = 2,
1146 ["Location"] = {
1147 ["Continent"] = { ["x"] = 0.425095, ["y"] = 0.771117 },
1148 ["Taxi"] = { ["x"] = 0.40741, ["y"] = 0.245498 },
1149 ["Zone"] = { ["x"] = 0.56571, ["y"] = 0.526667 },
1150 },
1151 ["Costs"] = {
1152 ["2:432:327"] = 110,
1153 ["2:557:300"] = 210,
1154 ["2:433:69"] = 630,
1155 ["2:512:250"] = 330,
1156 },
1157 },
1158 ["2:546:746"] = {
1159 ["Flights"] = {
1160 ["2:478:700"] = 68.312,
1161 ["2:507:511"] = 257.422,
1162 ["2:699:837"] = 174.485,
1163 ["2:570:676"] = 74.786,
1164 },
1165 ["Name"] = "Aerie Peak, The Hinterlands",
1166 ["Zone"] = FLIGHTMAP_HINTERLANDS,
1167 ["Continent"] = 2,
1168 ["Location"] = {
1169 ["Continent"] = { ["x"] = 0.511443, ["y"] = 0.306089 },
1170 ["Taxi"] = { ["x"] = 0.546853, ["y"] = 0.746146 },
1171 ["Zone"] = { ["x"] = 0.111106, ["y"] = 0.46088 },
1172 },
1173 ["Costs"] = {
1174 ["2:478:700"] = 330,
1175 ["2:507:511"] = 730,
1176 ["2:570:676"] = 530,
1177 ["2:699:837"] = 1020,
1178 },
1179 },
1180 ["2:520:775"] = {
1181 ["Flights"] = {
1182 ["2:478:700"] = 87.715,
1183 },
1184 ["Name"] = "Chillwind Camp, Western Plaguelands",
1185 ["Zone"] = FLIGHTMAP_WESTERNPLAGUE,
1186 ["Continent"] = 2,
1187 ["Location"] = {
1188 ["Continent"] = { ["x"] = 0.495184, ["y"] = 0.27856 },
1189 ["Taxi"] = { ["x"] = 0.520581, ["y"] = 0.775855 },
1190 ["Zone"] = { ["x"] = 0.429553, ["y"] = 0.850087 },
1191 },
1192 ["Costs"] = {
1193 ["2:478:700"] = 330,
1194 },
1195 },
1196 ["1:427:748"] = {
1197 ["Flights"] = {
1198 ["1:313:307"] = 476.326,
1199 ["1:416:842"] = 85.418,
1200 ["1:610:599"] = 304.109,
1201 ["1:396:493"] = 286.348,
1202 ["1:462:603"] = 180.638,
1203 ["1:390:597"] = 186.054,
1204 ["1:636:330"] = 692.73,
1205 ["1:530:742"] = 188.888,
1206 ["1:552:794"] = 149.985,
1207 },
1208 ["Name"] = "Auberdine, Darkshore",
1209 ["Zone"] = FLIGHTMAP_DARKSHORE,
1210 ["Continent"] = 1,
1211 ["Location"] = {
1212 ["Continent"] = { ["x"] = 0.448539, ["y"] = 0.263223 },
1213 ["Taxi"] = { ["x"] = 0.427786, ["y"] = 0.748208 },
1214 ["Zone"] = { ["x"] = 0.363542, ["y"] = 0.455986 },
1215 },
1216 ["Costs"] = {
1217 ["1:313:307"] = 730,
1218 ["1:416:842"] = 0,
1219 ["1:610:599"] = 730,
1220 ["1:396:493"] = 530,
1221 ["1:462:603"] = 330,
1222 ["1:390:597"] = 330,
1223 ["1:636:330"] = 630,
1224 ["1:552:794"] = 830,
1225 ["1:530:742"] = 730,
1226 },
1227 },
1228 ["2:433:69"] = {
1229 ["Flights"] = {
1230 ["2:512:250"] = 176.653,
1231 ["2:407:245"] = 183.07,
1232 ["2:432:327"] = 222.092,
1233 },
1234 ["Name"] = "Booty Bay, Stranglethorn",
1235 ["Zone"] = FLIGHTMAP_STRANGLETHORN,
1236 ["Continent"] = 2,
1237 ["Location"] = {
1238 ["Continent"] = { ["x"] = 0.441329, ["y"] = 0.935091 },
1239 ["Taxi"] = { ["x"] = 0.433677, ["y"] = 0.0691357 },
1240 ["Zone"] = { ["x"] = 0.275115, ["y"] = 0.777602 },
1241 },
1242 ["Costs"] = {
1243 ["2:512:250"] = 330,
1244 ["2:407:245"] = 530,
1245 ["2:432:327"] = 630,
1246 },
1247 },
1248 ["1:530:742"] = {
1249 ["Flights"] = {
1250 ["1:427:748"] = 188.315,
1251 ["1:610:599"] = 285.859,
1252 ["1:645:767"] = 124.187,
1253 },
1254 ["Name"] = "Talonbranch Glade, Felwood",
1255 ["Zone"] = FLIGHTMAP_FELWOOD,
1256 ["Continent"] = 1,
1257 ["Location"] = {
1258 ["Continent"] = { ["x"] = 0.516755, ["y"] = 0.268729 },
1259 ["Taxi"] = { ["x"] = 0.530809, ["y"] = 0.742692 },
1260 ["Zone"] = { ["x"] = 0.624619, ["y"] = 0.241621 },
1261 },
1262 ["Costs"] = {
1263 ["1:427:748"] = 730,
1264 ["1:610:599"] = 730,
1265 ["1:645:767"] = 1020,
1266 },
1267 },
1268 ["2:508:432"] = {
1269 ["Flights"] = {
1270 ["2:580:349"] = 103.571,
1271 ["2:507:511"] = 91.911,
1272 },
1273 ["Name"] = "Thorium Point, Searing Gorge",
1274 ["Zone"] = FLIGHTMAP_SEARINGGORGE,
1275 ["Continent"] = 2,
1276 ["Location"] = {
1277 ["Continent"] = { ["x"] = 0.487759, ["y"] = 0.597613 },
1278 ["Taxi"] = { ["x"] = 0.508569, ["y"] = 0.43251 },
1279 ["Zone"] = { ["x"] = 0.379221, ["y"] = 0.307452 },
1280 },
1281 ["Costs"] = {
1282 ["2:580:349"] = 830,
1283 ["2:507:511"] = 830,
1284 },
1285 },
1286 ["2:612:223"] = {
1287 ["Flights"] = {
1288 ["2:512:250"] = 93.468,
1289 ["2:432:327"] = 182.299,
1290 ["2:580:349"] = 237.981,
1291 },
1292 ["Name"] = "Nethergarde Keep, Blasted Lands",
1293 ["Zone"] = FLIGHTMAP_BLASTEDLANDS,
1294 ["Continent"] = 2,
1295 ["Location"] = {
1296 ["Continent"] = { ["x"] = 0.552203, ["y"] = 0.791679 },
1297 ["Taxi"] = { ["x"] = 0.612595, ["y"] = 0.223322 },
1298 ["Zone"] = { ["x"] = 0.655472, ["y"] = 0.243918 },
1299 },
1300 ["Costs"] = {
1301 ["2:512:250"] = 330,
1302 ["2:432:327"] = 830,
1303 ["2:580:349"] = 830,
1304 },
1305 },
1306 };
1307  
1308 FlightMap = {
1309 ["Opts"] = FLIGHTMAP_DEFAULT_OPTS,
1310 ["Knowledge"] = {},
1311 };