MMOMinion

Full Version: BUG report and how to solve it
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So since the patch the bot (atleast for me) has not been attacking which is quite annoying ofc.. so im trying to find why.. the bot moves to target, focus the target but doesnt use any skill.
So I open the console and keep seeing a repeat in failed string.

In the ffxiv_skillmgr.lua there is a line "local ally = GetBestHealTarget()" which keeps bugging this.
In the console it says "Failed with string (location name):595: attempt to call global 'GetBestHealTarget'(a nil value)

After removing this line and reloading the bot ingame it works fine for me. Not sure how this all works but o well


This is in grind mode btw.
Might that be the case? The only thing I keep adding myself is what you gave me, and thats really the only thing I add/change myself.

Code:
local el = EntityList("nearest,contentid=12345,alive,attackable,onmesh,minLevel="..tostring(level-1)..",maxlevel="..tostring(level+1))