PDA

View Full Version : some one help me to check this item deposit plz



hopper
08-16-2012, 01:16 AM
I use this script on my item deposit..
elseif (labelName == "Deposit") then
setWalkerEnabled(false)
Self.DepositItems({10291, 1}, {11481, 1}, {5913, 1}, {3052, 1}, {11467, 1}, {3065, 1}, {5898, 1}, {3418, 1}, {3269, 1})
wait(2000,3000)
as u see,i got too many item loot,and here is my bp step
3420
the first bp is my noob item,so i don't deposit item in it,i put all the loot to the second orange bp
...
the problem is :when my second bp's first bp is full my script can't deposit all the loot..he just deposit some of them

is there a good way that he can open new bp interstead open in bew windows ??cause when he open bp in new windows,he always can't deposit all loot
or some other script that can deposit all item?
thanks for ur help.it will help me a lot.

hopper
08-16-2012, 01:17 AM
why the item deposit can't do like loot gold??open new bp when the bp is full and put gold in new bp.:(

i am sure there must something wrong :( help please

Yasje
08-16-2012, 01:22 AM
put more bps in the empty bp and it will deposit more items;)

With gold just deposit them at bank not at depot...

hopper
08-16-2012, 01:36 AM
Yasje
thanks for ur post.
1.i didn't put gold in dp.i mean why the item deposit can't easy as take gold when he is botting :)
2.i put 10bp in the second bp...one ine one

Yasje
08-16-2012, 01:36 AM
you mean why the bot doesn't take gold from hunting?

hopper
08-16-2012, 01:46 AM
I mean my bot can't deposit all my item loot to dp :(

Yasje
08-16-2012, 01:58 AM
have enough bp?

this works good enough for me no bug or anything:


elseif (labelName == "Deposit") then
Self.DepositItems(10279, 10272, 5899, {6131, 1}, {3556, 1})

PS: have update the library's like forgee or syntax?

hopper
08-16-2012, 02:00 AM
yea...if the first bp still got enough place to deposit,everything goes well..when the fisr bp is full..he can't deposit all item :(

Stusse
08-16-2012, 02:08 AM
Be sure to have the cascaded bps emptied before; since it Will try to open the item at the very south east corner. So remove items and put bp in bp in bp etc and the native function should do the rest.

hopper
08-16-2012, 02:40 AM
Stusse..thansk for post..
1.all my bp is empty and i make them one in one in one :(


can i make the script like
Self.DepositItems({10291, 1},
wait(400,700)
Self.DepositItems({10292, 1},
wait(400,700)
Self.DepositItems({10293, 1},
wait(400,700)


------------------
no one got this problem like me ??

Infernal Bolt
08-16-2012, 03:53 AM
The looters bp opening mechanism is coded in c++ so it's not the same as the lua one.
I'm sure Syntax could make it open them in the same window instead of opening in a new window.

hopper
08-16-2012, 04:29 AM
Infernal Bolt...
so thanks for ur help:)
i will try to check @Sybtax for help :)

Syntax
08-16-2012, 05:02 AM
Infernal Bolt if you read staff section you'd see that the latest library update has this feature :p

Infernal Bolt
08-16-2012, 05:11 AM
Infernal Bolt if you read staff section you'd see that the latest library update has this feature :p

I haven't looked, that's good to know though :D
I'll test it later.

hopper
08-16-2012, 07:45 AM
Syntax
can u tell me how to make the dp bp open instead of open in new windows ?