Don't double post...Quote:
this is the code which the directory in the error states
public bool Read()
{
if (_dataset.Tables[Table].Rows.Count > _row) <------""" LINE: 90"""
{
_datarow = _dataset.Tables[Table].Rows[_row];
_row++;
return true;
}
_row++;
return false;
}
I've done everything the video did and check it more than twice >.>
We told you, you're not setting up the config and entities right. Look, copy mine:
Configuration Table:
EntityID: 1000001
ItemUID: 1000001
Server: TestServer (Make sure it matches what you have in the source)
Accounts Table:
Username: Test
Password: test
State: 3
EntityID: 0
Delete everything in items, skills, and entities. Character Creation does work!
If that helped, thank all of us because we're really trying to help you figure this out.
Hope it helped.
Sincerely,
Fang