On Sun, 25 Oct 1998, Sean Daley wrote:
> What version of circle is that?
> I've got the base circle 14 installed (nothing from
> the CVS tree patched in and I haven't added anything
> to it either) and the actual lines in my code are
>
> else if ((GET_LEVEL(ch) < LVL_IMPL) && !IS_NPC(victim))
>
> So only imps can actually do it anyway.
Well if you have some high level commands reserved for higher gods
like we got 3 levels above imps Like set zedit new name change
set passwd etc. Besides the point a upset builder ruinning around as you
Can be bad. I guess not on muds all gods have same commands shrug
>
> Sean
>
>
> > A stock bug a lower level god can switch into a higher level god if he
> >is linkdead. After this line...
> >
> >else if ((GET_LEVEL(ch) < LVL_GRGOD) && !IS_NPC(victim))
> > send_to_char("You aren't holy enough to use a mortal's body.\r\n", ch);
> >+else if ((GET_LEVEL(ch) < GET_LEVEL(victim))
> >+ send_to_char("You WISHED.\r\n",ch);
> > else {
> > send_to_char(OK, ch);
> >
>
>
> +------------------------------------------------------------+
> | Ensure that you have read the CircleMUD Mailing List FAQ: |
> | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
> +------------------------------------------------------------+
>
+------------------------------------------------------------+
| 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