The current db.xml lumps the level role and class (elite,leader etc) into one field called levelrole. I could sort on this, but because it is a string it would go:
Level 1...
Level 10-11...
Level 2...
Level 20-29...
Level 3...
Level 30-40...
etc
So what I tried instead is adding the level/role to the existing displays.

What I should probably do is alter the parser to output another set of lists (By Level and Role / By Role and Level) and then remove the field from the list. I'm just not sure it's really worth the effort.
No comments:
Post a Comment