Thread Tools Display Modes
04/06/14, 10:53 PM   #1
joshmiller83
AddOn Super User
 
joshmiller83's Avatar
Premium Member
Join Date: Mar 2014
Posts: 70
Question [REQUEST] Loot Stacker

I am not sure if this is possible in the current API but currently when trading items with other people the items DO NOT stack with other items of same name already in your inventory! Would be nice to have a Auto-Stack AddOn that Auto does it or gives you a Merge button.

Thanks!
  Reply With Quote
04/08/14, 07:46 AM   #2
joshmiller83
AddOn Super User
 
joshmiller83's Avatar
Premium Member
Join Date: Mar 2014
Posts: 70
Question

Is this possible? I'd like to hear from an author if it is or isn't!

My wife and I both submitted feedback to ZO since it really is something they need to fix.
  Reply With Quote
04/08/14, 08:17 AM   #3
ingeniousclown
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 122
This would require us to be able to move items around in their static slots with the API, which I'm pretty sure isn't possible.
  Reply With Quote
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
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
04/11/14, 06:34 PM   #6
beeradg
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 16
Working on it now :)

I'm doing that now, so yes. I most definitely can.

I'll add a button to consolidate items locally for now, will that work? To the inventory menu somewhere likely...
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » [REQUEST] Loot Stacker


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off