Its okay :o)
I got it to work !
If you would like, heres the changes:
---class.c----
change th following line:
const struct title_type titles[NUM_CLASSES][LVL_IMPL + 1] = {
to:
const struct title_type titles[LVL_IMPL + 1] = {
and in the line following:
{{"the Man", "the Woman", 0},
change to:
{"the Man", "the Woman", 0},
and then go down until you see the first line looking like:
{"the Implementor", "the Implementress", .... }
and change the line after it from a } to };
and just delete the remaining set of title/level information...
---- act.informative.c ----
find
extern struct title_type titles[NUM_CLASSES][LVL_IMPL + 1];
and cahnge to:
extern struct title_type titles[LVL_IMPL + 1];
then find all the occurences or titles[...][..] and change them to
just titles[...] removing the first [...]
do this for act.wizard.c, interpreter.c, limits.c and medit.c if
you have medit.c (I use OasisOLC =])
thats about it... should work from there :o)
Any questions, E-Mail me please :o)
Elvis
==========================================================================
.---. .----------- || Elvis Mohan,
/ \ __ / ------ || Internet Development Engineer,
/ / \( `-, ----- || InterServ Ltd.
////// '~ ( --- || Phone: (809) 637-6862
//// / // : ; --- || Fax: (809) 637-8267
// / / /) / -- || E-Mail: emohan@trinidad.net
/ //..\\
============UU====UU========================================================
'//||\\` They will soar on wings as eagles...
(Isaiah 40:31)
+-----------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://cspo.queensu.ca/~fletcher/Circle/list_faq.html |
| Or send 'info circle' to majordomo@cspo.queensu.ca |
+-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST