Results: 3Comments by: Chokka
File: GCD Spectator01-31-12
A great idea. But the name "Ability...
Posted By: Chokka
A great idea. But the name "Ability Tracker" would be more accurately reflects the essence, because the interface with the NAO Invitations show not only the ability that having a GCD, but all used abilities. Or this addon really only tracks abilities that have GCD?
File: PlateBuffs12-17-11
This code in addon (in file frames....
Posted By: Chokka
This code in addon (in file frames.lua, local function iconOnShow(self)): if P.showCooldown == true and self.expirationTime > 0 then self.cdbg:Show() self.cd:Show() if P.showCooldownTexture == true then self.cdtexture:SetCooldown(self.startTime, self.duration); self.cdtexture:Show() end end Should be re...
File: dNamePlates08-01-11
If you have enabled display of frie...
Posted By: Chokka
If you have enabled display of friendly and enemy nameplates then when starting a duel, and a player from the friendly becoming hostile, and color his nameplate changes from blue/green to a color of a class, then, background color of a nameplate not updated and remains a blue/green. I fixed it moving these lines: local BGr, BGg...