Maybe a quick fix, but not as good as fixing the issue:
In this case the bot ignoring the location, didnt throw an error, and works well.
Add the following line into the ffxiv_helpers.lua after line 6510
local y2 = pos.y
if (IsNull(y2)) then
y2 = 1
end
In this case the bot ignoring the location, didnt throw an error, and works well.
Add the following line into the ffxiv_helpers.lua after line 6510
local y2 = pos.y
if (IsNull(y2)) then
y2 = 1
end