Jump to content

Shogun

Premium
  • Posts

    1361
  • Joined

  • Days Won

    77
  • Feedback

    0%

Everything posted by Shogun

  1. This is a problem with your files, the message "You cant equip this item twice" comes from special_item_group.txt
  2. If you say the name in english I bet more people will be able to helpyou
  3. [Hidden Content] You don't specify which pet, also: [Hidden Content] Just get a sound pack from official client. Thread locked.
  4. Hi guys, Since I keep seeing more and more people who want to get help to create their own server, very often with the idea of opening it to the public, I thought that it's time that someone explained to the beginners what this means in it's full depth. Some parts of this text may sound harsh but believe me I wish I had been told some of this stuff when I started. First of all, do not let the existence of "instant files" mislead you. A metin2 server is not something you install with an intutitive wizard and then edit to your liking with a point and click interface. YMIR never intended this software to be used by anybody else but people who have degrees in programming and design. This is though shit. There is a series of technologies involved which can take years to master separately. FreeBSD. Python. LUA. C++. DirectX. Mastering just one of these disciplines can get you a high paid job in Silicon Valley. If you don't have a bit of curiosity for learning and analytical thinking, just forget it. You will do yourself and everyone else a favor if you don't try to take on tasks that are beyond your abilities. Forget about the one man army. It's impossible to create anything worth playing just by yourself. Team up with people who complement your knowledge. Don't be greedy and offer to share your earnings with the people who help you. Respect those who worked to provide you with this game, YMIR. Respect those who worked to privide you the tools you use and give credit when due. Don't try to pass someone else's work as yours; this is the lamest thing on earth. Respect the players. Don't expect them to spend their time, money and effort on your game when you didn't do that yourself. If you have the time, play your own server (without using edited stuff and such of course) so you can get in the skin of your players. Don't be tempted to gift stuff and kick any GM that does so. Be in control of your server and get a good admin panel so you can see everything that's going on. Get DDoS protected hosting. Use SSH keys. Use Cloudflare for the website. Set up pf on the game server. Always look at the logs and read them instead of assuming it's gibberish. How often I have seen people puzzled at logs when the answer is written there in plain english. Make sure your dbcache port is not open to outside, and be careful who you give access to your server's shell. Make backups of your database at least daily. When you get stuck at a problem, use damn Google! Metin2 pservers and FreeBSD have existed for many years and copying and pasting an error message in the search bar will more often than not bring up posts from people who had the same issue before. Create something unique that will attract players to your server. Don't expect to upload some pub files, announce your server and get rich. It doesn't work like this, not for the last 3 years. There is a lot of competition and teams who started working years ago already are far ahead of whatever the [insert random pub files] have to offer. Use the newest files possible, even if you don't need the new features. Keep your FreeBSD up to date as well. Using old software is a security risk, and you could write a book with all the security flaws of game 2089. Promotion is everything. Hype your server. Make sure that the opening is announced well in advance and have the players excited to play it. The opening day will make or break your server. Get a Youtuber to review your game, preferably one who works for money if you can afford it (and if you don't have at least some money, opening a server might not be the best idea). If you have enough, open a Facebook account and take good care of it and promote your server through Facebook Ads (do not confuse with the fake likes that some people sell in places like epvp). Use remarketing with AdRoll (its quite cheap) to chase your visitors who did not sign up with banner ads. Watch your account table in Navicat so you see who is signing up. And if all of this sounds like too much work then just don't do it. There are plenty of people happily contributing as GM, designers, developers or server administrators in projects lead by other people, and that doesn't make them less important.
  5. Vanilla is a drop in replacement for game 40k. You should use 40k files. This is stated several times over the thread.
  6. You expect us to answer from the output of the start script of some unknown files?
  7. Your question has nothing to do with Vanilla either, and you don't provide logs or any useful information.
  8. Use a decent quest, a timer every second for an anti exp ring is so facepalming I can't even begin to describe it. [Hidden Content]
  9. A couple of screens maybe
  10. Your questions have nothing to do with Vanilla Core. Please open a thread under Questions and Answers if you need to learn how to set up a metin2 server.
  11. Next question that is NOT specific to this core will be deleted.
  12. Which kingdom do you want deleted? I will edit your introEmpire Yes someone who uses another client can still choose the deleted kingdom but I don't see that as a real problem.
  13. Hello, Tim found time to update the FileArchiver_Proto to fix the problem with the shinings when converting protos. The new version of FileArchiver_Proto.exe is now included in the package downloadable from the original post. Please note this is the last version of the tool that will be released to the public. Thanks for your feedback.
  14. Yeah I noticed the scaling doesn't work ingame too
  15. The columns value1 - value5 contain the attack values but how this works is not straightforward.
  16. Line 105 Replace $totalpages = ceil($numrows/$CPSeite); With $totalpages = ceil(mysql_num_rows($sqlQry)/$CPSeite);
  17. Try wheel as login group. The reason it doesn't run as root is that doing this is a security risk and the author of the scripts (Tim) is quite strict in not taking security risks. These files come from a live and populated server they aren't "test files" like the ones you are used to see.
  18. You have to create a non-privileged user with the adduser command. Then login as this user with: su username And run the script
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.