View Single Post
04/11/14, 06:29 PM   #4
beeradg
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 16
Yes that is possible

This is most definitely possible... Though was extremely difficult to figure out.

See here:

https://github.com/bradgearon/eso-stuff

From line 121-122 I in my mod I call this (a method that does just that but is intended to consolidate and move things from your inventory to your bank).

Code:
 -- consolidate source
 moveItems(bags, BAG_BACKPACK, BAG_BACKPACK)
  Reply With Quote