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
--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'})
01-22-2017, 12:07 AM
Gardevior
I have the same problem, all scripts have problem with open a backpacks, whats wrong?
01-22-2017, 10:30 AM
govir
Same in my bot please help
01-22-2017, 01:03 PM
Enlaces
Quote:
Originally Posted by govir
Same in my bot please help
Quote:
Originally Posted by Gardevior
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?
01-24-2017, 05:12 PM
xendram
Hey, try changing "click wait time" in "Settings" to higher value
01-28-2017, 04:44 PM
zaap
Im with the same problem! stuck in a lot of actions! help :/
02-01-2017, 01:00 AM
chiminiy
Same here :/
02-01-2017, 01:38 AM
chiminiy
SOLVED:
The problem is in (getuseroption), isnt workin'.
Exchange "getuseroption" for "getlootingdestination"
HTML Code:
local BackpackMain = getlootingdestination('mainbp')