Jump to content

Papix

Banned
  • Posts

    44
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by Papix

  1. Hello community, In this guide I'm going to teach you how to install nginx + php 8.1 on freebsd. Step by Step [Hidden Content]
  2. Hello community, The values associated with movespeed are BYTE (255) by default, in this short guide I'll teach you how to change them to short (65535). Step by Step [Hidden Content]
  3. Download [hide][Hidden Content] [Hidden Content]] Designed by @ TuoraArts using CMS by @ IonutRO
  4. When I talk about syntax, I'm talking about all the factors, so why complicate something simple for beginners? If you learn c++ directly, you will learn what you need without having to learn C specifically. I personally started by learning the basics of C and then moved on to c++. Nobody is obliged to follow the same steps as me, they can simply start learning c++ directly.
  5. Hello community, I've been devoting most of my time recently to learning c++ in depth. My contact with c++ before I started learning was terrible and based on copy paste, I really understood very little or even nothing. I've decided to create this thread about my learning journey with c++. I'm still learning more and more every day, but I already have a journey planned for learning. Step 1 "Learning Logic and Algorithms" Step 2 "Learning the basics of C" (Opecional) Step 3 "Learning C++" My Tips Don't want to learn everything in one day, it won't work Take your time learning. Don't panic if you don't understand something and try to solve your doubts. Study by modules and don't skip to the next one until you really understand the current one. Good studies and much success!
  6. Hello community, I decided to create a patcher in C# to share here completely free. Download [hide][Hidden Content] [Hidden Content]]
  7. Hello community, I decided to create a vdi with the latest version of FreeBSD (13.2) and all the packages needed to start a server and compile the source. Packages Installed Login Details -> FreeBSD + MariaDB User: root Password: papix Download [hide][Hidden Content]]
  8. Hello community, I needed to block PvP modes on my server on some maps and decided to share the method. I have seen that something like this has already been shared, but on the client side. In my opinion, things of this importance should be on the server side. [Hidden Content]
  9. Hello community, I needed to create this little function so that players don't lose buffs and support skills when they die in PvM and I decided to share it. [Hidden Content]
  10. Hello community, I needed to create this micro function to block the experience coming from PvM to my PvP server because players level up through PvP and I decided to share it to help anyone creating a PvP server. [Hidden Content]
  11. In my opinion there is no problem with hosting live servers in Germany, all the companies I mentioned are already reasonably large, they won't suspend your VPS for having a metin server
  12. Hello community, I created this quest to use on my PvP server and decided to share it. The anti-farm in relation to killing characters is by windows guid, you must add this check in the source. If you don't want to add it, you can replace it with the existing standard IP check function. [Hidden Content]
  13. Hello community, In this topic I'm going to recommend a few companies based on my experience with them. Many people are still under the illusion that OVH is the best company, but believe me, nowadays it's not so good in terms of cost-benefit, support is terrible and uptime is sometimes very unstable. I'll keep this topic updated as new experiences with hosting companies emerge. LowHosting Stability: Hardware: Support: Cost benefit: DDoS protection: Datacenter: Germany Recommended for: Test Server, Live Server Website: [Hidden Content] Host Unlimited Stability: Hardware: Support: Cost benefit: DDoS protection: Datacenter: Germany Recommended for: Test Server, Live Server Website: [Hidden Content] RoyaleHosting Stability: Hardware: Support: Cost benefit: DDoS protection: Datacenter: Netherlands, United States Recommended for: Test Server, Live Server Website: [Hidden Content] Hetzner Stability: Hardware: Support: Cost benefit: DDoS protection: Datacenter: Germany, Finland, United States Recommended for: Test Server, Live Server Website: [Hidden Content] Contabo Stability: Hardware: Support: Cost benefit: DDoS protection: Datacenter: Germany, United Kingdom, United States, Singapore, Japan, Australia Recommended for: Test Server Website: [Hidden Content]
  14. As I said I made the code in a short time and it helped me in my project, I already mentioned in the topic that it could be improved but as I published it works without problems. Thanks for your contribution, I think
  15. You need to add this function in the source, not just declare something in quest_functions that is not in the source
  16. Very professional, good communication and undoubtedly 1 friend for life
  17. Hello community, I created some time this method to reduce the use of bots on my server, this code was written for anti metins farm but can be adapted for monsters too. The code was made in a few hours and could be improved a lot more, but as it stands it works perfectly. Logic When the player destroys 30 metins, the captcha will appear and the player will be stunned at the same time. The player has only 3 attempts, if he fails all 3 times he is teleported to the city. The stun is only removed when the captcha is successfully completed. As I said, this is not a WOW solution, but it can help as it has helped me on my server. For those who really want to spend time creating a more effective solution, I recommend creating a captcha in c++ with encrypted connection client -> server. Don’t forget to update the values in the quest according to your item_proto. Lua [Hidden Content] C++ [Hidden Content] quest_functions[Hidden Content]
  18. Hello community, In this topic I will teach you how to make your signature beautiful with your Discord. Guide Join the discord server (Click Here) Open the site https://discord.c99.nl/ Insert your Discord ID and click on Create Banner Done! Now you will have several templates available to use in your signature. You can also insert a direct link that will open your Discord profile when you click on the image. Example [hide] https://discordapp.com/users/YOUR_DISCORD_ID_HERE [/hide]
  19. Hello community, Recently mariadb updated and with its changes the method of installation and configuration was changed. In this topic I will explain step by step how to install and configure. [Hidden Content]
  20. Hello community, I recently created two scripts to promote my project and decided to share with the community. The scripts are written in python and are easy to understand. Screenhot Guide [Hidden Content] Download [Hidden Content]
  21. Hello community, I have received several messages asking for a patcher that will update files, no matter how small the change, and that will not alert to viruses. I will share with you for free the solution I use in my projects. VirusTotal [Hidden Content] Preview Step by Step [Hidden Content] Thanks to @ martysama0134 for some files.
  22. I use the function on my PvM server, I don't have any problems that were mentioned, it's up to whoever wants to use it if they need to adapt something in their server-files. In server-files owsap works fine, if you use other files you will have to adapt the code if something does not work correctly.
  23. Hello community, I saw many tutorials and they all didn't work for me, many of them involved completely installing llvm9 which doesn't make sense since we will only use clang++90. Downloading a vdi with 50gb or more to compile your source is not something I advise, do a clean install of FreeBSD and follow this guide. I got several ways, I will share the easiest way to understand and use. In this guide I used FreeBSD 12.3 but I believe it will work on any version from 12 to 13. Step by Step [Hidden Content] Done! Now you can compile your source using clang++90
×
×
  • 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.