Download
(10 Kb)
Download
Updated: 08/09/14 03:09 AM
Pictures
File Info
Compatibility:
Update 3 (1.3.3)
Updated:08/09/14 03:09 AM
Created:05/04/14 01:10 AM
Monthly downloads:39
Total downloads:5,359
Favorites:24
MD5:
Restacker  Popular! (More than 5000 hits)
Version: 0.7.2
by: slowglass [More]
Introduction
This is currently a simple plugin with one job. That is to restack the items in your bag/bank.
The main time that I have found that you need this function is after a trade. This plugin allows you to restack your bank or inventory. This can be done using buttons on the bank/inventory windows.
The addon can also auto stack at the following times:
* After a successful trade
* Once the bank has been opened between the players inventory and the bank. (The direction is configurable)

UI Changes
Added buttons to:
* Inventory window: Restack
* Bank window: Restack and Move stacks

Move stacks button will move from bank to inventory or vice versa. Filling existing stacks of the same item but not using any additional slots


Commands
There is also a set of commands:
* /rs restack: restack the items in the players bag
* /rs inv: debug command that prints an inventory of all items. This will be deleted or improved in a later release

Contributions
All contributions are welcome. I am using github (https://github.com/slowglass/Restacker) to develope this. Feel free to create a branch and add you idea. However please leave master alone, that way I will some control of what is released

New Features - 0.4.0
* Added Lang support - thanks Dunkare
* Added tool tips on Inventory/Bank buttons
* Added log message for when nothing moved

Bug Fixes
* Fixed an issue where error resulted if non english language was used
* Fixed issue where hiding button on start up threw an error
v0.7.2
- Upgraded to 100008 of the API
v0.7.1
- Upgraded to 100007 of the API
v0.7.0
- Refactored Settings controls
-
v0.6.3
- Bumped API version
- Reformatted Show output
v0.6.2
- Improved French language support
v0.6.1
- Code refactoring
0.6.0
- Added ability to auto stack when opening bank
- Added ability to turn off auto stacking when trade completes
- Added ability to control verbosity of the plugin
v0.5.1
- Added option to disable logging transfers
v0.5.0
- Added option to disable Addon announcement
v0.4.1
- Fixed error when trade finished
v0.4.0
- Added Tooltips for new Addon's button
- Added multi-language support
- Fixed error in Toggling buttons that happened at Addon load
v0.3.2
- Fixed issue in LibLang that was causing error to be thrown in non english versions
v0.3.0
- Added Move buttons to move items between bank and inventory
- Added Move buttons to move items between bank and inventory
v0.2.0
- Initial ESOUI release
Optional Files (0)


Archived Files (10)
File Name
Version
Size
Uploader
Date
0.7.1
10kB
slowglass
06/28/14 02:07 AM
0.6.3
12kB
slowglass
05/23/14 12:15 PM
0.6.1
12kB
slowglass
05/20/14 11:43 AM
0.6.0
12kB
slowglass
05/18/14 02:01 PM
0.5.1
13kB
slowglass
05/17/14 07:32 AM
0.4.1
218kB
slowglass
05/09/14 03:59 PM
0.4.0
217kB
slowglass
05/08/14 05:12 PM
0.3.2
167kB
slowglass
05/07/14 04:22 PM
0.3.0
160kB
slowglass
05/06/14 03:06 PM
0.2.0
127kB
slowglass
05/04/14 01:10 AM


Post A Reply Comment Options
Unread 05/18/14, 01:25 PM  
l3x0r

Forum posts: 13
File comments: 152
Uploads: 0
Originally Posted by slowglass
Originally Posted by l3x0r
thx for this addon! very usefull! i also like the small button it addes to the menu
but i'm missing a simple settings menu where for example you could turn off the message
Code:
Lang: en
Restacker Loaded
and i'm missing an option to allow the addon to perform in silence (so without the chat output)

please consider adding those features

Edit: I also found out that Restacker v0.4.1 includes the ".git" folder from github, maybe you could safe some bytes by removing it in the next version
I will push a version to the web site later today. (Or you can grab my development build from https://github.com/slowglass/Restacker)
thank you for the latest version everything i missed is now included
one last question:
why does this addon adds another addon named "EOSui-icons" and what does it do?
your addon seems to work fine when i disable "EOSui-icons" so why do we need it?
regards
Report comment to moderator  
Reply With Quote
Unread 05/17/14, 06:02 AM  
slowglass
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 16
Uploads: 1
Originally Posted by l3x0r
thx for this addon! very usefull! i also like the small button it addes to the menu
but i'm missing a simple settings menu where for example you could turn off the message
Code:
Lang: en
Restacker Loaded
and i'm missing an option to allow the addon to perform in silence (so without the chat output)

please consider adding those features

Edit: I also found out that Restacker v0.4.1 includes the ".git" folder from github, maybe you could safe some bytes by removing it in the next version
I will push a version to the web site later today. (Or you can grab my development build from https://github.com/slowglass/Restacker)
Report comment to moderator  
Reply With Quote
Unread 05/16/14, 11:50 AM  
l3x0r

Forum posts: 13
File comments: 152
Uploads: 0
thx for this addon! very usefull! i also like the small button it addes to the menu
but i'm missing a simple settings menu where for example you could turn off the message
Code:
Lang: en
Restacker Loaded
and i'm missing an option to allow the addon to perform in silence (so without the chat output)

please consider adding those features

Edit: I also found out that Restacker v0.4.1 includes the ".git" folder from github, maybe you could safe some bytes by removing it in the next version
Last edited by l3x0r : 05/16/14 at 12:11 PM.
Report comment to moderator  
Reply With Quote
Unread 05/10/14, 06:17 AM  
slowglass
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 16
Uploads: 1
Re: Fr Trad error

Originally Posted by Xie
Hi, thx for the addon - very nice.

But there a small inversion with french translation:

Original:
Code:
b["STACK_INV_BNK"] = "Empilez de l'inventaire à la Banque"
b["STACK_BNK_INV"] = "Empilez de la Banque à l'inventaire"
Change with:
Code:
b["STACK_INV_BNK"] = "Empilez de la Banque à l'inventaire"
b["STACK_BNK_INV"] = "Empilez de l'inventaire à la Banque"
Thanks that was actually wrong in all the translations.
Will be fixed in next release.
Report comment to moderator  
Reply With Quote
Unread 05/10/14, 03:35 AM  
Xie

Forum posts: 0
File comments: 20
Uploads: 0
Fr Trad error

Hi, thx for the addon - very nice.

But there a small inversion with french translation:

Original:
Code:
b["STACK_INV_BNK"] = "Empilez de l'inventaire à la Banque"
b["STACK_BNK_INV"] = "Empilez de la Banque à l'inventaire"
Change with:
Code:
b["STACK_INV_BNK"] = "Empilez de la Banque à l'inventaire"
b["STACK_BNK_INV"] = "Empilez de l'inventaire à la Banque"
Report comment to moderator  
Reply With Quote
Unread 05/08/14, 05:15 PM  
slowglass
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 16
Uploads: 1
Re: Guild Banks?

Originally Posted by dhodgie
Can we get this add-on to work with guild banks?
I need to find a guild that will let me add / remove things from a guild bank and then yes.
Code should be fairly easy to modify but cannot test at the moment.
Report comment to moderator  
Reply With Quote
Unread 05/08/14, 04:42 PM  
dhodgie

Forum posts: 0
File comments: 1
Uploads: 0
Guild Banks?

Can we get this add-on to work with guild banks?
Report comment to moderator  
Reply With Quote
Unread 05/08/14, 04:15 PM  
slowglass
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 16
Uploads: 1
Originally Posted by PlumpSamurai
Originally Posted by slowglass
Originally Posted by PlumpSamurai
does this function the same as BankStuffer?
No. But it is similar. I think you need to look at both and decide which best meets your needs.
I wish to stack out from my bank as often as I stack into it, which is why I added the stacking functionality.

To be honest I did not need it as I was happily using ins:Stacker which is a very nice AddOn. I just got tired of typing and had already done the work for the bags so it was an easy extension to do the bank as well.
Yeah thats why I like bankstuffer, where it just automatically stacks stuff into the bank from your inventory if you have it in your bank. BankStuffer however seems to have died, and there are some bugs where items do not stack even if they are in your bank. I am looking for something like that.
Once I get this stable I may look at adding a feature like that. It would let me look at saving variables and configuration
Report comment to moderator  
Reply With Quote
Unread 05/08/14, 03:46 PM  
PlumpSamurai

Forum posts: 0
File comments: 10
Uploads: 0
Originally Posted by slowglass
Originally Posted by PlumpSamurai
does this function the same as BankStuffer?
No. But it is similar. I think you need to look at both and decide which best meets your needs.
I wish to stack out from my bank as often as I stack into it, which is why I added the stacking functionality.

To be honest I did not need it as I was happily using ins:Stacker which is a very nice AddOn. I just got tired of typing and had already done the work for the bags so it was an easy extension to do the bank as well.
Yeah thats why I like bankstuffer, where it just automatically stacks stuff into the bank from your inventory if you have it in your bank. BankStuffer however seems to have died, and there are some bugs where items do not stack even if they are in your bank. I am looking for something like that.
Report comment to moderator  
Reply With Quote
Unread 05/08/14, 03:43 PM  
slowglass
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 16
Uploads: 1
Originally Posted by heruel
From today I'm getting this error:

Code:
2014-05-08T19:06:15.262+01:00 |cff0000Lua Error: user:/AddOns/Restacker/Restacker.lua:135: attempt to index a nil value
stack traceback:
	user:/AddOns/Restacker/Restacker.lua:135: in function 'ToggleButtonVisibility'
	user:/AddOns/Restacker/Restacker.lua:206: in function '(anonymous)'|r
At first I was thinking it was some conflict with bank manager but I've disabled it and still getting this error.
In the bank I see the restack icon but I don't see the move button. The restack button is there and work correctly.
Sorry that crept through. I have downloaded the french version so I can properly test. I will have a new version out by the end of today.
Report comment to moderator  
Reply With Quote
Unread 05/08/14, 11:16 AM  
heruel

Forum posts: 0
File comments: 15
Uploads: 0
From today I'm getting this error:

Code:
2014-05-08T19:06:15.262+01:00 |cff0000Lua Error: user:/AddOns/Restacker/Restacker.lua:135: attempt to index a nil value
stack traceback:
	user:/AddOns/Restacker/Restacker.lua:135: in function 'ToggleButtonVisibility'
	user:/AddOns/Restacker/Restacker.lua:206: in function '(anonymous)'|r
At first I was thinking it was some conflict with bank manager but I've disabled it and still getting this error.
In the bank I see the restack icon but I don't see the move button. The restack button is there and work correctly.
Report comment to moderator  
Reply With Quote
Unread 05/08/14, 10:54 AM  
slowglass
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 16
Uploads: 1
Originally Posted by Dunkare
would it be possible to have mouseover descriptions on the custom inventory buttons?
I have not looked into popus yet. I would hope so, if I can find out how the normal ones work. I would like to stick with the GUI l+F if at all possible.
Report comment to moderator  
Reply With Quote
Unread 05/08/14, 10:53 AM  
slowglass
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 16
Uploads: 1
Originally Posted by PlumpSamurai
does this function the same as BankStuffer?
No. But it is similar. I think you need to look at both and decide which best meets your needs.
I wish to stack out from my bank as often as I stack into it, which is why I added the stacking functionality.

To be honest I did not need it as I was happily using ins:Stacker which is a very nice AddOn. I just got tired of typing and had already done the work for the bags so it was an easy extension to do the bank as well.
Report comment to moderator  
Reply With Quote
Unread 05/08/14, 09:53 AM  
Dunkare
 
Dunkare's Avatar

Forum posts: 0
File comments: 9
Uploads: 0
would it be possible to have mouseover descriptions on the custom inventory buttons?
Report comment to moderator  
Reply With Quote
Unread 05/08/14, 05:45 AM  
PlumpSamurai

Forum posts: 0
File comments: 10
Uploads: 0
does this function the same as BankStuffer?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: