Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved depositAllExcept & depositAll

Agree?


  • Total voters
    4
Joined
Mar 9, 2014
Messages
40
depositAllExcept(String itemName) - depositAllExcept(Int id)
Helpful when depositing things such as ores and still want to keep pickaxe in your inventory, same goes for axe, lobster pots and many other situations

depositAll(String itemName) - depositAll(Int Id)
Addition to the current deposit which has itemName & amount as parameters, have deposit all which takes the itemName and selects 'Deposit All' in the menu

Please post your own suggestions and recommendations
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
The deposit method of the api will automatically deposit all if you pass 0 as the amount.
 
Top