WoWInterface SVN TitanPanelRecommendedZone

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 82 to Rev 83
    Reverse comparison

Rev 82 → Rev 83

trunk/TitanRecZone/Libs/LibTourist-3.0/LibTourist-3.0.lua
1,6 → 1,6
--[[
Name: LibTourist-3.0
Revision: $Rev: 178 $
Revision: $Rev: 181 $
Author(s): ckknight (ckknight@gmail.com), Arrowmaster, Odica (maintainer)
Website: http://ckknight.wowinterface.com/
Documentation: http://www.wowace.com/addons/libtourist-3-0/
10,7 → 10,7
]]
 
local MAJOR_VERSION = "LibTourist-3.0"
local MINOR_VERSION = 90000 + tonumber(("$Revision: 178 $"):match("(%d+)"))
local MINOR_VERSION = 90000 + tonumber(("$Revision: 181 $"):match("(%d+)"))
 
if not LibStub then error(MAJOR_VERSION .. " requires LibStub") end
 
244,6 → 244,9
if zoneName == BZ["Shadowmoon Valley"] or zoneName == "Shadowmoon Valley" then
zoneName = BZ["Shadowmoon Valley"].." ("..BZ["Draenor"]..")"
end
if zoneName == BZ["Hellfire Citadel"] or zoneName == "Hellfire Citadel" then
zoneName = BZ["Hellfire Citadel"].." ("..BZ["Draenor"]..")"
end
end
return zoneName
end
263,6 → 266,9
if zoneName == BZ["Shadowmoon Valley"] or zoneName == "Shadowmoon Valley" then
zoneName = "Shadowmoon Valley (Draenor)"
end
if zoneName == BZ["Hellfire Citadel"] or zoneName == "Hellfire Citadel" then
zoneName = "Hellfire Citadel (Draenor)"
end
end
return zoneName
end
2322,6 → 2328,9
 
BZ[Tourist:GetUniqueEnglishZoneNameForLookup("Shadowmoon Valley", 7)] = Tourist:GetUniqueZoneNameForLookup("Shadowmoon Valley", 7)
BZR[Tourist:GetUniqueZoneNameForLookup("Shadowmoon Valley", 7)] = Tourist:GetUniqueEnglishZoneNameForLookup("Shadowmoon Valley", 7)
 
BZ[Tourist:GetUniqueEnglishZoneNameForLookup("Hellfire Citadel", 7)] = Tourist:GetUniqueZoneNameForLookup("Hellfire Citadel", 7)
BZR[Tourist:GetUniqueZoneNameForLookup("Hellfire Citadel", 7)] = Tourist:GetUniqueEnglishZoneNameForLookup("Hellfire Citadel", 7)
end
 
 
6654,9 → 6663,9
low = 100,
high = 100,
continent = Draenor,
-- instances = {
-- [BZ["Iron Citadel"]] = true,
-- },
instances = {
[BZ["Hellfire Citadel"].." ("..BZ["Draenor"]..")"] = true,
},
paths = {
[BZ["Talador"]] = true,
[BZ["Shadowmoon Valley"].." ("..BZ["Draenor"]..")"] = true,
6672,9 → 6681,6
high = 100,
continent = Draenor,
type = "PvP Zone",
-- instances = {
-- [BZ["Iron Citadel"]] = true,
-- },
paths = {
[BZ["Warspear"]] = true,
[BZ["Stormshield"]] = true,
6765,7 → 6771,7
paths = BZ["Forstfire Ridge"],
groupSize = 5,
type = "Instance",
-- entrancePortal = { BZ["Forstfire Ridge"], 0.00, 0.00 }, TODO
entrancePortal = { BZ["Forstfire Ridge"], 50.0, 24.8 },
}
 
zones[BZ["Shadowmoon Burial Grounds"]] = {
6785,7 → 6791,7
paths = BZ["Gorgrond"],
groupSize = 5,
type = "Instance",
-- entrancePortal = { BZ["Gorgrond"], 0.00, 0.00 }, TODO
entrancePortal = { BZ["Gorgrond"], 45.2, 13.7 },
}
 
zones[BZ["Grimrail Depot"]] = {
6826,7 → 6832,7
paths = BZ["Talador"],
groupSize = 5,
type = "Instance",
-- entrancePortal = { BZ["Talador"], 0.00, 0.00 }, TODO
entrancePortal = { BZ["Talador"], 43.6, 74.1 },
}
 
zones[BZ["Skyreach"]] = {
6836,7 → 6842,7
paths = BZ["Spires of Arak"],
groupSize = 5,
type = "Instance",
-- entrancePortal = { BZ["Spires of Arak"], 0.00, 0.00 }, TODO
entrancePortal = { BZ["Spires of Arak"], 35.6, 33.5 },
}
 
zones[BZ["Highmaul"]] = {
6850,16 → 6856,16
-- entrancePortal = { BZ["Nagrand"].." ("..BZ["Draenor"]..")", 0.00, 0.00 }, TODO
}
 
-- zones[BZ["Iron Citadel"]] = {
-- low = 100,
-- high = 100,
-- continent = Draenor,
-- paths = BZ["Tanaan Jungle"],
-- groupSize = 10,
-- altGroupSize = 25,
-- type = "Instance",
zones[BZ["Hellfire Citadel"].." ("..BZ["Draenor"]..")"] = {
low = 100,
high = 100,
continent = Draenor,
paths = BZ["Tanaan Jungle"],
groupSize = 10,
altGroupSize = 25,
type = "Instance",
-- entrancePortal = { BZ["Tanaan Jungle"], 0.00, 0.00 }, TODO
-- }
}
 
 
 
trunk/TitanRecZone/Libs/LibTourist-3.0/LibTourist-3.0.toc
4,7 → 4,7
## Notes: A library to provide information about zones and instances.
## Author: ckknight, Arrowmaster, Odica
## X-Category: Library
## X-Curse-Packaged-Version: WoW-6.0-release1
## X-Curse-Packaged-Version: r181
## X-Curse-Project-Name: LibTourist-3.0
## X-Curse-Project-ID: libtourist-3-0
## X-Curse-Repository-ID: wow/libtourist-3-0/mainline