r185

Details

  • Filename
    LibTourist-3.0-r185.zip
  • Uploaded by
  • Uploaded
    Sep 3, 2016
  • Size
    39.20 KB
  • Downloads
    551
  • MD5
    57a2c09fe268a57d93fd2e9b83c976c1

Supported WoW Retail Versions

  • 7.0.3

Changelog

------------------------------------------------------------------------
r185 | Odica | 2016-09-03 13:59:41 +0000 (Sat, 03 Sep 2016) | 1 line
Changed paths:
   M /trunk/LibTourist-3.0.lua

Bugfix: repaired the mechanism that sets the player level for the six Legion zones. Cached values were empty because they were initialized before the player level was known. Values should now also be updated when the player levels up during play.
------------------------------------------------------------------------
r184 | iceeagle | 2016-08-06 17:57:08 +0000 (Sat, 06 Aug 2016) | 1 line
Changed paths:
   M /trunk/LibTourist-3.0.lua

fix lua error "LibTourist-3.0.lua line 2525: table index is nil" due to missing  Tempest Keep complex name in EN table
------------------------------------------------------------------------
r183 | Odica | 2016-08-04 23:22:43 +0000 (Thu, 04 Aug 2016) | 27 lines
Changed paths:
   M /trunk/LibTourist-3.0.lua

- GetLevel function: battleground level brackets extended to level 110
- Implemented a mechanism to support variable raid sizes

- Raid group sizes updated for:
. Siege of Orgrimmar
. Blackrock Foundry
. Highmaul
. Hellfire Citadel (Draenor)
. The Emerald Nightmare
. The Nighthold

- Instance entrance coordinates added for:
. Blackwing Descent
. Shadowmoon Burial Grounds
. Grimrail Depot
. The Everbloom
. Blackrock Foundry
. Highmaul
. Hellfire Citadel (Draenor)

- API: added function IsInDraenor(zone)
- API: added function IsInBrokenIsles(zone)
- API: added function GetInstanceGroupMinSize(instance)
- API: added function GetInstanceGroupMaxSize(instance)
- API: added function GetInstanceGroupSizeString(instance, includeAltSize)
See API Reference page for details.

------------------------------------------------------------------------
r182 | Odica | 2016-08-02 13:52:41 +0000 (Tue, 02 Aug 2016) | 21 lines
Changed paths:
   M /trunk/LibTourist-3.0.lua
   M /trunk/LibTourist-3.0.toc

- updated TOC to 70000

- Completed and updated map ID lookup table
- Added Legion zones, cities, dungeons and raids
- Implemented handling for duplicate names for Dalaran and The Violet Hold
- Implemented dynamic zone levels for Legion zones (which scale to player level)
- Removed complex "Tempest Keep" due to "The Eye" being renamed to "Tempest Keep", causing a duplicate name
- Renamed "Temple of Ahn'Qiraj" to "Ahn'Qiraj"
- Corrected casing for Shado-Pan Monastery

- API: Added function IterateDraenor()
- API: Added function IterateBrokenIsles()
- API: added function GetLegionZoneLevel()

TODO:
- all Legion transports/portals
- acquire map ID for Maw of Souls
- still some entrance coordinated for Draenor instances
- figure out how Eye of Azshara is implemented (map wise)
- develop a mechanism to reflect the variable raid group sizes
- check fishing skill mechanism for Legion
------------------------------------------------------------------------