so where kissassist is trying to check something like
${Window[BuffWindow].Child[BW_Buff1_Button].Child[Buff1]} that isn't a thing anymore because the buffwindow looks like
This is what the old would have looked like, and what the error is showing
This is how the new BuffWindow is designed, with BW_Buttons
and BW_Labels
you can see here how you could access buff 1 (slot 2 since 0 indexing) here with
${Window[BuffWindow].Child[BW_Labels].Child[BW_Buff1]}
obligatory showing some of the cool MQ stuff not requiring .child
you can access with just using /
Kissassist will get some updates to that portion of the code
in the meantime if you turn
UseDannetOn=1 you will skip that part of the code