07-18-2015, 06:46 AM
(07-10-2015, 10:36 AM)darren026 Wrote: [ -> ]I have that set up working with the two markers, but he runs to the markers. Is there any way to get him to chocobo to them?
I will chocobo to the nod. Not the marker. It looks silly.
Maybe there is something in the settings I'm missing.
Coded that way - open ffxiv_task_gather.lua and modify lines 154+ to be:
Code:
-- walk to the center of our marker first
if (markerPos ~= nil and markerPos ~= 0) then
ml_task_hub:CurrentTask().pos = markerPos
if (c_mount:evaluate()) then
e_mount:execute()
end
Player:MoveTo(markerPos.x, markerPos.y, markerPos.z, 10, false, gRandomPaths=="1")
ml_task_hub:CurrentTask().idleTimer = ml_global_information.Now
end
Apologize for butchering the code - but it works!
:)