r157
Details
-
FilenameLibTourist-3.0-r157.zip
-
Uploaded by
-
UploadedDec 3, 2012
-
Size31.83 KB
-
Downloads804
-
MD5e9162b87dde3cd3908765fc405746c2f
Supported WoW Retail Versions
- 5.1.0
Changelog
------------------------------------------------------------------------
r157 | Odica | 2012-12-03 19:14:41 +0000 (Mon, 03 Dec 2012) | 4 lines
Changed paths:
M /trunk/LibTourist-3.0.lua
M /trunk/LibTourist-3.0.toc
- updated TOC to 5.1
- corrected battle pet levels for most zones
- added entrance portal coordinates for The Temple of the Jade Serpent
- added entrance portal coordinates for Stormstout Brewery
------------------------------------------------------------------------
r156 | Odica | 2012-11-28 21:57:01 +0000 (Wed, 28 Nov 2012) | 2 lines
Changed paths:
M /trunk/LibTourist-3.0.lua
- updated max level for all battlegrounds 85 -> 90
- changed the way BGs are recommended
------------------------------------------------------------------------
r155 | Odica | 2012-11-21 22:03:48 +0000 (Wed, 21 Nov 2012) | 11 lines
Changed paths:
M /trunk/LibTourist-3.0.lua
- added zone: Molten Front
- corrected zone level for Dread Wastes: was 87-88, now 89-90
- added Battle Pet Levels (special thanks to Grdn!)
- API: added function:
low,high = GetBattlePetLevel(zone)
- API: added function:
r,g,b = GetBattlePetLevelColor(zone, petLevel)
- API: added function:
string = GetBattlePetLevelString(zone)
- API: made function public:
r,g,b = CalculateLevelColor(low, high, currentLevel)
------------------------------------------------------------------------