WoW-2.5.1-beta2

Details

  • Filename
    LibTouristClassic-1.0-WoW-2.5.1-beta2.zip
  • Uploaded by
  • Uploaded
    Jun 26, 2021
  • Size
    68.73 KB
  • Downloads
    290
  • MD5
    2c691c6db2eb6132a91476c836baf7e2

Supported WoW Burning Crusade Classic Versions

  • 2.5.1

Changelog

tag b009e8a5e42f79b557d38134fb3311c6777bd3eb WoW-2.5.1-beta2
Author:    Odica Jaedenar <[email protected]>
Date:    Sat Jun 26 23:48:04 2021 +0200

Tagged as WoW-2.5.1-beta2

commit 3883e8271f077febd92490e2fd4155a4467d5b34
Author: Odica Jaedenar <[email protected]>
Date:   Sat Jun 26 23:46:36 2021 +0200

    - Corrected the colors returned by GetGatheringSkillColor to match the quest difficulty colors used by the game.

    - Made some improvements to the path finding function Tourist:IteratePath(alpha, bravo) to support TBC:
    Avoid hostile portals at all cost (hostile boats or zeppelins are accessible, hostile portals are not)
    Avoid using connections to Outland when player level is below 58

    - All transport connection names now properly reflect the travel direction (i.e. Darkshore - Teldrassil Boat vs. Teldrassil - Darkshore Boat)

    - Corrected the names of the zeppelins from/to Undercity: these now connect to Tirisfal Glades.

    API CHANGES
    -----------

    - Added Function Tourist:GetRequiredSkinningSkill(level)
    Returns the minimum required skinning skill for a given mob or zone level. This value is calculated.

    - Added function Tourist:GetSkinningLevelString(zone)
    Formats the calculated minimum and maximum skinning skill as "[min]-[max]", based on the minimum and maximum player level for the given zone.
    Returns one number if min and max are equal.
    Returns an empty string if no player levels are applicable (like in Cities) or available.