![]() |
#1 |
error: attempt to call compare number with nill
I'm trying to remake an addon, but came across something I can't solve on my own it seems.
So the addon tracks ability cooldowns and it actually works, except for the GCD's showing up and the icon of the first ability that got used after logging being stuck on the bar. Now I've check some other addons and they used the following code to prevent GCD from showing up: Code:
if ((ability.cooldown ~= nil) and (ability.currentCooldown <= ability.cooldown + 0.0001) and (ability.currentCooldown >= ability.cooldown - 0.0001)) then Any help would be appreciated ![]() EDIT1: I saw the API changed and made ability.currentCooldown into ability.currentCooldownDuration. That fixed the error but I got a new one now. "attempt to index global "ability' ( a nil value)" Last edited by Tsukiyo : 06-21-13 at 01:05 PM. |
|
![]() |
![]() |
![]() |
#2 |
Fixed - I'm retarded :>
|
|
![]() |
![]() |
![]() |
![]() | Riftui » Developer Discussions » Lua Help » error: attempt to call compare number with nill |
«
Previous Thread
|
Next Thread
»
|
Thread Tools | |
Display Modes | |
|
|