A module for Grid.
This mod recalls the "Target of Hostile Units" status in Grid before wow 3.0, which was replaced by Aggro Status using Blizzard threat APIs.
The threat APIs were introduced since WoW 3.0. They are more effecient and don't depend on third-party Libs. But the shortage is that it has a noticeable delay and can't indicate a temporary target change, for example, many bosses have some skills casting to a random non-aggro raid member.
I modified the Lib-Banzai to support GUID, and combined it with the former GridStatusAggro.lua, to make it a separated module.
- 3 comments
- 3 comments
Facts
- Date created
- 31 May 2009
- Categories
- Last update
- 18 Aug 2009
- Development stage
- Release
- Language
- enUS
- zhCN
- zhTW
- License
- All Rights Reserved
- Curse link
- GridStatusBanzai
- Recent files
- #3
Laren Fri, 10 Jul 2009 14:14:18I found it weird that the suggested fix on Curse would need to edit the Grid.lua. So I did some tinkering myself. The follwoing changes to GridStatusBanzai.toc and embeds.xml fixed the problem for me. I don't really have a clue about Lua, just looked how the other Grid modules do it ;).
GridStatusBanzai.toc:
embeds.xml:
Thanks a lot for the addon. Finally I am able to safe tanks again in a messy situation before they get annihilated by hard hitting mobs.
- #2
Laren Wed, 08 Jul 2009 14:48:26[2009/07/08 16:44:21-1199-x1]: gridstatusbanzai-1.0\GridStatusBanzai.lua:16: Cannot find a library instance of LibBanzai-2.0-GUID. Ace2-r1096\AceLibrary\AceLibrary.lua:490: in function `AceLibrary' gridstatusbanzai-1.0\GridStatusBanzai.lua:16: in main chunk
-Could the fix posted on the curse comment be added to a version please? :)
- #1
Delena Thu, 18 Jun 2009 02:05:36Was exactly what I needed and the lastest grid releases was missing it. Thanks :)