Posts: 1
Threads: 0
Joined: Oct 2016
I get this using Mining Red CL when i open the console log
failed with
[string "C:\MINIONAPP\Bots\FFXIVMinion64\LuaMods\/ffxivminion/ffxiv_helpers.lua"]:6510: attempt to perform arithmetic on local 'y2' (a nil value)
Posts: 24
Threads: 6
Joined: Jun 2017
07-27-2017, 08:23 PM
(This post was last modified: 07-27-2017, 08:24 PM by marcuswoy.)
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
Posts: 4
Threads: 0
Joined: Jan 2016
i dont see anywhere to download this profile
Posts: 85
Threads: 3
Joined: Jan 2015
(07-28-2017, 01:01 AM)fapjack Wrote: i dont see anywhere to download this profile
go to the first page
Posts: 4
Threads: 0
Joined: Jan 2016
(07-28-2017, 02:40 AM)tw1sted Wrote: (07-28-2017, 01:01 AM)fapjack Wrote: i dont see anywhere to download this profile
go to the first page
its not there
Posts: 19
Threads: 2
Joined: Mar 2017
07-28-2017, 09:23 AM
(This post was last modified: 07-28-2017, 09:24 AM by Eveley.)
Doesn't work for me. I still have the issue.
Posts: 13
Threads: 1
Joined: May 2015
In the Ruby Sea (using your mesh of course) around -61.30 4.51 -650.0 -0.09, I've had some trouble with a shiranui mob using the botany leveling profile.. I don't know exactly what is happening, but I think it's aggroing it when going to the nodes over there but while still mounted, and when it tries to escape, it gets stuck flying into the little hut and then dies because it can't fly up. I've noticed it get stuck a little when mounting even when it's not aggroing anything, but that hut is definitely causing a problem as it tries to escape from the shiranui which aggro over there quite a bit.
Just thought I'd let you know.
Posts: 44
Threads: 6
Joined: Jul 2016
07-28-2017, 03:47 PM
(This post was last modified: 07-28-2017, 03:51 PM by Sabraak.)
Still having the issue with Red_Scrips-CL where it teleports to Mor Dhona inbetween teleports to its destination.
The console says its using Gather [5] and then when it's in Mor Dhona it says
Loaded offmeshconnections #9
Loading NAvMesh from file: Mor Dhona
evac point was not added, there is already one very close
then it will spam
failed with ...\ffxiv_helpers.lua:6512 attempt to perform arithmetic on local 'y2' (a nil value)
Posts: 17
Threads: 1
Joined: Jul 2017
07-28-2017, 05:45 PM
(This post was last modified: 07-28-2017, 05:51 PM by snektime.)
edit solved
Posts: 4
Threads: 1
Joined: Mar 2017
(07-28-2017, 05:45 PM)snektime Wrote: edit solved