@Lucas Terra;
I guess you'll also need to add the new function to the windbot documentation; as I can't find it there currently.
Printable View
@Lucas Terra;
I guess you'll also need to add the new function to the windbot documentation; as I can't find it there currently.
this guy is a legit beast
@Lucas Terra
openitem("depot box") FAIL
openitem("???????")
e agr??
local ItemName = "scarab coin"
local ItemMax = scarabamount
local BptoMove = getuseroption('mainbp')
local BpFrom = "Depot Chest"
if scarab
then
reachgrounditem('depot')
waitping()
openitem('depot')
waitping()
openitem('depot chest')
waitping()
moveitemsupto(ItemName,ItemMax, BptoMove, BpFrom)
else
gotolabel('Donedepo', 'Depot')
end
only open main dp, no open dp 1, and if i change to next: he open depot but dont take scarab coin
local ItemName = "scarab coin"
local ItemMax = scarabamount
local BptoMove = getuseroption('mainbp')
local BpFrom = "Depot Chest"
if scarab
then
opendepot()
waitping()
moveitemsupto(ItemName,ItemMax, BptoMove, BpFrom)
else
gotolabel('Donedepo', 'Depot')
end
not working :(
Dworak give a full open depot please
Awesome job everyone! I wish I worked with some of these people in real life lol.
Not open depot box XIV..
Code:-- // Do not edit anything below:
reachgrounditem("depot")
wait(1000,2000)
openitem("depot")
wait(700,900)
while (windowcount_ib("Depot Chest") == 0)
do
openitem(3502, "locker")
wait(700,900)
end
wait(1500, 2000)
while (windowcount_ib(mainDpBp) == 0)
do
openitem(mainDpBp, "Depot Chest")
wait(700,900)
end
wait(1500, 2000)
--Stack Items to Deposit:
local getStackItemsToDeposit = stackItemsToDeposit
--Non-Stack Items to Deposit:
local getNonStackItemsToDeposit = nonStackItemsToDeposit
--Number of Loot Backpacks to open:
local getAmountLootBackpacks = AmountLootBackpacks
--Engine:
for i = 1, getAmountLootBackpacks
do
depotdeposit_ib(stackDpBp, unpack(getStackItemsToDeposit))
wait(100, 150)
depotdeposit_ib(nonStackDpBp, unpack(getNonStackItemsToDeposit))
wait(100, 150)
openitem(lootBp, lootBp, false)
wait(1500, 2000)
end
Fail fail fail
Alguem por favor pode me ensinar a chegar nessa parte de mudar o numero do depot box ?
Anybody can help me to get in depot box change number section ?
Valeu ! / Thx !
to nessa luta tbm nao funciona -.-'
Pessoal o meu abriu normalmente o depot box 1, mas na action "<Waypoint type="Action" x="32267" y="31141" z="7" rangeX="1" rangeY="1" script="depotaction('maindpbp', "lootbp", {'a','stackbp','b','rarebp'})"/>" não abre as bp's.
Alguem pode me ajudar?
--
Folks my bot opened normally my depot, but in this part of code "<Waypoint type="Action" x="32267" y="31141" z="7" rangeX="1" rangeY="1" script="depotaction('maindpbp', "lootbp", {'a','stackbp','b','rarebp'})"/>", don't open my bp's.
Can someone help me?
What do you mean? All you have to do is:
Example
opendepot()
-- your depot will be opened here, you can do whatever you want from here...
moveitems('brown mushroom', 'red backpack', 'depot') -- move brown mushroom to red backpack from your depot
Just ignore that change setfavoritedepot(...) if you don't want to change the depot index.
Or you could open your console (CTRL+E) and type setfavoritedepot(5).
this action of a convert script Ibot stopped working deposit.
Code:-- // Do not edit anything below:
reachgrounditem("depot")
wait(1000,2000)
openitem("depot")
wait(700,900)
while (windowcount_ib("Depot Chest") == 0)
do
openitem(3502, "locker")
wait(700,900)
end
wait(1500, 2000)
while (windowcount_ib(mainDpBp) == 0)
do
openitem(mainDpBp, "Depot Chest")
wait(700,900)
end
wait(1500, 2000)
--Stack Items to Deposit:
local getStackItemsToDeposit = stackItemsToDeposit
--Non-Stack Items to Deposit:
local getNonStackItemsToDeposit = nonStackItemsToDeposit
--Number of Loot Backpacks to open:
local getAmountLootBackpacks = AmountLootBackpacks
--Engine:
for i = 1, getAmountLootBackpacks
do
depotdeposit_ib(stackDpBp, unpack(getStackItemsToDeposit))
wait(100, 150)
depotdeposit_ib(nonStackDpBp, unpack(getNonStackItemsToDeposit))
wait(100, 150)
openitem(lootBp, lootBp, false)
wait(1500, 2000)
end
Just change it to:
-- // Do not edit anything below:
opendepot()
--Stack Items to Deposit:
local getStackItemsToDeposit = stackItemsToDeposit
--Non-Stack Items to Deposit:
local getNonStackItemsToDeposit = nonStackItemsToDeposit
--Number of Loot Backpacks to open:
local getAmountLootBackpacks = AmountLootBackpacks
--Engine:
for i = 1, getAmountLootBackpacks
do
depotdeposit_ib(stackDpBp, unpack(getStackItemsToDeposit))
wait(100, 150)
depotdeposit_ib(nonStackDpBp, unpack(getNonStackItemsToDeposit))
wait(100, 150)
openitem(lootBp, lootBp, false)
wait(1500, 2000)
end
Im using the script of Dworak, for Royal Paladin in Demons Yalahar.
In the depot script, is this:
openitem(maindpbp, "Depot Chest")
I change for this:
openitem(maindpbp, "Depot Box XII")
And work's for me;
Ops, Im used this function too:
setfavoritedepot(12)
@Dworak
All scripts are necessary changes? :(
Depot action is working fine. Have not tested setfavoritedepot yet. Just using depot box 1 atm.
This one is not working for me even with Depot Chest or thing like that...
--Open 2 backpacks
setsetting('Cavebot/WalkThroughPlayers', 'yes')
setsetting('Looting/OpenNextBP', 'no')
local lootbp = getuseroption('LootBP')
local maindpbp = getuseroption('MainDP')
closewindows()
wait(2000)
while windowcount() < 2 do
closewindows()
waitping(5,10)
openitem(0, "back", true)
waitping(5,10)
resizewindows()
waitping(5,10)
openitem(lootbp,0,true)
waitping(5,10)
resizewindows()
end
openitem(0, "back", true)
setsetting('Looting/OpenNextBP', 'no')
while windowcount("Depot Box I") == 0 do
opendepot()
waitping(3,4)
end
while windowcount(maindpbp) == 0 do
openitem(maindpbp, "Depot Box I")
wait(1000)
resizewindows(1000,maindpbp)
wait(300,500)
end
@Dworak
After I change this:
openitem(maindpbp, "Depot Chest")
to this:
openitem(maindpbp, "Depot Box XII")
Yeah, work's fine for me.
But, all scripts need some changes?
Has a way to create a constant variable with the city selected, and replace to the "Depot Box XY"?
While trying to deposit the items into the depo. The bot opens the correct depo chest/box but doesn't open up the backpack. Any suggestions?
sobre os dps funcionando certo aqui,
some one can give a sample of SKIN()?
alguem pode me dar um exemplo de skin()?
@Lucas Terra connection to navi is not working
navigation connection down :/
AYou who help me in command of removing things dp
example
command to remove the blood vial dp dl poi for
This should be enough.
auto(200)
if $lootbodies == 0 and $targeting.id == 0 and skinspots(7) > 0 then
skin(7)
end
Seems to be working fine here. Will investigate deeper if it keeps happening.
Not tested, but should work.
moveitems('vial', 'backpack', 'depot', LIQUID_BLOOD)
ok i will test
hey lucas, i cant use windbot when i install it say a msg that an .exe has being deleted :/ i uninstall and then install again but nothing changes, need help plz
Working perfect.
@Lucas Terra Everything is working perfect with the (favorited box) and normal mode! Thx You Lucas !
PT-BR Tudo está funcionando perfeito com o ( Favotite Box ) e o modo normal ! Obrigado Lucas
pra galera preguiçosa q nem eu, mova as bps q vc deseja usar para o depot I que funciona perfeitamente sem alterar o script
@Lucas Terra wtf with my bot.. my windows update and my hardwareid was changed? i dont know, i know the windbot not working!
Hell yeah!
I'm having problem with a script at the depositer action it doesnt open the maindpbp to deposit the loots, do you guys know how to fix it? the script is stampor for ed (dani scripts)
The loot on skinning hunts increased BIG. Thanks Lucas
Something wrong with windbot 2.7.4 i don't know my mouse sometimes dance and some bots standing in depositer and can't move items to backpacks... it happend when i have 50+ tibia idk scripts or something idk i botting on the same before update