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!

Dragon Ball Online Server Files by Daneos

Initiate Mage
Joined
Apr 9, 2015
Messages
2
Reaction score
0
Please could you tell me exactly what I need to create a DBO server that works?
 
Experienced Elementalist
Joined
Apr 17, 2006
Messages
220
Reaction score
47
only completing what Nicolas321 said
Know about C++, Oriented Object, MVC, Binnary Conversion, XML Conversion, C#, General SQL(MySQL,MSSQL,etc), some networking programming, some concepts about threading...
Maybe some other thing that i can't remember
 
Dbo Dev
Joined
Sep 19, 2009
Messages
921
Reaction score
191
only completing what Nicolas321 said
Know about C++, Oriented Object, MVC, Binnary Conversion, XML Conversion, C#, General SQL(MySQL,MSSQL,etc), some networking programming, some concepts about threading...
Maybe some other thing that i can't remember

Oriented Object ? What?
MVC? Reason? No need.
Binnary Conversion, No need
XML Conversion, No need.
C#? No need.
 
Joined
Jul 8, 2009
Messages
445
Reaction score
63
Oriented Object ? What?
MVC? Reason? No need.
Binnary Conversion, No need
XML Conversion, No need.
C#? No need.

Well programmation oriente object it's depends on how the emulator are begin developed an better emulator and more secury with Class,Encapsulation etc . Binary conversion i think he meant decrypt algorithm when you catch the packets you need know how the packets are working to decrypt it so need understand binaries and hex to see it too. MVC and C# this will depends what language u developing it Lol XML Conversion o_O wtf dont need it Lol
 
Experienced Elementalist
Joined
Apr 17, 2006
Messages
220
Reaction score
47
Oriented Object ? What?
MVC? Reason? No need.
Binnary Conversion, No need
XML Conversion, No need.
C#? No need.

C# = Client Tools
MVC = Client source
Binnary Conversion = Encryption
XML Conversion = XML<-->EDF, XML<-->RDF
OO = Seriously?
if you only say "No need" than i'm supossed you didn't looked in entire client source right?
this means "no" because you don't want waste your time looking the old way!

cya!
^-^
 
Initiate Mage
Joined
Apr 11, 2015
Messages
4
Reaction score
0
The version 0.60 is available on the old Facebook page are somewhat below the download links
 
Dbo Dev
Joined
Sep 19, 2009
Messages
921
Reaction score
191
C# = Client Tools
MVC = Client source
Binnary Conversion = Encryption
XML Conversion = XML<-->EDF, XML<-->RDF
OO = Seriously?
if you only say "No need" than i'm supossed you didn't looked in entire client source right?
this means "no" because you don't want waste your time looking the old way!

cya!
^-^

C# = Client Tools
MVC = Client source
Binnary Conversion = Encryption
XML Conversion = XML<-->EDF, XML<-->RDF

you dont need any of this to work on the server files. For what you need to edit client source when you only create server files?
And tell me for what you need client tools for server? they dont even work. Lots of important libs are missing to make the tools work correctly.
XML convertion is not even needed except he want to edit ingame things. And you shouldnt do it until youve finished the files 100%

Oh and MVC is only used by some client tools.
 
Experienced Elementalist
Joined
Apr 17, 2006
Messages
220
Reaction score
47
C# = Client Tools
MVC = Client source
Binnary Conversion = Encryption
XML Conversion = XML<-->EDF, XML<-->RDF

you dont need any of this to work on the server files. For what you need to edit client source when you only create server files?
And tell me for what you need client tools for server? they dont even work. Lots of important libs are missing to make the tools work correctly.
XML convertion is not even needed except he want to edit ingame things. And you shouldnt do it until youve finished the files 100%

Oh and MVC is only used by some client tools.
No,i'm not talking about server,i'm talking about General(Server & Client)
For Server you only just need know C++,SQL,Thread Stuff,and some concepts about network programming.
For Client you must need know all this things
And their tools is a Sh** got a lot of work to make nothing
 
Initiate Mage
Joined
Apr 9, 2015
Messages
2
Reaction score
0
hello daneos, please help me, i have a error in your server files, error c++, please help me :(
 
Initiate Mage
Joined
May 1, 2015
Messages
3
Reaction score
0
how to set up server with client , ports ?



i didn't understand how to configure config.xml ..bug trap port and ip port in client folder help me
 
Newbie Spellweaver
Joined
Jan 23, 2015
Messages
26
Reaction score
4
how to set up server with client , ports ?



i didn't understand how to configure config.xml ..bug trap port and ip port in client folder help me

Here is the ConfigOptions.xml for your client :

<?xml version="1.0"?>
<config_options>
<op ver="0.1" ip="127.0.0.1" port="20200"/>
<local ver="0.1" local_dsp="Language\local_data.dat" local_sync_dsp="Language\local_sync_data.dat"/>
<BUGTRAP ip="127.0.0.1" port ="9999" folder="DBO Client(CJI_Release)" />
</config_options>

Is you use Daneos files or AKCore, the port is 20200.
 
Initiate Mage
Joined
May 1, 2015
Messages
3
Reaction score
0
thank you so much now the client starts ;)



how about gm commands ? i've to add strings on navicat dbo_log ?
 
Newbie Spellweaver
Joined
Apr 7, 2015
Messages
8
Reaction score
0
Initiate Mage
Joined
May 27, 2015
Messages
3
Reaction score
0
good night
I am unable to leave the server online
every time I enter the client that did not connect the server
 
Back
Top