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!

Black Desert Online (Java, Emulator, MongoDB)

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jan 12, 2017
Messages
47
Reaction score
2
One last question: Using the SPP server files, how do I add items to my inventory?

Tried using the /bag addtoplayer [playername] [itemID] [count] command ingame. Didn't do anything.
 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
One last question: Using the SPP server files, how do I add items to my inventory?

Tried using the /bag addtoplayer [playername] [itemID] [count] command ingame. Didn't do anything.
Set user grade to 4 in db

 
Newbie Spellweaver
Joined
Jan 12, 2017
Messages
47
Reaction score
2
Oh man, I am sorry for being unexperienced, but how do I access the database? The SPP package has mongo included, yet I have no idea which application to start and how to access the database.
 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
Oh man, I am sorry for being unexperienced, but how do I access the database? The SPP package has mongo included, yet I have no idea which application to start and how to access the database.
Most easiest way
Download robomongo
Connect to localhost
Browse in loginserver
Select your account
Right click to edit
Set grade 4
Save
Relogin
Profit

 
◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
898
I am not so deep into this scene, but out of curiosity I wanna ask: where do thise server files come from and how is it possible that something like this gets "leaked" and uploaded to the internet?
This release is an emulator written by someone.

However the server files can be DMCAed because the current upload contains copyrighted scripts of the AI and more info related to the game.

Other server files might have been leaked due to a reason (accidental or on purpose).
Server files can exist out of:


  • Leaked binaries (no source)
  • Full source release (source has been leaked)
  • Emulators (Someone emulated the original servers)

Most of the DMCA requests issued on this thread are not done by the official developers. However if we can proof that someone is sending fake DMCA requests, then the user will be banned from RageZone because the user is clearly breaking the law.

RageZone does NOT host any of the copyrighted material. We are just a forum where this stuff has been posted.
 
Joined
Apr 16, 2007
Messages
441
Reaction score
204
Oh man, I am sorry for being unexperienced, but how do I access the database? The SPP package has mongo included, yet I have no idea which application to start and how to access the database.
Download MongoDB Community Edition it comes with a GUI DB editor or download Robo 3T i like Robo better.
 
Newbie Spellweaver
Joined
Jan 12, 2017
Messages
47
Reaction score
2
Getting stuck at the part with "Connect to localhost".

How do I do this? Got myself Robo3T btw.
OnFleek - Black Desert Online (Java, Emulator, MongoDB) - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Jan 12, 2017
Messages
47
Reaction score
2
I made my life too complicated. Yeah, I checked on "Create" already but did the mistake of ticking "Perform authentication" because while browsing thorugh the .properties files, I read stuff like "database password" and such.
All I had to do was to click on create, change nothing and click on "Save" T.T
Thank you, though.

Mhh, one minor thing more: How do I change the server names in the server selection? I have browsed through the property files and have found nothing alike.
 
Last edited:
Joined
Apr 16, 2007
Messages
441
Reaction score
204
I made my life too complicated. Yeah, I checked on "Create" already but did the mistake of ticking "Perform authentication" because while browsing thorugh the .properties files, I read stuff like "database password" and such.

All I had to do was to click on create, change nothing and click on "Save" T.T

Thank you, though
check the configs/database.properties it should have the user and pass to login by default it should be admin pass 12345 at localhost.
 
◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
898
Here is an open-source launcher project I quickly wrote without any assets.
I release this into public domain. Have fun!

PS: This is untested so it might need some changes.

License:
This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <https://unlicense.org>
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Dec 10, 2014
Messages
116
Reaction score
44
to change server name navigate into loginserver\bin\data\static_data\xml and edit gameserversData.xml
 
Newbie Spellweaver
Joined
Jan 12, 2017
Messages
47
Reaction score
2
check the configs/database.properties it should have the user and pass to login by default it should be admin pass 12345 at localhost.

Thanks! I solved that already :D

Now I just want to edit the server name in the server selection. But how? :X
 
Newbie Spellweaver
Joined
Apr 22, 2012
Messages
38
Reaction score
31
I made my life too complicated. Yeah, I checked on "Create" already but did the mistake of ticking "Perform authentication" because while browsing thorugh the .properties files, I read stuff like "database password" and such.
All I had to do was to click on create, change nothing and click on "Save" T.T
Thank you, though.

Mhh, one minor thing more: How do I change the server names in the server selection? I have browsed through the property files and have found nothing alike.

BDOServer\Server\loginserver\bin\data\static_data\xml\gameserversData.xml
 
Newbie Spellweaver
Joined
Sep 29, 2017
Messages
18
Reaction score
0
If anyone wants these files and can't find them feel free to PM me.
 
Newbie Spellweaver
Joined
Nov 4, 2017
Messages
8
Reaction score
0
how to fix error failed to init security
 
Last edited:
Newbie Spellweaver
Joined
Jan 12, 2017
Messages
47
Reaction score
2
Is there a list of gm commands?

Solved: \src\main\java\com\bdoemu\gameserver\scripts\commands
 
Last edited:
Status
Not open for further replies.
Back
Top