New Install for the 3rd Time and now everything works fine... Thx!
Maybe I found the problem... If you select German in the bot Language Menu, Ice will not work.
loving the new addon, much easier/better than the old, now it only sticks to the targets i identify, before it would attack whatever other mobs i engaged like fate bosses around my level where i was farming, but now it ignores them even if i get agro from them
I still cant get any AoE moves to work correctly. Setting 2 enemies within 5 yalms will cause it to aoe when there are 2 players nearby, not when there are 2 enemies near. The allies fields are all blank
Its set for target HP<99
when i place a grind marker it does not run back to it after killing nearby mobs. It works normally without the addon active
i seem to be having an issue, sometimes the bot would just stop farming and just stand there doing nothing, when the target mob is right next to it
Posts: 201
Threads: 15
Joined: Oct 2013
from time to time i have the same issue. Sit on Chocobo and Target is valid. I must manuel dismount.
Next Bug is Exit free Space < # didnt work.
I have Bot running last Night. Start with 5 Bagslots free. Today in the Morning Inventory was full but the Bot still Farm.
Then i Stop Bot then with full bags. Start Bot again and he still Farming.
The Debugg Log shows nothing
Posts: 332
Threads: 3
Joined: Dec 2013
01-22-2014, 11:47 AM
(This post was last modified: 01-22-2014, 12:57 PM by Mutantx.)
had this working fine for 10 + hours then i change to a lvl 1 job and it stops pulling out my bird. >> nvm just updated again and its working again
01-23-2014, 04:43 PM
Config RE: Grind bot not Grinding
The is a problem with Ice...
I use Ice to train my choco, but then I have grinding problems - the bot is only grinding fates.
When i delete the Ice folder -> everything perfect with the grinding bot!
But now, I do not have a Choco respawn :(
Posts: 6,540
Threads: 67
Joined: Nov 2013
(01-23-2014, 04:43 PM)Torro Wrote: Config RE: Grind bot not Grinding
The is a problem with Ice...
I use Ice to train my choco, but then I have grinding problems - the bot is only grinding fates.
When i delete the Ice folder -> everything perfect with the grinding bot!
But now, I do not have a Choco respawn :(
you can use ykmo's auto repair it also summons chocobo and then you can use the Blist options that come with the bot. till ice is fixed.
Posts: 201
Threads: 15
Joined: Oct 2013
i have found the problem with Exit on Full Bags.
The Function was called with a String.
i have simply convert the String to a Number and now it works.
Helpers.lua Line 715
Code:
function FullBags(FreeSlots)
local space = tonumber(FreeSlots)
if Inventory:FreeSlots() <= space then
return true
the only problem that i have is the Bot attacks mobs which have already been attacked by another player