Results: 2Comments by: Exclamatory
File: Roth UI (Diablo)06-19-14
Re: Re: Castbar Timer (0.8s/1.6s)
Posted By: Exclamatory
That is nothing you can do via config. Basically you need change the oUF castbar onUpdate function. That can be done since you can give your player castbar a specific castbar OnUpdate function. playerCastbar.OnUpdate = function(...) end https://github.com/haste/oUF/blob/master/elements/castbar.lua#L454 Advanced only. Alright. I...
File: Roth UI (Diablo)06-18-14
Castbar Timer (0.8s/1.6s)
Posted By: Exclamatory
Hi, I love this addon, I have everything configured perfectly. However, there is this one little detail that is actually bothering me. It is the castbar timers. Currently it would show the current timestamp, for example: Healing Surge 0.8s Picture: http://i.imgur.com/G0XspL4.jpg I want it to show Healing Surge 0.8s/1.25s...