how i can make downgrade from modern source to classic one like 5065 ?
06/01/2015 17:51Best Coder 2014#2
That's easy:
Open up the "Constants.cs" file
Find the line "public const int VersionNumber = 6051;"
Change it to "public const int VersionNumber = 5065;"
Rebuild the project
Done!
06/01/2015 17:56MrTigerZ#3
what about if i have source 5860 can i make downgrade to 5065 ?
06/01/2015 18:51Best Coder 2014#4
Quote:
Originally Posted by MrTigerZ
what about if i have source 5860 can i make downgrade to 5065 ?
That's easy:
Open up the "Constants.cs" file
Find the line "public const int VersionNumber = 5860;"
Change it to "public const int VersionNumber = 5065;"
Rebuild the project
Done!
06/01/2015 20:11MrTigerZ#5
there is no (Find the line "public const int VersionNumber = 5860;") in [Only registered and activated users can see links. Click Here To Register...]
06/01/2015 22:19Novakhan#6
Quote:
Originally Posted by Best Coder 2014
That's easy:
Open up the "Constants.cs" file
Find the line "public const int VersionNumber = 5860;"
Change it to "public const int VersionNumber = 5065;"
Rebuild the project
Done!
Your ;'s needs to be after the ".
06/01/2015 23:43pro4never#7
Re write the authentication system
Re write the encryption system
Re write almost packet structures
Re write most game sequences
Recreate all database data from the client