• 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. Michael Orsino

    Suggestion New prefixes for support threads - Canary, Otservbr-global

    Personally I think we should just let people choose if they want to offer support for canary/otservbr-global Those who can and/or want to will, those who can't and/or don't want to won't - and everything is easier for everybody. Nobody loses and we certainly don't continue to fuel division in...
  2. Michael Orsino

    Why are OTBR users using TFS as title or description? Change it...

    https://otland.net/threads/new-prefixes-for-support-threads-canary-otservbr-global.280837/
  3. Michael Orsino

    Suggestion New prefixes for support threads - Canary, Otservbr-global

    Pretty straight forward suggestion - implement new prefixes "Canary" & "Otservbr-global" for the support board. The Canary gameserver and Otservbr-global datapack are not entirely inter-compatible with TFS - adding these prefixes would help both those seeking support and those offering it...
  4. Michael Orsino

    any free vps?

    I created my AWS account a very long time ago, but I imagine your phone number should be in international format (+51) followed by your phone number. If it is also asking for an extension, it is probably optional and refers to if you were situated in an office and all calls go through the...
  5. Michael Orsino

    any free vps?

    https://aws.amazon.com/free/
  6. Michael Orsino

    Questions about OTC and TFS datapacks

    I look at it something like this: "Protocol version" describes a set of expected features that the server communicates to the client in a specific way (and vise-versa) A real tibia client more-or-less requires the server to communicate with it in the expected way OTClient supports many protocol...
  7. Michael Orsino

    Compiling Compiling TFS 1.3 libmariadb not found

    If you're installing library dependencies with vcpkg, you need to specify a special option on libmariadb as the package was changed recently to not include mariadbclient by default. In this case it'd look like this: vcpkg install libmariadb[mariadbclient]
  8. Michael Orsino

    AAC website not work

    $ sudo apt install php libapache2-mod-php $ sudo vim /etc/apache2/mods-enabled/dir.conf -- move the index.php to the front of the DirectoryIndex list (in front of index.html)
  9. Michael Orsino

    Connection Failed tibia 12

    Did you forget to re-start your web server? Remember that your client needs to connect with a loginwebservice (typically login.php connected to your web aac)
  10. Michael Orsino

    User kaspar appears to be working for the competitor and to my detriment

    Yeah, I personally don't think that "If you are interested in a unique layout, write to me on discord." constitutes an offer for sale/purchase. I think it is a carefully worded sentence with the express intention of respecting the rules, not ignoring them. I can understand how someone may take...
  11. Michael Orsino

    host server

    I provide 'full service' hosting for some active projects (I take care of everything hosting related to let the developers focus on developing). If that is something you'd be interested in you can contact me privately. If you'd like to do it yourself, but are new to hosting, you could check out...
  12. Michael Orsino

    Abuse from OVH

    If OVH receives an abuse report against the IP allocated to you, they will forward that abuse report to you - almost certainly automatically. It does not necessarily mean that you intentionally committed some kind of abuse or that your service has been compromised. Most attacks are not entirely...
  13. Michael Orsino

    How to enable don't walk on +2 parcel in Cip files? (RealOTS)

    You could prevent an otclient from allowing it in all cases (arrow keys, mouse click, push etc.) however somebody sufficiently skilled could circumvent it with a proxy-bot to send the required packet without interfacing with a client at all. So yeah, unfortunately you'll have to make the changes...
  14. Michael Orsino

    Lua How to check how many players my server is capable of serving?

    This isn't what you're asking, but my general guide for resource usage on older protocol servers is this: +1gb ram per 50mb map; +1gb ram per 150 concurrent players supported; +1gb ram if hosting on windows; +1 vCore per 50 concurrent players supported* or + 1 whole core per 200 players...
  15. Michael Orsino

    Fire?

  16. Michael Orsino

    does anyone ever enjoy skilling? please get rid of it in ot servers.

    training - creating communities since 1997 #offpeak https://dura-online.com/downloads/thais%20training.mp4 https://dura-online.com/downloads/edron%20training.mp4
  17. Michael Orsino

    Disconnected from server [vps/ubuntu]

    You should have posted this on the support board, hopefully somebody moves it there. Go back to your OVH firewall and delete all your current rules, and then re-set them as per this image (image updated 26/01/24): The important parts in this image are: Don't open shit you don't need You should...
  18. Michael Orsino

    How to make your server safe against hacking?

    1. Configure your network firewall correctly Block everything Allow only what you absolutely need Consider restricting your ssh port to your home IP address if static 2. Install and configure a utility like fail2ban If you're using any htaccess authentication, configure fail2ban to monitor...
  19. Michael Orsino

    Lua 3 onDeath scripts.

    methods for doing all of this except for removing the corpse which should be trivial are contained in this datapack I released years ago: https://otland.net/threads/10-77-tfs-1-2-the-forgotten-war-server-v1-1-updated-17-12-15.234453/
  20. Michael Orsino

    Cloudflare block direct ip access

    With either method be aware that Cloudflare imposes a 'maximum execution time' of 100 seconds before displaying a 524 error (can be increased to 600 seconds for enterprise customers). This will prevent you from doing some things via admin panels unless patched to specifically handle this. One...
Back
Top