09-10-2015, 04:04 PM
We got a problem with AutoEquip and Zodiac farm (Grind Mode), i got a solution before a fix or a solution.
Find in the file \MINIONAPP\Bots\FFXIVMinion\LuaMods\ffxivminion\ffxiv_task_grind.lua
local ke_autoEquip = ml_element:create( "AutoEquip", c_autoequip, e_autoequip, 45 )
self:add( ke_autoEquip, self.process_elements)
and comment this two line like that
--local ke_autoEquip = ml_element:create( "AutoEquip", c_autoequip, e_autoequip, 45 )
--self:add( ke_autoEquip, self.process_elements)
Find in the file \MINIONAPP\Bots\FFXIVMinion\LuaMods\ffxivminion\ffxiv_task_grind.lua
local ke_autoEquip = ml_element:create( "AutoEquip", c_autoequip, e_autoequip, 45 )
self:add( ke_autoEquip, self.process_elements)
and comment this two line like that
--local ke_autoEquip = ml_element:create( "AutoEquip", c_autoequip, e_autoequip, 45 )
--self:add( ke_autoEquip, self.process_elements)