Currently not being maintained
Important!
The addon is required by every player you want to keep track of. It is not enough for only you to have the addon if you want information regarding your other party members.
What?
LibWeaponEnchantComm is a library that keeps track of Weapon Enchants provided by Shamans by both the player and the people they are grouped with. The addon will show nothing by itself, instead it's meant to be used as a library for other addons (or WeakAuras) to provide reliable timers for Shamans' Weapon Enchants.
It will currently keep track of all ranks of Flametongue- and Windfury totem for all party members.
How?
The addon sends updates through the CHAT_MSG_ADDON channel anytime a weapon enchant are added, removed or refreshed and stores it for usage.
The data can be recieved by:
local weaponEnchantLib = LibStub("WeaponEnchantLib-1")
local playerData = weaponEnchantLib:GetPlayerData("PLAYER_NAME")
You can also subscribe to the following addon message prefixes.
Weapon Enchant added or refreshed:
Prefix:WF_STATUS
Data:playerGUID;weaponEnchantInfo;expiration;lag
Weapon Enchant removed:
Prefix:WF_STATUS_REMOVE
Data:playerGUID
Compatible With
LibWeaponEnchantComm uses the same protocol as multiple other Addons and WeakAuras related to Weapon Enchants. Therefore this addon is also compatible with:
- WF Now! v2 (https://wago.io/6lkNDc0xP)
- Weapon Enchant (https://wago.io/C_xbUK-V7)
- Windfury HUD (https://www.curseforge.com/wow/addons/windfury-hud)
- WindfuryComm (https://www.curseforge.com/wow/addons/windfurycomm)