• 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. Mark

    :( gesior/znote AAC

    I'm just saying you shouldn't claim that certain AAC's are more secure than others when neither have had any security audit of their most recent version. FWIW, I just used grep with certain patterns where I suspected there would be security issues, but grep just helps you narrow it down and you...
  2. Mark

    :( gesior/znote AAC

    I wouldn't claim that either is secure since they haven't been audited by a security expert and last time I checked none of them were using good security practices for SQL (e.g. prepared statements, or ORM if that's your thing). Last time I audited Znote AAC, it had multiple high severity...
  3. Mark

    Take advantage of OX Project Cancellation And Make A New Server

    There isn't anything to take advantage of for us, the opportunity was given by us when we stopped updating our servers, and given that OX didn't take it, why don't you take it? Why don't you think twice about why they canceled their server? They may have been in it for the money, many OpenTibia...
  4. Mark

    certificates errors on android browser

    I don't know what it's going to take to make you realize that the problem is at your end. You're running Windows XP, it's a 15 years old operating system, some applications in Windows XP don't support SNI. Upgrade your operating system and stop spewing out bullshit. You're being ridiculous. If...
  5. Mark

    certificates errors on android browser

    I don't mean to call you stupid, but you aren't giving me much of a choice when you're blaming me and spreading false information in this thread. I will repeat this: OTLand does not run its own SSL configuration, it uses CloudFlare's SSL solution which is configured by them and applies to every...
  6. Mark

    certificates errors on android browser

    First, a SSL certificate is not a protocol, so our certificate is not "SSL 3", a certificate and a protocol are different things. OTLand does not use or support the SSL v3 protocol. We use TLS and allow version 1.0, 1.1 and 1.2. Your technical competence in this matter is non-existent, so cut...
  7. Mark

    certificates errors on android browser

    We switched over to HTTPS only, and it's going to stay that way. Your device is running very old software, you should look to update or use a different browser.
  8. Mark

    Mark Hani Siramix

    There are ongoing DDoS attacks affecting most routes to the server, which is why only a small number of people are able to log in at the moment. We have been in contact with the administrators at the data center where both ShadowCores and LunarForce are hosted, and they are looking into it, I...
  9. Mark

    Lua onDeath - How to set action id in corpse

    If the corpse is a container, both should work. If it's not a container, you need to use Item(). If it is a container and Container() didn't work, please file an issue because that's a bug.
  10. Mark

    Solved Weird monster behaviour in TFS 1.1?

    Yes, it affects the performance significantly as the number of players online and number of monsters chasing players increases. It will recalculate the path for every step a player who is being chased is taking, for each monster chasing the player. You probably won't notice the difference...
  11. Mark

    Linux Secure SSH - Two step verification

    As of Debian 8 (jessie), you can install it using: apt-get install libpam-google-authenticator
  12. Mark

    Solved Weird monster behaviour in TFS 1.1?

    If it bothers you so much, open up creature.cpp and change: if (hasFollowPath) { isUpdatingPath = true; } to: if (hasFollowPath) { isUpdatingPath = false; g_dispatcher.addTask(createTask(std::bind(&Game::updateCreatureWalk, &g_game...
  13. Mark

    Koik.me - Discussion-Thread

    There are around 150 registered users. I've replaced Habbo Hotel with Steam.
  14. Mark

    Server off? s@Mark

    You will be able to login in a few minutes.
  15. Mark

    Server off? s@Mark

    We don't know anymore than you do at the moment. We've informed the data center administrators and are waiting for their response.
  16. Mark

    MARK HANI SIRAMIX MY QUESTION ANSWER ME

    The magic wall sprite is in your client, if it bothers you so much find a sprite editor and put the old animation in your spr file.
  17. Mark

    Tibia client

    Version 10.74 will be supported after the server save tomorrow.
  18. Mark

    Solved TFS 0.4 encryptionType

    It could be anything. It's a hex representation of 20 bytes. It's most likely a salted SHA-1 hash.
  19. Mark

    Big update in january?

    I never promised an update in January. After the last update I said that a content update might be ready by January/February, because that's what it seemed like at that point, but unless other people in the team have been working on an update without letting me know I don't think you'll see any...
  20. Mark

    impossible to have a good war here ...

    Posting to let you know that I haven't forgotten about this, but that I've been busy with other projects lately. Unfortunately, due to peoples behavior on the forum and the lack of activity within the TwifySoft team I haven't had the motivation to put as much time into LunarForce as it deserves...
Back
Top