How do you change the ranks in the who list?
Who list.
Posted by USER007 on Mon 10 Nov 2003 01:23 AM — 4 posts, 16,749 views.
Change it to what? I believe that the rank command allows players to change that.
For example when any person types who it shows a list. So I want to know where change the rank New fighters to Newbie fighters.
EX: Before
---------------------------[ New Fighters ]----------------
Demon Carla the Fighter in Training.
Human Bahram the Fighter in Training.
Human Velix the Fighter in Training.
After:
---------------------------[ Newbe Fighters ]--------------
Mutant Carla the Fighter in Training.
EX: Before
---------------------------[ New Fighters ]----------------
Demon Carla the Fighter in Training.
Human Bahram the Fighter in Training.
Human Velix the Fighter in Training.
After:
---------------------------[ Newbe Fighters ]--------------
Mutant Carla the Fighter in Training.
It would be in do_who function, which may be called do_newwho depending on your code. Just read it: that's such an obvious line that it'll stand out. Just search for "new fighters" and just change it to "newbie fighters".