Download
(6 Kb)
Download
Updated: 11/04/14 06:05 PM
Patch for:
FatStacks.
Pictures
File Info
Compatibility:
Update 5 (1.5.2)
Updated:11/04/14 06:05 PM
Created:08/07/14 05:54 AM
Monthly downloads:25
Total downloads:6,518
Favorites:17
MD5:
Categories:Bags, Bank, Inventory, Discontinued & Outdated
FatStacks updated  Popular! (More than 5000 hits)
Version: 0.4
by: Ayantir [More]
This addon is the 1.3 update of FatStacks addon

FatStacks is an add-on for re-stacking items in your guild bank that are inefficiently stacked.

If items are deposited into the guild bank that already exist in the guild bank, they will not be automatically stacked. This results in multiple small stacks of things like runes and alchemy mats, of which there are many different kinds that are often only encountered in small numbers and deposited into the guild bank one at a time. FatStacks addresses this problem by finding items that are using more slots than necessary, withdrawing them into your backpack, re-stacking them to take up fewer slots, and then depositing them back into the guild bank.

This is a beta release of FatStacks. At the moment it only supports some slash commands and has no real UI to speak of. Output is printed to the chat window.

To get help on running FatStacks, use the following command:
  • /fs

To get info on what is inefficiently stacked in the guild bank, open the guild bank and then run:
  • /fs info

To re-stack items in the guild bank that are inefficiently stacked, open the guild bank and then run:
  • /fs restack

To reset FatStacks in the event of an error, run:
  • /fs reset

Original version by snare is here : http://www.esoui.com/downloads/info335-FatStacks.html
0.4
----
- Updated API version
- Removed unnecessary Libstub library

0.3
----
- Updated API version

0.2
-----
- Updated API version
Archived Files (2)
File Name
Version
Size
Uploader
Date
0.3
7kB
Ayantir
09/18/14 05:23 PM
0.2
11kB
08/07/14 05:54 AM


Post A Reply Comment Options
Unread 03/09/15, 04:04 AM  
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1019
File comments: 1531
Uploads: 31
Hello,

Please note that I won't update fatstack anymore, because I've decided to focus on Roomba about GuildRestacking. This addon is more intuitive, without text to type in entry box and totally rewrited by myself.

So, if you still use Fatstacks, please use Roomba

Thank you !
Report comment to moderator  
Reply With Quote
Unread 03/02/15, 01:15 PM  
Garkin
 
Garkin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 832
File comments: 1097
Uploads: 33
Originally Posted by Ayantir
In fact I don't really know if people is still using this addon and was planning to discontinue it for Roomba
Because I completly rewrited Roomba and thoses 2 addons does exactly the same thing, but differently, but thank you for your message. I'll post something tomorrow.
I'm not using it, I'm using Roomba. But I wanted to ask because if I'm adding this function for Roomba, I can add the same for all similar addons.
Report comment to moderator  
Reply With Quote
Unread 03/02/15, 01:08 PM  
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1019
File comments: 1531
Uploads: 31
In fact I don't really know if people is still using this addon and was planning to discontinue it for Roomba
Because I completly rewrited Roomba and thoses 2 addons does exactly the same thing, but differently, but thank you for your message. I'll post something tomorrow.
Report comment to moderator  
Reply With Quote
Unread 03/02/15, 12:55 PM  
Garkin
 
Garkin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 832
File comments: 1097
Uploads: 33
Is there any way to tell when this addon is restacking guildbank? I'd like to disable Dustman when it is running, so items from guildbank won't be accidentally destroyed.

Also this addon doesn't work for ESO Launcher users. It's because this program (by default) enables using secure and protected functions, so the have to be called directly.

Instead of:
Lua Code:
  1. -- Move it
  2. ClearCursor()
  3. local res = CallSecureProtected("PickupInventoryItem", bagId, source, move)
  4. if (res) then
  5.     res = CallSecureProtected("PlaceInInventory", bagId, target)
  6. end
  7. ClearCursor()
use something like:
Lua Code:
  1. -- Move it
  2. if IsProtectedFunction("RequestMoveItem") then
  3.     CallSecureProtected("RequestMoveItem", bagId, source, bagId, target, move)
  4. else
  5.     RequestMoveItem(bagId, source, bagId, target, move)
  6. end
Last edited by Garkin : 03/02/15 at 12:58 PM.
Report comment to moderator  
Reply With Quote
Unread 11/04/14, 06:07 PM  
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1019
File comments: 1531
Uploads: 31
Hi, still here and updating this addon when it needs to be

For users who don't like typing slash command, you can also use Roomba which does same things as Fatstacks,
Report comment to moderator  
Reply With Quote
Unread 09/12/14, 10:05 AM  
Seraiel

Forum posts: 0
File comments: 2
Uploads: 0
Problem with Minion

Current FatStacks Version is 0.20

Minion thinks that the (non-working) 0.16 version is an update.

Plz fix
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: