Signup Now
Results 1 to 9 of 9

Thread: not opening bps

  1. #1
    Free User
    Join Date
    Jan 2017
    Posts
    5
    Reputation
    10
    Rep Power
    0

    not opening bps

    Hi guys,

    i'm having a problem..
    any script i try to use i cant get it working because it always stop working on the open bp action, every single one ..

    i have already configured on cavebot tab the backpacks, even made it work twice but now it seems impossible...

    tibia classic controls is enabled, and i saved the config file when i got it working so i dont have to change anything but every script on the open bp part it freezes and the character doesnt move or open bps, and if i open them manually it bugs, the bot cant buy supplies and dont attack the creatures...

    anybody can help me?


    this is the script code:
    --Open 2 backpacks
    local lootbp = getuseroption('LootBP')
    local maindpbp = getuseroption('MainDP')

    closewindows()
    wait(2000)
    while windowcount() < 2 do
    closewindows()
    wait(500,1200)
    openitem(0, "back", true)
    wait(500,1200)
    resizewindows()
    wait(500,1200)
    openitem(lootbp,0,true)
    wait(500,1200)
    resizewindows()
    end


    it worked twice

    sorry for my poor english
    Last edited by lukinods; 01-21-2017 at 04:02 PM.

  2. #2
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    @lukinods


    --Open 2 backpacks
    local lootbp = getuseroption('LootBP')
    local maindpbp = getuseroption('MainDP')
    local stackBP = you getuseroption (stack BP)
    local noStackBP = you getuseroption (no Stack BP)

    closewindows()
    wait(2000)
    while windowcount(lootbp) == 0 do
    closewindows()
    wait(500,1200)
    openitem($back.id, 'back')
    wait(500,1200)
    resizewindows()
    wait(500,1200)
    openitem(lootbp, itemname($back.id), true)
    wait(500,1200)
    resizewindows()
    end
    depotaction('maindpbp', 'lootbp', {'a', 'stackBP', 'b', 'noStackBP'})

  3. #3
    Free User
    Join Date
    Dec 2013
    Posts
    2
    Reputation
    10
    Rep Power
    0
    I have the same problem, all scripts have problem with open a backpacks, whats wrong?

  4. #4
    Free User
    Join Date
    Sep 2016
    Posts
    28
    Reputation
    10
    Rep Power
    0
    Same in my bot please help

  5. #5
    Free User Enlaces's Avatar
    Join Date
    Nov 2016
    Posts
    62
    Reputation
    42
    Rep Power
    15
    Quote Originally Posted by govir View Post
    Same in my bot please help
    Quote Originally Posted by Gardevior View Post
    I have the same problem, all scripts have problem with open a backpacks, whats wrong?
    Probably your bps are not getting the correct address. Do you want to add me skype to try to help you?

  6. #6
    Free User xendram's Avatar
    Join Date
    Jan 2014
    Location
    Proland
    Posts
    353
    Reputation
    19
    Rep Power
    21
    Hey, try changing "click wait time" in "Settings" to higher value

  7. #7
    Free User
    Join Date
    Mar 2016
    Posts
    3
    Reputation
    10
    Rep Power
    0
    Im with the same problem! stuck in a lot of actions! help :/

  8. #8
    Free User
    Join Date
    Dec 2016
    Posts
    3
    Reputation
    10
    Rep Power
    0
    Same here :/

  9. #9
    Free User
    Join Date
    Dec 2016
    Posts
    3
    Reputation
    10
    Rep Power
    0
    SOLVED:

    The problem is in (getuseroption), isnt workin'.
    Exchange "getuseroption" for "getlootingdestination"

    HTML Code:
    local BackpackMain = getlootingdestination('mainbp')

 

 

Posting Permissions

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