Download
(10 Kb)
Download
Updated: 04/11/14 07:42 PM
Pictures
File Info
Compatibility:
Live (1.0)
Updated:04/11/14 07:42 PM
Created:04/11/14 06:23 PM
Monthly downloads:19
Total downloads:34,996
Favorites:151
MD5:
Bank Stuffer  Popular! (More than 5000 hits)
Version: 1.02
by: beeradg [More]
When you visit the bank, scans your items and deposits all which exist in your inventory and your bank and which stacks in the bank have space in them.

Does not add things that aren't already in your bank.
Does not add new stacks of things that are already in your bank.
Does automatically stuff the stacks you have in your bank until they are full.

Examples (to clarify functionality):

Player has 4 stacks of rawhide in their bags for some reason they have been split into stacks of 15 each
Player has 2 stacks of rawhide in their bank, one of 75 and one of 85
Upon opening the bank the 85 stack will get 15 making a stack of 100 and the 75 will get 25 making another stack of 100
The player will be left with one stack of 20 rawhide in their inventory and have 200 rawhide in the bank

Another player has one stack of 40 rawhide in their inventory
Player has one stack of 40 in their bank
Upon opening the bank, the player will have no rawhide in their inventory and one stack of 80 in their bank

1.02
Fixed name inconsistencies.

1.01
Put it in a folder...
Optional Files (0)


Archived Files (2)
File Name
Version
Size
Uploader
Date
1.01
96kB
beeradg
04/11/14 06:47 PM
1.0
92kB
04/11/14 06:23 PM


Post A Reply Comment Options
Unread 04/11/14, 06:33 PM  
joshmiller83
AddOn Super User
 
joshmiller83's Avatar
Premium Member

Forum posts: 70
File comments: 243
Uploads: 0
Question Trade Stacking?

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?
Report comment to moderator  
Reply With Quote
Unread 04/11/14, 06:34 PM  
joshmiller83
AddOn Super User
 
joshmiller83's Avatar
Premium Member

Forum posts: 70
File comments: 243
Uploads: 0
Question Re: Trade Stacking?

Originally Posted by joshmiller83 View Post
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!
Report comment to moderator  
Reply With Quote
Unread 04/11/14, 06:38 PM  
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 288
File comments: 763
Uploads: 7
folder

You may put your addon in a folder, thank you
Report comment to moderator  
Reply With Quote
Unread 04/11/14, 06:44 PM  
beeradg
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 5
Uploads: 2
Re: folder

Originally Posted by Tonyleila
You may put your addon in a folder, thank you
Oh does it need to be in a folder? Oops
Report comment to moderator  
Reply With Quote
Unread 04/11/14, 06:48 PM  
beeradg
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 5
Uploads: 2
Re: folder

Originally Posted by Tonyleila
You may put your addon in a folder, thank you
Done. Thanks!
Report comment to moderator  
Reply With Quote
Unread 04/11/14, 06:58 PM  
Toldorn

Forum posts: 0
File comments: 18
Uploads: 0
Can't get this to work.

Just downloaded the version with folder name and i think it's enabled (under the addon name 'stuff').

When i talk to a bank, do I need to type a command or anything? nothing happens.
Report comment to moderator  
Reply With Quote
Unread 04/11/14, 07:07 PM  
beeradg
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 5
Uploads: 2
Originally Posted by Toldorn
Can't get this to work.

Just downloaded the version with folder name and i think it's enabled (under the addon name 'stuff').

When i talk to a bank, do I need to type a command or anything? nothing happens.
You shouldn't need to do anything special. Just remember it will only deposit items that are already in your bank and their stacks are not full in your bank. Perhaps try splitting a stack that is in your bank and taking part of it out, then open the bank again. I've been using it for a couple days and it works for me. Also you really should see debug messages in the chat log and hear the deposit/purchase sound effect...
Report comment to moderator  
Reply With Quote
Unread 04/11/14, 07:15 PM  
Toldorn

Forum posts: 0
File comments: 18
Uploads: 0
Dont get any sound effect, nor debug text. This may be conflicting with some other of my addons perhaps. All good.
Report comment to moderator  
Reply With Quote
Unread 04/11/14, 07:16 PM  
WoWLoreConfusedMe

Forum posts: 7
File comments: 44
Uploads: 0
Is it prints changes in a chat?

Something like
rawhide 5 >>> rawhide 80+5 (85)
Report comment to moderator  
Reply With Quote
Unread 04/11/14, 07:19 PM  
beeradg
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 5
Uploads: 2
Originally Posted by Toldorn
Dont get any sound effect, nor debug text. This may be conflicting with some other of my addons perhaps. All good.
Hmm... something is strange for me too. I'm looking at it. Sorry!
Report comment to moderator  
Reply With Quote
Unread 04/11/14, 07:43 PM  
beeradg
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 5
Uploads: 2
My hasty rename and submission broke it...

Originally Posted by beeradg
Originally Posted by Toldorn
Dont get any sound effect, nor debug text. This may be conflicting with some other of my addons perhaps. All good.
Hmm... something is strange for me too. I'm looking at it. Sorry!
Very sorry about that. It works now.
Report comment to moderator  
Reply With Quote
Unread 04/11/14, 08:34 PM  
joshmiller83
AddOn Super User
 
joshmiller83's Avatar
Premium Member

Forum posts: 70
File comments: 243
Uploads: 0
Is the Spam in Chat necessary? Or can we get an option to turn it off? Thanks!
Report comment to moderator  
Reply With Quote
Unread 04/11/14, 09:12 PM  
Ookami

Forum posts: 0
File comments: 3
Uploads: 0
Great add-on, thanks for putting it together.

One request. Is there anyway to set up some sort of black list of items you don't want to be auto stacked into your bank. It was great that when I visited my bank I didn't have to search my bag for everything I could add to what already partial stacks in there. I, however, was a bit perplexed as to why when I went to pick a lock on a chest I didn't have any lock picks in my bag... they had been sent to my bank where I already had a partial stack.

Thanks.
Report comment to moderator  
Reply With Quote
Unread 04/12/14, 12:15 AM  
joshmiller83
AddOn Super User
 
joshmiller83's Avatar
Premium Member

Forum posts: 70
File comments: 243
Uploads: 0
Question Re: Re: Trade Stacking?

Originally Posted by joshmiller83
Originally Posted by joshmiller83 View Post
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!
Were you able to add this to your mod or make another mod with this functionality? Just wondering about this.

Thanks!
Report comment to moderator  
Reply With Quote
Unread 04/12/14, 03:45 AM  
Taris

Forum posts: 0
File comments: 3
Uploads: 0
Does this work for personal bank strictly? Or will i fill up the Guild Bank if i'm not careful?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.