vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --[[ KnownPaths.lua
2  
3 *** These flight paths can be loaded via the '/fp load' command ***
4  
5 To load the boat and zeppelin paths type '/fp load misc'
6 To load the Horde flight paths type '/fp load horde'
7 To load the Alliance flight paths type '/fp load alliance'
8  
9 The Horde flight path data was collected by my level 60 mage with
10 Honored faction, so the prices reflect the 10% faction discount. They
11 will adjust to the correct price for you as you fly around Azeroth.
12  
13 There is only one alliance flight path at the moment, since I play
14 the Horde and don't have an Alliance character of a sufficient level
15 to collect all of the data. I'm still waiting for a someone with a
16 high level alliance character to send me their savedvariables.lua file.
17  
18 o The coordinates for a location can be shown via /fp status
19 o The continent is which continent is selected in the world map continent pulldown (1=Kalimdor, 2=EK)
20 o The zone is which zone is selected in the world map zone pulldown (first entry is 1, second 2, etc.)
21 o The duration is the time it takes -from- the corresponding endpoint
22 o KnownBy = ALL tells FlightPath to show this path as available (ungreyed) to all characters
23  
24 ]]
25  
26 -- Misc routes are not actual flight paths. They are hand entered routes that
27 -- allow the display of boat and zeppelin connections on the zone maps.
28  
29 FP_miscPaths = {
30 {
31 ["Endpoints"] = {"Grizzlowe, Stranglethorn","Grimble, The Barrens"},
32 ["Coords"] = {"26.05,73.23","63.64,38.58"},
33 ["Continent"] = {2,1},
34 ["Zone"] = {18, 17},
35 ["Duration"] = {"7:00","7:00"},
36 ["Faction"] = "Horde",
37 ["KnownBy"] = {"ALL"},
38 },
39 {
40 ["Endpoints"] = {"Hin Denberg, Tirisfal Glades","Squibby Overspec, Stranglethorn"},
41 ["Coords"] = {"61.84,59.11","31.56,29.14"},
42 ["Continent"] = {2,2},
43 ["Zone"] = {21,18},
44 ["Duration"] = {"7:00","7:00"},
45 ["Faction"] = "Horde",
46 ["KnownBy"] = {"ALL"},
47 },
48 {
49 ["Endpoints"] = {"Snurk Bucksquick, Durotar","Nez'raz, Stranglethorn"},
50 ["Coords"] = {"50.6,12.68","31.37,30.12"},
51 ["Continent"] = {1,2},
52 ["Zone"] = {6,18},
53 ["Duration"] = {"7:00","7:00"},
54 ["Faction"] = "Horde",
55 ["KnownBy"] = {"ALL"},
56 },
57 {
58 ["Endpoints"] = {"Frezza, Durotar","Zapetta, Tirisfal Glades"},
59 ["Coords"] = {"50.89,13.84","60.72,58.78"},
60 ["Continent"] = {1,2},
61 ["Zone"] = {6,21},
62 ["Duration"] = {"7:00","7:00"},
63 ["Faction"] = "Horde",
64 ["KnownBy"] = {"ALL"},
65 },
66 };
67  
68 -- Some of this information was provide by Morphiasgnom of Bronzebeard. Thanks!
69  
70 FP_alliancePaths = {
71 {
72 ["Endpoints"] = {"Stormwind, Elwynn","Ironforge, Dun Morogh"},
73 ["Continent"] = {2,2},
74 ["Zone"] = {17,7},
75 ["Coords"] = {"66.26,62.19","55.66,47.83"},
76 ["Faction"] = "Alliance",
77 ["Cost"] = 45,
78 ["Duration"] = {"4:41","3:36"},
79 },
80 {
81 ["Endpoints"] = {"Refuge Pointe, Arathi","Ironforge, Dun Morogh"},
82 ["Cost"] = 477,
83 ["Continent"] = {2,2},
84 ["Zone"] = {2,7},
85 ["Coords"] = {"45.74,46.06","55.66,47.83"},
86 ["Faction"] = "Alliance",
87 },
88 {
89 ["Endpoints"] = {"Refuge Pointe, Arathi","Menethil Harbor, Wetlands"},
90 ["Cost"] = 477,
91 ["Continent"] = {2,2},
92 ["Zone"] = {2,25},
93 ["Coords"] = {"45.74,46.06","9.52,59.65"},
94 ["Faction"] = "Alliance",
95 },
96 {
97 ["Endpoints"] = {"Refuge Pointe, Arathi","Thelsamar, Loch Modan"},
98 ["Cost"] = 477,
99 ["Continent"] = {2,2},
100 ["Zone"] = {2,13},
101 ["Coords"] = {"45.74,46.06","33.94,50.79"},
102 ["Faction"] = "Alliance",
103 },
104 {
105 ["Endpoints"] = {"Refuge Pointe, Arathi","Southshore, Hillsbrad"},
106 ["Cost"] = 477,
107 ["Continent"] = {2,2},
108 ["Zone"] = {2,11},
109 ["Coords"] = {"45.74,46.06","49.44,52.1"},
110 ["Faction"] = "Alliance",
111 },
112 {
113 ["Endpoints"] = {"Refuge Pointe, Arathi","Aerie Peak, The Hinterlands"},
114 ["Cost"] = 530,
115 ["Duration"] = {"1:13","1:13"},
116 ["Continent"] = {2,2},
117 ["Zone"] = {2,20},
118 ["Coords"] = {"45.74,46.06","11.11,46.08"},
119 ["Faction"] = "Alliance",
120 },
121 {
122 ["Endpoints"] = {"Aerie Peak, The Hinterlands","Ironforge, Dun Morogh"},
123 ["Cost"] = 657,
124 ["Continent"] = {2,2},
125 ["Zone"] = {20,7},
126 ["Coords"] = {"11.11,46.08","55.66,47.83"},
127 ["Faction"] = "Alliance",
128 },
129 {
130 ["Endpoints"] = {"Aerie Peak, The Hinterlands","Southshore, Hillsbrad"},
131 ["Cost"] = 657,
132 ["Duration"] = {"1:07","1:07"},
133 ["Continent"] = {2,2},
134 ["Zone"] = {20,11},
135 ["Coords"] = {"11.11,46.08","49.44,52.1"},
136 ["Faction"] = "Alliance",
137 },
138 {
139 ["Endpoints"] = {"Southshore, Hillsbrad","Ironforge, Dun Morogh"},
140 ["Cost"] = 297,
141 ["Duration"] = {"3:27","3:27"},
142 ["Continent"] = {2,2},
143 ["Zone"] = {11,7},
144 ["Coords"] = {"49.44,52.1","55.66,47.83"},
145 ["Faction"] = "Alliance",
146 },
147 {
148 ["Endpoints"] = {"Southshore, Hillsbrad","Menethil Harbor, Wetlands"},
149 ["Cost"] = 297,
150 ["Continent"] = {2,2},
151 ["Zone"] = {11,25},
152 ["Coords"] = {"49.44,52.1","9.52,59.65"},
153 ["Faction"] = "Alliance",
154 },
155 {
156 ["Endpoints"] = {"Southshore, Hillsbrad","Chillwind Camp, Western Plaguelands"},
157 ["Cost"] = 747,
158 ["Duration"] = {"1:29","1:30"},
159 ["Continent"] = {2,2},
160 ["Zone"] = {11,23},
161 ["Coords"] = {"49.44,52.1","42.93,84.9"},
162 ["Faction"] = "Alliance",
163 },
164 {
165 ["Endpoints"] = {"Ironforge, Dun Morogh","Menethil Harbor, Wetlands"},
166 ["Cost"] = 297,
167 ["Continent"] = {2,2},
168 ["Zone"] = {7,25},
169 ["Coords"] = {"55.66,47.83","9.52,59.65"},
170 ["Faction"] = "Alliance",
171 },
172 {
173 ["Endpoints"] = {"Ironforge, Dun Morogh","Thelsamar, Loch Modan"},
174 ["Cost"] = 99,
175 ["Duration"] = {"1:42","1:42"},
176 ["Continent"] = {2,2},
177 ["Zone"] = {7,13},
178 ["Coords"] = {"55.66,47.83","33.94,50.79"},
179 ["Faction"] = "Alliance",
180 },
181 {
182 ["Endpoints"] = {"Stormwind, Elwynn","Sentinel Hill, Westfall"},
183 ["Cost"] = 99,
184 ["Continent"] = {2,2},
185 ["Zone"] = {17,24},
186 ["Coords"] = {"66.26,62.19","56.57,52.66"},
187 ["Faction"] = "Alliance",
188 },
189 {
190 ["Endpoints"] = {"Stormwind, Elwynn","Lakeshire, Redridge"},
191 ["Cost"] = 189,
192 ["Duration"] = {"1:57","1:57"},
193 ["Continent"] = {2,2},
194 ["Zone"] = {17,14},
195 ["Coords"] = {"66.26,62.19","30.6,59.13"},
196 ["Faction"] = "Alliance",
197 },
198 {
199 ["Endpoints"] = {"Stormwind, Elwynn","Darkshire, Duskwood"},
200 ["Cost"] = 297,
201 ["Continent"] = {2,2},
202 ["Zone"] = {17,8},
203 ["Coords"] = {"66.26,62.19","77.59,44.37"},
204 ["Faction"] = "Alliance",
205 },
206 {
207 ["Endpoints"] = {"Stormwind, Elwynn","Booty Bay, Stranglethorn"},
208 ["Cost"] = 567,
209 ["Duration"] = {"4:05","4:05"},
210 ["Continent"] = {2,2},
211 ["Zone"] = {17,18},
212 ["Coords"] = {"66.26,62.19","27.52,77.67"},
213 ["Faction"] = "Alliance",
214 },
215 {
216 ["Endpoints"] = {"Stormwind, Elwynn","Nethergarde Keep, Blasted Lands"},
217 ["Cost"] = 747,
218 ["Continent"] = {2,2},
219 ["Zone"] = {17,4},
220 ["Coords"] = {"66.26,62.19","65.49,24.42"},
221 ["Faction"] = "Alliance",
222 },
223 {
224 ["Endpoints"] = {"Booty Bay, Stranglethorn","Sentinel Hill, Westfall"},
225 ["Cost"] = 567,
226 ["Duration"] = {"8:29","8:29"},
227 ["Continent"] = {2,2},
228 ["Zone"] = {18,24},
229 ["Coords"] = {"27.52,77.67","56.57,52.66"},
230 ["Faction"] = "Alliance",
231 },
232 {
233 ["Endpoints"] = {"Booty Bay, Stranglethorn","Darkshire, Duskwood"},
234 ["Cost"] = 567,
235 ["Continent"] = {2,2},
236 ["Zone"] = {18,8},
237 ["Coords"] = {"27.52,77.67","77.59,44.37"},
238 ["Faction"] = "Alliance",
239 },
240 {
241 ["Endpoints"] = {"Sentinel Hill, Westfall","Lakeshire, Redridge"},
242 ["Cost"] = 99,
243 ["Continent"] = {2,2},
244 ["Zone"] = {24,14},
245 ["Coords"] = {"56.57,52.66","30.6,59.13"},
246 ["Faction"] = "Alliance",
247 },
248 {
249 ["Endpoints"] = {"Sentinel Hill, Westfall","Darkshire, Duskwood"},
250 ["Cost"] = 99,
251 ["Duration"] = {"1:38","1:38"},
252 ["Continent"] = {2,2},
253 ["Zone"] = {24,8},
254 ["Coords"] = {"56.57,52.66","77.59,44.37"},
255 ["Faction"] = "Alliance",
256 },
257 {
258 ["Endpoints"] = {"Darkshire, Duskwood","Lakeshire, Redridge"},
259 ["Cost"] = 297,
260 ["Duration"] = {"1:01","1:01"},
261 ["Continent"] = {2,2},
262 ["Zone"] = {8,14},
263 ["Coords"] = {"77.59,44.37","30.6,59.13"},
264 ["Faction"] = "Alliance",
265 },
266 {
267 ["Endpoints"] = {"Darkshire, Duskwood","Nethergarde Keep, Blasted Lands"},
268 ["Cost"] = 747,
269 ["Duration"] = {"1:38","1:33"},
270 ["Continent"] = {2,2},
271 ["Zone"] = {8,4},
272 ["Coords"] = {"77.59,44.37","65.49,24.42"},
273 ["Faction"] = "Alliance",
274 },
275 {
276 ["Endpoints"] = {"Thelsamar, Loch Modan","Menethil Harbor, Wetlands"},
277 ["Cost"] = 99,
278 ["Duration"] = {"2:32","2:32"},
279 ["Continent"] = {2,2},
280 ["Zone"] = {13,25},
281 ["Coords"] = {"33.94,50.79","9.52,59.65"},
282 ["Faction"] = "Alliance",
283 },
284 {
285 ["Endpoints"] = {"Auberdine, Darkshore","Rut'theran Village, Teldrassil"},
286 ["Cost"] = 0,
287 ["Duration"] = {"1:26","1:30"},
288 ["Continent"] = {1,1},
289 ["Zone"] = {3,16},
290 ["Coords"] = {"36.39,45.61","58.39,93.92"},
291 ["Faction"] = "Alliance",
292 },
293 {
294 ["Endpoints"] = {"Auberdine, Darkshore","Astranaar, Ashenvale"},
295 ["Cost"] = 330,
296 ["Continent"] = {1,},
297 ["Zone"] = {3,},
298 ["Coords"] = {"36.39,45.61",""},
299 ["Faction"] = "Alliance",
300 },
301 {
302 ["Endpoints"] = {"Auberdine, Darkshore","Theramore, Dustwallow Marsh"},
303 ["Cost"] = 567,
304 ["Duration"] = {"11:31","11:31"},
305 ["Continent"] = {1,1},
306 ["Zone"] = {3,7},
307 ["Coords"] = {"36.39,45.61","67.45,51.2"},
308 ["Faction"] = "Alliance",
309 },
310 {
311 ["Endpoints"] = {"Theramore, Dustwallow Marsh","Thalanaar, Feralas"},
312 ["Cost"] = 387,
313 ["Continent"] = {1,},
314 ["Zone"] = {7,},
315 ["Coords"] = {"67.45,51.2",""},
316 ["Faction"] = "Alliance",
317 },
318 {
319 ["Endpoints"] = {"Theramore, Dustwallow Marsh","Gadgetzan, Tanaris"},
320 ["Cost"] = 567,
321 ["Duration"] = {"2:37","2:37"},
322 ["Continent"] = {1,1},
323 ["Zone"] = {7,15},
324 ["Coords"] = {"67.45,51.2","50.95,29.32"},
325 ["Faction"] = "Alliance",
326 },
327 {
328 ["Endpoints"] = {"Gadgetzan, Tanaris","Thalanaar, Feralas"},
329 ["Cost"] = 387,
330 ["Continent"] = {1,},
331 ["Zone"] = {15,},
332 ["Coords"] = {"50.95,29.32",""},
333 ["Faction"] = "Alliance",
334 },
335 };
336  
337 -- I'm fairly certain these are all of the Horde flight paths that are currently
338 -- available in game. Some of them are missing durations, as I haven't actually
339 -- flown between every possible destination. I did spend a few gold capturing
340 -- most of them though.
341  
342  
343 FP_hordePaths = {
344 {
345 ["Endpoints"] = {"Orgrimmar, Durotar","Bloodvenom Post, Felwood"},
346 ["Zone"] = {12,8},
347 ["Continent"] = { 1,1},
348 ["Coords"] = {"45.28,63.74","34.41,53.86"},
349 ["Faction"] = "Horde",
350 ["Cost"] = 747,
351 ["Duration"] = {"4:10","4:07"},
352 },
353 {
354 ["Endpoints"] = {"Orgrimmar, Durotar","Everlook, Winterspring"},
355 ["Zone"] = {12,21},
356 ["Continent"] = {1,1},
357 ["Coords"] = {"45.28,63.74","60.48,36.34"},
358 ["Faction"] = "Horde",
359 ["Cost"] = 918,
360 ["Duration"] = {"5:21","4:56"},
361 },
362 {
363 ["Endpoints"] = {"Orgrimmar, Durotar","Brackenwall Village, Dustwallow Marsh"},
364 ["Zone"] = {12,7},
365 ["Continent"] = {1,1},
366 ["Coords"] = {"45.28,63.74","35.56,31.83"},
367 ["Faction"] = "Horde",
368 ["Cost"] = 567,
369 ["Duration"] = {"3:49","3:49"},
370 },
371 {
372 ["Endpoints"] = {"Orgrimmar, Durotar","Splintertree Post, Ashenvale"},
373 ["Zone"] = {12,1},
374 ["Continent"] = {1,1},
375 ["Coords"] = {"45.28,63.74","73.25,61.67"},
376 ["Faction"] = "Horde",
377 ["Cost"] = 477,
378 ["Duration"] = {"1:30","1:30"},
379 },
380 {
381 ["Endpoints"] = {"Crossroads, The Barrens","Thunder Bluff, Mulgore"},
382 ["Zone"] = {17,19},
383 ["Cost"] = 99,
384 ["Continent"] = {1,1},
385 ["Coords"] = {"51.5,30.4","46.65,49.89"},
386 ["Faction"] = "Horde",
387 ["Duration"] = {"2:38","2:38"},
388 },
389 {
390 ["Endpoints"] = {"Crossroads, The Barrens","Sun Rock Retreat, Stonetalon Mountains"},
391 ["Zone"] = {17,14},
392 ["Cost"] = 189,
393 ["Continent"] = {1,1},
394 ["Coords"] = {"51.5,30.4","45.14,59.86"},
395 ["Faction"] = "Horde",
396 ["Duration"] = {"2:24","2:24"},
397 },
398 {
399 ["Endpoints"] = {"Crossroads, The Barrens","Freewind Post, Thousand Needles"},
400 ["Cost"] = 387,
401 ["Continent"] = {1,1},
402 ["Coords"] = {"51.5,30.4","45.02,49.12"},
403 ["Faction"] = "Horde",
404 ["Duration"] = {"3:08","3:08"},
405 ["Zone"] = {17,18},
406 },
407 {
408 ["Endpoints"] = {"Crossroads, The Barrens","Gadgetzan, Tanaris"},
409 ["Cost"] = 657,
410 ["Continent"] = {1,1},
411 ["Coords"] = {"51.5,30.4","51.6,25.5"},
412 ["Faction"] = "Horde",
413 ["Duration"] = {"5:05","5:05"},
414 ["Zone"] = {17,15},
415 },
416 {
417 ["Endpoints"] = {"Crossroads, The Barrens","Camp Mojache, Feralas"},
418 ["Zone"] = {17,9},
419 ["Cost"] = 657,
420 ["Continent"] = {1,1},
421 ["Coords"] = {"51.5,30.4","75.42,44.31"},
422 ["Faction"] = "Horde",
423 ["Duration"] = {"4:13","4:13"},
424 },
425 {
426 ["Zone"] = {17,2},
427 ["Continent"] = {1,1},
428 ["Coords"] = {"51.5,30.4","21.95,49.69"},
429 ["Endpoints"] = {"Crossroads, The Barrens","Valormok, Azshara"},
430 ["Faction"] = "Horde",
431 ["Cost"] = 747,
432 ["Duration"] = {"2:51","2:51"},
433 },
434 {
435 ["Endpoints"] = {"Crossroads, The Barrens","Bloodvenom Post, Felwood"},
436 ["Zone"] = {17,8},
437 ["Continent"] = {1,1},
438 ["Coords"] = {"51.5,30.4","34.41,53.86"},
439 ["Faction"] = "Horde",
440 ["Cost"] = 837,
441 ["Duration"] = {"4:03","4:03" },
442 },
443 {
444 ["Endpoints"] = {"Crossroads, The Barrens","Zoram'gar Outpost, Ashenvale"},
445 ["Zone"] = {17,1},
446 ["Cost"] = 297,
447 ["Continent"] = {1,1},
448 ["Coords"] = {"51.5,30.4","12.22,33.79"},
449 ["Faction"] = "Horde",
450 ["Duration"] = {"3:49","3:49" },
451 },
452 {
453 ["Endpoints"] = {"Crossroads, The Barrens","Splintertree Post, Ashenvale"},
454 ["Zone"] = {17,1},
455 ["Continent"] = {1,1},
456 ["Coords"] = {"51.5,30.4","73.25,61.67"},
457 ["Faction"] = "Horde",
458 ["Cost"] = 477,
459 ["Duration"] = {"2:39","2:39"},
460 },
461 {
462 ["Endpoints"] = {"Valormok, Azshara","Thunder Bluff, Mulgore"},
463 ["Zone"] = {2,19},
464 ["Cost"] = 747,
465 ["Continent"] = {1,1},
466 ["Coords"] = {"21.95,49.69","46.65,49.89"},
467 ["Faction"] = "Horde",
468 ["Duration"] = {"4:29","4:29" },
469 },
470 {
471 ["Endpoints"] = {"Thunder Bluff, Mulgore","Sun Rock Retreat, Stonetalon Mountains"},
472 ["Zone"] = {19,14},
473 ["Cost"] = 189,
474 ["Continent"] = {1,1},
475 ["Coords"] = {"46.65,49.89","45.14,59.86"},
476 ["Faction"] = "Horde",
477 ["Duration"] = {"3:17","3:17"},
478 },
479 {
480 ["Endpoints"] = {"Thunder Bluff, Mulgore","Freewind Post, Thousand Needles"},
481 ["Cost"] = 387,
482 ["Continent"] = {1,1},
483 ["Coords"] = {"46.65,49.89","45.02,49.12"},
484 ["Faction"] = "Horde",
485 ["Duration"] = {"3:25","3:25"},
486 ["Zone"] = {19,18},
487 },
488 {
489 ["Endpoints"] = {"Thunder Bluff, Mulgore","Shadowprey Village, Desolace"},
490 ["Zone"] = {19,5},
491 ["Cost"] = 477,
492 ["Continent"] = {1,1},
493 ["Coords"] = {"46.65,49.89","21.59,74.12"},
494 ["Duration"] = {"2:53","2:53"},
495 ["Faction"] = "Horde",
496 },
497 {
498 ["Endpoints"] = {"Thunder Bluff, Mulgore","Gadgetzan, Tanaris"},
499 ["Zone"] = {19,15},
500 ["Cost"] = 657,
501 ["Continent"] = {1,1},
502 ["Coords"] = {"46.65,49.89","51.6,25.5"},
503 ["Faction"] = "Horde",
504 },
505 {
506 ["Endpoints"] = {"Thunder Bluff, Mulgore","Camp Mojache, Feralas"},
507 ["Zone"] = {19,9},
508 ["Cost"] = 657,
509 ["Continent"] = {1,1},
510 ["Coords"] = {"46.65,49.89","75.42,44.31"},
511 ["Faction"] = "Horde",
512 },
513 {
514 ["Endpoints"] = {"Thunder Bluff, Mulgore","Brackenwall Village, Dustwallow Marsh"},
515 ["Zone"] = {19,7},
516 ["Cost"] = 567,
517 ["Continent"] = {1,1},
518 ["Coords"] = {"46.65,49.89","35.56,31.83"},
519 ["Faction"] = "Horde",
520 },
521 {
522 ["Endpoints"] = {"Sun Rock Retreat, Stonetalon Mountains","Shadowprey Village, Desolace"},
523 ["Zone"] = {14,5},
524 ["Continent"] = {1,1},
525 ["Coords"] = {"45.14,59.86","21.59,74.12"},
526 ["Faction"] = "Horde",
527 },
528 {
529 ["Endpoints"] = {"Shadowprey Village, Desolace","Camp Mojache, Feralas"},
530 ["Zone"] = {5,9},
531 ["Cost"] = 657,
532 ["Continent"] = {1,1},
533 ["Coords"] = {"21.59,74.12","75.42,44.31"},
534 ["Faction"] = "Horde",
535 },
536 {
537 ["Endpoints"] = {"Camp Mojache, Feralas","Gadgetzan, Tanaris"},
538 ["Zone"] = {9,15},
539 ["Continent"] = {1,1},
540 ["Coords"] = {"75.42,44.31","51.6,25.5"},
541 ["Faction"] = "Horde",
542 ["Cost"] = 567,
543 ["Duration"] = {"3:13","3:13"},
544 },
545 {
546 ["Endpoints"] = {"Gadgetzan, Tanaris","Freewind Post, Thousand Needles"},
547 ["Zone"] = {15,18},
548 ["Cost"] = 657,
549 ["Continent"] = {1,1},
550 ["Coords"] = {"51.6,25.5","45.02,49.12"},
551 ["Faction"] = "Horde",
552 },
553 {
554 ["Endpoints"] = {"Gadgetzan, Tanaris","Brackenwall Village, Dustwallow Marsh"},
555 ["Zone"] = {15,7},
556 ["Continent"] = {1,1},
557 ["Coords"] = {"51.6,25.5","35.56,31.83"},
558 ["Faction"] = "Horde",
559 ["Cost"] = 567,
560 ["Duration"] = {"3:42","3:42"},
561 },
562 {
563 ["Zone"] = {15,13},
564 ["Continent"] = {1,1},
565 ["Coords"] = {"51.6,25.5","70.41,11.95"},
566 ["Endpoints"] = {"Gadgetzan, Tanaris","Valor's Rest, Silithus"},
567 ["Faction"] = "Horde",
568 ["Cost"] = 918,
569 ["Duration"] = {"3:14","3:14"},
570 },
571 {
572 ["Endpoints"] = {"Everlook, Winterspring","Bloodvenom Post, Felwood"},
573 ["Zone"] = {21,8},
574 ["Continent"] = {1,1},
575 ["Coords"] = {"60.48,36.34","34.41,53.86"},
576 ["Faction"] = "Horde",
577 ["Cost"] = 837,
578 ["Duration"] = {"3:17","3:17"},
579 },
580 {
581 ["Endpoints"] = {"Everlook, Winterspring","Moonglade"},
582 ["Zone"] = {21,10},
583 ["Continent"] = {1,1},
584 ["Coords"] = {"60.48,36.34","32.15,66.33"},
585 ["Faction"] = "Horde",
586 ["Cost"] = 747,
587 ["Duration"] = {"2:25","2:25"},
588 },
589 {
590 ["Endpoints"] = {"Moonglade","Bloodvenom Post, Felwood"},
591 ["Zone"] = {10,8},
592 ["Continent"] = {1,1},
593 ["Coords"] = {"32.15,66.33","34.41,53.86"},
594 ["Faction"] = "Horde",
595 ["Cost"] = 837,
596 ["Duration"] = {"2:41","2:41"},
597 },
598 {
599 ["Endpoints"] = {"Splintertree Post, Ashenvale","Zoram'gar Outpost, Ashenvale"},
600 ["Faction"] = "Horde",
601 ["Cost"] = 297,
602 ["Continent"] = {1,1},
603 ["Coords"] = {"73.25,61.67","12.22,33.79"},
604 ["Zone"] = {1,1},
605 },
606 {
607 ["Endpoints"] = {"Undercity, Tirisfal","Sepulcher, Silverpine"},
608 ["Cost"] = 110,
609 ["Zone"] = {22,16},
610 ["Continent"] = {2,2},
611 ["Coords"] = {"63.2,48.24","45.61,42.58"},
612 ["Faction"] = "Horde",
613 },
614 {
615 ["Endpoints"] = {"Undercity, Tirisfal","Tarren Mill, Hillsbrad"},
616 ["Cost"] = 330,
617 ["Zone"] = {22,11},
618 ["Continent"] = {2,2},
619 ["Coords"] = {"63.2,48.24","60.14,18.64"},
620 ["Faction"] = "Horde",
621 },
622 {
623 ["Endpoints"] = {"Undercity, Tirisfal","Hammerfall, Arathi"},
624 ["Cost"] = 530,
625 ["Zone"] = {22,2},
626 ["Continent"] = {2,2},
627 ["Coords"] = {"63.2,48.24","73.05,32.65"},
628 ["Faction"] = "Horde",
629 ["Duration"] = {"4:16","4:16"},
630 },
631 {
632 ["Endpoints"] = {"Undercity, Tirisfal","Kargath, Badlands"},
633 ["Zone"] = {22,3},
634 ["Continent"] = {2,2},
635 ["Coords"] = {"63.2,48.24","4.05,44.88"},
636 ["Faction"] = "Horde",
637 ["Duration"] = {"8:11","8:10"},
638 ["Cost"] = 567,
639 },
640 {
641 ["Endpoints"] = {"Undercity, Tirisfal","Light's Hope Chapel, Eastern Plaguelands"},
642 ["Zone"] = {22,9},
643 ["Continent"] = {2,2},
644 ["Coords"] = {"63.2,48.24","80.12,57.04"},
645 ["Faction"] = "Horde",
646 ["Cost"] = 1020,
647 ["Duration"] = {"4:23","4:23"},
648 },
649 {
650 ["Endpoints"] = {"Tarren Mill, Hillsbrad","Hammerfall, Arathi"},
651 ["Zone"] = {11,2},
652 ["Continent"] = {2,2},
653 ["Coords"] = {"60.14,18.64","73.05,32.65"},
654 ["Faction"] = "Horde",
655 ["Duration"] = {"1:55","1:55"},
656 },
657 {
658 ["Endpoints"] = {"Hammerfall, Arathi","Kargath, Badlands"},
659 ["Cost"] = 567,
660 ["Zone"] = {2,3},
661 ["Continent"] = {2,2},
662 ["Coords"] = {"73.05,32.65","4.05,44.88"},
663 ["Faction"] = "Horde",
664 ["Duration"] = {"4:17","4:17"},
665 },
666 {
667 ["Endpoints"] = {"Kargath, Badlands","Booty Bay, Stranglethorn"},
668 ["Cost"] = 567,
669 ["Zone"] = {3,18},
670 ["Continent"] = {2,2},
671 ["Coords"] = {"4.05,44.88","26.87,77.09"},
672 ["Faction"] = "Horde",
673 ["Duration"] = {"6:34","6:34"},
674 },
675 {
676 ["Endpoints"] = {"Kargath, Badlands","Grom'gol, Stranglethorn"},
677 ["Cost"] = 477,
678 ["Faction"] = "Horde",
679 ["Continent"] = {2,2},
680 ["Coords"] = {"4.05,44.88","32.54,29.34"},
681 ["Zone"] = {3,18},
682 },
683 {
684 ["Endpoints"] = {"Kargath, Badlands","Stonard, Swamp of Sorrows"},
685 ["Zone"] = {3,19},
686 ["Continent"] = {2,2},
687 ["Coords"] = {"4.05,44.88","46.05,54.67"},
688 ["Faction"] = "Horde",
689 ["Cost"] = 639,
690 ["Duration"] = {"4:45","4:45" },
691 },
692 {
693 ["Endpoints"] = {"Kargath, Badlands","Flame Crest, Burning Steppes"},
694 ["Cost"] = 747,
695 ["Faction"] = "Horde",
696 ["Continent"] = {2,2},
697 ["Coords"] = {"4.05,44.88","65.68,24.2"},
698 ["Zone"] = {3,5},
699 },
700 {
701 ["Endpoints"] = {"Flame Crest, Burning Steppes","Stonard, Swamp of Sorrows"},
702 ["Faction"] = "Horde",
703 ["Continent"] = {2,2},
704 ["Coords"] = {"65.68,24.2","46.05,54.67"},
705 ["Zone"] = {5,19},
706 },
707 {
708 ["Endpoints"] = {"Stonard, Swamp of Sorrows","Booty Bay, Stranglethorn"},
709 ["Faction"] = "Horde",
710 ["Continent"] = {2,2},
711 ["Coords"] = {"46.05,54.67","26.87,77.09"},
712 ["Zone"] = {19,18},
713 },
714 {
715 ["Endpoints"] = {"Stonard, Swamp of Sorrows","Grom'gol, Stranglethorn"},
716 ["Faction"] = "Horde",
717 ["Continent"] = {2,2},
718 ["Coords"] = {"46.05,54.67","32.54,29.34"},
719 ["Zone"] = {19,18},
720 ["Duration"] = {"3:10","3:10"},
721 },
722 {
723 ["Endpoints"] = {"Grom'gol, Stranglethorn","Booty Bay, Stranglethorn"},
724 ["Zone"] = {18,18},
725 ["Continent"] = {2,2},
726 ["Coords"] = {"32.54,29.34","26.87,77.09"},
727 ["Faction"] = "Horde",
728 ["Duration"] = {"1:22","1:22"},
729 },
730 {
731 ["Endpoints"] = {"Orgrimmar, Durotar","Thunder Bluff, Mulgore"},
732 ["Zone"] = {12,19},
733 ["Continent"] = {1,1},
734 ["Coords"] = {"45.28,63.74","46.65,49.89"},
735 ["Faction"] = "Horde",
736 ["Cost"] = 45,
737 ["Duration"] = {"3:48","3:28"},
738 },
739 {
740 ["Endpoints"] = { "Orgrimmar, Durotar","Crossroads, The Barrens"},
741 ["Zone"] = {12,17},
742 ["Continent"] = {1,1},
743 ["Coords"] = {"45.28,63.74","51.5,30.4"},
744 ["Faction"] = "Horde",
745 ["Cost"] = 99,
746 ["Duration"] = {"1:51","2:14"},
747 },
748 {
749 ["Endpoints"] = {"Orgrimmar, Durotar","Gadgetzan, Tanaris"},
750 ["Zone"] = {12,15},
751 ["Continent"] = {1,1},
752 ["Coords"] = {"45.28,63.74","51.6,25.5"},
753 ["Faction"] = "Horde",
754 ["Cost"] = 657,
755 ["Duration"] = {"6:57","6:57"},
756 },
757 {
758 ["Endpoints"] = {"Valormok, Azshara","Orgrimmar, Durotar"},
759 ["Zone"] = {2,12},
760 ["Continent"] = {1,1},
761 ["Coords"] = {"21.95,49.69","45.28,63.74"},
762 ["Faction"] = "Horde",
763 ["Duration"] = {"2:02","1:40"},
764 ["Cost"] = 747,
765 },
766 {
767 ["Endpoints"] = {"Crossroads, The Barrens","Brackenwall Village, Dustwallow Marsh"},
768 ["Cost"] = 567,
769 ["Continent"] = {1,1},
770 ["Coords"] = {"51.5,30.4","35.56,31.83"},
771 ["Faction"] = "Horde",
772 ["Duration"] = {"2:44","2:43"},
773 ["Zone"] = {17,7},
774 },
775 {
776 ["Zone"] = {
777 [1] = 20,
778 [2] = 22,
779 },
780 ["Continent"] = {
781 [1] = 2,
782 [2] = 2,
783 },
784 ["Coords"] = {
785 [1] = "81.67,81.77",
786 [2] = "63.59,48.85",
787 },
788 ["Endpoints"] = {
789 [1] = "Revantusk Village, The Hinterlands",
790 [2] = "Undercity, Tirisfal",
791 },
792 ["Faction"] = "Horde",
793 ["Cost"] = 730,
794 ["Duration"] = {
795 [1] = "4:44",
796 [2] = "4:45",
797 },
798 },
799 {
800 ["Zone"] = {
801 [1] = 20,
802 [2] = 11,
803 },
804 ["Continent"] = {
805 [1] = 2,
806 [2] = 2,
807 },
808 ["Coords"] = {
809 [1] = "81.67,81.77",
810 [2] = "60.2,18.75",
811 },
812 ["Endpoints"] = {
813 [1] = "Revantusk Village, The Hinterlands",
814 [2] = "Tarren Mill, Hillsbrad",
815 },
816 ["Faction"] = "Horde",
817 ["Cost"] = 297,
818 ["Duration"] = {
819 [1] = "3:12",
820 [2] = "3:12",
821 },
822 },
823 {
824 ["Zone"] = {
825 [1] = 15,
826 [2] = 3,
827 },
828 ["Continent"] = {
829 [1] = 2,
830 [2] = 2,
831 },
832 ["Coords"] = {
833 [1] = "34.94,30.94",
834 [2] = "4.08,44.88",
835 },
836 ["Endpoints"] = {
837 [1] = "Thorium Point, Searing Gorge",
838 [2] = "Kargath, Badlands",
839 },
840 ["Faction"] = "Horde",
841 ["Cost"] = 747,
842 ["Duration"] = {
843 [1] = "0:57",
844 [2] = "0:57",
845 },
846 },
847 {
848 ["Zone"] = {
849 [1] = 15,
850 [2] = 0,
851 },
852 ["Cost"] = 706,
853 ["Continent"] = {
854 [1] = 2,
855 [2] = 0,
856 },
857 ["Coords"] = {
858 [1] = "34.94,30.94",
859 [2] = "0,0",
860 },
861 ["Faction"] = "Horde",
862 ["Endpoints"] = {
863 [1] = "Thorium Point, Searing Gorge",
864 [2] = "Flame Crest, Burning Steppes",
865 },
866 },
867 {
868 ["Cost"] = 706,
869 ["Continent"] = {
870 [1] = 1,
871 [2] = 1,
872 },
873 ["Coords"] = {
874 [1] = "34.41,53.86",
875 [2] = "21.91,49.63",
876 },
877 ["Endpoints"] = {
878 [1] = "Bloodvenom Post, Felwood",
879 [2] = "Valormok, Azshara",
880 },
881 ["Faction"] = "Horde",
882 ["Duration"] = {
883 [1] = "3:59",
884 [2] = "3:59",
885 },
886 ["Zone"] = {
887 [1] = 8,
888 [2] = 2,
889 },
890 },
891 }
892