LibDispellable-1.0

Test whether the player can really dispell a buff or debuff, given its talents.

File Details

1.6

  • R
  • Nov 18, 2013
  • 6.49 KB
  • 547
  • 5.4.1
  • Retail

File Name

LibDispellable-1.0-1.6.zip

Supported Versions

  • 5.4.1

tag 1.6
804bbbb791eb1669582ed5d7e2e64baff2218fec
Adirelle <adirelle@gmail.com>
2013-11-18 18:36:36 +0100

Tagging as 1.6.

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

Adirelle:
    - Fixed "offensive" field error with hunters.
    - Fixed an error with Nature's Cure.
    - Fixed BC break.
    - Manual minor bump.
    As a real developer, as nevcariel told me to do. ;-)
    - Added a third parameter to IterateDispellableAuras, that allows to iterate through all dispellable auras regardless of player abilities.
    - Do no recreate a new .spell table on every upgrade.
    - Use .buff and .debuff internal tables instead of .offensive, .tranquilize and .defensive.
    This far more simple to handle.
    - Merged specialIDs and enrageEffectID tables, since they had the same purpose.
    - Added spells given to druid by symbiosis: cleanse and purge.
    - Minor bump.
    - Reduced copy-pasta in internals, no API changes.
    - Added :IsDispellable and :GetDispelSpell.
    - Added two new methods: :HasDispell and :IterateDispelSpells.