Im trying to make an aura load only few seconds after an encounter is successfull, i don't want the aura to be loaded the rest of the time.
I could do a custom trigger for display only after an encounter_end event but i want it to not be displayed AND moreover totally unloaded. Its for a performance purpose (as i have another trigger which seek another event i dont want it to be always on).
I don't see any custom option into the "load" section and i don't see exactly how i can do that.
#Load an aura Only 10-15s after a successfull encounter
5 messages · Page 1 of 1 (latest)
You can't do that.
There's no such load option, and you won't have any performance issues just listening to encounter end in the trigger.
Hmm sorry, i wasnt so clear, the trigger that i dont want to load constantly (which is the core of this specific aura) is a trigger looking for CHAT_MSG_LOOT and specifically looking for a specific bunch of item. So do you think it'll be okay for CHAT_MSG_LOOT to be ON at any time?
Well since you're only interested in encounters, can't see it won't be fine in instanced content