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
04/11/14, 06:35 PM   #7
joshmiller83
AddOn Super User
 
joshmiller83's Avatar
Premium Member
Join Date: Mar 2014
Posts: 70
Question

Originally Posted by beeradg View Post
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...
Awesome! Rock on!
  Reply With Quote
04/12/14, 12:14 AM   #8
joshmiller83
AddOn Super User
 
joshmiller83's Avatar
Premium Member
Join Date: Mar 2014
Posts: 70
Question

Originally Posted by beeradg View Post
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...
Were you able to add this to your mod or make another mod with this functionality?
  Reply With Quote
04/12/14, 12:23 AM   #9
MaxTwelve
 
MaxTwelve's Avatar
Join Date: Mar 2014
Posts: 4
I was searching for an answer to the guild bank inventory not stacking bug. Have any of you tried this solution for that?

Thanks.
  Reply With Quote
04/13/14, 06:01 PM   #10
beeradg
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 16
Originally Posted by joshmiller83 View Post
Were you able to add this to your mod or make another mod with this functionality?
Actually I haven't had a chance to mess with it since that night much at all (and didn't quite finish then) due to writing code for non-profits at the best hackathon ever for the 24 hours after. I'll be out of town and super busy for a week - hoping for plenty of time to play at least. In the meantime feel if anyone wants to contribute - please, by all means. If you submit pull requests to the github repo I will review/accept/upload a newer version. Otherwise it'll be likely at least a week before I get a chance to look at it again.

Thanks again for the great feedback.
  Reply With Quote
04/20/14, 01:38 AM   #11
snare
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 14
Props for figuring out the backpack stacking stuff, beeradg. I used it in my guild bank re-stacker.
  Reply With Quote
04/20/14, 02:02 AM   #12
snare
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 14
Originally Posted by MaxTwelve View Post
I was searching for an answer to the guild bank inventory not stacking bug. Have any of you tried this solution for that?

Thanks.
http://www.esoui.com/forums/showthread.php?t=1028
  Reply With Quote

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

Thread Tools
Display Modes

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