View Single Post
08-16-18, 03:40 PM   #4
nick78
A Kobold Labourer
Join Date: Jan 2016
Posts: 1
I am not very good at LUA, but I have to use something like this as custom code in WeakAuras. So I have four questions:


1. How do I have to name the item location like?

2. Where can I check for the powerID's?

3. Is there a possibility to ask if a specific azerite trait was selected on ANY item instead of a specific one?

4. What are the results of "the selected azerite trait is actually selected / not selected"? "true" and "false"?


In the end, I need something like this:

function()
.....in_the_rhythm = 0
.....if "azerite trait 'In The Rythm' is chosen on ANY of my gear" then
..........in_the_rhythm = 1
.....end
end

Last edited by nick78 : 08-18-18 at 12:52 PM.
  Reply With Quote