| Updated: | 07-06-09 05:15 PM |
| Created: | 01-11-09 08:01 AM |
| Downloads: | 1,685 |
| Favorites: | 21 |
| MD5: |
File Name |
Version |
Size |
Author |
Date |
r108 |
4kB |
recluse |
01-12-09 12:58 AM |
|
r106 |
7kB |
recluse |
01-11-09 08:01 AM |
![]() |
Comment Options |
|
|
|
|
r210!
Well, after an incredibly long delay (egads, like six months?), I've updated FSRTimer. I've been around, but my focus has been on my other addons as of late.
Most notably, I have added an options GUI, which should make it easier for y'all to customize FSRTimer. In addition to this, there are several more options available for customization. I also fixed a bug where the bar would get 'stuck' in regen mode if the player was a druid and shifted into bear or cat form. Sorry about that my furry friends!
__________________
We'd be together, but only diamonds last forever... |
|
|
|
|
|
|
|
@Morafaye, I'm not sure what the issue there is. I downloaded it direct from the website and it extracted fine. Are you using Windows, or something else? I compress my archives using 7-Zip, and never encountered any issues with others being able to extract them.
I used an alternative compression method here, if you like to try and see if that one works for you?
__________________
We'd be together, but only diamonds last forever... |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 2
Uploads: 0
|
Sounds like it could really help me with my holy priest, but when I try to extract it, I get an error message with: File skipped unknown compression method. None of the other add-ons I have extracted gave me that message... What could be the problem?
|
|
|
|
|
||
__________________
Himeros 80 Draenei Holy Paladin EU-Bloodfeather > Have a !
|
||
|
|
|
|
||
"/fsrt counter showzero" to toggle showing/hiding it when it reaches zero.
__________________
We'd be together, but only diamonds last forever... |
||
|
|
|
|
||||
Code:
local myMana = " "
local _, manaCheck = UnitPowerType("player")
if manaCheck == "MANA" then
local curMana = UnitPower("player", 0)
local maxMana = UnitPowerMax("player", 0)
myMana = curMana.."/"..maxMana
end
timer.Counter:SetText(myMana)
As for the dynamic way I mentioned, you'd have to set it up to happen in the OnUpdate, and the method of OnUpdate I used would probably have to be changed to support it, but entirely possible *nod*
__________________
We'd be together, but only diamonds last forever...
Last edited by Recluse : 01-11-09 at 08:54 PM.
|
||||
|
|
|
|
|
|
And I changed your .lua a little, to make it not show the counter when I haven't cast anything in the past 5 seconds.
Really simple, just change the first code to the second code: Code:
function FSRTimer:TimerReset(start, full)
timer:SetScript("OnUpdate", nil) -- Turn off our timer update listener
-- Reset our duration
timerVar = timerDuration
timer.Fill:SetValue(timerVar)
timer.Counter:SetText("0.0")
-- Make the bar a bright green
timer.FillFG:SetVertexColor(0, 1, 0, 1)
-- Start listening, if our timer needs to start up again
if start then
timer:SetScript("OnUpdate", function(self, elapsed) FSRTimer:Timer(elapsed) end)
end
end
Code:
function FSRTimer:TimerReset(start, full)
timer:SetScript("OnUpdate", nil) -- Turn off our timer update listener
-- Reset our duration
timerVar = timerDuration
timer.Fill:SetValue(timerVar)
timer.Counter:SetText(" ")
-- Make the bar a bright green
timer.FillFG:SetVertexColor(0, 1, 0, 1)
-- Start listening, if our timer needs to start up again
if start then
timer:SetScript("OnUpdate", function(self, elapsed) FSRTimer:Timer(elapsed) end)
end
end
s, FonjaskEDIT: Bolded, Italiced and Underlined the change, wasn´t clear enough with just Bold.
__________________
Himeros 80 Draenei Holy Paladin EU-Bloodfeather > Have a !
Last edited by Fonjask : 01-11-09 at 02:04 PM.
|
|
|
|
|
|
|||
Maybe make the judgementtimer have a config on first run (or just tell people on the download site they have to set it up first, with for example Code:
/judgetimer #, where # is 6, 7 or 8 (seconds cooldown) s, Fonjask
__________________
Himeros 80 Draenei Holy Paladin EU-Bloodfeather > Have a !
|
|||
|
|
|
|
||||
__________________
We'd be together, but only diamonds last forever... |
||||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 11
Uploads: 0
|
Thanks!
I've been looking something like this for the last couple of months, ever since I started healing on my druid.
There are no non-packaged addons that provide this timer and the only old one I could find didn't work anymore. Definitely thanks again. |
|
|
|
|
|
|
Great addon, minimalistic, and I can make it look like it belongs to Quartz! Best of all current addons that do likewise at the moment.
Hope to see more likewise, minimalistic addons coming up! s, FonjaskPS: If you can make an exact copy of this bar, but then make it show the cooldown on my Paladin's Judgements (6 or 7 seconds with talents, 8 without), I would certainly download that as well, and a lot of other people with me!
__________________
Himeros 80 Draenei Holy Paladin EU-Bloodfeather > Have a !
|
|
|
|
![]() |
You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.