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] Compiled IGCN Season 9 Server Files

Junior Spellweaver
Joined
Aug 18, 2010
Messages
159
Reaction score
2
Could anyone fix the evil spirit problem or let's say the attack speed bug? or bug stats 32767 or 65535?
I'm searching this forum and others and can't find any solution.
 
Initiate Mage
Joined
Apr 18, 2022
Messages
21
Reaction score
6
not the patch only, but the full files repack all together



MuServer:


Cliente Base:


CashShop (Client):


Disconnect Kanturu Event Fix (dead link, seems there is a kanturu event bug?)

Winrar password if needed:
creandomu.com
KarLi, can you Upload Client again? Base client of Evi make DLL version error with GS... also Blood angle and dark angle sets are unvisible :D.
After i start GS, have several hundred errors with files in IGCData\ItemBags. After errors GS start but items in boxes dont drop. Client say that item cant be used when i drop box of kundun. I guess the syntax of the files is not correct.

Thanks in advance for client...
After that i will make mirrors :)
 
Joined
May 26, 2009
Messages
17,278
Reaction score
3,203
KarLi, can you Upload Client again? Base client of Evi make DLL version error with GS... also Blood angle and dark angle sets are unvisible :D.
After i start GS, have several hundred errors with files in IGCData\ItemBags. After errors GS start but items in boxes dont drop. Client say that item cant be used when i drop box of kundun. I guess the syntax of the files is not correct.

Thanks in advance for client...
After that i will make mirrors :)
its been a long time, i only saved this backup link for these files

hopefully its the right one, good luck =)
 
Initiate Mage
Joined
Apr 18, 2022
Messages
21
Reaction score
6
For people which make servers under 100 exp, and have problems with low exp and high exp see this file IGC_Map Attribute,
Тhe column with ExpBonus must be zero at...

For people with speed problems:
edit script CalcCharacter.lua in \IGCData\Scripts\Character from

Less:
function CalcAttackSpeed(Class, Dexterity)
    local AttackSpeed = 1
    local MagicSpeed = 1
    
-- These Values Work Best For 32k Max Stats Messing with these values Will Cause Bugs *MODIFY AT YOUR OWN RISK*
if(Class == CLASS_WIZARD) then
        AttackSpeed = Dexterity / 160 
        MagicSpeed = Dexterity / 160
    elseif(Class == CLASS_KNIGHT) then
        AttackSpeed = Dexterity / 160
        MagicSpeed = Dexterity / 160
    elseif(Class == CLASS_ELF) then
        AttackSpeed = Dexterity / 190
        MagicSpeed = Dexterity / 190
    elseif(Class == CLASS_GLADIATOR) then
        AttackSpeed = Dexterity / 190
        MagicSpeed = Dexterity / 190
    elseif(Class == CLASS_DARKLORD) then
        AttackSpeed = Dexterity / 160
        MagicSpeed = Dexterity / 160
    elseif(Class == CLASS_SUMMONER) then
        AttackSpeed = Dexterity / 160
        MagicSpeed = Dexterity / 160
    elseif(Class == CLASS_RAGEFIGHTER) then
        AttackSpeed = Dexterity / 160
        MagicSpeed = Dexterity / 160
    elseif(Class == CLASS_GROWLANCER) then
        AttackSpeed = Dexterity / 160
        MagicSpeed = Dexterity / 160
    end
    
    return AttackSpeed, MagicSpeed
end

to

Less:
function CalcAttackSpeed(Class, Dexterity)
    local AttackSpeed = 0
    local MagicSpeed = 0
    
    if(Class == CLASS_WIZARD) then
        AttackSpeed = Dexterity / 20
        MagicSpeed = Dexterity / 10
    elseif(Class == CLASS_KNIGHT) then
        AttackSpeed = Dexterity / 15
        MagicSpeed = Dexterity / 20
    elseif(Class == CLASS_ELF) then
        AttackSpeed = Dexterity / 50
        MagicSpeed = Dexterity / 50
    elseif(Class == CLASS_GLADIATOR) then
        AttackSpeed = Dexterity / 15
        MagicSpeed = Dexterity / 20
    elseif(Class == CLASS_DARKLORD) then
        AttackSpeed = Dexterity / 10
        MagicSpeed = Dexterity / 10
    elseif(Class == CLASS_SUMMONER) then
        AttackSpeed = Dexterity / 20
        MagicSpeed = Dexterity / 20
    elseif(Class == CLASS_RAGEFIGHTER) then
        AttackSpeed = Dexterity / 9
        MagicSpeed = Dexterity / 9
    elseif(Class == CLASS_GROWLANCER) then
        AttackSpeed = Dexterity / 20
        MagicSpeed = Dexterity / 20
    end
    
    return AttackSpeed, MagicSpeed
end

i hope be useful
 
Initiate Mage
Joined
Jan 13, 2023
Messages
5
Reaction score
0
I am having an issue with DataServer_BattleCore. When I start it, it becomes unresponsive. I saw a few other people are having the same issue but I couldn't find any solution. All the IPs, configs, db name pass are all set correctly.

It basically says IGC DataServer (not responding) and the spinning mouse wheel on top of it.

Does anyone know a potential solution for this?

Thanks
 
Joined
May 26, 2009
Messages
17,278
Reaction score
3,203
I am having an issue with DataServer_BattleCore. When I start it, it becomes unresponsive. I saw a few other people are having the same issue but I couldn't find any solution. All the IPs, configs, db name pass are all set correctly.

It basically says IGC DataServer (not responding) and the spinning mouse wheel on top of it.

Does anyone know a potential solution for this?

Thanks

i would recommend you this, disable battlecore, its not really played used anymore even in new seasons, thats your best solution.

disable in dataserver and igc common and gameserver.exe battlecore to 0 and keep working on the main server and siege/market etc
 
Initiate Mage
Joined
Jan 13, 2023
Messages
5
Reaction score
0
i would recommend you this, disable battlecore, its not really played used anymore even in new seasons, thats your best solution.

disable in dataserver and igc common and gameserver.exe battlecore to 0 and keep working on the main server and siege/market etc
Thank you! I will go with this!
 
Initiate Mage
Joined
Feb 8, 2024
Messages
5
Reaction score
0
i would recommend you this, disable battlecore, its not really played used anymore even in new seasons, thats your best solution.

disable in dataserver and igc common and gameserver.exe battlecore to 0 and keep working on the main server and siege/market etc
It should have been disabled much earlier. Battlecore has always been problematic for as long as I can remember.

Hello everyone. This is my first post after chatting with your AI :)
 
█║▌║▌║TheMerc iful║▌║▌║█
Member
Joined
Jan 29, 2005
Messages
1,361
Reaction score
80
its been a long time, i only saved this backup link for these files

hopefully its the right one, good luck =)
sorry to ask but what's the password for the files?
1707499275696 - [Release] Compiled IGCN Season 9 Server Files - RaGEZONE Forums

thanks!
 

Attachments

You must be registered for see attachments list
Joined
May 26, 2009
Messages
17,278
Reaction score
3,203
hoe to fix it

Solution 1: Download an older video driver version of Intel HD. Many people reported that using the intel hd graphic driver for windows 8.1 fixed their problem, therefore you can download the driver from and see if it fixes your problem.

Solution 2: Right click with your mouse on the desktop, select Graphic properties (Control Panel) then Disable/Turn Off your 3D mode.
If you use NVIDIA open your nvidia panel, go to Program Settings tab, add main.exe located inside your MU folder to the list and turn off 3D settings from there.

Solution 3: Most people are using separate graphic cards, therefore if you own one then switch from Intel HD to your dedicated graphic card.

4pLay
try
You must reply before you can see the hidden data contained here.
 
Last edited:
█║▌║▌║TheMerc iful║▌║▌║█
Member
Joined
Jan 29, 2005
Messages
1,361
Reaction score
80
Solution 1: Download an older video driver version of Intel HD. Many people reported that using the intel hd graphic driver for windows 8.1 fixed their problem, therefore you can download the driver from and see if it fixes your problem.

Solution 2: Right click with your mouse on the desktop, select Graphic properties (Control Panel) then Disable/Turn Off your 3D mode.
If you use NVIDIA open your nvidia panel, go to Program Settings tab, add main.exe located inside your MU folder to the list and turn off 3D settings from there.

Solution 3: Most people are using separate graphic cards, therefore if you own one then switch from Intel HD to your dedicated graphic card.

4pLay
try
[Hidden content]
sorry sir but it is not the right password,..
 
█║▌║▌║TheMerc iful║▌║▌║█
Member
Joined
Jan 29, 2005
Messages
1,361
Reaction score
80
Solution 1: Download an older video driver version of Intel HD. Many people reported that using the intel hd graphic driver for windows 8.1 fixed their problem, therefore you can download the driver from and see if it fixes your problem.

Solution 2: Right click with your mouse on the desktop, select Graphic properties (Control Panel) then Disable/Turn Off your 3D mode.
If you use NVIDIA open your nvidia panel, go to Program Settings tab, add main.exe located inside your MU folder to the list and turn off 3D settings from there.

Solution 3: Most people are using separate graphic cards, therefore if you own one then switch from Intel HD to your dedicated graphic card.

4pLay
try
[Hidden content]
1707743667039 - [Release] Compiled IGCN Season 9 Server Files - RaGEZONE Forums


cravings satisfied, nostalgia complete!
thank you!

1707755947703 - [Release] Compiled IGCN Season 9 Server Files - RaGEZONE Forums

also the item shop? can't buy anything from it even though I have enough coins?!

FIXED! used the wrong cashshop!

1707767159313 - [Release] Compiled IGCN Season 9 Server Files - RaGEZONE Forums


also I get disconnected all the time with a newly creared account with a newly created character, I have used a freshly extracted server files too.

FIXED! ALSO USED the wrong files.

last question, is this where you edit exp rates?

-- // ============================================================
-- // == INTERNATIONAL GAMING CENTER NETWORK
-- // ==
-- // == (C) 2010-2015 IGC-Network (R)
-- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- // == File is a part of IGCN Group MuOnline Server files.
-- // ============================================================

-- MasterSkillCalc Control Script, Lua v5.2
-- Regular and Master Experience formulas, - Can be modified to adjust for own needs

-- Regular Exp Table formula - used to calculate exp required for next regular level
function SetExpTable_Normal(Level)
local Exp = 50 * Level * Level * (Level + 9);

if ( Level > 255 ) then
Exp = Exp + ( 1000 * (Level-255) * (Level-255) * ((Level-255) + 9))
end

return Exp
end

-- Master Exp Table formula - used to calculate exp required for next regular level
function SetExpTable_Master(MasterLevel, MaxNormalLevel)
local TotalLevel = MasterLevel + MaxNormalLevel
local Exp = (TotalLevel + 9) * TotalLevel * TotalLevel * 10

Exp = Exp + ( ((TotalLevel - 255) + 9) * (TotalLevel - 255) * (TotalLevel - 255) * 1000)
Exp = (Exp - 3892250000) / 2

if(MasterLevel > 40) then
Exp = Exp * ( (TotalLevel - 440) * (TotalLevel - 440) * 1.2 / 100000.0 + 1.0 )
end

return Exp
end
 

Attachments

You must be registered for see attachments list
Last edited:
Back
Top