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

    How to change Initial Temple?

    If you've got this in your config/config.php then players can choose their city. $config['site']['newchar_towns'][0] = array(1, 2, 3, 4, 5);
  2. T

    [GESIOR AAC] Show if you died with either AOL or BLESS.

    I had no idea that it required Source edits (C++) to work like Narvias. :p I'd appreciate it a lot! :)
  3. T

    [GESIOR AAC] Show if you died with either AOL or BLESS.

    I can't execute your SQL query in PMA. That's why I added 'id' into the query. "#1072 - Key column 'id' doesn't exist in table"
  4. T

    [GESIOR AAC] Show if you died with either AOL or BLESS.

    I appreciate your contribution. Though the SQL query should look like this, you probably missed to add it. :p CREATE TABLE IF NOT EXISTS `deathcheck` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `player_id` INT(11) NOT NULL, `protection` VARCHAR(255) NOT NULL, PRIMARY KEY (`id`), KEY...
  5. T

    121 ED Free...

    I'll pick number 9.
  6. T

    [GESIOR AAC] Show if you died with either AOL or BLESS.

    Anyone who could help out with this? :)
  7. T

    Linux 8.6 server - 10x fast attack and yelling

    I've seen a few servers were this problem has occured. May I ask where you rent your Dedicated server?
  8. T

    Windows Error at starting Tfs. Possible to fix it?

    If he can't start the server with a normal RL map, how is he supposed to start the server with that map?
  9. T

    Windows Error at starting Tfs. Possible to fix it?

    It's quite obvious what your problem is, have you tried to search for a solution perhaps?
  10. T

    Redbot Or XenoBot

    I've heard that a lot of people have got banned while using RedBot. Using XenoBot myself and I have never been hitted by a banwave.
  11. T

    [GESIOR AAC] Show if you died with either AOL or BLESS.

    Hello OTland members, I would like to request a PHP function that shows if a person died with either AOL or Blessings. Something like this. Taste died at level 99 by a dragon lord [AOL]. Taste died at level 100 by a dragon lord [BLESS]. Sincerely, Taste
  12. T

    Domain names | I am so gone

    That's irrelevant.
  13. T

    Gesior, buy points page (RL premium page)

    Bring up my post! Anyone who've got this?
  14. T

    CSS - Problem

    The width is nothing to worry about. Second layout is a "edited" RL tibia template therefore the larger width. I've got the website on localhost and I'm to lazy for opening ports et cetera in order to show it live.
  15. T

    CSS - Problem

    I'm using the very same CSS for both layouts but seems like it may be a template fault? This is what I use in my shopsystem.php. <table class="online"> <thead> <tr class="thead_subtitle">
  16. T

    CSS - Problem

    Hello OTland members, It has been a while since I used CSS. I noticed a problem when changing between two different layouts. This is how it look with layout number one. (Everything is fine). This is how it look with layout number two. Not how it should be. I don't think...
  17. T

    Gesior, buy points page (RL premium page)

    Anyone who've got this? :p
  18. T

    [C++] Add emblem guilds

    bump
Back
Top