in reply to Fastest Rising Monks - Revisited

Well, I see a table, but it's not quite clear to me what the columns mean. The first column indicates a rank, but where is it sorted on? The 'monk' and 'XP' are clear, but what does 'Total' stand for? Is 'higher' a column that indicates the number of monks that have joined later than the column of that row, but with more XP? And what does the Percent column mean?

Abigail

Replies are listed 'Best First'.
Re: Re: Fastest Rising Monks - Revisited
by Limbic~Region (Chancellor) on Mar 17, 2004 at 22:26 UTC
    Abigail,
    Sorry - the columns made sense to me when I was coding it.
    • The total column is the number of monks that joined after you.
    • The higher column is the number of those monks with more XP.
    • The percent column is the (higher / total) * 100
    • Sorting is by percentage first, then by XP.

    Cheers - L~R