MMOMinion

Full Version: wont eat food
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi I set it so I can eat HQ Baked Onion Soup for crafting but every time I enable minion it says "You do not have this item". once i eat the food manually the craft continues but wont eat food when it wears off. I have Food HQ set to Baked Onion Soup. I have been doing this for awhile and this is the first time this has happened
Me too,this problem.
I'm having a similar problem, but while Fishing. I set food to Spinach Quiche HQ, and it says "No item found" despite having 30+ in my inventory. I'm updated and didn't have any problems in the past; it started around 12-21, but I thought it might have been a temporary problem.
Me too,this problem.
food of NQ does not have a trouble :3
Can confirm this HQ food just not wants to be eaten for some reason attached a screenshot.
same error
(12-30-2015, 09:21 AM)fxfire Wrote: [ -> ]bot is too full after xmas

funny man :P, i did put it on a diet lol
(12-29-2015, 10:30 PM)brocklesnar Wrote: [ -> ]Can confirm this HQ food just not wants to be eaten for some reason attached a screenshot.

wo finde ich diese settings ???
Code:
    elseif (activity == "eat") then
        local food = Inventory:Get(e_precraftbuff.id)
        if (food) then
            cd("[PreCraftBuff]: Attempting to eat.",3)
            food:Use()
            ml_task_hub:CurrentTask():SetDelay(3000)
        end

I needed this desperately so i debugged.
local food = Inventory:Get(e_precraftbuff.id)
e_precraftbuff.id <- 10004047 => WONT RETURN ITEM
e_precraftbuff.id <- 10004047%10000 => RETURNS ITEM
food:Use if has item => Game prints Couldn't find item.
best guess: hq related, core minion(inventory and the way treating hq items has changed) problem. couldn't fix it via lua scripts..
I am still having this issue also. =/
Pages: 1 2