11-13-2013, 04:38 PM
(11-13-2013, 03:51 PM)HansW Wrote: you can try to lower the gather range. open ffixv_task_gather.lua with a texteditor and
replace
newTask.gatherRange = 1.0
with
newTask.gatherRange = 0.5
Thanks for this post! I am running a Lalafell miner and did face the very same issue.
The new range fixed the problem for me.
LuaMods\ffxivminion\ffixv_task_gather.lua
newTask.gatherRange = 0.5