MMOMinion

Full Version: Lua modules interval is empty
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, since the update my bot won't do fates anymore.

Here's the log, same error keeps repeating.

Quote:13:12:11> D = "LT_GRIND->Update()"
13:12:11> D = "LT_GRIND->ProcessOverWatch()"
13:12:11> D = "LT_GRIND sending update to subtask LT_FATE"
13:12:11> D = "LT_FATE->Update()"
13:12:11> D = "LT_FATE->ProcessOverWatch()"
13:12:11> D = "LT_FATE->Process()"
13:12:11> failed with 
[string "C:\MINIONAPP\Bots\FFXIVMinion\LuaMods\/ffxivminion/ffxiv_task_fate.lua"]:458: bad argument #2 to 'random' (interval is empty)

13:12:11> D = "LT_GRIND->Update()"
13:12:11> D = "LT_GRIND->ProcessOverWatch()"
13:12:11> D = "LT_GRIND sending update to subtask LT_FATE"
13:12:11> D = "LT_FATE->Update()"
13:12:11> D = "LT_FATE->ProcessOverWatch()"
13:12:11> D = "LT_FATE->Process()"
13:12:11> failed with 
[string "C:\MINIONAPP\Bots\FFXIVMinion\LuaMods\/ffxivminion/ffxiv_task_fate.lua"]:458: bad argument #2 to 'random' (interval is empty)
Turns out I set min random delay to 10 and max random delay to 5 instead of the other way around. My bad, can close this thread.