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
Easy Pack!
Mod do not approve my post, so will be no updates for this version in this forum anymore!

##########################################################################
## Download Compiled File

- IGCN 9.5.1.15 Mu Server :

- IGCN 9.5.1.15 Mu Client Season 9EP2:

##########################################################################
## Full Source with LIB

-

- IGCN 9.5.1.15 Full Source (19/2/217):

##########################################################################
## Source build
IGC.dll :: Release::Win32 :: Visual Studio 2015 v140
GameServer/DataServer/ConnectServer :: Release::x64 :: Visual Studio 2015 v140


##########################################################################
## Credits:
- Webzen
- drakelv (IGC-Network)
- Đào Văn Trong


##########################################################################
## Server setup
+ List file for edit IP/Password infomation:
- zMuServer\1._DataServer\DataServer.ini
- zMuServer\1._DataServer_BattleCore\DataServer.ini
- zMuServer\2._ConnectServer\IGC_ServerList.xml
- zMuServer\IGCData\IGC_MapServerInfo.xml
- zMuServer\IGCTools\IGC.EssentialTool\config.ini

+ Database need restore or Create by sql file on zMuServer\Data\Database\: MuOnline, Events, Ranking

+ Default INFO on Server:
- IP: 192.168.0.168
- Serial: PoweredByIGCN800
- Version: 1.05.25 (1.5y) 2286: (1.05.24 - 22869)
- MsSQLServer: (local)
- MsSQL User: sa
- MsSQL Password: SQLpassw0rd
- ConnectServer Ports: 44405
- GameServer Ports: 56900, 56912, 56913, 56914, 56120

### Client:
+ Connect Info: edit ServerInfo.bmd with any text editor!
+ Requirement font: Arial Unicode MS (ARIALUNI.TTF)
 
Newbie Spellweaver
Joined
Jan 20, 2015
Messages
30
Reaction score
0
Easy Pack!
Mod do not approve my post, so will be no updates for this version in this forum anymore!




##########################################################################
## Server setup
+ List file for edit IP/Password infomation:
- zMuServer\1._DataServer\DataServer.ini
- zMuServer\1._DataServer_BattleCore\DataServer.ini
- zMuServer\2._ConnectServer\IGC_ServerList.xml
- zMuServer\IGCData\IGC_MapServerInfo.xml
- zMuServer\IGCTools\IGC.EssentialTool\config.ini

+ Database need restore or Create by sql file on zMuServer\Data\Database\: MuOnline, Events, Ranking

+ Default INFO on Server:
- IP: 192.168.0.168
- Serial: PoweredByIGCN800
- Version: 1.05.25 (1.5y) 2286: (1.05.24 - 22869)
- MsSQLServer: (local)
- MsSQL User: sa
- MsSQL Password: SQLpassw0rd
- ConnectServer Ports: 44405
- GameServer Ports: 56900, 56912, 56913, 56914, 56120

### Client:
+ Connect Info: edit ServerInfo.bmd with any text editor!
+ Requirement font: Arial Unicode MS (ARIALUNI.TTF)

what's new here?
 
Newbie Spellweaver
Joined
Jul 19, 2013
Messages
11
Reaction score
0
hello guys, did some body experience, cannot use multi shot skill on elf? please help. asap ty.



i mean, cannot right click multishot orb on elf?
 
Last edited:
Newbie Spellweaver
Joined
Jan 11, 2011
Messages
35
Reaction score
8
Easy Pack!
Mod do not approve my post, so will be no updates for this version in this forum anymore!




##########################################################################
## Server setup
+ List file for edit IP/Password infomation:
- zMuServer\1._DataServer\DataServer.ini
- zMuServer\1._DataServer_BattleCore\DataServer.ini
- zMuServer\2._ConnectServer\IGC_ServerList.xml
- zMuServer\IGCData\IGC_MapServerInfo.xml
- zMuServer\IGCTools\IGC.EssentialTool\config.ini

+ Database need restore or Create by sql file on zMuServer\Data\Database\: MuOnline, Events, Ranking

+ Default INFO on Server:
- IP: 192.168.0.168
- Serial: PoweredByIGCN800
- Version: 1.05.25 (1.5y) 2286: (1.05.24 - 22869)
- MsSQLServer: (local)
- MsSQL User: sa
- MsSQL Password: SQLpassw0rd
- ConnectServer Ports: 44405
- GameServer Ports: 56900, 56912, 56913, 56914, 56120

### Client:
+ Connect Info: edit ServerInfo.bmd with any text editor!
+ Requirement font: Arial Unicode MS (ARIALUNI.TTF)

IGC.dll NOT WORK, any lib is already,but run the main.exe, Nothing is appearance!!!


Summon books FIX
//protocol.cpp
else if (type == ITEMGET(14, 221))
{
if (SummonGoldColossusMonster(lpObj, 657, 1, 0) == FALSE)
{
pResult.Result = false;
IOCP.DataSend(aIndex, (LPBYTE)&pResult, pResult.h.size);

return FALSE;
}

//SummonGoldColossusMonster(lpObj, 654, 5, 1);//修改为注释
gObjInventoryDeleteItem(aIndex, lpMsg->Ipos);
}
user.cpp

BOOL SummonGoldColossusMonster(LPOBJ lpObj, int monsterIndex, int nCount, int bIsHelpMon)
ADD THE END
gObj[nResult].m_bIsHelpMon = 1;

g_Log.Add("[ColossusEvent][SummonMonster][%s][%s] MonsterClass : [%d], MonsterIndex : [%d], Map[%d], X[%d], Y[%d]",
lpObj->AccountID, lpObj->Name, monsterIndex, nResult, gObj[nResult].MapNumber, gObj[nResult].X, gObj[nResult].Y);
return TRUE;//新加
}
}



Easy Pack!
Mod do not approve my post, so will be no updates for this version in this forum anymore!




##########################################################################
## Server setup
+ List file for edit IP/Password infomation:
- zMuServer\1._DataServer\DataServer.ini
- zMuServer\1._DataServer_BattleCore\DataServer.ini
- zMuServer\2._ConnectServer\IGC_ServerList.xml
- zMuServer\IGCData\IGC_MapServerInfo.xml
- zMuServer\IGCTools\IGC.EssentialTool\config.ini

+ Database need restore or Create by sql file on zMuServer\Data\Database\: MuOnline, Events, Ranking

+ Default INFO on Server:
- IP: 192.168.0.168
- Serial: PoweredByIGCN800
- Version: 1.05.25 (1.5y) 2286: (1.05.24 - 22869)
- MsSQLServer: (local)
- MsSQL User: sa
- MsSQL Password: SQLpassw0rd
- ConnectServer Ports: 44405
- GameServer Ports: 56900, 56912, 56913, 56914, 56120

### Client:
+ Connect Info: edit ServerInfo.bmd with any text editor!
+ Requirement font: Arial Unicode MS (ARIALUNI.TTF)

IGC.dll NOT WORK, any lib is already,but run the main.exe, Nothing is appearance!!!
 
Skilled Illusionist
Joined
Nov 9, 2008
Messages
371
Reaction score
28
When using pentagram with max errtel of gale, Elf triple shot and multishot gives 3minutes stun, where to configure it?
 
Newbie Spellweaver
Joined
May 18, 2014
Messages
14
Reaction score
1
This happened before, I've re-engineered the entire server and returned to normal. But now it's happening again ...
This happens when I enter Loren Valley and Crywolf. Any solution, any help?

drakelv - [Release] IGCN Season 9.5  (src-x9.5 9.5.1.15) SRC (April/2016) - RaGEZONE Forums
 
Newbie Spellweaver
Joined
May 18, 2014
Messages
14
Reaction score
1
Checked ! MapServerInfo It's ok, but the problem continues... Now neither redoing the server has how to log in the maps...:$:
 
Newbie Spellweaver
Joined
May 18, 2014
Messages
14
Reaction score
1
used the repack of daova


I also tried with daova, but it does not work when I click on the main, it does not appear anything, and when I use another cfg.dll, until it arrives, more on the screen of characters I already receive the message of Disconnect in 5 sec. Warning about the dll version ...
 

VIP

Newbie Spellweaver
Joined
Feb 17, 2017
Messages
25
Reaction score
20
IGC.dll NOT WORK, any lib is already,but run the main.exe, Nothing is appearance!!!

edit ServerInfo.bmd with any text editor!

Code:
; iDev.Games - MuOnline S9EP2 IGC9.5 - TRONG.WIN - Dao Van Trong

[Connection]
IP="192.168.0.168"
Port=44405
ChatPort=56980

[Main]
Version="1.05.25"
Serial="PoweredByIGCN800"
SingleInstance=0

;Codepage: Portuguese 860/ Korean.xml 949/ Chinese.xml 950/ Vietnamese 1258/ Russian 1251
[Gameplay]
Codepage=1258
BlockVirtualMachine=0

[Launcher]
Enabled=0
ExeName=""


[Patcher]
Enabled=0
ExeName=""

;[File]
;Password="D03E9C779313211DD0503F908B8DC6BA6762B05CBA90DEE65DB40E436C341BA7"
 
Back
Top