1
0
Bifurcation 0

Another small adjustment. I'm done playing now. Even tried it on my level 28 druid. Testing...what a concept...

Cette révision appartient à :
lonadar 2011-02-16 12:05:36 +00:00
Parent ce6782a88a
révision 2df2c7cda3
1 fichiers modifiés avec 6 ajouts et 3 suppressions

Voir le fichier

@ -2,8 +2,7 @@
QuestHelper_File["pathfinding.lua"] = "4.0.1.$svnversion$"
QuestHelper_Loadtime["pathfinding.lua"] = GetTime()
local BLASTED_LANDS_PORTAL_IN = {33,0.539,0.461, "Blasted Lands via portal"}
-- This section for whenever from-player's-location-to pathing can be implimented.
local static_alliance_landings =
{
@ -39,9 +38,13 @@ local DALARAN_PORTAL_IN = {67,0.500,0.394, "Dalaran via portal"}
QuestHelper:Assert(UnitClass("player"), "Pathfinding Druid Check - too soon")
QuestHelper:Assert(UnitLevel("player"), "Pathfinding Druid Check - too soon")
if UnitClass("player") == "Druid" and UnitLevel("player") > 14 then
table.insert(static_shared_landings, {20,0.563,0.324, "Moonglade via spell"}) -- Moonglade landing
local static_druid_landings = {20,0.563,0.324, "Moonglade via spell"} -- Moonglade landing
end
-- end whimsey
local BLASTED_LANDS_PORTAL_IN = {33,0.539,0.461, "Blasted Lands via portal"}
local static_horde_routes =
{