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

Initiate Mage
Joined
Apr 27, 2020
Messages
27
Reaction score
1
Hey... who have that problem like me with Errtels and pentagrams items... when character equip pentagram f.ex. Book of Magic and then do reset via website (dmn cms) and enter game after reset... Book disappear... when take out to inventory before reset then pentagram items not disappear... only when equip... I don’t know where is bug... someone can help?


Wysłane z iPhone za pomocą Tapatalk
 
Initiate Mage
Joined
Apr 27, 2020
Messages
27
Reaction score
1
Heh... a lots of questions... no answers... so... I will better buy any files for some web game and give up with Mu Online... No waste my time... For home play its ok... but for public use is not good... when players donate for items and items disappear after RR...


Wysłane z iPhone za pomocą Tapatalk
 
Joined
Sep 22, 2007
Messages
99
Reaction score
6
[/IMG]

Can you help me with this error.What is the correct configuration so that I do not limit the number of connections
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Jun 1, 2020
Messages
12
Reaction score
1
Hello,
thanks for repack,
There is a bug when a character is low on mana and goes up a level, the mana gets bugged out and the character cannot execute skills, so stops attacking. (happens a lot when using mu helper)
In user.cpp:
Code:
gObjCalCharacter.CalcCharacter(lpObj->m_Index); 
g_CMuunSystem.CheckMuunItemConditionLevelUp(lpObj);
lpObj->MaxLife += DCInfo.DefClass[lpObj->Class].LevelLife; 
lpObj->MaxMana += DCInfo.DefClass[lpObj->Class].LevelMana;
    [B][U]lpObj->Life += lpObj->MaxLife;     //remove
    lpObj->Mana += lpObj->MaxMana;     //remove
    lpObj->Life = lpObj->MaxLife + lpObj->AddLife;     //remove
    lpObj->Mana = lpObj->MaxMana + lpObj->AddMana;     //remove[/U][/B]


i removed the four lines marked above and the problem is fixed, only problem is that now when characters go up a level they no longer recover 100% hp and mana, no big deal.
can you incorporate this fix to the repack?
thanks
 
Last edited:
Initiate Mage
Joined
Aug 6, 2007
Messages
5
Reaction score
0
Can someone tell me how to make this server with korean language? I just translated english words to korean words in some .wtf, .bmd but the korean words didn't express in the game. Should I change main.exe for KOR? or change some setting or code? Please help me.

Solved.
 
Last edited:
Initiate Mage
Joined
Nov 10, 2019
Messages
13
Reaction score
1
I can't use swell life at level 1 after Reset, it said that i need to be at level 120, already config the skilllist to level 1 on server side but nothing happened, can anyone show me how it's done ? thank you
 
Initiate Mage
Joined
Aug 23, 2020
Messages
42
Reaction score
8
question 1: as I configure to appear apawn golden kundun and golden erohim ¿¿¿
question 2: is possible add glow lancer ¿
very ty all
 
Last edited:
Initiate Mage
Joined
Dec 15, 2011
Messages
29
Reaction score
1
I can't use swell life at level 1 after Reset, it said that i need to be at level 120, already config the skilllist to level 1 on server side but nothing happened, can anyone show me how it's done ? thank you

Change level req to 1 in items.xml in server files.
 
Initiate Mage
Joined
Aug 23, 2020
Messages
42
Reaction score
8
ancient lucky items, like taros, one can't put in the vault, store.
can't drop and sell to npc

itens antigos de sorte, como taros, não se pode colocar no cofre, loja.não pode cair e vender para npc

IGCData\Items
IGC_ItemList.xml

all enabled but does not work

evilek91 - [Release] Compiled IGCN Season 9 Server Files - RaGEZONE Forums
 
Last edited:
Initiate Mage
Joined
Aug 23, 2020
Messages
42
Reaction score
8
@ziplagt
bro go folder events, kanturu event and edit all standby time to 60 seconds
 
Last edited:
Initiate Mage
Joined
Aug 23, 2020
Messages
42
Reaction score
8
how make spot spawn monster with duration of 15 minuts in ARENA map
3 x per day

ty all rz
 
Last edited:
Back
Top