Question

Posted by USER007 on Sat 09 Oct 2004 02:39 AM — 2 posts, 13,497 views.

#0
I'm thinking of adding new 'ranks' on the who list. What I mean is when you type who you will see a list of people that fall under several categories instead of one.

So say right now its:

--------[ players ]--------

--------[ imms ]--------

But instead I want:

-------[ level 1]-----

-------[ level 2]-----

And so on...

-------[ imms ]-----

Now my question is this, would I only need to modifie act_info.c? Or are their more .c files I would have to modifie also?
Canada #1
Well, it depends on how you want to seperate people. If you want to simply use ch->level, then there is no other mods that should need to be made. If you wanted to use, say, a clan level or something that is not currently in your code, then you would need to modify save.c to support reading/writing the new field.