Signup Now
Results 1 to 3 of 3
  1. #1
    Free User jakub's Avatar
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    132
    Reputation
    32
    Rep Power
    21

    Bot constantly change control to mouse permit

    Code:
    auto(100)
    
    if $rhand.id ~= 3273 then
        if getsetting('Looting/NodeRange')~= '10' then
            setsetting('Looting/NodeRange', '10') 
        end
        if $cap > 80 then 
        listas('PickUpRat: picking up')
            for x=-1,1 do for y=-1,1 do
                if topitem($posx+x, $posy+y, $posz).id == 3994 then
                    pausewalking(1500)
                    listas('PickUpRat: rat found')
                    moveitems(3994, '1', 'ground')
                    wait(500,700)
                    return
                end
            end end
        end
    else
        listas('PickUpRat: not picking up')
        if getsetting('Looting/NodeRange')~= '2' then
            setsetting('Looting/NodeRange', '2') 
        end 
    end
    if itemcount(3995) > 0 then
        pausewalking(1500)
        moveitems(3995, 'ground', '0-15')
        wait(500,700)
    end
    when Im using this bot constantly changes to control mouse permit, however it dont show in settings instantly. I have to save, restart bot and re-load to see that it changed and change it back manually
    Last edited by jakub; 12-23-2013 at 10:00 AM.

  2. #2
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    141
    Rep Power
    10
    That's weird, indeed. Could you send me the whole script via PM?

    The whole Cavebot Settings.

  3. #3
    Free User jakub's Avatar
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    132
    Reputation
    32
    Rep Power
    21
    Ofcourse, whole script sent! Hope it will help
    Last edited by jakub; 12-23-2013 at 03:40 PM.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •