WoWInterface SVN TitanPanelRecommendedZone

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 72 to Rev 73
    Reverse comparison

Rev 72 → Rev 73

trunk/TitanRecZone/localization.lua
1,5 → 1,5
TRZ_TITLE = "Titan Panel [Recommended Zone]";
TRZ_VERSION = "5.1.0.0";
TRZ_VERSION = "5.1.0.1";
 
TRZ_MENU_TEXT = 'Recommended Zone';
TRZ_BUTTON_LABEL = 'Zone: ';
trunk/TitanRecZone/Libs/LibTourist-3.0/LibTourist-3.0.lua
1,6 → 1,6
--[[
Name: LibTourist-3.0
Revision: $Rev: 155 $
Revision: $Rev: 157 $
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: 155 $"):match("(%d+)"))
local MINOR_VERSION = 90000 + tonumber(("$Revision: 157 $"):match("(%d+)"))
 
if not LibStub then error(MAJOR_VERSION .. " requires LibStub") end
 
141,7 → 141,8
end
elseif zoneType == "Battleground" and low and high then
local playerLevel = playerLevel
if playerLevel >= low and (playerLevel == MAX_PLAYER_LEVEL or math.fmod(playerLevel, 10) >= 6) then
-- if playerLevel >= low and (playerLevel == MAX_PLAYER_LEVEL or math.fmod(playerLevel, 10) >= 6) then
if low <= playerLevel and playerLevel <= high then
recInstances[zone] = true
end
elseif zoneType == "Instance" and low and high then
2684,7 → 2685,7
 
zones[BZ["Alterac Valley"]] = {
low = 45,
high = 85,
high = 90,
continent = Eastern_Kingdoms,
paths = BZ["Hillsbrad Foothills"],
groupSize = 40,
2694,7 → 2695,7
 
zones[BZ["Arathi Basin"]] = {
low = 10,
high = 85,
high = 90,
continent = Eastern_Kingdoms,
paths = BZ["Arathi Highlands"],
groupSize = 15,
2704,7 → 2705,7
 
zones[BZ["Warsong Gulch"]] = {
low = 10,
high = 85,
high = 90,
continent = Kalimdor,
paths = isHorde and BZ["Northern Barrens"] or BZ["Ashenvale"],
groupSize = 10,
2796,7 → 2797,7
faction = "Alliance",
fishing_min = 25,
battlepet_low = 1,
battlepet_high = 1,
battlepet_high = 2,
}
 
zones[BZ["Coldridge Valley"]] = {
2837,7 → 2838,7
faction = "Alliance",
fishing_min = 25,
battlepet_low = 1,
battlepet_high = 1,
battlepet_high = 2,
}
 
zones[BZ["Northshire"]] = {
2863,7 → 2864,7
faction = "Horde",
fishing_min = 25,
battlepet_low = 1,
battlepet_high = 1,
battlepet_high = 2,
}
 
zones[BZ["Sunstrider Isle"]] = {
2902,7 → 2903,7
faction = "Horde",
fishing_min = 25,
battlepet_low = 1,
battlepet_high = 1,
battlepet_high = 2,
}
 
zones[BZ["Deathknell"]] = {
2933,7 → 2934,7
faction = "Horde",
fishing_min = 75,
battlepet_low = 3,
battlepet_high = 5,
battlepet_high = 6,
}
 
zones[BZ["Loch Modan"]] = {
2949,7 → 2950,7
faction = "Alliance",
fishing_min = 75,
battlepet_low = 3,
battlepet_high = 5,
battlepet_high = 6,
}
 
zones[BZ["Silverpine Forest"]] = {
2966,7 → 2967,7
faction = "Horde",
fishing_min = 75,
battlepet_low = 3,
battlepet_high = 5,
battlepet_high = 6,
}
 
zones[BZ["Westfall"]] = {
2982,7 → 2983,7
faction = "Alliance",
fishing_min = 75,
battlepet_low = 3,
battlepet_high = 3,
battlepet_high = 4,
}
 
zones[BZ["Redridge Mountains"]] = {
2997,7 → 2998,7
},
fishing_min = 75,
battlepet_low = 3,
battlepet_high = 5,
battlepet_high = 6,
}
 
zones[BZ["Duskwood"]] = {
3013,7 → 3014,7
},
fishing_min = 150,
battlepet_low = 5,
battlepet_high = 6,
battlepet_high = 7,
}
 
zones[BZ["Hillsbrad Foothills"]] = {
3031,7 → 3032,7
faction = "Horde",
fishing_min = 150,
battlepet_low = 6,
battlepet_high = 6,
battlepet_high = 7,
}
 
zones[BZ["Wetlands"]] = {
3047,7 → 3048,7
},
fishing_min = 150,
battlepet_low = 6,
battlepet_high = 6,
battlepet_high = 7,
}
 
zones[BZ["Arathi Highlands"]] = {
3063,7 → 3064,7
},
fishing_min = 150,
battlepet_low = 7,
battlepet_high = 7,
battlepet_high = 8,
}
 
zones[BZ["Stranglethorn Vale"]] = {
3097,7 → 3098,7
},
fishing_min = 150,
battlepet_low = 7,
battlepet_high = 8,
battlepet_high = 9,
}
 
zones[BZ["The Cape of Stranglethorn"]] = {
3110,7 → 3111,7
},
fishing_min = 225,
battlepet_low = 9,
battlepet_high = 9,
battlepet_high = 10,
}
 
zones[BZ["Badlands"]] = {
3125,7 → 3126,7
},
fishing_min = 300,
battlepet_low = 13,
battlepet_high = 13,
battlepet_high = 14,
}
 
zones[BZ["Swamp of Sorrows"]] = {
3141,7 → 3142,7
},
fishing_min = 425,
battlepet_low = 14,
battlepet_high = 14,
battlepet_high = 15,
}
 
zones[BZ["The Hinterlands"]] = {
3155,7 → 3156,7
},
fishing_min = 225,
battlepet_low = 11,
battlepet_high = 11,
battlepet_high = 12,
}
 
zones[BZ["Searing Gorge"]] = {
3180,7 → 3181,7
},
fishing_min = 425,
battlepet_low = 13,
battlepet_high = 13,
battlepet_high = 14,
}
 
zones[BZ["Blackrock Mountain"]] = {
3221,7 → 3222,7
},
fishing_min = 425,
battlepet_low = 17,
battlepet_high = 17,
battlepet_high = 18,
}
 
zones[BZ["Blasted Lands"]] = {
3234,7 → 3235,7
},
fishing_min = 425,
battlepet_low = 16,
battlepet_high = 16,
battlepet_high = 17,
}
 
zones[BZ["Burning Steppes"]] = {
3259,7 → 3260,7
},
fishing_min = 425,
battlepet_low = 15,
battlepet_high = 15,
battlepet_high = 16,
}
 
zones[BZ["Western Plaguelands"]] = {
3276,7 → 3277,7
},
fishing_min = 225,
battlepet_low = 10,
battlepet_high = 10,
battlepet_high = 11,
}
 
zones[BZ["Eastern Plaguelands"]] = {
3292,7 → 3293,7
type = "PvP Zone",
fishing_min = 300,
battlepet_low = 12,
battlepet_high = 12,
battlepet_high = 13,
}
 
zones[BZ["The Deadmines"]] = {
3583,7 → 3584,7
},
fishing_min = 300,
battlepet_low = 15,
battlepet_high = 15,
battlepet_high = 16,
}
 
zones[BZ["Orgrimmar"]] = {
3656,7 → 3657,7
faction = "Alliance",
fishing_min = 25,
battlepet_low = 1,
battlepet_high = 1,
battlepet_high = 2,
}
 
zones[BZ["Ammen Vale"]] = {
3684,7 → 3685,7
faction = "Horde",
fishing_min = 25,
battlepet_low = 1,
battlepet_high = 1,
battlepet_high = 2,
}
 
zones[BZ["Valley of Trials"]] = {
3721,7 → 3722,7
faction = "Horde",
fishing_min = 25,
battlepet_low = 1,
battlepet_high = 1,
battlepet_high = 2,
}
 
zones[BZ["Camp Narache"]] = {
3748,7 → 3749,7
faction = "Alliance",
fishing_min = 25,
battlepet_low = 1,
battlepet_high = 1,
battlepet_high = 2,
}
 
zones[BZ["Shadowglen"]] = {
3770,7 → 3771,7
faction = "Alliance",
fishing_min = 75,
battlepet_low = 3,
battlepet_high = 5,
battlepet_high = 6,
}
 
zones[BZ["Darkshore"]] = {
3783,7 → 3784,7
faction = "Alliance",
fishing_min = 75,
battlepet_low = 3,
battlepet_high = 5,
battlepet_high = 6,
}
 
zones[BZ["Northern Barrens"]] = {
3806,7 → 3807,7
faction = "Horde",
fishing_min = 75,
battlepet_low = 3,
battlepet_high = 3,
battlepet_high = 4,
}
 
zones[BZ["Southern Barrens"]] = {
3826,7 → 3827,7
},
fishing_min = 225,
battlepet_low = 9,
battlepet_high = 9,
battlepet_high = 10,
}
 
zones[BZ["Stonetalon Mountains"]] = {
3841,7 → 3842,7
},
fishing_min = 150,
battlepet_low = 5,
battlepet_high = 6,
battlepet_high = 7,
}
 
zones[BZ["Ashenvale"]] = {
3863,7 → 3864,7
},
fishing_min = 150,
battlepet_low = 4,
battlepet_high = 5,
battlepet_high = 6,
}
 
zones[BZ["Thousand Needles"]] = {
3882,7 → 3883,7
},
fishing_min = 300,
battlepet_low = 13,
battlepet_high = 13,
battlepet_high = 14,
}
 
zones[BZ["Desolace"]] = {
3897,7 → 3898,7
},
fishing_min = 225,
battlepet_low = 7,
battlepet_high = 8,
battlepet_high = 9,
}
 
zones[BZ["Dustwallow Marsh"]] = {
3913,7 → 3914,7
},
fishing_min = 225,
battlepet_low = 12,
battlepet_high = 12,
battlepet_high = 13,
}
 
zones[BZ["Feralas"]] = {
3935,7 → 3936,7
},
fishing_min = 225,
battlepet_low = 11,
battlepet_high = 11,
battlepet_high = 12,
}
 
zones[BZ["Tanaris"]] = {
3965,7 → 3966,7
},
fishing_min = 300,
battlepet_low = 13,
battlepet_high = 13,
battlepet_high = 14,
}
 
zones[BZ["Azshara"]] = {
3977,7 → 3978,7
fishing_min = 75,
faction = "Horde",
battlepet_low = 3,
battlepet_high = 5,
battlepet_high = 6,
}
 
zones[BZ["Felwood"]] = {
3991,7 → 3992,7
},
fishing_min = 300,
battlepet_low = 14,
battlepet_high = 14,
battlepet_high = 15,
}
 
zones[BZ["Un'Goro Crater"]] = {
4004,7 → 4005,7
},
fishing_min = 375,
battlepet_low = 15,
battlepet_high = 15,
battlepet_high = 16,
}
 
zones[BZ["Silithus"]] = {
4026,7 → 4027,7
type = "PvP Zone",
fishing_min = 425,
battlepet_low = 16,
battlepet_high = 16,
battlepet_high = 17,
}
 
zones[BZ["Winterspring"]] = {
4040,7 → 4041,7
},
fishing_min = 425,
battlepet_low = 17,
battlepet_high = 17,
battlepet_high = 18,
}
 
zones[BZ["Ragefire Chasm"]] = {
4327,7 → 4328,7
type = "PvP Zone",
fishing_min = 375,
battlepet_low = 17,
battlepet_high = 17,
battlepet_high = 18,
}
 
zones[BZ["Coilfang Reservoir"]] = {
4374,7 → 4375,7
type = "PvP Zone",
fishing_min = 400,
battlepet_low = 18,
battlepet_high = 18,
battlepet_high = 19,
}
 
zones[BZ["Ring of Observance"]] = {
4421,7 → 4422,7
type = "PvP Zone",
fishing_min = 450,
battlepet_low = 18,
battlepet_high = 18,
battlepet_high = 19,
}
 
zones[BZ["Nagrand"]] = {
4439,7 → 4440,7
type = "PvP Zone",
fishing_min = 475,
battlepet_low = 18,
battlepet_high = 18,
battlepet_high = 19,
}
 
zones[BZ["Blade's Edge Mountains"]] = {
4456,8 → 4457,8
[BZ["Zangarmarsh"]] = true,
[BZ["Gruul's Lair"]] = true,
},
battlepet_low = 19,
battlepet_high = 19,
battlepet_low = 18,
battlepet_high = 20,
}
 
zones[BZ["Tempest Keep"]] = {
4500,7 → 4501,7
},
fishing_min = 475,
battlepet_low = 20,
battlepet_high = 20,
battlepet_high = 21,
}
 
zones[BZ["Shadowmoon Valley"]] = {
4514,7 → 4515,7
},
fishing_min = 375,
battlepet_low = 20,
battlepet_high = 20,
battlepet_high = 21,
}
 
zones[BZ["Black Temple"]] = {
4715,7 → 4716,7
 
zones[BZ["Eye of the Storm"]] = {
low = 35,
high = 85,
high = 90,
continent = Outland,
groupSize = 15,
type = "Battleground",
4836,8 → 4837,8
[BZ["Coldarra"]] = true,
},
fishing_min = 475,
battlepet_low = 21,
battlepet_high = 21,
battlepet_low = 20,
battlepet_high = 22,
}
 
zones[BZ["Coldarra"]] = {
4875,8 → 4876,8
[BZ["Utgarde Pinnacle"]] = true,
},
fishing_min = 475,
battlepet_low = 21,
battlepet_high = 21,
battlepet_low = 20,
battlepet_high = 22,
}
 
zones[BZ["Dragonblight"]] = {
4904,7 → 4905,7
},
fishing_min = 475,
battlepet_low = 22,
battlepet_high = 22,
battlepet_high = 23,
}
 
zones[BZ["Grizzly Hills"]] = {
4920,7 → 4921,7
instances = BZ["Drak'Tharon Keep"],
fishing_min = 475,
battlepet_low = 21,
battlepet_high = 21,
battlepet_high = 22,
}
 
zones[BZ["Zul'Drak"]] = {
4940,7 → 4941,7
},
fishing_min = 475,
battlepet_low = 22,
battlepet_high = 22,
battlepet_high = 23,
}
 
zones[BZ["Sholazar Basin"]] = {
4950,7 → 4951,7
paths = BZ["Borean Tundra"],
fishing_min = 525,
battlepet_low = 21,
battlepet_high = 21,
battlepet_high = 22,
}
 
zones[BZ["Crystalsong Forest"]] = {
4965,7 → 4966,7
},
fishing_min = 500,
battlepet_low = 22,
battlepet_high = 22,
battlepet_high = 23,
}
 
zones[BZ["The Storm Peaks"]] = {
4985,7 → 4986,7
},
fishing_min = 550,
battlepet_low = 22,
battlepet_high = 22,
battlepet_high = 23,
}
 
zones[BZ["Icecrown"]] = {
5012,7 → 5013,7
},
fishing_min = 550,
battlepet_low = 22,
battlepet_high = 22,
battlepet_high = 23,
}
 
zones[BZ["Hrothgar's Landing"]] = {
5296,7 → 5297,7
 
zones[BZ["Strand of the Ancients"]] = {
low = 65,
high = 85,
high = 90,
continent = Northrend,
groupSize = 15,
type = "Battleground",
5305,7 → 5306,7
 
zones[BZ["Isle of Conquest"]] = {
low = 75,
high = 85,
high = 90,
continent = Northrend,
groupSize = 40,
type = "Battleground",
5340,7 → 5341,7
},
fishing_min = 575,
battlepet_low = 22,
battlepet_high = 23,
battlepet_high = 24,
}
 
zones[BZ["Uldum"]] = {
5358,7 → 5359,7
},
fishing_min = 650,
battlepet_low = 23,
battlepet_high = 23,
battlepet_high = 24,
}
 
zones[BZ["Ahn'Qiraj: The Fallen Kingdom"]] = {
5374,7 → 5375,7
},
type = "Complex",
battlepet_low = 16,
battlepet_high = 16,
battlepet_high = 17,
}
 
zones[BZ["Gilneas"]] = {
5434,7 → 5435,7
},
fishing_min = 650,
battlepet_low = 23,
battlepet_high = 23,
battlepet_high = 24,
}
 
zones[BZ["Tol Barad"]] = {
5447,7 → 5448,7
type = "PvP Zone",
fishing_min = 675,
battlepet_low = 23,
battlepet_high = 23,
battlepet_high = 24,
}
 
zones[BZ["Tol Barad Peninsula"]] = {
5461,7 → 5462,7
},
fishing_min = 675,
battlepet_low = 23,
battlepet_high = 23,
battlepet_high = 24,
}
 
 
5770,7 → 5771,7
 
zones[BZ["The Battle for Gilneas"]] = {
low = 85,
high = 85,
high = 90,
continent = Eastern_Kingdoms,
groupSize = 10,
type = "Battleground",
5779,7 → 5780,7
 
zones[BZ["Twin Peaks"]] = {
low = 85,
high = 85,
high = 90,
continent = Eastern_Kingdoms,
paths = BZ["Twilight Highlands"],
groupSize = 10,
5813,7 → 5814,7
},
fishing_min = 650,
battlepet_low = 23,
battlepet_high = 24,
battlepet_high = 25,
}
 
zones[BZ["Valley of the Four Winds"]] = {
5831,7 → 5832,7
},
fishing_min = 700,
battlepet_low = 23,
battlepet_high = 24,
battlepet_high = 25,
}
 
zones[BZ["Krasarang Wilds"]] = {
5843,7 → 5844,7
},
fishing_min = 700,
battlepet_low = 23,
battlepet_high = 24,
battlepet_high = 25,
}
 
zones[BZ["Kun-Lai Summit"]] = {
5862,7 → 5863,7
},
fishing_min = 625,
battlepet_low = 23,
battlepet_high = 24,
battlepet_high = 25,
}
 
zones[BZ["Townlong Steppes"]] = {
5878,7 → 5879,7
},
fishing_min = 700,
battlepet_low = 24,
battlepet_high = 24,
battlepet_high = 25,
}
 
zones[BZ["Dread Wastes"]] = {
5896,7 → 5897,7
},
fishing_min = 625,
battlepet_low = 24,
battlepet_high = 24,
battlepet_high = 25,
}
 
zones[BZ["Vale of Eternal Blossoms"]] = {
5912,7 → 5913,7
},
fishing_min = 825,
battlepet_low = 23,
battlepet_high = 24,
battlepet_high = 25,
}
 
zones[BZ["The Veiled Stair"]] = {
5929,7 → 5930,7
},
fishing_min = 750,
battlepet_low = 23,
battlepet_high = 24,
battlepet_high = 25,
}
 
-- Mists of Pandaria (MoP) cities
5965,7 → 5966,7
paths = BZ["The Jade Forest"],
groupSize = 5,
type = "Instance",
-- entrancePortal = { BZ["The Jade Forest"], 47.70, 51.96 }, TODO
entrancePortal = { BZ["The Jade Forest"], 56.20, 57.90 },
}
 
zones[BZ["Stormstout Brewery"]] = {
5975,7 → 5976,7
paths = BZ["Valley of the Four Winds"],
groupSize = 5,
type = "Instance",
-- entrancePortal = { BZ["Valley of the Four Winds"], 47.70, 51.96 }, TODO
entrancePortal = { BZ["Valley of the Four Winds"], 36.10, 69.10 },
}
 
zones[BZ["Shado-pan Monastery"]] = {
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: r155
## X-Curse-Packaged-Version: r157
## X-Curse-Project-Name: LibTourist-3.0
## X-Curse-Project-ID: libtourist-3-0
## X-Curse-Repository-ID: wow/libtourist-3-0/mainline
trunk/TitanRecZone/TitanRecZone.toc
1,8 → 1,8
## Interface: 50100
## Title: Titan Panel [|cffeda55fRecomended Zone|r] |cff00aa005.1.0.0|r
## Title: Titan Panel [|cffeda55fRecomended Zone|r] |cff00aa005.1.0.1|r
## Notes: Displays level for current zone and recommends zones and instances for your level.
## Version: 5.1.0.0
## X-Date: 2012-11-27
## Version: 5.1.0.1
## X-Date: 2012-12-03
## Author: Kernighan
## SavedVariables:
## SavedVariablesPerCharacter: