This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
Have you ever found it difficult to keep track of yourself in the middle of a bunch of grid frames when groups are reorganised for specific encounters?
This plugin adds a status to grid to highlight yourself. You'll need to associate it with an indicator.
Make sure the indicator is set to your health bar colour/name/whatever you want and that the priority is greater than anything else if you need it to override any other indicators you use.
Date: 2011-02-17 20:45:36
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\GridStatusSelf\locale\enUS.lua line 1:
attempt to call global 'AceLibrary' (a nil value)
Debug:
[C]: AceLibrary()
GridStatusSelf\locale\enUS.lua:1: in main chunk
Is it possible to update this addon, please?
AceLocale dependency removed in latest release. Should be on curse soon.
Getting this error when I use it:
Date: 2011-02-17 20:45:36 ID: 1 Error occured in: Global Count: 1 Message: ..\AddOns\GridStatusSelf\locale\enUS.lua line 1: attempt to call global 'AceLibrary' (a nil value) Debug: [C]: AceLibrary() GridStatusSelf\locale\enUS.lua:1: in main chunk
Currently working for me (you'll have to enable out-of-date addons).
If you're getting a lua error, paste it in here and I'll see what can be done about it.
any change that this one gets fixed?? or is there an other way to showself
Fixed by replacing line 12 with this line of code:
GridStatusSelf = Grid:GetModule("GridStatus"):NewModule("GridStatusSelf")