From 8099b5d6489242203e4fdb3ab617437c74568ac1 Mon Sep 17 00:00:00 2001 From: lonadar Date: Fri, 11 Feb 2011 00:15:27 +0000 Subject: [PATCH] Amazing what a few commas among friends can do. Fixed the error in pathfinding.lua (Issue 322) and made another change just in case. Also added preliminary routing for the portals on the Outland side of the Dark Portal mentioned in Issue 320. --- QuestHelper/pathfinding.lua | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/QuestHelper/pathfinding.lua b/QuestHelper/pathfinding.lua index 1a64a98..91fd92d 100644 --- a/QuestHelper/pathfinding.lua +++ b/QuestHelper/pathfinding.lua @@ -24,14 +24,15 @@ local static_horde_routes = -- Portals {ORGRIMMAR_PORTAL, BLASTED_LANDS_PORTAL, 60, true, level_limit = 58}, -- Orgrimmar --> Dark Portal + -- Zepplins {{1, 0.526, 0.529}, {168, 0.372, 0.525}, 210}, -- Orgrimmar <--> Grom'gol Base Camp {{1, 0.449, 0.619}, {65, 0.414, 0.536}, 210}, -- Orgrimmar <--> Warsong Hold -- City Transitions - {{1, 0.495, 0.936} {7, 0.455, 0.117}, 5}, -- Orgrimmar (Front) <--> Durotar - {{1, 0.253, 0.673} {7, 0.366, 0.036}, 5}, -- Orgrimmar (Side) <--> Durotar - {{1, 0.761, 0.017} {15, 0.264, 0.792}, 5}, -- Orgrimmar (Back) <--> Azshara + {{1, 0.495, 0.936}, {7, 0.455, 0.117}, 5}, -- Orgrimmar <--> Durotar + {{1, 0.253, 0.673}, {7, 0.366, 0.036}, 5}, -- Orgrimmar <--> Durotar + {{1, 0.761, 0.017}, {15, 0.264, 0.792}, 5}, -- Orgrimmar <--> Azshara @@ -51,11 +52,15 @@ local static_horde_routes = {{23,0.231,0.135}, BLASTED_LANDS_PORTAL, 60, true, level_limit = 58}, -- Thunder Bluff --> Blasted Lands {{45,0.852,0.170}, BLASTED_LANDS_PORTAL, 60, true, level_limit = 58}, -- Undercity --> Blasted Lands {{52,0.584,0.210}, BLASTED_LANDS_PORTAL, 60, true, level_limit = 58}, -- Silvermoon --> Blasted Lands + + {{56, 0.886, 0.477}, ORGRIMMAR_PORTAL, 60, true, level_limit = 58}, -- Hellfire Peninsula --> Orgrimmar + } local static_alliance_routes = { + -- Portals @@ -71,6 +76,8 @@ local static_alliance_routes = + {{56, 0.886, 0.528}, STORMWIND_CITY_PORTAL, 60, true, level_limit = 58}, -- Hellfire Peninsula --> Stormwind + {QuestHelper_ConvertCoordsToWrath({36, 0.639, 0.083}, true), {25, 0.764, 0.512}, 180}, -- Deeprun Tram {{10, 0.718, 0.565}, {51, 0.047, 0.636}, 210}, -- Theramore Isle <--> Menethil Harbor {{36, 0.228, 0.560}, {16, 0.323, 0.441}, 210}, -- Stormwind City <--> Auberdine