I followed the guides, both were by Emme, and everything seems to work fine. However, when a character logs in I get an error message in LOTF saying there's something wrong with line 1250 in database.cs, the "WhichBless" line. The characters disappear in game, so it seems like the "model" is missing which I can change back to smale and my character reappears. Am I missing any MySQL Character Tables for Exp Pot which could be the problem? Or is there something wrong with this line: "Charr.WhichBless = (byte)DR["WhichBless"];" Has this ever happened to anyone else?
Thanks to anyone who can help.
Here is the Error Message that comes up in LOTF when a character logs in:
System.InvalidCastException: Specified cast is not vaild.
at COServerProject.DataBase.GetCharInfo<Character Charr, String UserName> in
C:\Documents and Settings\Desktop\LOTF Source\COServerProject\DataBase.cs:line 1250
Thanks to anyone who can help.
Here is the Error Message that comes up in LOTF when a character logs in:
System.InvalidCastException: Specified cast is not vaild.
at COServerProject.DataBase.GetCharInfo<Character Charr, String UserName> in
C:\Documents and Settings\Desktop\LOTF Source\COServerProject\DataBase.cs:line 1250