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

Experienced Elementalist
Joined
Aug 21, 2006
Messages
221
Reaction score
2
Here GameServer has fix Death Stab and Crash DC when input %n - %d -%s on cashshop gift
Thanks! Can you share source?
and why gameserver is on 2mb less weight?
 
Last edited:
Newbie Spellweaver
Joined
Feb 7, 2018
Messages
45
Reaction score
0
Hi Boossik,

Can you help me fix the problem 'DataServer BattleCore' not responding.

Thanks,
--Taly
 
Newbie Spellweaver
Joined
Feb 7, 2018
Messages
45
Reaction score
0
For anyone who is not wanting to start up the server manually each and every time i have built a basic startup launcher for you guys.

Rar File Includes:
  • Server Startup With BattleCore
  • Server Startup Without BattleCore
  • KillServer


Download Link:

Requirements: Files must be placed within the server files.



Hi DragonSeth,

It has no problem when run the Server Startup Without BattleCore.

HOWEVER, when I run the Server Startup With BattleCore, then it has issues. the DataServer_BattleCore is Not Responding status. make sure that IP configs are correct.

Can you help me solve that problem.

Thanks,
--Taly
 
Custom Title Activated
Loyal Member
Joined
Aug 30, 2011
Messages
2,969
Reaction score
1,003
Hi DragonSeth,

It has no problem when run the Server Startup Without BattleCore.

HOWEVER, when I run the Server Startup With BattleCore, then it has issues. the DataServer_BattleCore is Not Responding status. make sure that IP configs are correct.

Can you help me solve that problem.

Thanks,
--Taly

Hmm that's really weird as i don't work on mu anymore heres the source for the batch file:

Code:
         [USER=2000189605]Echo[/USER] off
Title MuServer Startup .:DragonSeth:.
color C

start /d "1.DataServer" IGC.DataServer.exe /min
timeout 1 > nul
start /d "1.DataServer_BattleCore" IGC.DataServer_B.exe /min
timeout 1 > nul
start /d "2.ConnectServer" IGC.ConnectServer.exe /min 
timeout 1 > nul
start /d "3.GameServer_Regular" IGC.GameServer_R.exe /min
timeout 1 > nul
start /d "4.GameServer_Arca" IGC.GameServer_A.exe /min
timeout 1 > nul
start /d "5.GameServer_Siege" IGC.GameServer_C.exe /min
timeout 1 > nul
start /d "6.GameServer_Market" IGC.GameServer_M.exe /min
timeout 1 > nul
start /d "9.GameServer_BattleCore" IGC.GameServer_B.exe /min
timeout 1 > nul

exit

Just open notepad-paste code-edit the folder destination to yours. Save as a .bat file and try again if you have anymore trouble just send me a PM of your skype and i will help.
 
Last edited:
Experienced Elementalist
Joined
Aug 21, 2006
Messages
221
Reaction score
2
a lot of people asked me to fix this error


Here's my package


Fix :
- %n - %d -%s on cashshop gift, friend add
- Death Stab animations
%n - %d -%s on cashshop gift NOT FIXED
 
Newbie Spellweaver
Joined
Dec 25, 2012
Messages
43
Reaction score
2
what are you talking about, I checked it again today And it works normally DS does not turn off
update #3 have fixed this problem


Can you share how to fix "% n" in Source Code?
-------------
I want to split Level Master Level display in table C, how to do it! I mean, table C only shows up to 400 Normal Levels. Thank you for your help!
 
Experienced Elementalist
Joined
May 4, 2017
Messages
219
Reaction score
316
-------------
I want to split Level Master Level display in table C, how to do it! I mean, table C only shows up to 400 Normal Levels. Thank you for your help!


How's about this? ^.^ I've just finished the Interface file, haven't made dll script for this yet.
Look Ok right? 1 line longer than regular window
3KCJcU - [Release] Compiled IGCN Season 9 Server Files - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Experienced Elementalist
Joined
Aug 21, 2006
Messages
221
Reaction score
2
%n - %d -%s on cashshop gift NOT FIXED
what are you talking about, I checked it again today And it works normally DS does not turn off
update #3 have fixed this problem
%n - %d -%s on cashshop gift NOT FIXED
write exist name to sender not %n (example carlitos if u have that character in database) and write in message example just %n
dataserver get crash

p.s. on screenshot you dont have anough points/coins for gift
 
Junior Spellweaver
Joined
Feb 10, 2014
Messages
107
Reaction score
9
Hello i try tu run this server files on my local machine win10 when i try to run IGC DataServer it open but getting frezze Not repsonding any solution?
 
Junior Spellweaver
Joined
Feb 23, 2010
Messages
111
Reaction score
103
%n - %d -%s on cashshop gift NOT FIXED
write exist name to sender not %n (example carlitos if u have that character in database) and write in message example just %n
dataserver get crash

p.s. on screenshot you dont have anough points/coins for gift

Can you share how to fix "% n" in Source Code?
-------------
I want to split Level Master Level display in table C, how to do it! I mean, table C only shows up to 400 Normal Levels. Thank you for your help!



you were right, I did not know what was wrong with this error
I also added the character check function to the message
now it should be OK: D examine

and include solarismu module character(C) stat :D thx for you share :D

 
Last edited:
Back
Top