- Joined
- Mar 19, 2013
- Messages
- 542
- Reaction score
- 111
- First Language
- English
- Primarily Uses
- N/A
Normally the default listing of things like items and skills when presented in a window are in order of ID.
I was wondering if anyone would be willing to tackle a quick sorting mechanism so its easier to keep related members of a list together regardless of how far appeart their entries are in the database. This way if Strong Attack I is (ID:9) and Strong Attack II is (ID:33) they can both appear side by side in the list and not several button presses apart.
The simplest way I can think of, is to allow for a 'rank' to be assigned to any listable object.
Example:
<rank:#>This way all melee abilities can be rank 1XX, all white magic rank 2XX, etc...
In the above example, Strong Attack I could be rank:109 and Strong Attack II could be rank:108, thus when listed they would always appear side by side and (more > less) powerful.
Objects with the same rank would still be sorted by ID. Or a secondary rank can be assigned... If a secondary exists its always sorted in front of non-secondary ranked objects.
Example:
<rank:main,secondary>With a secondary rank included the above example could be rank:100,9 & rank:100,8 instead.
Hopefully with something like this, it won't be so damned painful to have such scattered database entries.
Thanks for your time!
I was wondering if anyone would be willing to tackle a quick sorting mechanism so its easier to keep related members of a list together regardless of how far appeart their entries are in the database. This way if Strong Attack I is (ID:9) and Strong Attack II is (ID:33) they can both appear side by side in the list and not several button presses apart.
The simplest way I can think of, is to allow for a 'rank' to be assigned to any listable object.
Example:
<rank:#>This way all melee abilities can be rank 1XX, all white magic rank 2XX, etc...
In the above example, Strong Attack I could be rank:109 and Strong Attack II could be rank:108, thus when listed they would always appear side by side and (more > less) powerful.
Objects with the same rank would still be sorted by ID. Or a secondary rank can be assigned... If a secondary exists its always sorted in front of non-secondary ranked objects.
Example:
<rank:main,secondary>With a secondary rank included the above example could be rank:100,9 & rank:100,8 instead.
Hopefully with something like this, it won't be so damned painful to have such scattered database entries.
Thanks for your time!
Last edited by a moderator:

