Hello smart ones i have questions to OpenNos files.
After some time in searching better files of ON i found this:
[Only registered and activated users can see links. Click Here To Register...]
First i was using files from Ciapa and others GitHub but i find out this might be better then...
I just started server on them.
Update-database - no porblem
Parser - no problem
And when i compile it i got surprise.
Master server working, login and world too, but when i want to log in its just crashes after login with no message.
Just after that visual giving me and error in VerifyLogin:
Code:
bool ignoreUserName = short.TryParse(clientData[2], out short clientVersion)
&& (clientVersion < 3075
|| ConfigurationManager.AppSettings["UseOldCrypto"] == "true");
Error: System.IndexOutOfRangeException: „Index was outside the bounds of the array.”
I know thats probably easy to solve problem but to be honest i dont know how to do it...
And this is a request for you all to help me find out solve.
Have nice day. :)
PS. Sorry for this crap english. :|
After some time in searching better files of ON i found this:
[Only registered and activated users can see links. Click Here To Register...]
First i was using files from Ciapa and others GitHub but i find out this might be better then...
I just started server on them.
Update-database - no porblem
Parser - no problem
And when i compile it i got surprise.
Master server working, login and world too, but when i want to log in its just crashes after login with no message.
Just after that visual giving me and error in VerifyLogin:
Code:
bool ignoreUserName = short.TryParse(clientData[2], out short clientVersion)
&& (clientVersion < 3075
|| ConfigurationManager.AppSettings["UseOldCrypto"] == "true");
Error: System.IndexOutOfRangeException: „Index was outside the bounds of the array.”
I know thats probably easy to solve problem but to be honest i dont know how to do it...
And this is a request for you all to help me find out solve.
Have nice day. :)
PS. Sorry for this crap english. :|