About:
You don't like how RPG Maker sorts the item based on the ID and you want to change that. But you have no idea how.
Sample usage:
Suppose that this is what it looks like in the database
But you rearrange them in the skill window
How to use:
Tag your item/skill/weapons/armors with
<order: n>
The default weight of the order is 50 (customizable in the parameter). If you want to put a certain item above others, the order must be smaller than 50 (Because it is easier to think that a heavier thing sinks deeper).
When two items have the same order weight, it will use the id to determine the sort priority.