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
Dec 20, 2020
Messages
24
Reaction score
2
evilek91 - [Release] Compiled IGCN Season 9 Server Files - RaGEZONE Forums
anyone knows how to add WCoinP? in Client side shop
evilek91 - [Release] Compiled IGCN Season 9 Server Files - RaGEZONE Forums
 
Joined
Jun 12, 2005
Messages
744
Reaction score
69
Testing 3 dayz now,
1) Don't know if this is a bug or misconfiguration but after marry, /teleport command don't work.
2) Dark raven and horse, both work but exp bar not correctly. To saw correct xp i have to pass my cursor over them or uneqquip them and eqquip again.
3) Golden Dragon message appears but there is not flying dragon over the city,
while outside the city there is normally.
Plus, does any one know how to put reset NPC instead of using /reset?
4) Red dragon doesn't have life bar.

Any fix for that?
 
Last edited:
Joined
Jun 12, 2005
Messages
744
Reaction score
69
Golden Dragon message appears but there is not flying dragon over the lorencia
while outside the city spawns work.
I try everything but i think need to be fixed in source code. evilek91 can you check it?
 
Last edited:
Joined
Jun 12, 2005
Messages
744
Reaction score
69
Golden Dragon message appears but there is not flying dragon over the lorencia
while outside the city spawns work.
I try everything but i think need to be fixed in source code. evilek91 can you check it?

I cant understand what is going on.
About my bugs above, command /teleport, when married now working. Don't know why oh how.
Red dragon still doesn't have life bar and don't know how to add. Basically i try to disable monster life bar.
About raven and horse xp bar need source fix.
Now, gold dragon invasion fly effec doesn't work in cities but spawns work.



For some reason, i don't know exactly, changing this
<Spawn Index="79" MapNumber1="0" MapNumber2="3" MapNumber3="4" MapNumber4="2" Distance="30" StartX="80" StartY="80" EndX="170" EndY="170" Dir="-1" Count="5" /> <!-- Golden Dragon -->
in davias, noria, even losttower gold dragon effect work, but not in lorencia.
I cant figure it out.:sneaky2:
 
Newbie Spellweaver
Joined
Jan 6, 2021
Messages
24
Reaction score
1
I cant understand what is going on.
About my bugs above, command /teleport, when married now working. Don't know why oh how.
Red dragon still doesn't have life bar and don't know how to add. Basically i try to disable monster life bar.
About raven and horse xp bar need source fix.
Now, gold dragon invasion fly effec doesn't work in cities but spawns work.



For some reason, i don't know exactly, changing this

in davias, noria, even losttower gold dragon effect work, but not in lorencia.
I cant figure it out.:sneaky2:
Can you show me to fix this error. I see red dragon fly but golden dragon fly when golden dragon invantion appear@@
 
Joined
Jun 12, 2005
Messages
744
Reaction score
69
With Custom Character"C" UIPanel S9 by solarismu can someone explain to me how to do grand reset?
Because i cant find in db a column with greset and how i can make a greset?
 
Last edited:
Joined
Oct 8, 2006
Messages
740
Reaction score
289
What's the problem exactly?
The display resolution or the terrain map being different than other clients? Rakman

Having the client look "normal" is by making your own terrain textures or using other files from different clients. Not sure every file is compatible, but it should actually.
 
Initiate Mage
Joined
Jan 8, 2021
Messages
3
Reaction score
0
What's the problem exactly?
The display resolution or the terrain map being different than other clients? @Rakman

Having the client look "normal" is by making your own terrain textures or using other files from different clients. Not sure every file is compatible, but it should actually.

I've moved on from this to s12 now, never did fix it
 
Junior Spellweaver
Joined
Nov 21, 2015
Messages
106
Reaction score
36
The fix for the zen bug problem with the SetItemDropManager.xml file is located in SetItemDrop.cpp inside the source code at line 105 (you have to comment the checkval conditions using "/*"):

/*if (checkval != 0x8520571) {
g_ConfigRead.data.common.AddZen = GetLargeRand() % 1000000;
}*/

SETITEM_DROP_ITEM * lpDropItem = this->GetItemData(lpDropRule);

if (lpDropItem == NULL) {
return false;
}

/*if (checkval2 != 0x194536) {
g_ConfigRead.data.common.MLPointPerLevel = rand() % 500;
}*/



Good luck!

P.S.: This surely is no coincidence. I'm 90%+ sure that is put there on purpose, not to mention what a mess the source code is... Makes one wonder what other things like that we may find in the source...
 
Last edited:
Back
Top