On Fri, 29 Nov 1996, Will Shaw wrote:
> I have already done that--which is why this problem is confusing me.
> >> Ok, I fixed it so that players now see 'slit throat' and 'trip' instead of
> >> two lines of '!UNUSED!' (see prevoius messages). Unfortulatley, they can't
> >> seem to practice either ("You do not know of that skill."). Any ideas what
> >> could be going wrong here? Thanks in advance.
The above mentioned skillo() call in spell_parser does nothing for skills
as the comments in the code suggest, exept to give that skill to the
IMMORTS by default.
Two things come to mind.
class.c
spell_level(SPELL_MAGIC_MISSILE, CLASS_SAGE, 1);
A line such as the above for your skill, giving that skill to a class
spell_parser.c
char *spells[] =
"magic missile",
A Line such as above, with the exact spelling of what the user is supposed
to type to practice and/or cast this spell, irregardless of whats
SPELL_XXX name may be.
*******************************************************************
* Ron Hensley ron@dmv.com *
* Systems Administrator http://www.dmv.com/~ron *
* PGP Key at WWW Page *
* DelMarVa OnLine 749-7898 Ext. 403 *
*******************************************************************
+-----------------------------------------------------------+
| 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