promotional bannermobile promotional banner

Storm, Earth, and Fire

Tracker for Storm, Earth, and Fire spirits

File Details

v1.0b1

  • B
  • Mar 11, 2013
  • 24.48 KB
  • 567
  • 5.2.0
  • Retail

File Name

StormEarthAndFire-v1.0b1.zip

Supported Versions

  • 5.2.0

tag v1.0b1
ab7ffa3a5938525cb39db74cb3d5aa1dbd1a5a04
Kevin Ballard <kevin@sb.org>
2013-03-11 13:11:40 -0700

Tagging as v1.0b1

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

Kevin Ballard:
    - Switch over to the external LibStormEarthAndFire-1.0
    - Change Author to Eridius
    - Convert Tracker.lua into a library named LibStormEarthAndFire-1.0
    This is in preparation for splitting the tracker out into its own addon.
    - Add some functions to tracker to query current spirit info
    tracker:SpiritInfoByTargetGUID(guid)
      Returns info about a spirit targeting the given guid, if any.
    
    tracker:NumSpirits()
      Returns the number of active spirits.
    
    tracker:SpiritInfoByIndex(index)
      Returns info about the given spirit by index from 1 to NumSpirits().
    - Visually indicate when a spirit shares your target
    Also fix sending SPIRIT_TARGET_END when the player deselects their
    target.
    - Properly enable/disable on spec change
    This will also prevent the config UI for showing up for non-monks.
    - Remove debug logs on new/dead spirit
    - Add /sef and /StormEarthAndFire slash-commands
    - Full DB support and config mode
    Provide a DB object that wraps the saved variables.
    
    Implement a config mode (on by default) that allows for moving of the
    frame and display of dummy data.
    - Basic UI display of spirits
    - Minor fixes to tracker
    Pass `self` to the dispatched functions.
    
    Test the npcid properly.
    
    Send the SPIRIT_TARGET_END event when the spirit dies.
    - Initialize properly
    - Initial source