WoW-2.5.1-alpha1

Details

  • Filename
    LibTouristClassic-1.0-WoW-2.5.1-alpha1.zip
  • Uploaded by
  • Uploaded
    May 23, 2021
  • Size
    66.82 KB
  • Downloads
    514
  • MD5
    2aa9cfeeff65f0c585f5bb32a5ac2b0d

Supported WoW Burning Crusade Classic Versions

  • 2.5.1

Changelog

tag bd7deeaa70419f9a4c7f708801fe8b61be1a6e54 WoW-2.5.1-alpha1
Author:    Odica Jaedenar <[email protected]>
Date:    Sun May 23 22:16:31 2021 +0200

WoW-2.5.1-alpha1

commit 3c168a5552131736cabc14a43a514df9b47dd266
Author: Odica Jaedenar <[email protected]>
Date:   Sun May 23 22:15:26 2021 +0200

    WoW Burning Crusade Classic Upgrade

    Updated version in TOC to 20501

    Added Burning Crusade content:
    - Outland continent
    - zones
    - instances
    - complexes
    - transports/portals
    - flight nodes
    - herb data and localizations
    - mining data and localizations
    - fishing levels
    - map IDs
    - battleground level brackets 60-64 and 65-69 (GetLevel function)

    Other changes:
    - Added Blackrock Mountain (complex)

    API CHANGES
    -----------
    - Added function Tourist:IterateOutland()
    - Added function Tourist:IsInOutland(zone)
    - Function Tourist:GetHerb(herbItemID) no longer returns the number of nodes per zone
    - Function Tourist:IterateHerbs() no longer returns the number of nodes per zone
    - Function Tourist:IterateHerbsByZone(mapID) no longer returns the number of nodes for the specified zone
    - Function Tourist:GetMiningNode(nodeObjectID) no longer returns the number of nodes per zone
    - Function Tourist:IterateMiningNodes() no longer returns the number of nodes per zone
    - Function Tourist:IterateMiningNodesByZone(mapID) no longer returns the number of nodes for the specified zone

    Note
    The number of herbalism and mining nodes for each zone had been removed from the library because this data was based on (a snapshot of) player reports.
    Because of this, the values are not accurate and subject to change as new nodes are found.
    Keeping the node counts up to date in LibTourist would require a LOT of work and still the data would never be fully accurate.
    Besides that, there is very little data available for the Burning Crusade nodes at this time, as most nodes are still to be disovered and reported.

    TODOs
    - Herb and mining data for Azuremyst Isle, Bloodmyst Isle, Ghostlands and Eversong Woods (and Isle of Quel'Danas, if applicable)
    - Caverns of Time + instances (missing C_Map data)
    - Isle of Quel'Danas + instances (missing C_Map data)
    - The Eye? (missing C_Map data)
    - check for missing portal connections
    - add API for Arenas, check code for other changes required for arenas
    - anything else I forgot...