1
0
Bifurcation 0

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.

Cette révision appartient à :
lonadar 2011-02-11 00:15:27 +00:00
Parent b2051ea902
révision 8099b5d648
1 fichiers modifiés avec 10 ajouts et 3 suppressions

Voir le fichier

@ -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