88 - Guildbank not sorting according to rankings properly
Things i need to know/ have, whithout which i can't help
- Genie's version
r276
- Genie.lua from your SavedVariables attached
- Errors/ debug messages/ etc.
No error messages
- A detailed description of what happened/ should happen (the more the merrier)
My sorting order is: AIC > ItemLevel > Quality > Equip Location > Name > Stackcount > Count
I'm using the Quicksort3 sorting method.
When I sort the guild bank, it does not respect this sorting priority. It is very obvious when it sorts things like gems, or other materials. For example, according to this ordering... all the gems should be together (AIC), then all the 80 gems should be together (ItemLevel), then all the epic 80 gems should be together (Quality), then all the 80 epic gems should be together sorted by name. Yet, in my screenshot, it has 2x 80 epic gems, followed by two stacks of uncut 75 green gems, followed by a bunch of epic 80 gems, followed by some cut 80 blue gems, and so on.
In addition those things help:
- A screenshot
- What other addons where enabled?
- Anything i didn't think of but is relevant
| Name | Size | MD5 |
|---|---|---|
| Genie.lua | 5.4 KiB | f9a8be03c385... |
| User | When | Change |
|---|---|---|
| adjo | Jan 10, 2011 at 16:33 UTC | Changed status from Accepted to Invalid |
| adjo | Jan 10, 2011 at 14:09 UTC | Changed status from New to Accepted |
| guido666 | Jan 10, 2011 at 00:30 UTC | Deleted attachment GenieGBSortExample.png: Duplicate |
| guido666 | Jan 10, 2011 at 00:29 UTC | Added attachment Genie.lua |
| guido666 | Jan 10, 2011 at 00:29 UTC | Added attachment GenieGBSortExample.png |
| guido666 | Jan 10, 2011 at 00:29 UTC | Added attachment GenieGBSortExample.png |
| guido666 | Jan 10, 2011 at 00:28 UTC | Create |
- 4 comments
- 4 comments
- Reply
- #4
adjo Jan 11, 2011 at 20:27 UTC - 0 likesplease create a new ticket and add your proposal there, it's easier to find that way
- Reply
- #3
guido666 Jan 10, 2011 at 21:02 UTC - 0 likesI see, my apologies for misunderstanding. Thank you for the suggestion, too.
I assume you're pulling the category IDs out as numbers from the game. Are there plans to add a "custom ordering" to the AIC/Subtype/Type categories?
- Reply
- #2
adjo Jan 10, 2011 at 16:31 UTC - 0 likesGenie does exacly what you told her.
they are. red gems, blue gems, etc. like at the auction house, cut and uncut doesn't make any difference.
This setting should (haven't tested it) come pretty close to what you described:
Type > Itemlvl > Quality > Subtype > Equip Location > Name (> Stackcount) > Count
- Reply
- #1
guido666 Jan 10, 2011 at 07:23 UTC - 0 likesSo I've tried a number of other configurations, with little/no improvement. I've tried the other sort methods, but they don't change the issue. I've turned off the "Count" rank, but it also didn't make it sort correctly.