Looking for a command to take item out of bank.
Posted: Thu Aug 07, 2014 1:36 am
Hey all. I'm attempting to write a script that will withdraw item from a character's bank. I've got everything running smoothly, but I'm having a hell of a time finding a command to take an item out of a backpack that is stored in the bank.
I'm using /itemnotify bank# rightmouseup to open bags, and this seems to be working well.
In a different script I used the line, /itemnotify in pack${i} ${e} leftmouseup to take items out of backpacks in inventory. ${i} being the pack and ${e} being the slot in said pack. However, this command does not seem to work for packs in the bank. What I need, is something that accomplishes the same task.
Anyone have any ideas?
Thanks
I'm using /itemnotify bank# rightmouseup to open bags, and this seems to be working well.
In a different script I used the line, /itemnotify in pack${i} ${e} leftmouseup to take items out of backpacks in inventory. ${i} being the pack and ${e} being the slot in said pack. However, this command does not seem to work for packs in the bank. What I need, is something that accomplishes the same task.
Anyone have any ideas?
Thanks