This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
when you are in combat, the GetSetTime(set) function returns 0 for the current fight
I would change it like this:
GetSetTime(set)
if set.time > 0 then -- set.time always returns the number 0 for current fight return set.time else return (time() - set.starttime) end
end
To post a comment, please login or register a new account.