05-30-2017, 01:30 PM
go to
C:\MINIONAPP\Bots\FFXIVMinion64\LuaMods\ffxivminion\ffxiv_task_minigames.lua
or your default minion directory
change to these cords 2 have comments the rest are cords that are closer to the machines.
["cuff"] = {
{id = 2005029, mapid = 388, x = 9.75, y = 0.03, z = -33.43}, (i removed this cord)
{id = 2005029, mapid = 144, x = 26.76, y = -5, z = -49.99}, (tried this for a closer cord but i prefer it removed)
{id = 2005029, mapid = 144, x = 14.99, y = -5, z = -52.22},
},
["toss"] = {
{id = 2004804, mapid = 144, x = 42.96, y = 4, z = 21.1},
{id = 2004804, mapid = 144, x = 35.8, y = 4, z = 21.38},
},
["striker"] = {
{ id = 2005035, mapid = 144, x = 25.61, y = 4, z = 89.35},
{ id = 2005035, mapid = 144, x = 24.65, y = 4, z = 99.64},
also change these values
if (dist3d >= 3.7) then
newTask.interactRange = 3.7
i set them both to 2.5 also trying lower numbers
C:\MINIONAPP\Bots\FFXIVMinion64\LuaMods\ffxivminion\ffxiv_task_minigames.lua
or your default minion directory
change to these cords 2 have comments the rest are cords that are closer to the machines.
["cuff"] = {
{id = 2005029, mapid = 388, x = 9.75, y = 0.03, z = -33.43}, (i removed this cord)
{id = 2005029, mapid = 144, x = 26.76, y = -5, z = -49.99}, (tried this for a closer cord but i prefer it removed)
{id = 2005029, mapid = 144, x = 14.99, y = -5, z = -52.22},
},
["toss"] = {
{id = 2004804, mapid = 144, x = 42.96, y = 4, z = 21.1},
{id = 2004804, mapid = 144, x = 35.8, y = 4, z = 21.38},
},
["striker"] = {
{ id = 2005035, mapid = 144, x = 25.61, y = 4, z = 89.35},
{ id = 2005035, mapid = 144, x = 24.65, y = 4, z = 99.64},
also change these values
if (dist3d >= 3.7) then
newTask.interactRange = 3.7
i set them both to 2.5 also trying lower numbers