LibResComm-1.0

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

Code Examples:

-- API
IsUnitBeingRessed(unit)
-- Callbacks
ResComm_ResStart(event, resser, endTime, target)
ResComm_ResEnd(event, resser, target)
ResComm_Ressed(event, name)
ResComm_CanRes(event, name, typeToken, typeString)
ResComm_ResExpired(event, name)

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.

You must login to post a comment. Don't have an account? Register to get one!

Facts

Date created
Sep 05, 2008
Category
Last update
Dec 11, 2011
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
6
Downloads
38,245
Recent files
  • A: r86 for 4.3 Dec 11, 2011
  • A: r85 for 4.3 Dec 11, 2011
  • A: r84 for 4.3 Dec 11, 2011
  • A: r83 for 4.3 Dec 09, 2011
  • R: v82 for 4.2 Oct 17, 2011

Authors

Relationships

Embedded library
CallbackHandler-1.0
LibStub