PDA

View Full Version : How to use backpacks with new depositer?



KKam
01-07-2016, 07:19 PM
K so I've noticed with the new depositing method, the depot boxes are treated as backpacks?

The problem I have is I need creature products to be stored into backpacks not depot boxes.

I have tried to find the answer on this forum with no avail.

I run many accounts on different servers and without backpacks, transferring loot will take forever.

So how do I use backpacks with the new depositing method? I really only need to use 1 depot box.

I'll probably have the same problem with Self.WithdrawItems() too.

Thanks!

shadowart
01-07-2016, 07:50 PM
You'll have to write your own depositor in lua and modify all your scripts to use it instead of the built-in depositor.

DarkstaR
01-08-2016, 12:00 AM
Why exactly do you need backpacks? What is the use-case? It might be easier to remedy that issue than it is to get the depositor working how you want it.

KKam
01-08-2016, 02:25 AM
It's easier to do loot collections when using backpacks, so I don't have to transfer stacks of creature products separately.

I transfer backpacks of creature products and items to a premium account from many accounts to be sold on the market.

I run too many clients to be transferring stacks and items individually.

KKam
01-08-2016, 02:58 AM
You'll have to write your own depositor in lua and modify all your scripts to use it instead of the built-in depositor.

I'm a novice scripter at best. All my code comes from these forums. I wouldn't know how to begin writing this.

Also, you've been a great help with your posts in the past, which allowed me to successfully bot facc knights again, Thanks!