Quote:
Originally Posted by Lojik
[You must be logged in to view images. Log in or Register.]
So this isn't really a green thing, maybe it's above what you can do as one person? But right now the level filter on NPCs in zone only sorts based on the first digit of the level (it will list level 10's with level 1's, then level 20's and 2's.) Maybe NPC levels of less than 10 could have a 0 or something first? Level 09? Does this annoy anyone else? Im programming illiterate so I wouldnt have the slightest idea how to do it.
|
This is absolutely possible. The "09" fix would be super easy ... for wiki god Ravhin. I have this medical condition where my eyes roll to the back of my skull the moment I try to write PHP code, so I wouldn't be able to make it
[You must be logged in to view images. Log in or Register.]
If you can't talk Ravhin into it (I'm kinda hoping he's following this thread and therefore might see this), a
client-side fix (ie. me changing how the sorting works) is hypothetically possible ... but it's more work because I have to figure out and then mess with 3rd-party sorting code to do so (I tried fixing something else with the sorting awhile back, and it was difficult enough that I gave up).