Originally Posted by Marieth
You do not have to afraid to modify the lua. There is no ingame configuration, but you can track about everything you want, as long as you have a spellID.
The configuration in the lua is pretty easy and well documented in the file itself.
|
Thanks, I failed.

A english documented support would be gladly appreciated as my german dates back to a long time ago.
Anyways I tried to add this in the .lua :
{ spellId = 58597, barWidth = 201.5, barIcon = 2, barSpellname = 1, size = 18, scale = 1, unitId = "player", isMine = 1, filter = "HELPFUL", alpha = { 1, 0 }, setPoint = { "TOP",150, -200 } },
Which seems to be working when I did not put the sacred shield buff (it seems to be waiting for the sacred shield proc) in configuration's mode.
But as soons as I used the sacred shield buff. A new bar replace this one with the sacred shield buff timers.
It seems to me that this addon track the spell from the name althougth I only input the spellid from the sacred shield proc.
Without the buff, seems to be waiting for the proc.
With the buff
Thanks for the help in advance