01-24-2014, 12:43 AM
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
the only problem that i have is the Bot attacks mobs which have already been attacked by another player
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