like this:
if ((value > ch->pcdata->security && get_trust(ch) != MAX_LEVEL) || value <
0)
----- Original Message -----
From: "Michael McCaulley" <[EMAIL PROTECTED]>
To: "'Dale Kingston'" <[EMAIL PROTECTED]>
Sent: Tuesday, November 19, 2002 1:59 PM
Subject: RE: Setting Immortal Security


> Under act_wiz.c I found the string
> if (value > ch->pcdata->security || value < 0)
>
> I am sure, and as you said, this is where the problem lies.
> Where would I insert && get_trust(ch) != MAX_LEVEL) ?
> -----Original Message-----
> From: Dale Kingston [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 19, 2002 2:05 PM
> To: Michael McCaulley; [email protected]
> Subject: Re: Setting Immortal Security
>
> How did you edit your pfile? Did you look up how it saves your security
> and
> then do that with a 9 on it?
> Also follow the command you type to set your security. If using set
> theirs a
> check something like: if (ch->pcdata->security < value) Thats probly
> whats
> stopping you. You can probly just take on a && get_trust(ch) !=
> MAX_LEVEL)
> that would solve that problem.
>
>
> ----- Original Message -----
> From: "Michael McCaulley" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Tuesday, November 19, 2002 1:00 PM
> Subject: Setting Immortal Security
>
>
> > I am finally taking the leap and have started my own mud.
> > I used 1stMUD, (hoping it was a good choice) and have my
> > Admin set up fine. When trying to set my security so I can
> > Edit areas etc... I get a message "Valid security is 0 only"
> >
> > I have looked through the code and can't find where to set this.
> > I also edited my pfile, setting security to 9 there with no luck.
> >
> > Any help is appreciated
> > Christof
> >
> >
> >
> > --
> > ROM mailing list
> > [email protected]
> > http://www.rom.org/cgi-bin/mailman/listinfo/rom
> >
>
>
>


Reply via email to