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!

Current server files status

CPP/C#/PHP/ASM
Joined
Apr 7, 2009
Messages
452
Reaction score
189
Hey guys ,

can any one explain a little bit about the current status ?

which clients available (versions ,etc)
which server files available (versions,types,are those emulators or offical ?)

which sources are available and pretty much if someone can bring a little bit organized info from this mass .

- what are the most updated server files with the most features ?
- where can i get them ? (most of the links are dead).


i want to start develop them , i have a lots of free time now .
and i can develop in cpp .

i will start a git once i get it all covered.
thanks guys :).
 
Initiate Mage
Joined
Mar 27, 2014
Messages
33
Reaction score
6
I see no answer...
I do not know English (Google Translate), but I leave some links

Korea 0.50.9 Client source: https://mega.nz/#!p8J3xapB!xldgyuPOyabDXd_yH6HE0C4M3ubOXNBcOrbxMXf7itI
Korea 0.50.9 Client:
Korea 0.50.9 Compiled client (dbo.exe)
Korea 0.50.9 client without encryption: https://mega.nz/#!815EwDJa!f1_Kg8oMjB-hMjUt1tgioqwyeaY_bPqcsTQblLtQqv4

Snaity server source for 0.50.9:

TW Last version: two projects but they are private. dborevelantions.com and dboglobal.com
- you can download the latest version of TW on dbog web:
 
CPP/C#/PHP/ASM
Joined
Apr 7, 2009
Messages
452
Reaction score
189
well , thanks alot.

snaity server files are compitable with KR 0.50.9 Client ?

does a client edits made too or only server emulator ?

and as i see from the source code (Server files) no much stuff are working nor implemented.

there is another server files with more features ?

and TW client have no source as i understand right ?
 
Last edited:
Initiate Mage
Joined
Feb 11, 2008
Messages
33
Reaction score
0
well , thanks alot.

snaity server files are compitable with KR 0.50.9 Client ?

does a client edits made too or only server emulator ?

and as i see from the source code (Server files) no much stuff are working nor implemented.

there is another server files with more features ?

and TW client have no source as i understand right ?

snaity server files are compatible 0.50.9 client

iDk what you mean on the second question

and i gess that 2 sources are the only ones on web atleast that i have fond, i fond the snaity tw

project github let me know after you make the repo so i can help i want to start but not feel

like doing it alone is time consuming and im just learning c++ yet



also i can provide vps/dedicated server for the test server and some other resources that we might need
 
CPP/C#/PHP/ASM
Joined
Apr 7, 2009
Messages
452
Reaction score
189
Well , i already have a dedicated server..


but i think i will rebuild the entire solution.. , structure ain't good enough for features updates and no actual security matters taken in account here..
i will divide the classes by types and i will use threads differently also seems like the game is 90% Wolrd of warcarf , so we can use it as a base.


currently i'm learning about the client structure .




i will work only on the client which has a source (hence 0.50.9) .


lets try to add all the features from current TW/KR versions to this client , modules,quests,etc can be taken directly from them.


flying logics are ain't hard to implementation .


i will update once i start working with github or something alike .


thanks for the info guys.


todo :
Part A :
- add new encryption for S->C / C->S packets .
- adding Client version controller and integrity check.
- adding simple Launcher with autoupdate ability .
- fixing character names,etc at login screen .
- fixing basic UI stuff.
- adding an Item Mall or simple web-viewer button called "Item Mall" ingame so we can add a simple WebMall and a token system to authenticate the user logged ingame.


Part B :
*converting logics from WOW source to DBO *


- walking system
- character stats
- item stats
- consumables
- skill system
- monsters spawn and move logics
- monsters attack .


- item system (pickup,drop,sell,buy logics)
- NPCs system
- Quests systems
- Teleport , world travel
- PVP System


i hope it can all be done whitin a month or so ( using WOW as reference ofc)
all this being said , i will make sure it all fits with current industry best practice .
 
Last edited:
Initiate Mage
Joined
Feb 11, 2008
Messages
33
Reaction score
0
Well , i already have a dedicated server..


but i think i will rebuild the entire solution.. , structure ain't good enough for features updates and no actual security matters taken in account here..
i will divide the classes by types and i will use threads differently also seems like the game is 90% Wolrd of warcarf , so we can use it as a base.


currently i'm learning about the client structure .




i will work only on the client which has a source (hence 0.50.9) .


lets try to add all the features from current TW/KR versions to this client , modules,quests,etc can be taken directly from them.


flying logics are ain't hard to implementation .


i will update once i start working with github or something alike .


thanks for the info guys.


todo :
Part A :
- add new encryption for S->C / C->S packets .
- adding Client version controller and integrity check.
- adding simple Launcher with autoupdate ability .
- fixing character names,etc at login screen .
- fixing basic UI stuff.
- adding an Item Mall or simple web-viewer button called "Item Mall" ingame so we can add a simple WebMall and a token system to authenticate the user logged ingame.


Part B :
*converting logics from WOW source to DBO *


- walking system
- character stats
- item stats
- consumables
- skill system
- monsters spawn and move logics
- monsters attack .


- item system (pickup,drop,sell,buy logics)
- NPCs system
- Quests systems
- Teleport , world travel
- PVP System


i hope it can all be done whitin a month or so ( using WOW as reference ofc)
all this being said , i will make sure it all fits with current industry best practice .


let me know the repo or you doing it privatly?
some ppl here might contribute to the project
 
CPP/C#/PHP/ASM
Joined
Apr 7, 2009
Messages
452
Reaction score
189
I work with the public client source , why ? once you have a full source - you are unlimited.

- project will be public in the early stages.

those who will contribute will get a copy of the release version other wont.
 
Custom Title Activated
Member
Joined
Apr 6, 2007
Messages
1,806
Reaction score
483
I work with the public client source , why ? once you have a full source - you are unlimited.

- project will be public in the early stages.

those who will contribute will get a copy of the release version other wont.
Send me the repo; im very interested on this; would love to contribute if possible (cpp coding basic level here). Please let know.
 
Initiate Mage
Joined
Jan 8, 2014
Messages
74
Reaction score
14
I work with the public client source , why ? once you have a full source - you are unlimited.

- project will be public in the early stages.

those who will contribute will get a copy of the release version other wont.

Hi, naty please check your inbox.
 
CPP/C#/PHP/ASM
Joined
Apr 7, 2009
Messages
452
Reaction score
189
i will upload in the following 24 hours i hope.

(once i finish cleanup all WOW unneeded files from the source and pass the character select)
 
Custom Title Activated
Member
Joined
Apr 6, 2007
Messages
1,806
Reaction score
483
Only 16 hours passed; at least wait the 24 hours period stated dude....we're all waiting; but dont rush things up. Better slow but functional than fast and unusable. ;)
 
CPP/C#/PHP/ASM
Joined
Apr 7, 2009
Messages
452
Reaction score
189
well a little bit more than i expected.

still - for now i can login (added ability to choose between md5 and PlainText password),choose server & Channels(ability to create multi channels & multi shards too), implemented client version check , encryption check (and ability to choose "Encryption = false/true" in server files) .

im working a little bit slow yet i make sure everything is correct and 100% assured bugless .

im not in a rush of anything atm.

- started implementing character creations (all classes and kinds) .
- added character name to client character selections (was just blank before).
- fixed UTF8 and a few small width textboxes .
 
Custom Title Activated
Member
Joined
Apr 6, 2007
Messages
1,806
Reaction score
483
@Naty48 great work! I cant wait to check this out.
Its actually the first dbo thing i wanna actually test xD.
Keep it up; and it doesnt matter if it takes you 2 days or 2 months; theres no rush; and better to work slowly but correctly than fastly and sloppy ;)
 
Initiate Mage
Joined
Oct 25, 2015
Messages
48
Reaction score
7
@ianvalls90 Could you give me some link to download tw akcore
 
Back
Top