
Download: Echo_104.zip
Description
Echo is a lightweight, highly performant notification feed that displays important game events without adding more chat or UI clutter. Notifications include player kills and deaths, item and loot bag drops, new mail, keep door and lord status, fort stages, zone lock warnings and large experience, renown or influence gains.
Each notification category can be enabled separately. Kill notifications can be limited to your group, warband or scenario warparty, while progression thresholds can be adjusted to filter out smaller gains. Loot notifications support item icons and rarity colours, and repeated drops of the same item are combined into a single notification.
Run /echo to open the config window.
Addon developers are welcome to use Echo as a notification display for their own addons, the public API supports plain messages as well as colour, icon and location options (and more):
Code: Select all
Echo.Message(L"Hello world")
Echo.Message(L"The keep is under attack", {
color = Echo.Colors.DESTRUCTION,
icon = 12345,
location = L"Reikwald",
})Echo depends on the LibTextLog library by yours truly (included in the archive) for kill and loot notifications. LibTextLog parses the game's combat, chat and alert feeds once, then shares structured kill, loot, RvR and server events with any addons listening for those updates.



