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!

Fully untouched 34083 server files & DB

Newbie Spellweaver
Joined
Feb 28, 2014
Messages
6
Reaction score
0
Hey all, I'm the original poster of these files but my friend had the great idea to repost it here so more people can have it. I wanted to make a few fixes to the thread and make it neater. Thanks to Mehti for the idea :)

My original thread is here:

For years now we've relied on various file leaks which were usually in some Asian language, up until 2010 when someone (nico_w?) released the SG database. Even after this date, we continued to use our old file structures and methods, and old bash scripts to manage our servers. In 2013, some files were released which came from a private server that was based off the SG files. This isn't a thread to talk about who's right or wrong, or who did what work or anything like that... just a place to release files. The reason this release is beneficial is we've never really had a full release of "clean" and "untouched" files. Every time someone releases files they have some stupid backdoor added or are heavily modified from the original. The goal of this release is to get the files to be as close as possible to an official server, and remove things like Xtrap which none of us are using anyway. Official files is what all the pservers are based off of, so having the official structure just makes sense. There are several threads online with files that have been modified by some person but I never see threads with the files the way they originally came.

These files in the game folder are from July, 2013 and the game/db cores are fully unmodified and straight from YMIR. That includes lack of modification to make them compatible with certain clients or anything like that. Garbage files like old logs are removed and ready to be generated when you launch your server. These are meant to be a "base server" for the one you want to create. For this reason, there are no customized quests or new items and stuff like that. It's only what SG had in 2013 of July.

The database structure is the one from this thread:

The item_proto and mob_proto is the one from SG in July 2013. I've included a tool in the download as well used to dump the server proto to the client.


Since the goal is purity of files, but some files had to be slightly modified for simplicity (and so they run at all) here's the list of things changed/removed:

- Removed panama folder.
- Removed old log files and pid files, etc..
- Removed Xcrap stuff
- Removed all traces to the above (Symlinks) from install.sh.
- Removed cshybridcrypt files.
- Modified CONFIG file to guide you into configuration for your own usage.
- The quests are from the leak of pserver files based off SG. Some of these may or may not work fully.



Now in order to use these files:

1. Upload and untar the database and server files. "untouched_34083_db.tar.gz" goes in "/var/db".
2. Navigate with PuTTy to the game folder as a root user and run this command: "chown -R metin2 .".
3. Navigate to the game folder as the metin2 user and run install.sh. This will setup all the permissions and symlinks correctly.
4. Restart your database with the command "service mysql-server restart".


The server can be started and stopped by executing "run.sh" and "shutdown.sh" and logs can be cleared by executing "clear.sh". All of these are found in the game folder. Make sure to "/shutdown" ingame before using "shutdown.sh" or you may have data loss. Don't be alarmed when running the shutdown script, it's normal for PuTTy to not give you a prompt for a while (you haven't disconnected from SSH).


How to convert the database proto to a perfect client-side proto:

1. Grab the following files from the conf folder in the server files:

Code:
[COLOR=black]mob_proto.txt
[/COLOR][COLOR=black]mob_names.txt
[/COLOR][COLOR=black]item_proto.txt
[/COLOR][COLOR=black]item_names.txt[/COLOR]

2. Put those files in a folder with the "dump_proto.exe" tool and run it. It will automatically generate the protos for your client assuming you have followed the correct structure of the txt files.


Download:


- No password (I don't believe in putting passwords on archives released to the public).
 
Last edited:
Newbie Spellweaver
Joined
Feb 28, 2014
Messages
6
Reaction score
0
This has been updated with an important game core fix, please see the thread on for the latest updates!
 
Newbie Spellweaver
Joined
Dec 19, 2011
Messages
6
Reaction score
0
Hi!

Which client will work with this files?

thx
 
Last edited:
Newbie Spellweaver
Joined
Feb 28, 2014
Messages
6
Reaction score
0
34669 and 36469 are commonly used for these files
 
Back
Top