LibResComm-1.0
This library is basically deprecated. Addons using it should consider switching to LibResInfo-1.0, which does not depend on other group members having anything installed.
Keeps track of resurrection spells cast in a group. Uses the CTRA protocol for communication. Does not send messages when oRA2 or CTRA is enabled.
Credits:
originally written by DathRarhek, updated and improved by Myrroddin and Phanx
Mists of Pandaria
This version is backwards compatible, code-wise, but will only work on WoW 5.0.4. Please note the altered _ResEnd callback!
Code Examples:
-- API IsUnitBeingRessed(unit) -- returns boolean, resser -- Callbacks ResComm_ResStart(event, resser, endTime, target) ResComm_ResEnd(event, resser, target, complete) -- complete, boolean, true if successful ResComm_Ressed(event, name) ResComm_CanRes(event, name, typeToken, typeString) ResComm_ResExpired(event, name)
Links:
See the API description page for more information.
Want to help localize into your language? Great! Go here.
Comments are welcome. Please use the forum thread.
Bugs and suggestions should always be posted to the Ticket Tracker.
Comments