View Single Post
04/11/14, 06:32 PM   #5
joshmiller83
AddOn Super User
 
joshmiller83's Avatar
Premium Member
Join Date: Mar 2014
Posts: 70
Originally Posted by beeradg View Post
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)
I just downloaded you mod. Looks awesome! Can you figure out how to do the Trade stacking issue?
  Reply With Quote