06-21-2015, 02:48 AM
(06-21-2015, 02:40 AM)Bindles Wrote: we might be able to fix it ourselves by editing the lua file, does anyone know in which file this might be located?
I'd imagine the file you're looking for to change the level sync would be ffxiv_task_fate.lua
local plevel = Player.level
if (fate.level < plevel - 5) then
return false
end