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!

[Releases]Blade and Soul Server files!

Status
Not open for further replies.
Experienced Elementalist
Joined
Dec 17, 2004
Messages
206
Reaction score
29
How to Cannot create character :grr::blush:
My config2.xml
<config major-version="1" minor-version="1" module="release" release-module="LocalizationData" release-side="client">
<!--F:/BNS/Garena/1.0.72.188/Client/live/bin/temp2/release.config2.xml-->
<option name="lobby-gate-address" value="192.168.1.6" />
<option name="lobby-gate-port" value="10100" />
<option name="np-program-id" value="1820" />
<option name="np-gamecode" value="bnsgrnTH" />
<option name="np-address" value="192.168.1.6" />
<option name="np-port" value="6600" />
<option name="use-packed-data" value="true" />
<option name="use-engine-data-share" value="false" />

and sql 7801 192.168.1.6 10100 7000 5000 192.168.1.6 20102

howtolioin - [Releases]Blade and Soul Server files! - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Joined
Jun 27, 2010
Messages
939
Reaction score
1,193
How to Cannot create character :grr::blush:
My config2.xml
<config major-version="1" minor-version="1" module="release" release-module="LocalizationData" release-side="client">
<!--F:/BNS/Garena/1.0.72.188/Client/live/bin/temp2/release.config2.xml-->
<option name="lobby-gate-address" value="192.168.1.6" />
<option name="lobby-gate-port" value="10100" />
<option name="np-program-id" value="1820" />
<option name="np-gamecode" value="bnsgrnTH" />
<option name="np-address" value="192.168.1.6" />
<option name="np-port" value="6600" />
<option name="use-packed-data" value="true" />
<option name="use-engine-data-share" value="false" />

and sql 7801 192.168.1.6 10100 7000 5000 192.168.1.6 20102

View attachment 167530

Which client you are using?
 
Joined
Jun 27, 2010
Messages
939
Reaction score
1,193
Experienced Elementalist
Joined
Dec 17, 2004
Messages
206
Reaction score
29
Did you follow my guide ?
6: Open D:\service\ArenaDaemon01\bin\gamed.config.xml and D:\service\GameDaemon01\bin\gamed.config.xml with notepad++ and search for <option name='public-addr-range' value=''/> and <option name='internal-addr-range' value=''/> and 0.0.0.0/0 inside the value=''.

Thank you very much
My Config

<!-- ==== network configuration ==== -->
<!-- [OPT] public address range (CIDR format 0.0.0.0/0) (default:empty string; use old rule) -->
<option name='public-addr-range' value=''/> to <option name='public-addr-range' value='192.168.1.6'/>
<!-- [OPT] internal address range (CIDR format 0.0.0.0/0) (default:empty string; use old rule) -->
<option name='internal-addr-range' value=''/> to <option name='internal-addr-range' value='192.168.1.6'/>
<!-- [OPT] client access addr -->
<option name='service-addr' value='192.168.1.6'/>
<!-- [REQ] client access port -->
<option name='public-port' value='10100'/>
<!-- [REQ] daemon access port -->
<option name='internal-port' value='20100'/>
<!-- [REQ] debug / log port -->
<option name='manage-port' value='30100'/>
<!-- [REQ] builder port -->
<option name='builder-port' value='40100'/>

<!-- ==== network configuration ==== -->
<!-- [OPT] public address range (CIDR format 0.0.0.0/0) (default:empty string; use old rule) -->
<option name='public-addr-range' value=''/>
<!-- [OPT] internal address range (CIDR format 0.0.0.0/0) (default:empty string; use old rule) -->
<option name='internal-addr-range' value=''/>
<!-- [OPT] client access addr -->
<option name='service-addr' value='192.168.1.6'/>
<!-- [REQ] client access port -->
<option name='public-port' value='11900'/>
<!-- [REQ] daemon access port -->
<option name='internal-port' value='21900'/>
<!-- [REQ] debug / log port -->
<option name='manage-port' value='31900'/>
<!-- [REQ] builder port -->
<option name='builder-port' value='41900'/>
<config major-version="1" minor-version="1" module="release" release-module="LocalizationData" release-side="client">
<!--F:/BNS/Garena/1.0.72.188/Client/live/bin/temp2/release.config2.xml-->
<option name="lobby-gate-address" value="192.168.1.6" />
<option name="lobby-gate-port" value="10900" />
<option name="np-program-id" value="1820" />
<option name="np-gamecode" value="bnsgrnTH" />
<option name="np-address" value="192.168.1.6" />
<option name="np-port" value="6600" />
<option name="use-packed-data" value="true" />

What IP address is required? and port
 
Joined
Jun 27, 2010
Messages
939
Reaction score
1,193
Thank you very much
My Config

<!-- ==== network configuration ==== -->
<!-- [OPT] public address range (CIDR format 0.0.0.0/0) (default:empty string; use old rule) -->
<option name='public-addr-range' value=''/> to <option name='public-addr-range' value='192.168.1.6'/>
<!-- [OPT] internal address range (CIDR format 0.0.0.0/0) (default:empty string; use old rule) -->
<option name='internal-addr-range' value=''/> to <option name='internal-addr-range' value='192.168.1.6'/>
<!-- [OPT] client access addr -->
<option name='service-addr' value='192.168.1.6'/>
<!-- [REQ] client access port -->
<option name='public-port' value='10100'/>
<!-- [REQ] daemon access port -->
<option name='internal-port' value='20100'/>
<!-- [REQ] debug / log port -->
<option name='manage-port' value='30100'/>
<!-- [REQ] builder port -->
<option name='builder-port' value='40100'/>

<!-- ==== network configuration ==== -->
<!-- [OPT] public address range (CIDR format 0.0.0.0/0) (default:empty string; use old rule) -->
<option name='public-addr-range' value=''/>
<!-- [OPT] internal address range (CIDR format 0.0.0.0/0) (default:empty string; use old rule) -->
<option name='internal-addr-range' value=''/>
<!-- [OPT] client access addr -->
<option name='service-addr' value='192.168.1.6'/>
<!-- [REQ] client access port -->
<option name='public-port' value='11900'/>
<!-- [REQ] daemon access port -->
<option name='internal-port' value='21900'/>
<!-- [REQ] debug / log port -->
<option name='manage-port' value='31900'/>
<!-- [REQ] builder port -->
<option name='builder-port' value='41900'/>
<config major-version="1" minor-version="1" module="release" release-module="LocalizationData" release-side="client">
<!--F:/BNS/Garena/1.0.72.188/Client/live/bin/temp2/release.config2.xml-->
<option name="lobby-gate-address" value="192.168.1.6" />
<option name="lobby-gate-port" value="10900" />
<option name="np-program-id" value="1820" />
<option name="np-gamecode" value="bnsgrnTH" />
<option name="np-address" value="192.168.1.6" />
<option name="np-port" value="6600" />
<option name="use-packed-data" value="true" />

What IP address is required? and port

Pay attention to step 6 you need to put 0.0.0.0/0 instead of 192.168.1.6.
 
Newbie Spellweaver
Joined
Dec 31, 2008
Messages
31
Reaction score
12
How to Cannot create character :grr::blush:
My config2.xml
<config major-version="1" minor-version="1" module="release" release-module="LocalizationData" release-side="client">
<!--F:/BNS/Garena/1.0.72.188/Client/live/bin/temp2/release.config2.xml-->
<option name="lobby-gate-address" value="192.168.1.6" />
<option name="lobby-gate-port" value="10100" />
<option name="np-program-id" value="1820" />
<option name="np-gamecode" value="bnsgrnTH" />
<option name="np-address" value="192.168.1.6" />
<option name="np-port" value="6600" />
<option name="use-packed-data" value="true" />
<option name="use-engine-data-share" value="false" />

and sql 7801 192.168.1.6 10100 7000 5000 192.168.1.6 20102

View attachment 167530

Make Sure all 18 services is "Running",
If one of them got cached error,check gamed.config.xml
Change into this
<!-- ==== network configuration ==== -->
<!-- [OPT] public address range (CIDR format 0.0.0.0/0) (default:empty string; use old rule) -->
<option name='public-addr-range' value='0.0.0.0/0'/>
<!-- [OPT] internal address range (CIDR format 0.0.0.0/0) (default:empty string; use old rule) -->
<option name='internal-addr-range' value='0.0.0.0/0'/>
 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
the only thing is... mysql has nothing to do with those files, but mssql
 
Initiate Mage
Joined
Sep 23, 2015
Messages
4
Reaction score
0
I couldnt make work the next 2 things:
Hoongmong Coin - Gold exhange system give an window without text resulting in an error when trying to post gold to be bought, it doesnt show an error msg on server log when happens.
Arena/ Cross server dungeon ( tutorial followed step by step) just let me enter after the countdown but kick friends that are on party with me, they get stucked on the final of the countdown being disconnected after that. Probably there is an internal ip where it should be an public ip in the config files, but I redone all the steps carefully and cant understand why it doesnt work to my friends ( its not an port closed problem, we are using an vpn with all ports allowed using my vpn ip as WAN ip in the config )
Thanks for the help and all those tutorials.
 
Last edited:
Newbie Spellweaver
Joined
Nov 22, 2017
Messages
25
Reaction score
4
[Beware]
server files > service >

https://www.virustotal.com/gui/file/33bfe802f8868440c2b927539e19e96f42a7592125250d12090b0c133239eb95/detection[/URL]
 
Newbie Spellweaver
Joined
Sep 2, 2014
Messages
31
Reaction score
1
Exe files of server will be running on win 7 or need only win 10 ? I install everything and in end all exe files crash with system error. (like RankingDaemon.exe etc). Epic fail for me :O: Need a specific version Net framework?
 
cats addicted
Loyal Member
Joined
Apr 1, 2010
Messages
1,364
Reaction score
293
Tested on several VMs:

Win 7 x64 - SQL 2008 R2 - works
Win 7 x64 - SQL 2012 Express - failed DBs
Win 8.1 - SQL 2008 R2 - works but runs very slow
Win 8.1 - SQL 2012 Express - failed DBs
Win 10 Pro - SQL 2008 R2 - Windows Smartscreen warned about exes but runs
Win 10 Pro - SQL 2012 Express - failes DBs

Wont check on more than that as i dont have more mirrored systems but it seems to work best with win 7 x64 (SP3). Should run better on server versions i guess.
 
Initiate Mage
Joined
Jun 7, 2020
Messages
4
Reaction score
0
Hello,
new to this forum but ive been following since quite some time and been working on emu source for this game.
Does anyone have password to 2008.7z file, i guess this file only contains mssql 2008 R2 but just asking it might contain some important data.
Sincerely,
MasterDomino
 
Newbie Spellweaver
Joined
May 17, 2007
Messages
91
Reaction score
76
Hello,
new to this forum but ive been following since quite some time and been working on emu source for this game.
Does anyone have password to 2008.7z file, i guess this file only contains mssql 2008 R2 but just asking it might contain some important data.
Sincerely,
MasterDomino
password is zxcvbnm



Exe files of server will be running on win 7 or need only win 10 ? I install everything and in end all exe files crash with system error. (like RankingDaemon.exe etc). Epic fail for me :O: Need a specific version Net framework?
You should not try it with express,not because it won't work,i possible to use with all mssql up to 2014 without any changes and versions,higher than this need to be changed to make it work,but still express have some serious downside,which is make it much harder to work. This is not worth it,honestly. Just use normal edition.
 
Newbie Spellweaver
Joined
Jan 12, 2005
Messages
44
Reaction score
0
server config, working on ip - 192.168.10.100
<!-- ==== network configuration ==== -->
<!-- [OPT] public address range (CIDR format 0.0.0.0/0) (default:empty string; use old rule) -->
<option name='public-addr-range' value='0.0.0.0/0'/>
<!-- [OPT] internal address range (CIDR format 0.0.0.0/0) (default:empty string; use old rule) -->
<option name='internal-addr-range' value='0.0.0.0/0'/>
<!-- [OPT] client access addr -->
<option name='service-addr' value='127.0.0.1'/>
<option name='chatting-server-client-address' value='192.168.10.100'/>

client config - config.dat
name="lobby-gate-address" value="192.168.10.100"
name="np-address" value="192.168.10.100"

Can't login :( to server.
 
Last edited:
Newbie Spellweaver
Joined
Mar 23, 2015
Messages
24
Reaction score
3
human readable datafiles:

 
Status
Not open for further replies.
Back
Top