MMOMinion

Full Version: Genetic's Gather Profiles and Achievements
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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)
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
i dont see anywhere to download this profile
(07-28-2017, 01:01 AM)fapjack Wrote: [ -> ]i dont see anywhere to download this profile

go to the first page
(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
Doesn't work for me. I still have the issue.
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.
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)
edit solved
(07-28-2017, 05:45 PM)snektime Wrote: [ -> ]edit solved