MMOMinion

Full Version: gather mode might not wait for min gp
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: JuAMAre.png]

The problem happens when minion gets you to a place way too near to the node (d<3.15) to wait for gp, which cause line 206 decides interacting with the node even though you do not have enough gp.

This should only happen to some node which space around are very limited.

line 206
Code:
if (gatherable.distance > 3.15) then
    return true
else
    Player:SetTarget(gatherable.id)
    Player:SetFacing(gpos.x,gpos.y,gpos.z)
    Player:Interact(gatherable.id)
    ml_task_hub:CurrentTask():SetDelay(1000)
    return true
end
yes I have same problem too
when bot stands near tower (sylph daily quest), bot won't wait for mingp
other 2 Silkworm Cocoon nodes are fine though
This was changed yesterday sometime.
Thank you!
everything seems to work fine
we won't waste cordial anymore :D
Thank for swift fix.