Thread: RealUI
View Single Post
01-22-14, 08:00 AM   #3327
vaizard
An Aku'mai Servant
Join Date: Apr 2013
Posts: 30
Originally Posted by Gethe View Post
I've done a bit of testing for the Grid2RaidDebuff issue. From what I can tell there is a bug with the RaidDebuffOptions module where it does not load properly. In addition to this, while RD does have debuffs for SoO none of them are enabled by default.

For the options to load properly i've found this to work:
  1. Press "Esc." and open Interface
  2. Select the "AddOns" tab
  3. Select Grid2
  4. Select any other addon (e.g. RealUI)
  5. Select Grid2 again, there may be a slight pause here.
  6. Press "Okay"
  7. Open RealUI Config
  8. Select "Raid Frames"
  9. Press "Advanced Settings"

Raid Debuffs should be listed under the Debuffs category in "Statuses". If you have AOE Heals enabled it will be it's own category in "Statuses".

Once you get the modules setup they should function properly as this seems to be a bug specifically with the options. This also means that if you ever want to modify these mods, you will need to do the above procedure to do so.

I realize this is fairly obnoxious, but it's the only way i've found to get it to work. I'll see if i can figure out what is happening here and post a fix.
I was looking on the same problem. It's seems like something on grid2 stop using LibBabble-Zone.

I was take a look on the code and have some hardcoded variablies like:

GSRD.engMapName_to_mapID = {
--this is for updating old saved settings after removing LibBabble-Zone, the names wont be used anymore
--users should not have to update all old settings

--Mists of Pandaria
["Heart of Fear"] = 897,
["Mogu'shan Vaults"] = 896,
["Kun-Lai Summit"] = 809,
["Terrace of Endless Spring"] = 886,
["Throne of Thunder"] = 930,

If we check de debug option on the grid 2 and enter on SOO we will see the msg: "total raid debuffs load for the location [953] is 0".

So I think is something about the Name and the ID. Someway when doing the processes u told us maybe pass throw in aother function to get the zone and then load the debuff options.