ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Search/Requests (https://www.esoui.com/forums/forumdisplay.php?f=165)
-   -   [REQUEST] Loot Stacker (https://www.esoui.com/forums/showthread.php?t=654)

joshmiller83 04/06/14 10:53 PM

[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!

joshmiller83 04/08/14 07:46 AM

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.

ingeniousclown 04/08/14 08:17 AM

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.

beeradg 04/11/14 06:29 PM

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)


joshmiller83 04/11/14 06:32 PM

Quote:

Originally Posted by beeradg (Post 3894)
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?

beeradg 04/11/14 06:34 PM

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...

joshmiller83 04/11/14 06:35 PM

Quote:

Originally Posted by beeradg (Post 3897)
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! :)

joshmiller83 04/12/14 12:14 AM

Quote:

Originally Posted by beeradg (Post 3897)
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?

MaxTwelve 04/12/14 12:23 AM

I was searching for an answer to the guild bank inventory not stacking bug. Have any of you tried this solution for that?

Thanks.

beeradg 04/13/14 06:01 PM

Quote:

Originally Posted by joshmiller83 (Post 3920)
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.

snare 04/20/14 01:38 AM

Props for figuring out the backpack stacking stuff, beeradg. I used it in my guild bank re-stacker.

snare 04/20/14 02:02 AM

Quote:

Originally Posted by MaxTwelve (Post 3923)
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


All times are GMT -6. The time now is 07:08 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI