Hmm .. I dont have the code in front of me, but as far as I remember the
ASCII-patch dosnt include the OLC_zone, so you have to define that manual.
Something like this:
In db.c
int load_char:
+ psds->olc_zone = 0; (where the rest is init.)
Under the switch:
case 'O':
if(!strcmp(tag, "OLC "))
psds->olc_zone = num;
break;
void save_char:
search for...
if(psds->wimp_level)
fprintf(outfile, "Wimp: %d\n", psds->wimp_level);
and insert ...
if(psds->olc_zone)
fprintf(outfile, "OLC : %d\n", psds->olc_zone);
I guess that should do the trick with your OLC settings .. wasnt that what
you asked about?
/Zekam
-----Original Message-----
From: Iceblade <iceblade@STARWEB.NET>
To: CIRCLE@POST.QUEENSU.CA <CIRCLE@POST.QUEENSU.CA>
Date: 5. januar 1998 19:50
Subject: [LIST]
>All,
> Did anyone see my ASCII pfile zedit question?? It was 2 postings a few
>days ago?
>
>IceBlade
>
>
> +------------------------------------------------------------+
> | 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