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.
Facts
- Date created
- Sep 05, 2008
- Category
- Last update
- Aug 25, 2012
- Development stage
- Release
- Language
- deDE
- enUS
- frFR
- koKR
- ruRU
- zhCN
- zhTW
- License
- GNU General Public License version 2 (GPLv2)
- Curse link
- LibResComm-1.0
- Reverse relationships
- 4
- Downloads
- 40,947
- Recent files
- R: v92 for 5.0.4 Aug 25, 2012
- A: r91 for 5.0.4 Aug 21, 2012
- B: r90 for 5.0.4 Aug 12, 2012
- A: r89 for 5.0.4 Aug 12, 2012
- B: MoP-Beta-r88 for 4.3.4 Aug 12, 2012
Authors
Relationships
- Embedded library
- CallbackHandler-1.0
- LibStub