View Single Post
10-02-10, 06:40 PM   #1
SaraFdS
A Fallenroot Satyr
 
SaraFdS's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 24
Moving split guild bank items

I'm currently looking for a way to move a split stack of items from my guild bank into my bags.

Picking up a split stack onto the cursor using SplitGuildBankItem() works fine, however I don't seem to be able to then put these items into my bags, PutItemInBag() and PutItemInBackpack() simply return the split stack to the guild bank and AutoStoreGuildBankItem() doesn't offer moving a split stack.

Any suggestions?

E: PickupContainerItem() works, although its name is quite.. irritating.
__________________
Sará the Insane

Last edited by SaraFdS : 10-09-10 at 07:32 PM. Reason: problem solved
  Reply With Quote