Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)

Experienced Elementalist
Joined
Aug 14, 2014
Messages
203
Reaction score
176
Build IGC.dll failed :( Missing file :( hope someone help
Please share lib for IGC_DLL project.


can't find RSA 1.0
..\..\Libraries\Shared\RSA\1.0\CRC.h
..\..\Libraries\Shared\RSA\1.0\CRC.cpp
..\..\Libraries\Shared\RSA\1.0\IgcInt.h
..\..\Libraries\Shared\RSA\1.0\IgcInt.cpp
..\..\Libraries\Shared\RSA\1.0\IgcMath.h
..\..\Libraries\Shared\RSA\1.0\IgcMath.cpp
..\..\Libraries\Shared\RSA\1.0\MuRSA.h
..\..\Libraries\Shared\RSA\1.0\MuRSA.cpp
..\..\Libraries\Shared\RSA\1.0\RNG.h
..\..\Libraries\Shared\RSA\1.0\RNG.cpp
..\..\Libraries\Shared\RSA\1.0\SRSA.h
..\..\Libraries\Shared\RSA\1.0\SRSA.cpp
 
Skilled Illusionist
Joined
Nov 9, 2008
Messages
371
Reaction score
28
Any body Can open this secret how configure Client to make it work? What i must edit in client?

Open main.exe with hex editor, search for "228" then press find next till you got into Serial / Version parraph, once there, change whatever u see in those to version: 22870 and serial: PoweredByIGCN800 (of course if you didnt changed it in server files). Now find "192.168" once there change the 192.168 ip to your ip, when finish, use the serverinfoeditor that comes with the mueditor posted in early pages, open your serverinfo.bmd located in data/local in your client, once there, change ip, serial, and version as you did with main.exe and save. Done you are ready, (Important is that you have downloaded the CS and DS.exe files without license posted in early pages)
If it worked, press thank you ;)
 
Newbie Spellweaver
Joined
Sep 22, 2013
Messages
40
Reaction score
3
I leave my files of the gates and move, eye are functioning as it should be transports the characters to all maps without problems.

 
Novice C++
Joined
Feb 14, 2011
Messages
576
Reaction score
230
A lot of ppl have problems with libs or building them, so here is a link with source files+lib, all you need to do is open

"IGC Server Suite S 9.5.Ink" and edit:

-Project Properties>C/C++>Aditional Include Directories (Change the file path with yours)
-Project Properties>Linker>AditionalLibrary Directories (Change the file path with yours)

note: You need to change the path on every project (IGC.ConnectServer; IGC.DataServer; IGC.GameServer; IGC_DLL)

Build and your done.

note: Build IGC.dll (Release-Mixed platforms), Build GameServer, DataServer & ConnectServer (Release-x64), All compile in VS2015

Link updated: Added Server Files + EssentialTools , Client, Move, Summon books Fix,

Note: HexEdit client side: IGC.dll(IP), main.exe (IP) look for 192.168.1.180



Have fun !
 
Last edited:
Newbie Spellweaver
Joined
Feb 15, 2008
Messages
90
Reaction score
4
Editor:
Thanks for sharing, but i have a problem when launching this editor it automatically shutdown when i open it, hope somebody can help. thanks


Solved: I upgrade my sql 2008 R2 32bit to sql 2012 64bit it works
 
Last edited:
Skilled Illusionist
Joined
Nov 9, 2008
Messages
371
Reaction score
28
I leave my files of the gates and move, eye are functioning as it should be transports the characters to all maps without problems.


Thank you so much :) Btw, can i ask for client side ones? Thx!



Thanks for sharing, but i have a problem when launching this editor it automatically shutdown when i open it, hope somebody can help. thanks

You gotta enter in config.ini and change SQL password and Instance name...

Here you can see how to:

Username = sa ; User to connect to the Database
Password = SQL PASSWORD HERE ; Password to connect to the Database
Address = (Instance name here) it can be (local) or your SQL name, example mine is SUNE-PC ; (local) if the SQL Server is in the same PC and User
Port = 1433 ; TCP Port to use to connect to the SQL Server
 
Skilled Illusionist
Joined
Nov 9, 2008
Messages
371
Reaction score
28
@Jhoandris
NVM it doesnt need client side modification, thx so much ;)

By the way, i can set up this server for online, if anyone is interested in play with me for fully test it, send me inbox ;)



I found that fire seed lvl type is always 0 doesnt matter the level of the seed, can anyone tell me how to fix? Thx :)
 
Newbie Spellweaver
Joined
Nov 13, 2012
Messages
8
Reaction score
0
my system is win2008 r2.
SQL is 2008 r2
but the dataserver is not work .

code
[10:14:43] Initializing...
[10:14:43] DataServer(e) version: 9.5.1.15 Compiled at: Feb 7 2017 20:40:23
[10:14:43] ./IGC_AllowedIPList.xml File Loaded successfuly
[10:14:43] IP Address 127.0.0.1 valid, no resolving required

sameone tell me how to fix it ,and share the odbc.reg

thanks
 
Skilled Illusionist
Joined
Nov 9, 2008
Messages
371
Reaction score
28
my system is win2008 r2.
SQL is 2008 r2
but the dataserver is not work .

code
[10:14:43] Initializing...
[10:14:43] DataServer(e) version: 9.5.1.15 Compiled at: Feb 7 2017 20:40:23
[10:14:43] ./IGC_AllowedIPList.xml File Loaded successfuly
[10:14:43] IP Address 127.0.0.1 valid, no resolving required

sameone tell me how to fix it ,and share the odbc.reg

thanks

This server doesnt need ODBC... try changing Database port from 60 to 61 both configs in dataserver folder and gameserver folder... if not, you must open ports in your router/modem.
Also check you wrote the ip for chat server and changed the sql passwords and instance names in dataserver's config.ini
 
Skilled Illusionist
Joined
Nov 9, 2008
Messages
371
Reaction score
28
Multishot in pvp gives 3 minutes stun... is it normal? :O

Ok, its errtel of Gale with the 15% Chance of occurrence...

Btw it seems to be so much stun time doesnt it?
 
Newbie Spellweaver
Joined
Nov 13, 2012
Messages
8
Reaction score
0
A lot of ppl have problems with libs or building them, so here is a link with source files+lib, all you need to modify is :

-Project Properties>C/C++>Aditional Include Directories (Change the file path with yours)
-Project Properties>Linker>AditionalLibrary Directories (Change the file path with yours)

After you change the path, just run "IGC Server Suite S 9.5" from "IGCN S9.5 Sources" folder, build and your done.



Have fun !

thanks for the share

i have a error for the igc.dll

CODE:
1> cryptlib.lib (cryptlib.obj): error LNK2038: Mismatch for "_MSC_VER" detected: value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (misc.obj): error LNK2038: Mismatch for "_MSC_VER" detected: Value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (rijndael.obj): error LNK2038: Mismatch for "_MSC_VER" detected: value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (randpool.obj): error LNK2038: mismatch for "_MSC_VER" detected: value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (queue.obj): error LNK2038: Mismatch for "_MSC_VER" detected: value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (filters.obj): error LNK2038: Mismatch for "_MSC_VER" detected: Value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (fips140.obj): error LNK2038: Mismatch for "_MSC_VER" detected: Value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (algparam.obj): error LNK2038: Mismatch for "_MSC_VER" detected: value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (cpu.obj): error LNK2038: Mismatch for "_MSC_VER" detected: value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (rdtables.obj): error LNK2038: Mismatch for "_MSC_VER" detected: value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (sha.obj): error LNK2038: Mismatch for "_MSC_VER" detected: value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (iterhash.obj): error LNK2038: mismatch for "_MSC_VER" detected: value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (hrtimer.obj): error LNK2038: Mismatch for "_MSC_VER" detected: Value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (mqueue.obj): error LNK2038: Mismatch for "_MSC_VER" detected: Value "1800" does not match the value "1900" (in AntiHack.obj)
1> AntiHack.obj: error LNK2001: Unable to parse external symbol ___acrt_iob_func
1> AntiHack.obj: error LNK2001: Unable to parse external symbols

plz tell me how to fix it
u user what vesion of the Cryptopp
 
Last edited:
Experienced Elementalist
Joined
Dec 30, 2004
Messages
205
Reaction score
186
thanks for the share

i have a error for the igc.dll

CODE:
1> cryptlib.lib (cryptlib.obj): error LNK2038: Mismatch for "_MSC_VER" detected: value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (misc.obj): error LNK2038: Mismatch for "_MSC_VER" detected: Value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (rijndael.obj): error LNK2038: Mismatch for "_MSC_VER" detected: value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (randpool.obj): error LNK2038: mismatch for "_MSC_VER" detected: value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (queue.obj): error LNK2038: Mismatch for "_MSC_VER" detected: value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (filters.obj): error LNK2038: Mismatch for "_MSC_VER" detected: Value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (fips140.obj): error LNK2038: Mismatch for "_MSC_VER" detected: Value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (algparam.obj): error LNK2038: Mismatch for "_MSC_VER" detected: value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (cpu.obj): error LNK2038: Mismatch for "_MSC_VER" detected: value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (rdtables.obj): error LNK2038: Mismatch for "_MSC_VER" detected: value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (sha.obj): error LNK2038: Mismatch for "_MSC_VER" detected: value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (iterhash.obj): error LNK2038: mismatch for "_MSC_VER" detected: value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (hrtimer.obj): error LNK2038: Mismatch for "_MSC_VER" detected: Value "1800" does not match the value "1900" (in AntiHack.obj)
1> cryptlib.lib (mqueue.obj): error LNK2038: Mismatch for "_MSC_VER" detected: Value "1800" does not match the value "1900" (in AntiHack.obj)
1> AntiHack.obj: error LNK2001: Unable to parse external symbol ___acrt_iob_func
1> AntiHack.obj: error LNK2001: Unable to parse external symbols

plz tell me how to fix it
u user what vesion of the Cryptopp

Cryptopp compiled in VS2012 and AntiHack in VS2015, your need compile Cryptopp in VS2015.

Tkss
 
Newbie Spellweaver
Joined
Sep 22, 2013
Messages
40
Reaction score
3
These files I have noticed that you have not critical errors but the majority is for lack of a good configuration if I have not seen that it is necessary to work some errors with the soucer.

I leave the move on the client side.



News system working wing perfection and all events....

Q8yogN9 - [Release] IGCN Season 9.5  (src-x9.5 9.5.1.15) SRC (April/2016) - RaGEZONE Forums


5qtYg2 - [Release] IGCN Season 9.5  (src-x9.5 9.5.1.15) SRC (April/2016) - RaGEZONE Forums


xm697dR - [Release] IGCN Season 9.5  (src-x9.5 9.5.1.15) SRC (April/2016) - RaGEZONE Forums


8Y4MR2f - [Release] IGCN Season 9.5  (src-x9.5 9.5.1.15) SRC (April/2016) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
May 11, 2012
Messages
1
Reaction score
0
I created a repository in GitHub:
For those who are interested in accompanying/assisting in the development of this project, feel free to do fork/PR.

---
Should I worry about any of these warnings?
1>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
1> LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
1>iniparser.lib(iniparser.obj) : warning LNK4049: locally defined symbol isspace imported
1>iniparser.lib(iniparser.obj) : warning LNK4049: locally defined symbol tolower imported
1>iniparser.lib(iniparser.obj) : warning LNK4049: locally defined symbol __acrt_iob_func imported
1>iniparser.lib(iniparser.obj) : warning LNK4049: locally defined symbol fclose imported
1>iniparser.lib(iniparser.obj) : warning LNK4049: locally defined symbol fgets imported
1>iniparser.lib(iniparser.obj) : warning LNK4049: locally defined symbol fopen imported
1>iniparser.lib(iniparser.obj) : warning LNK4049: locally defined symbol __stdio_common_vfprintf imported
1>iniparser.lib(dictionary.obj) : warning LNK4049: locally defined symbol __stdio_common_vfprintf imported
1>iniparser.lib(iniparser.obj) : warning LNK4049: locally defined symbol __stdio_common_vsprintf imported
1>iniparser.lib(iniparser.obj) : warning LNK4049: locally defined symbol __stdio_common_vsscanf imported
1>iniparser.lib(iniparser.obj) : warning LNK4049: locally defined symbol malloc imported
1>iniparser.lib(dictionary.obj) : warning LNK4049: locally defined symbol malloc imported
1>iniparser.lib(iniparser.obj) : warning LNK4049: locally defined symbol atof imported
1>iniparser.lib(iniparser.obj) : warning LNK4049: locally defined symbol strtol imported
1>iniparser.lib(iniparser.obj) : warning LNK4049: locally defined symbol strtoul imported
1>iniparser.lib(iniparser.obj) : warning LNK4049: locally defined symbol strchr imported
1>iniparser.lib(iniparser.obj) : warning LNK4049: locally defined symbol strncmp imported
1>iniparser.lib(dictionary.obj) : warning LNK4049: locally defined symbol calloc imported
1>iniparser.lib(dictionary.obj) : warning LNK4049: locally defined symbol free imported
 
Junior Spellweaver
Joined
Sep 9, 2011
Messages
103
Reaction score
22
what we can use to edit ServerList.bmd?
i tried ToolKit Silver but i can edit only 1 Server.. and i wan use 2 servers in same Client
 
Last edited:
Experienced Elementalist
Joined
Sep 25, 2012
Messages
292
Reaction score
26
Maby someone hawe clean ServerInfoEditor this one is infected & trying open my explorer ... (Eset Smart Security)
 
Back
Top