Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: rulezyx
Forum: Lua/XML Help 06-21-21, 11:11 AM
Replies: 5
Views: 1,984
Posted By rulezyx
function AuraButton_UpdateDuration(auraButton,...

function AuraButton_UpdateDuration(auraButton, timeLeft)
local duration = auraButton.duration;
if ( SHOW_BUFF_DURATIONS == "1" and timeLeft )...
Forum: Lua/XML Help 06-21-21, 05:26 AM
Replies: 5
Views: 1,984
Posted By rulezyx
Ok, I tried to find a code for the default...

Ok, I tried to find a code for the default buff/debuff frames to put it together.

Found this:

function AuraButton_UpdateDuration(auraButton, timeLeft)
local duration = auraButton.duration;
if (...
Forum: Lua/XML Help 06-21-21, 04:36 AM
Replies: 5
Views: 1,984
Posted By rulezyx
ty:) will try to work with that

ty:) will try to work with that
Forum: Lua/XML Help 06-20-21, 09:08 PM
Replies: 5
Views: 1,984
Posted By rulezyx
show decisecond when timer is at one second

Hello,

usually I write something like %.1f instead of %d to get it to show one decimalpoint.

But I want to make it so that it only turns to decimalpoint when the timer is at one (1) second.

so 3,...
Showing results 1 to 4 of 4