r108-nolib

Details

  • Filename
    MobSpells-r108-nolib.zip
  • Uploaded by
  • Uploaded
    Dec 4, 2012
  • Size
    16.01 KB
  • Downloads
    26
  • MD5
    80865332704a1b8243849938c9a361a8

Supported WoW Retail Versions

  • 5.1.0

Changelog

------------------------------------------------------------------------
r108 | dridzt | 2012-12-04 23:29:19 +0000 (Tue, 04 Dec 2012) | 1 line
Changed paths:
   M /trunk/MobSpells.lua

- Use STANDARD_TEXT_FONT instead of a hardcoded fontfile so this works for all game locales.
------------------------------------------------------------------------
r107 | dridzt | 2012-12-04 18:57:47 +0000 (Tue, 04 Dec 2012) | 1 line
Changed paths:
   M /trunk/MobSpells.lua

- Filter out player spells cast while mind-controlled by NPCs from showing under the NPCs abilities.
------------------------------------------------------------------------
r106 | dridzt | 2012-12-04 01:56:05 +0000 (Tue, 04 Dec 2012) | 8 lines
Changed paths:
   M /trunk/MobSpells.lua
   M /trunk/MobSpells.toc

- Fix NPCID extraction from GUID to 5.1 standards.
- Add options for all difficulties and get rid of the translation between dungeon / raid diffID by using the returns from GetInstanceInfo instead of GetDungeon|RaidDifficulty
- No attempt to migrate db data, the previous upgrade code wasn't working anyway there's diffIDs stored in the range 1-15, they will be automagically fixed during play.
- Upgrade group API to 5.x standards, add GROUP_JOINED event to enable logic.
- Remove pre-4.2 CLEU compat code.
- Fix reporting RAID -> INSTANCE_CHAT -> PARTY -> SAY
- Escape magic characters from the NPC filter so we can search for eg. 'Shado-Pan' without tripping over '-'
- .toc update, compatible with WoW 5.1 "Landfall"
------------------------------------------------------------------------
r105 | oscarucb | 2012-09-07 03:28:16 +0000 (Fri, 07 Sep 2012) | 2 lines
Changed paths:
   M /trunk/MobSpells.lua
   M /trunk/MobSpells.toc

5.x updates

------------------------------------------------------------------------