• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Elime

    New server list - OTServers.eu

    You can replace the banner image. But to change the rest you would have to delete the server and add it again.
  2. Elime

    New server list - OTServers.eu

    The list is growing! It’s also nice to see that some of you are trying out the ”vote with reward” api. Just tell me if you need any help with your implementation.
  3. Elime

    New server list - OTServers.eu

    So were you trying to add www.sword-quest.com?
  4. Elime

    New server list - OTServers.eu

    What server did you try to add? (Can't see that anyone has tried to add the server that I think you are hosting). Did you add the site verification file? Do you get any message?
  5. Elime

    New server list - OTServers.eu

    What is not working?
  6. Elime

    New server list - OTServers.eu

    OTServers.eu voting has been merged into official ZnoteAAC. If you use the latest code all you have to do is to set the configuration: github.com/Znote/ZnoteAAC/blob/master/config.php
  7. Elime

    New server list - OTServers.eu

    It i not possible for anyone to add your server to the list. Before you add your server, a site verification file needs to be downloaded and added to your website. This is to make sure you are the real owner. All you have to do is to drop the file in the root directory of your website so it...
  8. Elime

    The Forgotten Tibia

    Open Broadcaster Software! You should probably type “Note:” or “NB:” instead. :p
  9. Elime

    New server list - OTServers.eu

    I will try my best to keep it simple when implementing new features.
  10. Elime

    How to Advertise my OT well

    The answer is obviously to put it on OTServers.eu :p But I see you have already done that! Awesome!
  11. Elime

    Shittiest mapper competition!

    I just found my project that I submitted 3 years ago to this competition. But the competition never started, so here it is:
  12. Elime

    C++ When to use pointers?

    I'm definitely not an expert in c++ and it is a complex language. But I will make an attempt to answer. Creating a normal object will put it on the stack and creating an object with "new" will allocate it on the heap. Stack The stack is the memory that is set aside for a thread before it...
  13. Elime

    C++ When to use pointers?

    You are missing a semicolon after d->call() The way you instantiate an object in c++ is: C* d = new C;
  14. Elime

    New server list - OTServers.eu

    There is now a "show server Yes/No switch" so the server doesn't show up on the list until you feel like you are done editing the banner or any other reason you might have.
  15. Elime

    New server list - OTServers.eu

    Yes it is less alive than it was, but still I think there are quite a few server owners on this forum. It's is up to the them if they want to make this site successful. If they add their server and try to make their players vote it will make all the difference since that will make players aware...
  16. Elime

    Elime's Pic Editor

    Yes, but you will have to find out what part to edit. No, If you change the resolution the image will not display correctly.
  17. Elime

    Elime's Pic Editor

    If you want to skip having to press "Enter Game" you will have to do a client edit. I don't think there is any tibia specific application for this.
  18. Elime

    New server list - OTServers.eu

    Yes, but I think a lot of people do judge a server by the amount of players. So if i remove it they will probably switch to a list that does display players online.
  19. Elime

    New server list - OTServers.eu

    Then I could just add a "Report for spoofing" button. Those who actually want to spoof will soon find out and start spoofing the website as well. But keeping statistics can definitely help and give further proof that a server actually was spoofing.
  20. Elime

    New server list - OTServers.eu

    How would you implement such a system without it finding false positives? Also it would be easy to circumvent since the server can return whatever information it wants.
Back
Top