MMOMinion

Full Version: little bug in Assist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi ACE,
on line 188 in ffxiv_task_assist.lua
is a little bug
you have copy paste and set all of gAssistFilter2 ;)

local group = "Filters"
GUI_NewCheckbox(winName,"Filter 1","gAssistFilter1",group)
GUI_NewCheckbox(winName,"Filter 2","gAssistFilter2",group)
GUI_NewCheckbox(winName,"Filter 3","gAssistFilter2",group)
GUI_NewCheckbox(winName,"Filter 4","gAssistFilter2",group)
GUI_NewCheckbox(winName,"Filter 5","gAssistFilter2",group)

MAHA
already been talked about in suppor thread. Its been fixed just not pushed to live yet.