Re: Where do I find this stuff

From: d. hall (dhall@OOI.NET)
Date: 08/27/98


>>>>>> thus on Thu, 27 Aug 1998 12:57:48 -0300, Marc wrote:

> I am wondering if anyone can tell me how I can change what gold is
> called,

If on a unix system, grep -i gold *.c *.h.  You'll want to change anything
within the strings.  Especially in the score function and the creation of
gold objects.

> how I change who can use the wizcommands. I want to change what levels there
> are and I want each level to have their own set of commands like now except
> more specific to the level. I.E. Co IMPS can freeze players co imps don't
> exist unless they are added so after they are added how do I change the
> level required for the wizcommands.

intepreter.c has this information in a large structure array.

  { "ban"      , POS_DEAD    , do_ban      , LVL_GRGOD, 0 },
     |            |             |            |
     |            |             |            `-- min level to use
     |            |             `-- function called
     |            `-- min position to use command
     `-- command

d.


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/15/00 PST