Thread: Aura Mastery
View Single Post
05/18/16, 08:12 PM   #14
Randactyl
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 251
using 0.2a

okay, so I have this set up:



Firstly, the aura box is not displayed on UI load as I would expect it to be under the specified conditions (no, i was not affected by the buff at the time of UI load)

Secondly, the box appears as it is supposed to if I cast Igneous Weapons after the UI load and the time remaining reaches the specified value. When it appears or when the buff runs out (couldn't pinpoint), these errors are thrown:
Code:
user:/AddOns/AuraMastery/Functions.lua:36: attempt to index a nil value
stack traceback:
	user:/AddOns/AuraMastery/Functions.lua:36: in function 'AuraMastery.OnEffectEvent'

user:/AddOns/AuraMastery/Functions.lua:107: attempt to index a nil value
stack traceback:
	user:/AddOns/AuraMastery/Functions.lua:107: in function 'AuraMastery:CheckCondition'
	user:/AddOns/AuraMastery/Functions.lua:94: in function 'AuraMastery:TriggerAura'
	user:/AddOns/AuraMastery/Functions.lua:65: in function 'AuraMastery:UpdateAura'
	user:/AddOns/AuraMastery/Functions.lua:60: in function 'AuraMastery.updateHandler'
Edit: I forgot to say that the aura box does not update after the errors are thrown and is just stuck there.