What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[REQ] Storage Chests?

Bots Inc

New Member
Joined
Oct 28, 2014
Messages
13
Reaction score
0
Quick one..

Is Archebuddy compatible with Storage Chests?

Something like Core.MoveItemToWh but for Storage Chests?

- Core.MoveItemFromSc
- Core.MoveItemToSc

If I've missed something obvious can anyone point me in the right direction?

Thanks :p
 
Hi.
Look for Core methods:
Core.OpenCoffer()
Core.CloseCoffer()
Core.getCofferItems()
Core.getCofferItem()


And Item methods:
Item.MoveItemFromCoffer()
Item.MoveItemToCoffer()
 
Back
Top