• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Search results

  1. Merrok

    Complaint Darkmode readability in general

    I agree with most of what you 2 said. And Lessaire definitely knows a lot more about web development than me. I never liked doing it tbh, my expertise lies mostly in other areas. So does Znote, for obvious reasons. This is actually very unprofessional to say. You cannot blame the user...
  2. Merrok

    Complaint Darkmode readability in general

    Yeah sadly. My issue and why I was so offensive is that I have had issues with Don in the past. Him being lazy, not caring or for whatever reason, it doesn't really matter. But I already stated that above. In my opinion, there isn't really a compromise for this. Many services offer solutions to...
  3. Merrok

    Should CIP make a classic 6.0/7.0/7.1 server? Would you play it?

    It's ridiculous to think that CipSoft hosting an old-school server and an old-school OT would be the same thing. Even if the content was exactly the same, there is so much more to it. A 16-year-old kid in his parents' basement with a low-quality server isn't the same thing as a company who has...
  4. Merrok

    Could Someone Explain to Me How Works RSA Key in TFS?

    In simple terms yes @manolete66 https://otland.net/threads/cryptography-an-introduction.263166/ That is gonna help you out with understanding the concepts and the maths behind it :p From what I have tested, It works with any version. There is always an encryption, the issue is that there is...
  5. Merrok

    Complaint Darkmode readability in general

    That's what I thought. If there is no template or script doing it for you, you won't do it. I want to make this clear. I am talking to the admins. I am thankful for every voluntary moderator and support team member and their work.
  6. Merrok

    Linux Alternative to while true; do tfs; done

    Screen isn't going to help you with that @oen432 It's a neat feature but has nothing to do with using a restarter or service handling. Using a simple bash loop like while true; do /home/tibia/tfs; sleep 1; done is usually the way most people solve this problem, as you already stated. Now most...
  7. Merrok

    TFS 0.X clean database

    It's the same answer I always give. This is a question you don't really need to ask in a forum. If you want to host a server, you should be able to figure stuff out yourself and execute basic SQL queries. https://otland.net/threads/magical-tutorial-on-how-to-fix-any-error.271037/ Steps 3-X of...
  8. Merrok

    RevScripts Sql to add 50 point to all people above level 150

    If you want to host a server, you should be able to do these kind of queries. Even though this might be a bit more advanced, it still counts as basic. So for the future, I would ask you to please try and learn SQL and look on google or any other search engine how to do these kind of things...
  9. Merrok

    git how to ? any tutorial for?

    This tutorial will certainly help you https://otland.net/threads/magical-tutorial-on-how-to-fix-any-error.271037/ But now for real, git only stores changes within commits to make it light. Causing that if you want to revert certain commits, those cannot include lines that are modified in later...
  10. Merrok

    TFS 1.X+ Map Loading Time

    Additionally to what Ninja said you should also look at the CPU Steal Time and IO Wait Time. You can google on how to do that depending on your OS and distro. Many hosting services these days overcrowd their machines in order to make more money. So for example their server has 64 Cores, but they...
  11. Merrok

    [Germany] [8.6] [RlVanoria] - [Custom] Real-Map

    I actually liked that CipSoft part... :( It shows respect.
  12. Merrok

    Complaint Darkmode readability in general

    I know I was rude, and I apologize for that. Especially @Kaspar and other moderators. But do I understand it correctly that you are not willing to work on those issues? :(
  13. Merrok

    [Germany] [8.6] [RlVanoria] - [Custom] Real-Map

    Actually doesn't look bad. Hasn't made the mistakes I usually criticize right away. Even though I think the old CipSoft design is outdated and should be more modern, I respect you giving credit to CipSoft. I am not into the premium points/vip focused build, but I guess sadly the times of...
  14. Merrok

    Complaint Darkmode readability in general

    I know, the negative undertone was on purpose though. It is unacceptable having such an issue for 1.5 years without a fix. Implementing a new theme is not a fix, it is a try to avoid the problem. And the reason I am so aggressive towards Don is actually that I stepped towards him 2 times and...
  15. Merrok

    Complaint Darkmode readability in general

    Looking around in just the past 5 threads in Feedback shows how messed up and out of date the design of OTLand really is. Using darkmode has become pretty common, not to say the default, in development. Now that OTLand doesn't adjust colors on voting or links or even worse text is simply bad...
  16. Merrok

    [USA][8.6] UmbyOTS War server is back! - Online June 20th with proper paid advertising

    screenshot of a part of your thread I will never understand why people write text in black when there is a dark mode. OTLand should account for that and automatically adjust it, but it doesnt't. Please fix lol The server itself honestly sounds like any other 8.6 But since you don't use SSL, I...
  17. Merrok

    You guys do not understand why OTs are dying.

    Well, it's not that simple, especially when you don't have much else and it's become more of a company just trying to keep one of the first MMOs alive. I can certainly understand that. The day will come sooner or later though, that's true. Imagine being on a forum that hasn't really evolved in...
  18. Merrok

    Linux Running a normal user in Linux (Questions)

    Or of course you can grant more privileges by either doing GRANT ALL ON ... or for example GRANT SELECT, UPDATE, DELETE ON ... You can also grant privileges on certain tables GRANT SELECT ON 'database'.'table' to 'user'@'host'; But again this is one of these things that you could have figured...
  19. Merrok

    Reversed Proxy Linux

    Have you tried googling how to do it? That's by the way exactly what @platano did to find what he told you. Here this will help you: https://otland.net/threads/magical-tutorial-on-how-to-fix-any-error.271037/ It is a very simple thing but we can't help you on every step if you have no idea...
  20. Merrok

    Linux TFS 0.4 A CUSTOM SERVER , COMPILING LINUX Ubuntu 18.04

    Ugh... not even suggesting port 443... And suggesting to open port 3306. Please don't. And please use SSL/TLS. Please encrypt. Thank you.
Back
Top