This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I have a new "experimental" addon on curseforge that I would like to integrate with Grid2 (based on some requests from players). This addon attaches indicators to nameplates as another means of graphically indicating cluster information obtained from your aoeheals module:
https://wow.curseforge.com/addons/clusterhelper/
Please consider my proposal to add the following patch which will enable Grid2 to send the required messages to my addon (only if it is installed/enabled). I have already been speaking with the author of VuhDo, and have submitted a functionally identical integration patch for VuhDo as well. I am aiming to offer similar functionality and ease of setup to users of both Grid2 and VuhDo before I upload finished documentation and promote this to beta. Thanks for your time, and I appreciate your consideration.
diff -r 291d6316a5ad -r 4613cf3949d0 AoeHealsStatusNeighbors.lua --- a/AoeHealsStatusNeighbors.lua Fri Aug 19 21:40:28 2016 -0500 +++ b/AoeHealsStatusNeighbors.lua Fri Aug 19 21:42:57 2016 -0500 @@ -30,6 +30,9 @@ end end end + + if ClusterHelper then ClusterHelper:SendMessage("UPDATE", pi.unit, pi.count, "grid2") end -- SUPPORT FOR CLUSTERHELPER ADDON + if pi.count>=minPlayers then self:AddUnit( pi ) end
New announcement that unit positional data will no longer be available in raids, dungeons and competitive instances as of 7.1:
http://www.wowhead.com/news=255220/gamescom-interview-with-ion-watcher-hazzikostas-and-slootbag
Am I correct in assuming that this is going to permanently break the aoeheals module? If so, then this request (and my entire project) are pointless.
@lifegutter: Go
Yes, AoeHeals module and another indicators like direction Arrow will be almost useless in legion (they will work only outside instances).
Thanks for your response. In light of this, I will withdraw my request for now and follow up with you in future if they change decision. For now I am rewriting my addon to work differently and without filtering against cluster unit data. Good luck with the outcome for your module!
To post a comment, please login or register a new account.