Re: NEWBIE

From: Desmond Daignault, Text DBA Contractor (tekdd@dtol.datatimes.com)
Date: 10/10/96


On Thu, 10 Oct 1996, Cyanide wrote:

:How do you give someone access to edit ALL the zones in OasisOLC?

in olc.c do this:
  /*. Everyone but IMPLs can only edit zones they have been assigned .*/
  /*
  if ((GET_LEVEL(ch) < LVL_IMPL) &&
      (zone_table[OLC_ZNUM(d)].number != GET_OLC_ZONE(ch)))
  { send_to_char("You do not have permission to edit this zone.\r\n", ch);
    free(d->olc);
    return;
  }
 */

just comment it out...

--

Dez.  -+= Nudd the Usurper =+-

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



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