|
|
|
Error in .DEF filesshuma gorath
|
Common1.cns
Says: Something about missing file common1.cns
What to do: This is an easy problem to fix. Whether you like it or not the solution is you have to rename the directory(folder) in which your problem character is in.
- Find out the name of the files in your directory(folder).
EX: rogue2.def rogue2.cmd rogue2.cns etc...
- Rename your directory(folder) to the name of the files.
EX: It was \Rogue\ RENAME to \Rogue2\
|
Error in .CMD filessabretooth
|
Error parsing something in char.cmd
Says: In state ___,_
What to do: It is important you note which state and which .cmd file the problem is in.
- Use some text editor (notepad) and open up your character's .cmd file.
EX: \chars\wolverine.cmd
- Use the search function to find the state where the problem is.
EX: [State 100,1]
- The ";" semicolon is used as a quote. Try to find where the author forgot to put the ";" semicolon cause thats the only solution for this problem.
|