This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. Set up corner/side to show buff icons2. Add Sacred Shield to that spot3. Cast Sacred Shield
What is the expected output? What do you see instead?It should show a small icon of SS. Instead nothing shows. It works fine for every other buff I've thrown at it thus far.
What version of the product are you using?r286
Do you have an error log of what happened?
Please provide any additional information below.
I tried this on my paladin and it worked fine for me.
It's worth noting that Sacred Shield is missing from the Default Paladin buffs, it might be worth adding it?
Here's the patch:
Index: Options/GridDefaults.lua =================================================================== --- Options/GridDefaults.lua (revision 303) +++ Options/GridDefaults.lua (working copy) @@ -235,6 +235,7 @@ setup.buffs["buff-DivineShield-mine"] = {642, true, nil, 1, 1, 1, 1} setup.buffs["buff-DivineProtection-mine"] = {498, true, nil, 1, 1, 1, 1} setup.buffs["buff-HandOfProtection-mine"] = {1022, true, nil, 1, 1, 1, 1} + setup.buffs["buff-SacredShield"] = {53601, false, nil, 1, 1, 1, 1} self:SetupIndicatorStatus(setupIndicator, "corner-top-left", "buff-BeaconOfLight-mine", 99) self:SetupIndicatorStatus(setupIndicator, "corner-top-left", "buff-LightsBeacon-mine", 99)
I've not set the 'mine' indicator as sacred shields don't stack with other paladins' shields, so it's important to know if any paladin has shielded someone or not.
Added and hooked up to side-left
To post a comment, please login or register a new account.