Help With Old Addon - BagSort - Organize Guild Bank
4 months, 2 weeks ago
Well, there has to be addon compatibility for the guild bank, which I know there is, because its all open to grab information from the game itself. But you may be right as in this method was used for the sole purpose of bags. But that raises the question to the normal bank, its first default slots are not bags, just a random mass of space, and this addon seems to sort with it also. So that just makes it even more confusing and interesting.
Quick Reply
You need to login or register to post comments.
Benefits of Registration
- Interact with hundreds of thousands of other gamers on an open social network.
- Post your stories, news, images, videos, and other content to share.
- Create a network with your fellow gamers or join an existing one.
- Gain reputation for everything you do.

- Thumbs Down
- Thumbs Up
- +0
Reneg4d3I have been looking through the source of the addon BagSort, and toying around with it, the part where I am stuck is I just need to under stand how to do the ranges, I hope you guys can help, So I can get to work on it.
I have a few questions...
1:
sortBagRange({-1, 11, 10, 9, 8, 7, 6, 5})
This is the BANK range
How do you calculate this, I have not found any pattern. It must be by rows and columns.
2:
sortBagRange({4, 3, 2, 1, 0})
This is the bags you have,
This I can see a pattern, or think I do, correct me if I am wrong, the 4 3 2 1 and 0 I think has to do with the fact that your backpack, the non bag is 0, and 1 is the first bag 2 is the second etc.
If anyone with any knowledge about this could explain to me the range that are set up, I will probably be able to add a guild function.
Thanks for your time,
Chris