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

    How to encrypt your website traffic - Free SSL Cert

    Just secure it through CF. No reason not to have small sites going through them. Free CDN and simple SSL.
  2. Syntax

    Some questions about how Tibia works

    I believe XenoBot's xray does show player names offscreen.
  3. Syntax

    Why was the game so successful in Brazil and Poland?

    Sorry, used to having to deal with the PC culture nowadays, you got me I guess.
  4. Syntax

    Why was the game so successful in Brazil and Poland?

    There have been a few people from those countries who have not claimed offense, and the statement wasn't made in any offensive or racist manner. It's just an observation of facts. Not the correlation of Tibia and low-income areas, that's my hypothesis. But the fact that those countries (I was...
  5. Syntax

    Why was the game so successful in Brazil and Poland?

    The poll choices are strange btw. I assume the "others" votes are from NA, Mexico, and a few EU countries.
  6. Syntax

    Why was the game so successful in Brazil and Poland?

    Not to offend anyone but my theory is... Tibia can run on any old computer and doesn't need high bandwidth, just moderate latency. Lower income areas will play Tibia more because they don't have the resources for more advanced games.
  7. Syntax

    Tibia Live - Open Tibia Server List [work in progress]

    If they broadcast on port 7171 they should show up. Some people have reported missing servers. I'll look into it further. It may just not have gotten caught in the initial scan. We sold the OX server but we occasionally help with development. You'll hear something soon about it I think.
  8. Syntax

    Tibia Live - Open Tibia Server List [work in progress]

    Nope, but I just got motivation again recently to work on more Tibia stuff. The more interest in the project the more motivation I have to work on it. This project stalled because I'm stuck at a spot of how to handle multi-world. Once I solve that I pretty much just need to finish filters and...
  9. Syntax

    Flutter & Dart - Fast way to develop mobile apps

    Dart isn't new, but it's useless trusting Google to keep anything around. Go with Typescript + React.
  10. Syntax

    Git Desktop - Connect to VPS repository

    You can just do: git commit -am "Message" or git add . git commit -m "Message" If you want to commit all files.
  11. Syntax

    Looking for cheap dedicated servers

    It's possible the attack was not large enough for you to notice. It's impossible to tell with one anecdotal response. When it comes to game hosting there's only one real choice, OVH. Everyone is obsessed with DDoS attacks, because it's the one thing out of server owners control, and it's...
  12. Syntax

    Looking for cheap dedicated servers

    That's simply not true. OVH is the best because they have "continuous/always on" DDoS protection. Most hosting companies will simply null-route your IP until the attack is over, then you must submit a ticket to reenable the service. If you do usually get DDoS protection, it's "reactive". Meaning...
  13. Syntax

    A* algorithm. Server vs Client Pathfinding

    The best solution is a server side service separate of the game server that can scale independently. https://github.com/SinisterRectus/PathServer The client and server can offload pathfinding to it.
  14. Syntax

    Keeping up the motivation

    Keep multiple projects at the same time or switch to other areas of the project. For web dev, I'll do backend one day, frontend another, design another.
  15. Syntax

    Are you all dead?

    Nope, life goes on.
  16. Syntax

    Modern flat-color clean layouts, would you pay?

    A good font, color scheme, and whitespacing is all you need to create an immersive theme. Leave the flashiness to the screenshots.
  17. Syntax

    Tibia Live - Open Tibia Server List [work in progress]

    NodeJS to process and build the HTML data on the backend. Raw HTML and supplemental JS (sorting, filtering, etc) on the frontend. I'm still working out the logic to display the best possible domain. There's data provided in the status protocol (sometimes provide the domain in the ip setting...
  18. Syntax

    Flash client Downgrade

    As long as that person is willing to do a $10,000 job for $5, sure.
  19. Syntax

    Will he be launching any ot soon?

    There's a new server being developed that continues The OX Server. We sold it to a new team, but the original developers still help with it, and I've done some website work for them. It's the closest thing you'll have to Real Tibia. I don't have a timeline though.
  20. Syntax

    Flash client Downgrade

    It would require porting OTClient with Emscripten or developing one from scratch. Both very difficult, but easier than getting the flash client to work with extensive modifications. There's some work being done for a Unity client, maybe that will have WebGL support.
Back
Top