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!

Recent content by Kanis

  1. K

    Diesel Server help.

    Can someone explain me what is wrong with this server? Is something missing? It's called DieselServer. I think there should be something more after Monster Process.
  2. K

    Help for database creaton

    Hi, Is it possible to create a database for an MMORPG from this? #ifndef __DIESELSERVER_DB_H__ #define __DIESELSERVER_DB_H__ #include "stdafx.h" #include <sql.h> #include <sqlext.h> #include <map> #include <string> #define MYSQLSUCCESS(rc) ((rc==SQL_SUCCESS)||(rc==SQL_SUCCESS_WITH_INFO))...
  3. K

    What to do with a source code? How to create the databases?

    I promised that I won’t share the content. If I have an instruction I can do everything. First I would like to make the databases for the game from the source code. Then I will know what I need to do next. In the source code I found a file named db.h It looks like it contains the information to...
  4. K

    What to do with a source code? How to create the databases?

    Hi, I got some files (source code) for a MMORPG but have not idea what to do with them. In Files (client and server) that can be found here it's easier because everything is there. Here I have only *.h, *.cpp, *.dsp, *.dsw files, some folders and no database files I think. How to start? How...
Back
Top