Hi,
may be i'm a litte confused - but i can't find the FuBar Plugin.
Can someone tell me how to enable the Plugin?
I think there isn't any Option to remove the Sticky buffs if a mob dies. May be you can do it like most other addon - just remove it with a mouseclick.
1) /classtimer
2) Bar Settings -> player
3) General
4) ...No way to swap icon side anymore?
I may be missing it but I don't see a way to change the side of the icons anymore, older versions have had it. If it's not there anymore could you put it back in please?
I'm using allinone for focus and target, owner is target.
I see sunder armor for example on my focus and on my target. but if I switch back to focus, all bars disappear. When I switch target to the one thats not focus, both bars are back!
right i am heading off to uni tomorrow and will be around alot elss so i will need someone/a few people who want to be added as authors when the new wowace comes out to maintain it while i am away.
1) /classtimer
2) Bar Settings -> player
3) General
4) ...No way to swap icon side anymore?
I may be missing it but I don't see a way to change the side of the icons anymore, older versions have had it. If it's not there anymore could you put it back in please?
[ bar ][icon]
[icon][ bar ]
This -^
The icon side is under the Texture tab, not the General one.
for i = 1, 32 do
local name, _, texture, count, _, duration, endTime = UnitBuff(unit, i)
if not name then
break
end
if duration and duration > 0 and self.db.profile.Abilities[name] then
local t = new()
t.startTime = endTime - duration
t.endTime = endTime
if self.db.profile.Units.sticky.enable and self.db.profile.Sticky[name] then
stickyset = true
t.unitname = UnitName(unit)
number = sticky[name..t.unitname] or #sticky+1
sticky[number] = t
sticky[name..t.unitname] = number
else
tmp[#tmp+1] = t
end
t.name = name
t.unit = unit
t.texture = texture
t.duration = duration
t.remaining = endTime - currentTime
t.count = count
t.isbuff = true
end
end
...
for i = 1, 40 do
local name, _, texture, count, dispelType, duration, endTime = UnitDebuff(unit, i)
if not name then
break
end
if duration and duration > 0 and self.db.profile.Abilities[name] then
local t = new()
t.startTime = endTime - duration
t.endTime = endTime
if self.db.profile.Units.sticky.enable and self.db.profile.Sticky[name] then
stickyset = true
t.unitname = UnitName(unit)
number = sticky[name..t.unitname] or #sticky+1
sticky[number] = t
sticky[name..t.unitname] = number
else
tmp[#tmp+1] = t
end
t.name = name
t.unit = unit
t.texture = texture
t.duration = duration
t.remaining = endTime - currentTime
t.count = count
t.dispelType = dispelType
end
end
end
...
for k,v in ipairs(tmp) do
local bar = bars[unit][k]
bar.text:SetText(text(db.bartext, v.name, v.count, v.unit))
bar.icon:SetTexture(v.texture)
local elapsed = (v.duration - v.remaining)
local startTime, endTime = v.startTime, v.endTime
bar.startTime = startTime
bar.unit = unit
bar.duration = v.duration
bar.endTime = endTime
bar.isbuff = v.isbuff
it will work when someone gives me a list of all the abilities they need timers for. and i need updates on most other classes too like abilities removed and new abilities etc
I'm using allinone for focus and target, owner is target.
I see sunder armor for example on my focus and on my target. but if I switch back to focus, all bars disappear. When I switch target to the one thats not focus, both bars are back!
i will add them when i can and also i already have a working woltk version in branches and also that isnt all the affected area
If you have a working version for wotlk, I'd much rather use what you have currently.
Please update the post over at http://www.wowinterface.com/downloads/info11044-Classtimer.html that i made so that people could get a working version.
Let me know if it requires being taken down, I'll take it down, or just report it and they will so you can make a new post. (not sure how long the latter takes)
Heya there,thanks for your efford ominous and nymbia!Classtimer is a great addon,i have a few questions though!I mainly use classtimer to track down the duration of fear/seduction/curse of tongues in arena,so is there a way to make the timers appear even when changing targets(its really troublesome to change targets to see the remaining duration :< )and track down partner skills such as as sap/blind?Also is there any way to make the bars appear as blizzard's default frames?Thanks for your time and have fun! :)
Any idea when this will work for warriors. Right now the only thing I saw working was battleshout. But its not showing other timers for rend, demo shout. Etc. For arms having a rend timer will help a lot.
I dl ClassTimer v2.1.0-beta but i dont see the bars anymore, im not sure whats wrong, i dont see either, no player/target/focus, i though was something from the old config, so i did a new profile still same no display =(.
may be i'm a litte confused - but i can't find the FuBar Plugin.
Can someone tell me how to enable the Plugin?
I think there isn't any Option to remove the Sticky buffs if a mob dies. May be you can do it like most other addon - just remove it with a mouseclick.
Regards, Hendrik
2) Bar Settings -> player
3) General
4) ...No way to swap icon side anymore?
I may be missing it but I don't see a way to change the side of the icons anymore, older versions have had it. If it's not there anymore could you put it back in please?
[ bar ][icon]
[icon][ bar ]
This -^
It's fixed for me ...
I'm using allinone for focus and target, owner is target.
I see sunder armor for example on my focus and on my target. but if I switch back to focus, all bars disappear. When I switch target to the one thats not focus, both bars are back!
ideas anyone?
please pm me if you are interested
alastair
The icon side is under the Texture tab, not the General one.
Please add:
Talents = {
GetSpellInfo(50334), -- Berserk
GetSpellInfo(58180), -- Infected Wounds
GetSpellInfo(45334), -- Feral Charge (root debuff)
to druid.lua
there's also a change with UnitBuff in wotlk.
Please notice:
http://forums.worldofwarcraft.com/thread.html?topicId=10535467068&sid=2000
here's the affected portions:
So that I still got no answer Im asking again ;)
If you have a working version for wotlk, I'd much rather use what you have currently.
Please update the post over at http://www.wowinterface.com/downloads/info11044-Classtimer.html that i made so that people could get a working version.
Let me know if it requires being taken down, I'll take it down, or just report it and they will so you can make a new post. (not sure how long the latter takes)
This is for 3.0