BTW what launcher you use?
@DjFerry
Thanks for sending the Launcher but this seems to be a lot of rework to be done and its probably just easier to make one from scratch.
Hi guys, anyone have a mirror? <3 thanks
BDO Server
There is mirror.Use it.
BTW Happy new year.
Thanks <3
And Happy new year too
there is a mess in launcher src, can't figure it out with missing references and wrong methods names
it's even inheriting from a decompiled class :(
hopping someone uploads a more clearer one or even compiled if he succeeded compiling it.
Last edited by NourAyman; 01-01-18 at 12:43 AM.
1)Download Server
2)Download Client
3)Download MongoDB
4)Install MongoDB
5)Start mongod.exe in folder MongoDB\Server\3.6\bin
5)Start MongoDB Compass and setting connection default host:localhost port:27017
6)folder data transferring in folder gameserver
7)start loginserver and gameserver
8)start mongo.exe in folder MongoDB\Server\3.6\bin and write query create account in loginserver
9)Open folder client and create label and enter the login and password of the created accountCode:use loginserver db.createUser( { user: "login", pwd: "password", roles: [ { role: "readWrite", db: "loginserver" } ] } )
admin - login
123456 - pass
10)Start this label
11)Have a good game
if this error
need create service.ini in folder gameclient
Code:[SERVICE] TYPE=NA RES=_EN_ nationType=1 damageMeter=1 [NA] AUTHENTIC_DOMAIN=127.0.0.1 AUTHENTIC_PORT=8888 PATCH_URL=http://downtest1.black.game.daumserver.com/patch/![]()
Last edited by Kirito2105; 01-01-18 at 01:23 AM.
didn't even think about simply expecting those parameters lmao
thank you man, finally... tried everything except creating a user in loginserver xDDD really thnx for this. ( well and doing wrong the parameters things... without that also will never found the way to doit )
Getting this error:
https://imgur.com/a/cfH8r
once i click ok i get this:
https://imgur.com/a/N19Wg
then it closes after i click ok again, any idea why this is happening?