
This addon tracks the usage of world buff items within the raid.
Whenever a player consumes a world buff item, the addon automatically logs the usage.
You can then view the recorded buffs either through a dedicated UI frame or by listing them in the chat using a simple command.
Basicaly you can type:
/et show: to display the frame
/et hide: to hide the frame
/et log: to display in chat the log
/et clear: to clear historical data recorded
More extensively:
- this addon parse event log to handle UNIT_SPELLCAST_SUCCEEDED, when one is handle it check if the unit is in the raid and if the spell is one form the sod world buff item. If every thing is ok, it logged that this user have used this item.
- when the command /et show is used, it draw a frame with all the world buff usage by date
- when the command /et log is used, it dump the usage in the chat
- when the command /et hide is used it hide the frame
- when the command /et clear is used it clear the local database that store all the event
- the addon persist this map to keep the historical data.