Release: Cofuture Reloaded Source

04/01/2012 22:48 Kiyono#151
Quote:
Originally Posted by PKDemon View Post
i know this is an old thread but i have been bored and was wanting to mess around with this source but i am getting a couple errors i cant seem to figure out and i figured i would post it here and see if anyone could help me
From the looks of it your config file is incorrectly formatted, care to post it here?
And I haven't seen this thread in ages, did anyone ever bother to post the skill fix?
04/28/2012 21:11 N.I.G.H.T.M.A.R.E#152
Someone has already found a solution to the problem of skill, if you have some progress porfavor get in touch! I have not had time to study it! I thank in advance!
04/29/2012 09:01 mujake#153
has somebody discovered an fix for when i remove blade from hand and it dissapears...
07/06/2012 09:57 allizzel777#154
i can't get past these errors when i open the server
Quote:
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffe
r& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo in
fo)
at System.Convert.ToInt32(String value)
at Conquer.IniFiles.IniFile.ReadInteger(String Section, String Key, Int32 Def
ault) in c:\Users\5mutny\Desktop\Cofuture_Reloaded_Release\ Conquer Server\IniFil
es.cs:line 37
at Conquer.IniFiles.ReadIni.Config() in c:\Users\5mutny\Desktop\Cofuture_Relo
aded_Release\Conquer Server\IniFiles.cs:line 86
Welcome to the Cofuture Server
Would you like to load Dmap Files?
1: Load DMap Files
2: Quick Start
and none of the dmaps will oepn
07/06/2012 11:17 Zeroxelli#155
Obviously one of the values in your config file is incorrect. The server is expecting it to be in a certain format that represents an integer, and it didn't receive that.
07/06/2012 11:39 Korvacs#156
I've said this numerous times before but i guess ill mention it again.

This source is extremely old and was one of my earliest attempts at writing a conquer server emulator, i would not recommend using it for a production server, i would only recommend using this as a resource for learning about packet handling, the rest of it is pretty much junk compared to other available resources.