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

    Problem With Castle War System. [MOD]

    Add this query into ur database: CREATE TABLE IF NOT EXISTS `castles` ( `id` int(11) NOT NULL auto_increment, `castle_name` varchar(255) NOT NULL, `owner_guild` varchar(255) NOT NULL, `castle_war` varchar(255) NOT NULL, `last_conqueror` varchar(255) NOT NULL, PRIMARY KEY (`id`) )...
  2. Dexter91

    Lua War system Problem

    Add -D__WAR_SYSTEM__ in ALT+P -> Parameters -> C++ Compiler params and then recompile
  3. Dexter91

    Made my own Tibia 8.6 server HELP!!

    Have you got a virus protection installed? Sometimes the virus protection includes a firewall which blocking the connection. Try to disable your windows firewall and your virus protection and see if it works. If not just enable it, and if it does just port forward into your Windows firewall and...
  4. Dexter91

    Made my own Tibia 8.6 server HELP!!

    Hi, Goto Open Port Check Tool and check if your ports are open. You are simply just writing in the ports you have opened and then hit Check Your Port. Remember that after you have port forwarded reboot your router.
  5. Dexter91

    Windows Hi, Can I host an OT server? and how many will be able to play witohut laggs!?

    Hi, Yes you will be able to host an OTserver with that specs. If you would host an Realmap you probably would need more than 4 GB RAM, But in this case when your map size is 5000x5000 it works. 500 players takes 4-8 Mbps. Kind Reegards, CyrusGNetWork.
  6. Dexter91

    Hackers Issue

    Might be an SQL injection. A user can send parameters to you're database and theese parameters can manipulate the data and get out information. Wanna learn more about SQL injections? Just google it! If you're using a MySQL database can information in your folders be taken and then sended to the...
Back
Top