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

Newbie Spellweaver
Joined
Mar 20, 2017
Messages
97
Reaction score
4
i can see, i suppose you need to add the rest (missing ones) take it from Server side IGC_HarmonyItem_Option.xml:

Code:
<Type ID="2" Description="Magical">

and

Code:
<Type ID="3" Description="Defensive">

Solved. what i did is i grabed the JewelOfHarmony_eng.bmd of other MuClients and i edit the Server side's HarmonyOption.bmd and removed those <!--- Signs
 
Newbie Spellweaver
Joined
Mar 20, 2017
Messages
97
Reaction score
4
Is there a way we can unlock This lucky items to be tradeable, repairable and can be put into warehouse?

Guide me please.
 
Newbie Spellweaver
Joined
Nov 25, 2005
Messages
15
Reaction score
0
CRC Check is not working for 2 files

[22:50:51] [ANTI-HACK] (warn1ng)(Warn1nG)(192.168.55.1) Invalid Game-Client files (Recv/Valid) (Main:36C0CB2E/36C0CB2E) (IGC:EB402EF2/7FFFFFFF) (Player:2B60A617/2B60A617) (SkillCRC: 4AA09861/4AA09861) (ItemCRC: 77A05D29/77A05D29) (InfoCRC: 87A084A9/7FFFFFFF)

And i set the correct CRC, keep saying the valid one is 7FFFFFFF
 
Newbie Spellweaver
Joined
Mar 20, 2017
Messages
97
Reaction score
4
Hello mates, is there any guide or can you give me guides on how to put screenshots on image folder using this server files? Thank you!



What's the command of masterskill reset here? i can't see on IGC_Commands.xml

Thanks
 
Newbie Spellweaver
Joined
Mar 20, 2017
Messages
97
Reaction score
4
Where can i adjust the Swell of Life? too large HP for BK.. :(
 
Newbie Spellweaver
Joined
Mar 20, 2017
Messages
97
Reaction score
4
How to find Ring of Honor code for this server? I cant find it in Itemlist


12 23 0 0 0 0 0 0 // Scroll Of Emperor
12 24 0 0 0 0 0 0 // Broken Sword
12 23 1 0 0 0 0 0 // Ring Of Honor
12 24 1 0 0 0 0 0 // Dark Stone
 
Initiate Mage
Joined
Apr 25, 2017
Messages
1
Reaction score
0
Hi everyone! someone was added ancient items to this client? i can't add custom ancient items :(. I added into local/eng/itemsetoption_eng.bmd but in local/eng/ there isn't the itemsettype.bmd. Anyone please help! thanks
 
Newbie Spellweaver
Joined
Jun 21, 2012
Messages
7
Reaction score
0
Game Client Version is not valid for actual server, disconnecting
UPD: IGC.DLL in Update#1 solves the problem
 
Last edited:
Newbie Spellweaver
Joined
Jun 21, 2012
Messages
7
Reaction score
0
what editor you use for ITEMS MU MAKER?

if u can't launch IGC.EssentialTools
go to "SQL Server Configuration Manager" --> SQL Server network configuration --> protocol for MSSQLSERVER --> TPC/IP --> enabled yes --> IP addresses --> check "enable" everywhere, and write port 1433
 
Initiate Mage
Joined
Dec 26, 2008
Messages
3
Reaction score
0
Español: Despues de un tiempo, si tienes creado un RF, se le borran los items y solamente queda con un hacha, alguien tiene alguna solución ? Esto solo sucede con el RF

Ingles: After a time, if you have an RF created, erase your items and only left with an axe, does anyone have a solution? This only happens with RF



Español : Despues de un tiempo, si tienes creado un RF, se borran tus items y solo queda con un hacha, alguien tiene alguna solución? Esto solo ocurre con el RF

After a time, if you have created an RF, erase your items and only left with an axe, does anyone have a solution? This only happens with RF
 
Novice C++
Joined
Feb 14, 2011
Messages
576
Reaction score
230
Bumps! @allexander do you have any idea on this? help me please.

Go to IGCData\Scripts\Skills and open RegularSkillCalc.lua with : LuaEdit

Find:

Code:
-- SkillID: 48, Swell Life - (Dark Knight, Blade Knight, Blade Master)
function KnightSkillAddLife(Vitality, Energy, PartyBonus)
    local SkillEffect = Vitality / 100 + 12 + Energy / [COLOR=#00ffff]20[/COLOR] + PartyBonus
    local SkillTime = Energy / 10 + 60
    
    return SkillEffect, SkillTime
end

Increase that value until it suits your needs.

Also don`t forget about MasterSkillCalc.lua for upgraded Swell Life, same solution.

Enjoy!
 
Last edited:
Newbie Spellweaver
Joined
Mar 20, 2017
Messages
97
Reaction score
4
Go to IGCData\Scripts\Skills and open RegularSkillCalc.lua with : LuaEdit

Find:

Code:
-- SkillID: 48, Swell Life - (Dark Knight, Blade Knight, Blade Master)
function KnightSkillAddLife(Vitality, Energy, PartyBonus)
    local SkillEffect = Vitality / 100 + 12 + Energy / [COLOR=#00ffff]20[/COLOR] + PartyBonus
    local SkillTime = Energy / 10 + 60
    
    return SkillEffect, SkillTime
end

Increase that value until it suits your needs.

Also don`t forget about MasterSkillCalc.lua for upgraded Swell Life, same solution.

Enjoy!
Thank you allexander.
 
Junior Spellweaver
Joined
May 29, 2009
Messages
187
Reaction score
6
Still Disconnected its all good :( i edit already the IP on main.exe



if u can't launch IGC.EssentialTools
go to "SQL Server Configuration Manager" --> SQL Server network configuration --> protocol for MSSQLSERVER --> TPC/IP --> enabled yes --> IP addresses --> check "enable" everywhere, and write port 1433

Its Okay now thanks btw
 
Last edited:
Back
Top