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 795v

Joined
Sep 23, 2012
Messages
469
Reaction score
177
Now I will lay out the 795 version of the server
It is implemented very little, but for someone who wants to do this will be enough
Link Server:
Link launcher:
Works
-entrance
-Create last names
-Create a hero (80%)
-Entry to the world (70%)
I also spread the launcher under 127.0.0.1 with disabling the second crypt
So you can develop the server yourself
PS. Good luck to you
PS2. If you have questions ask me

Mini tutorial
1.Go 795\source_code\loginserver\build\libs and copy file loginserver.jar in 795\Server\components
and rename him realmserver.jar
2.Go 795\source_code\gameserver\build\libs and copy file gameserver.jar in 795\Server\components
3.Go 795\Server\worldserver\configs and edit file ai.properties
- spawn_ai = true => spawn_ai = false
- spawn.npc = true => spawn.npc = false
- ai.legacy = true => ai.legacy = false
and save file.
4. 795\source_code\loginserver\data copy packets.xml in 795\Server\realmserver\data
5. 795\source_code\gameserver\data copy packets.xml in 795\Server\worldserver\data
6. Start server and client.

Code:
[B]First fix for Yurdead69
This fix 0x1442
[url]https://mega.nz/#!6t9C3KaA!BYr2c-0xwoEZDkxXwoFn7cJvSvZY_30-FvQNhj_ZVlA[/url][/B]
 
Last edited:
Newbie Spellweaver
Joined
Feb 3, 2016
Messages
72
Reaction score
13
Thank you very much! I will my best to help the community with this.
 
Junior Spellweaver
Joined
Oct 2, 2018
Messages
105
Reaction score
18
I'm downloading.old hand Thanks
error can help me : java.lang.NullPointerException
 
Joined
Sep 23, 2012
Messages
469
Reaction score
177
I'm downloading.old hand Thanks
error can help me : java.lang.NullPointerException

Guys using inteljiidea from start server
If you do not want
then transfer the finished files from the source

loginserver.jar and gameserver.jar
 
Newbie Spellweaver
Joined
Mar 7, 2018
Messages
25
Reaction score
2
would you mind sharing the source for the launcher? I would like to take a look at how it works
 
Newbie Spellweaver
Joined
Mar 7, 2018
Messages
25
Reaction score
2
it makes no sense to give it)

i just found that it's pretty weird for a launcher to be 2mb and after scanning it showing that there is a threat score of 60/100 on top of it wants the hardware information? also I would like to know how you are disabling the 2nd crypto

 
Initiate Mage
Joined
Jan 28, 2018
Messages
1
Reaction score
0
Download reached limit.. maybe someone could spare external link for me?
 
Joined
Sep 23, 2012
Messages
469
Reaction score
177
i just found that it's pretty weird for a launcher to be 2mb and after scanning it showing that there is a threat score of 60/100 on top of it wants the hardware information? also I would like to know how you are disabling the 2nd crypto


he finds the address where the second crypt goes and just erases it



This is version 661 not 795

i'm update first post for you
 
Newbie Spellweaver
Joined
Oct 13, 2018
Messages
19
Reaction score
0
I can not enter the game with the launcher you provide.
The process is not launched at all.
 
Back
Top