View Single Post
08-03-14, 11:43 PM   #1
Lybrial
A Flamescale Wyrmkin
AddOn Compiler - Click to view compilations
Join Date: Jan 2010
Posts: 120
Lua get Buff duration

Hi,

i want to return how much time left on my buff.

i startet with:

Code:
function()
    local value = select(15, UnitBuff("player", "Blood Shield")) or 0
    
end
But now i dont know how to go on.
Can somebody give a hint?
  Reply With Quote