I was wondering how to implement a "Top Players" command? I simply want users to be able to type something like "toplist" or maybe "who toplist" (rather the former, without the who in front). Is there some snippet that does this? It seems like something that some builders would want in their muds.
I am quite new to SMAUG and love it, but I just hate the lack of documentation.. usually when I start ANY project, google is my friend. With SMAUG it took me like an hour just to find a map of the stupid darkhaven town lol. (I am not talking about MUDs here.. talking about things in general)
I'd say I am intermediate in my C++ coding abilities, so the code isn't extremely foreign to me.. But it looks just so confusing I looked through the who command and think I'd be able to add a "who toplist" command but I just don't know how to make it list the top say 20 people in the mud.
To clarify - I just want the command to return the top 20 players in the MUD, according to experience.
Also.. I am using the latest SMAUG build (1.8b I think), NOT SmaugFUSS... I was wondering if it would be wise to use SmaugFUSS over SMAUG? And if so, what version? The files on SmaugFUSS's website are a bit confusing.. it shows a SmaugFUSS1.9 but then, more recently, a SmaugFUSS1.8 and 1.7..?
Thank you in advance =)
I am quite new to SMAUG and love it, but I just hate the lack of documentation.. usually when I start ANY project, google is my friend. With SMAUG it took me like an hour just to find a map of the stupid darkhaven town lol. (I am not talking about MUDs here.. talking about things in general)
I'd say I am intermediate in my C++ coding abilities, so the code isn't extremely foreign to me.. But it looks just so confusing I looked through the who command and think I'd be able to add a "who toplist" command but I just don't know how to make it list the top say 20 people in the mud.
To clarify - I just want the command to return the top 20 players in the MUD, according to experience.
Also.. I am using the latest SMAUG build (1.8b I think), NOT SmaugFUSS... I was wondering if it would be wise to use SmaugFUSS over SMAUG? And if so, what version? The files on SmaugFUSS's website are a bit confusing.. it shows a SmaugFUSS1.9 but then, more recently, a SmaugFUSS1.8 and 1.7..?
Thank you in advance =)