r184

Details

  • Filename
    LibTourist-3.0-r184.zip
  • Uploaded by
  • Uploaded
    Aug 6, 2016
  • Size
    39.00 KB
  • Downloads
    637
  • MD5
    d8bdc376ce90726b8ebcf28024bcc4ac

Supported WoW Retail Versions

  • 7.0.3

Changelog

------------------------------------------------------------------------
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
------------------------------------------------------------------------
r181 | Odica | 2015-07-17 09:55:31 +0000 (Fri, 17 Jul 2015) | 2 lines
Changed paths:
   M /trunk/LibTourist-3.0.lua
   M /trunk/LibTourist-3.0.toc

- Updated TOC to 60200
- Added Hellfire Citadel raid. Because this is a duplicate name with the Hellfire Citadel complex in Hellfire Peninsula, Outland, the raid is added to the mechanism that handles duplicate names, and is identified by LibTourist as "Hellfire Citadel (Draenor)".
------------------------------------------------------------------------