Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

WoWInterface » Developer Discussions » Lua/XML Help » Lua get Buff duration


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off