r245

Details

  • Filename
    LibTourist-3.0-r245-alpha.zip
  • Uploaded by
  • Uploaded
    Oct 14, 2020
  • Size
    86.79 KB
  • Downloads
    400
  • MD5
    e77f21f102648a159964e045b632cc34

Supported WoW Retail Versions

  • 9.0.1

Changelog

- upped TOC version tom 90001

- Added Shadowlands continent, zones and instances
- Corrected ALL levels (squeeze)
- Added ChromieTime detection
- Added 'expansion' to Zone properties
- Removed "Violet Hold" from the duplicate names mechanism because not a duplicate ("Violet Hold" vs. "The Violet Hold")
- Map ID lookup: corrected several map names, added 275 new map IDs
- Tourist:GetLevel(zone) takes the current active Chromie Time expansion into account (untested)
- Removed "Amani Pass"
- Removed "The Ring of Valor"
- Added "Brawl'gar Arena"
- Added "Mardum, the Shattered Abyss"
- Added paths to Arenas so they can be found by Tourist:IteratePath

API CHANGES:
-----------

- Added function Tourist:IterateTheShadowlands()
Iterates through the unique localized names of all zones that have player levels defined and are on the The Shadowlands continent.

- Added function Tourist:IsInTheShadowlands(zone)
zone: unique (localized) zone name or uiMapID
Returns true if the zone is on the The Shadowlands continent.

- Added function Tourist:GetChomieTimeActiveExpansion()
Returns:
expansion (string)
info (ChromieTimeExpansionInfo)
Returns nil if no Chromie Time Expansion is active.

- Removed obsolete function Tourist:GetFishingLevel(zone). Use GetFishingSkillInfo(zone) instead.