WoW-5.5.0-release1

Details

  • Filename
    LibTouristClassic-1.0-WoW-5.5.0-release1.zip
  • Uploaded by
  • Uploaded
    Jul 15, 2025
  • Size
    100.10 KB
  • Downloads
    1,147
  • MD5
    fcf69ba5e74bd78d986ee1e00d8b5062

Supported WoW Mists of Pandaria Classic Versions

  • 5.5.0

Changelog

tag 5918a7c1314f4f3a556d9f23eb5c639a9efede14 WoW-5.5.0-release1
Author:    Odica Jaedenar <[email protected]>
Date:    Tue Jul 15 13:27:09 2025 +0200

Tagged as WoW-5.5.0-release1

commit 6e802252a66b2c25c1e3eac64e47f86caaa38b6a
Author: Odica Jaedenar <[email protected]>
Date:   Tue Jul 15 13:26:16 2025 +0200

    Commit for release version. Changes since latest release version:

    - added Pandaria continent

    Added MoP zones:
    - Shrine of Seven Stars
    - Shrine of Two Moons
    - The Wandering Isle
    - The Jade Forest
    - Krasarang Wilds
    - Valley of the Four Winds
    - Kun-Lai Summit
    - The Veiled Stair
    - Townlong Steppes
    - Dread Wastes
    - Vale of Eternal Blossoms
    - Isle of Giants
    - Isle of Thunder
    - Timeless Isle

    Added MoP dungeons and raids:
    - Stormstout Brewery
    - Temple of the Jade Serpent
    - Mogu'shan Palace
    - Siege of Niuzao Temple
    - Shado-Pan Monastery
    - Throne of Thunder
    - Terrace of Endless Spring
    - Mogu'shan Vaults
    - Heart of Fear

    Added MoP transport connections:
    - Orgrimmar - The Jade Forest portal
    - Stormwind City - The Jade Forest portal
    - Shrine of Two Moons - Orgrimmar portal
    - Shrine of Seven Stars - Stormwind City portal
    - Townlong Steppes - Isle of Thunder v.v. portal
    - Kun-Lai Summit - Isle of Giants flight path
    - The Jade Forest - Timeless Isle v.v. flight path

    Added starter zones:
    - New Tinkertown
    - Northshire
    - Deathknell
    - Valley of Trials
    - Camp Narache
    - Shadowglen
    - Sunstrider Isle
    - Ammen Vale

    Other changes:
    - added Echo Isles
    - added battle pet levels
    - added extra bracket (85-90) to BG levels
    - added MoP herbs, mining nodes and ores, including localization
    - completely regenerated herb and mining data because the Map ID's of the Azeroth zones have changed
    - had to change the data structure for all mining nodes because Blizzard felt the need to introduce ONE mining node that can produce more than one type of ore (thanks, guys)
    - updated addon title in TOC

    API:
    - added function Tourist:GetBattlePetLevel(zone)
    - added function Tourist:GetBattlePetLevelString(zone)
    - added function Tourist:IteratePandaria()
    - added function Tourist:IsInPandaria(zone)

    BREAKING API CHANGE: return data has changed for:
    - Tourist:GetMiningNode(nodeObjectID)
    - Tourist:IterateMiningNodes()
    - Tourist:IterateMiningNodesByZone(mapID)

    The mining node data returned by these functions no longer contains the fields 'oreName' and 'oreItemID'. Instead, it contains a collection 'ores', key = ore item ID, value = ore name. This is to support Trillium veins that can yield White Trillium Ore and/or Black Trillium Ore.