GridStatusRes displays the soulstone and resurrection status in Grid. It's compatible with oRA2 and CTRA through LibResComm.
GridStatusRes is dependant on other raiders using an addon with the CTRA res protocol to display the status. This can be CTRA, oRA2, SmartRes or an addon that uses LibResComm (like this one).
INSTALL:
After downloading and installing the addon. Go to the grid options, select the indicator you want to use (I suggest Center text 2 if you use it) and enable the three statuses called "Incomming Resurrection", "Soulstone" and "Resurrected".
LibResComm keeps track of resurrection and soulstones in a group. It broadcasts this using the CTRA res protocol that CTRA and oRA2 use too. It will not send messages when either of those are active.
BUGS:
- The endTime for resurrections casted by players that use oRA2 will not be accurate. This is because oRA2 sends its comm message on SPELLCAST_SENT and not SPELLCAST_START
- Resurrections that are succesfull will not trigger ResComm_ResEnd() for CTRA users. This is because CTRA only sends it on SPELLCAST_STOP.
It now also includes a resurection monitor that works with a library I've been working on called libResComm. It's based on ideas posted earlier in this tread.
You were right about HealComm_DirectHealDelayed(), I really just assumed and didnt check.
Thanks for the bugfix, although it kinda broke backward compability though.
How would you think about adding spell type and rank information?
I've used libhealcomm to create a mod that shows cast bars for all incomming heals on a target, and overheal color coding for each bar. If you want to take a look: http://bgm.agarhosting.nl/HealInc.zip
0
http://www.wowace.com/forums/index.php?topic=13283.0
0
Download: http://wow.curse.com/downloads/wow-addons/details/grid-status-res.aspx
Project Page: http://www.wowace.com/projects/grid-status-res/
Uses: LibResComm
GridStatusRes displays the soulstone and resurrection status in Grid. It's compatible with oRA2 and CTRA through LibResComm.
GridStatusRes is dependant on other raiders using an addon with the CTRA res protocol to display the status. This can be CTRA, oRA2, SmartRes or an addon that uses LibResComm (like this one).
INSTALL:
After downloading and installing the addon. Go to the grid options, select the indicator you want to use (I suggest Center text 2 if you use it) and enable the three statuses called "Incomming Resurrection", "Soulstone" and "Resurrected".
0
API description: http://www.wowace.com/projects/librescomm-1-0/pages/api-description/
Requires: LibStub CallbackHandler
LibResComm keeps track of resurrection and soulstones in a group. It broadcasts this using the CTRA res protocol that CTRA and oRA2 use too. It will not send messages when either of those are active.
BUGS:
- The endTime for resurrections casted by players that use oRA2 will not be accurate. This is because oRA2 sends its comm message on SPELLCAST_SENT and not SPELLCAST_START
- Resurrections that are succesfull will not trigger ResComm_ResEnd() for CTRA users. This is because CTRA only sends it on SPELLCAST_STOP.
0
0
It's here now:
http://bgm.agarhosting.nl/HealInc-v071.zip
It now also includes a resurection monitor that works with a library I've been working on called libResComm. It's based on ideas posted earlier in this tread.
I'll be uploading librescomm to the svn later.
0
Thanks for the bugfix, although it kinda broke backward compability though.
How would you think about adding spell type and rank information?
I've used libhealcomm to create a mod that shows cast bars for all incomming heals on a target, and overheal color coding for each bar. If you want to take a look:
http://bgm.agarhosting.nl/HealInc.zip
0
Bassicly remote clients are sending times without floats.