Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Disable Auto Repair
#5
I have removed the existing bot and re-downloaded via the (Download FFXIVMinion) link in User CP. Is that a beta version?

Looking in LuaMods/ffxivminion/ffxiv_task_craft.lua I see this:
Code:
-- repairs gear automatically
c_repair = inheritsFrom( ml_cause )
e_repair = inheritsFrom( ml_effect )
c_repair.throttle = 30000
function c_repair:evaluate()
    d("Checking items for needed repair..")
    local eq = Inventory("type=1000")
    if (eq) then
        local i,e = next (eq)
        while ( i and e ) do
            if ( e.condition < math.random (1,50) ) then
                return true
            end
            i,e = next (eq,i)
        end        
    end
    return false
end
function e_repair:execute()
    d("Repairing items ..")
    local eq = Inventory("type=1000")
    if (eq) then
        local i,e = next (eq)
        while ( i and e ) do
            if ( e.condition < 50 ) then
                e:Repair()
            end
            i,e = next (eq,i)
        end        
    end
end

Can I delete that?
Reply
 


Messages In This Thread
Disable Auto Repair - by aed - 06-29-2014, 08:09 PM
RE: Disable Auto Repair - by Cichard - 06-29-2014, 08:44 PM
RE: Disable Auto Repair - by aed - 06-30-2014, 01:40 AM
RE: Disable Auto Repair - by Cichard - 06-30-2014, 03:04 AM
RE: Disable Auto Repair - by aed - 06-30-2014, 04:37 PM
RE: Disable Auto Repair - by Cichard - 06-30-2014, 11:01 PM
RE: Disable Auto Repair - by aed - 07-03-2014, 03:25 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products