r246

Details

  • Filename
    LibTourist-3.0-r246-alpha.zip
  • Uploaded by
  • Uploaded
    Oct 15, 2020
  • Size
    88.34 KB
  • Downloads
    679
  • MD5
    cfc232302f8041b907b500e77e01f4d9

Supported WoW Retail Versions

  • 9.0.1

Changelog

------------------------------------------------------------------------
r246 | Odica_Jaedenar | 2020-10-15 20:35:20 +0000 (Thu, 15 Oct 2020) | 13 lines
Changed paths:
   M /trunk/LibTourist-3.0.lua

- Added Spires of Ascension
- Added skill info for Shadowlands (fishing, mining, herbalism, skinning)
- Added Expansion attribute to continents
- Added 5 missing flight nodes
- Fixed path between Exile's Reach and Darkmaul Citadel
- Refactored Expansion lookup

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

- Added function Tourist:GetExpansion(zone)
zone: unique (localized) zone name or uiMapID
Returns: Expansion index (number) and the English expansion name (string)

------------------------------------------------------------------------
r245 | Odica_Jaedenar | 2020-10-14 19:34:53 +0000 (Wed, 14 Oct 2020) | 33 lines
Changed paths:
   M /trunk/LibTourist-3.0.lua
   M /trunk/LibTourist-3.0.toc

- 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 funtion 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.
------------------------------------------------------------------------