WoWInterface SVN TitanPanelRecommendedZone

Compare Revisions

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

Rev 73 → Rev 72

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