Recount is still not showing pet damage in the detail view. Here is a picture of what I mean. Skada is on the left for an example of what is showing and recount on the right for what is not showing. Both have similar damage and dps totals so it seems to be just a display issue?
Say this on page 67 for showing the alt power numbers on the bar. Can anyone confirm if this is still the most efficient function to show current/max alt power numbers for such things as spoils?
function(unit, unitOwner)
local maxAltPower = UnitPowerMax(unit,SPELL_POWER_ALTERNATE_POWER)
local altPower = UnitPower(unit,SPELL_POWER_ALTERNATE_POWER)
if( maxAltPower <= 0 ) then
return nil
end
return string.format("%s/%s", ShadowUF:FormatLargeNumber(altPower), ShadowUF:FormatLargeNumber(maxAltPower))
end
I thought I had used it the last time I used SUF but this time I couldn't select it when setting it up. Then again it was really late at night and I was really sleepy. I'll see if it still registers libsharedmedia and if not , I'll put in a ticket.
Is there a way to enable the editbox to appear by clicking on it like the default wow function? There are several situations where clicking the editbox is the only way to type in chat. While I can disable the prat module for the editbox, I would like to be able to move it.
I think you mean broker_recountfu which no longer works to show text information in the broker window (as in titan panel) or update information in the tool tip.
I don't need a glorified macro to launch recount as /recount toggle does that, what I want is useful functionality like skada has that shows personal dps live without having to have a window open.
Seeing how questfu is dead and gone. I would love to have a simple fubar addon that only showed the total quests int he fubar text and the quest list on the menu. Kinda like questfu light without all the added bloat.
0
0
0
I thought I had used it the last time I used SUF but this time I couldn't select it when setting it up. Then again it was really late at night and I was really sleepy. I'll see if it still registers libsharedmedia and if not , I'll put in a ticket.
0
0
0
I think you mean broker_recountfu which no longer works to show text information in the broker window (as in titan panel) or update information in the tool tip.
I don't need a glorified macro to launch recount as /recount toggle does that, what I want is useful functionality like skada has that shows personal dps live without having to have a window open.
0
Also, can you make it easier to track states per boss and not total until you clear it?
I really want to come back to recount because it's no longer lagging out the game but it needs to have more skada like functionality.
0
Oh how I wished I knew lua