As hard to admit as it is.. I seem to have a problem creating a language and I can't seem to find the help i'm looking for.
** What I have done **
act_comm.c
I added LANG_DEMONIC before LANG_UNKNOWN.
Then added LANG_DEMONIC go to the lang_names which is just below lang_array and right before ""
Then in mud.h
I added the #define and the number and | LANG_DEMONIC |
Then I recompiled the mess.
I logged into the game and from my Wizard account
sset create skill demonic
sset demonic type tongue
sset demonic guild -1
sset demonic code spell_null
sset save skill table
setrace demon language daemonic
but here is there the error is. After the setrace line it gives me "Player races may not speak demonic.
Racial language set."
and i'm at a loss at why this would be!
** What I have done **
act_comm.c
I added LANG_DEMONIC before LANG_UNKNOWN.
Then added LANG_DEMONIC go to the lang_names which is just below lang_array and right before ""
Then in mud.h
I added the #define and the number and | LANG_DEMONIC |
Then I recompiled the mess.
I logged into the game and from my Wizard account
sset create skill demonic
sset demonic type tongue
sset demonic guild -1
sset demonic code spell_null
sset save skill table
setrace demon language daemonic
but here is there the error is. After the setrace line it gives me "Player races may not speak demonic.
Racial language set."
and i'm at a loss at why this would be!