View Single Post
04/09/14, 02:04 AM   #1
Brack
Join Date: Apr 2014
Posts: 5
Add/Remove Items To/From Player Bank?

Hey Guys,

I've tried to find the function for this but I cant seem to. I want to add and remove items from the player's bank when at the bank screen. I see these two functions...
  • TransferToGuildBank(integer sourceBag, integer sourceSlot)
  • TransferFromGuildBank(integer slotId)
... but none for the player bank. Is this possible? Any ideas?

Thanks.
  Reply With Quote