• 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. Blue Identity

    Real Tibia: Yielothaxes (includes castle with entrance and hunting spot)

    Credits go to the track program. All I do is walking my char true real.. If anyone has requests for real Tibia parts which should be tracked let me know. I will try to track everything which gets requested. I will always post tracked parts on public boards to help the community.
  2. Blue Identity

    Map upload.. When?

    mm well nothing got accepted yet.. Waiting for a map to be accepted takes longer and longer.. it almost makes you think you never made a thread with a map ... xD
  3. Blue Identity

    Map upload.. When?

    You completely miss the reason of me posting on the forum.. I had the feeling there where no moderators active else the map parts would of bin checked already.. So PMing would make it, in my eyes, useless than.. And remember what the community is for.. Answering questions others don't know ;)...
  4. Blue Identity

    Map upload.. When?

    When does a map get accepted? As I asked this questions a couple of months ago as well and got the answer that it takes as long as a moderator accepts it.. I uploaded the map saturday and haven't seen it at the map download section yet, neither did I get a notification that the map got...
  5. Blue Identity

    Real Tibia: Yielothaxes (includes castle with entrance and hunting spot)

    Hello, For those who need it I give them the Yielothaxe huntplace. It is tracked on real Tibia at 02-02-2013, which means for now it's exactly the same as we know it in real. It includes the entrance "castle" with the spawns and the complete hunting area. Inside of the .zip file you will find...
  6. Blue Identity

    Selling Hunt Arena Script & Map

    I think everyone can copy a Svargrond arena and change the grounds a bit?
  7. Blue Identity

    8.6 -- Battle Field -- My long lost map part

    Excuse me for not adding the map pos.. X:1398 Y:1544 Z:7
  8. Blue Identity

    8.6 -- Battle Field -- My long lost map part

    Hello everyone I have finally found one of my oldest map parts and decided to share it with everyone. I'm not saying its the best you have ever seen and it can sure be edited to make it better but since this was at my start of mapping its not bad. I hope you enjoy it as much as I did and still...
  9. Blue Identity

    Lua event type="kill" does not function anymore

    Kind helpers, For some kind of strange reason my event type "kill" does not work anymore. For example when killing a creature in the Svargrond Arena or a boss at the Inq~ Quest you cannot enter the tp (svargrond arena) or there will not spawn a teleport (inq quest). I might have removed...
  10. Blue Identity

    [The Neterlands] Lemmaz - OT -- Real Map with customs, war system and events.

    We do know about those staff members and those arent in our staff anymore either. After a year of uptime we let the server die out slowly now its time to take back the wheels and start over :)
  11. Blue Identity

    [The Neterlands] Lemmaz - OT -- Real Map with customs, war system and events.

    This server gets hosted by Oste Hovel located in Norway and gets his maintance from Blue Identity located in the Netherlands. Ip: lemmaz.com Port: 7171 Website: Lemmaz - OT - Latest News Client: 8.60 General Information: World Type: Open War System: Yes, with shields House Level...
  12. Blue Identity

    Use tile than -> You have found a Silver Key

    Thanks for understanding Cykotitan :) Thanks towards the rest for helping.
  13. Blue Identity

    Use tile than -> You have found a Silver Key

    You mean the script that I posted myself in the first place? Please read over... When a player uses a ground tile for example grass... grass <>click<> You have found a key. That part is what I had already in my first post. BUT the key must have a sertain actionID to open a door.. So...
  14. Blue Identity

    Use tile than -> You have found a Silver Key

    What do you mean it makes no sense? When player uses a sertain floor tile he will get the key (see script). Now I know there must be placed something in the script that gives the lootable quest item a sertain actionID but I don't know what it is. Thats the question, how to add actionIDs and...
  15. Blue Identity

    Use tile than -> You have found a Silver Key

    Thanks for your reply but isnt that imposible to do since I want to make the key lootable from a tile? Means when he clicks on the floor he gets the key so I cannot at a actionID on or select a key via the mapeditor.
  16. Blue Identity

    Use tile than -> You have found a Silver Key

    Hello Supporters, I want, as in real tibia, to place the Silver Key in the Necromant House. This key will give you the acces to the closed door and the teleport behind it. How can I make it so ones used the tile you will find that sertain item (a key in this case) but it will also have a...
  17. Blue Identity

    [NORWAY] Lemmaz - OT -- Real Map with customs, war system and events.

    This server gets hosted by Oste Hovel located in Norway and gets his maintance from Blue Identity located in the Netherlands. Ip: lemmaz.com Port: 7171 Website: Lemmaz - OT - Latest News Client: 8.60 General Information: World Type: Open War System: Yes, with shields House Level: 100+ Events...
  18. Blue Identity

    Impossible Ventrillo - OT database link?

    Hello smart people, I had an idea and I'm not sure if its even possible. Scenario: "I am running a Ventrillo server and a Open Tibia server. On my website for Open Tibia I have a function to donate €1,- for a month spot in our Ventrillo server. Account "111111" donates €1,- cause he...
  19. Blue Identity

    I need help with last deaths

    Problem above solved aswell.. Go to characters.php and find //death list.. Replace it with the follow: //deaths list $player_deaths = $SQL->query('SELECT `id`, `date`, `level` FROM `player_deaths` WHERE `player_id` = '.$player->getId().' ORDER BY `date` DESC LIMIT 0,10;')...
  20. Blue Identity

    I need help with last deaths

    L1nker his problem got solved after using a new killstatics.php.. <?PHP $players_deaths = $SQL->query('SELECT `player_deaths`.`id`, `player_deaths`.`date`, `player_deaths`.`level`, `players`.`name`, `players`.`world_id` FROM `player_deaths` LEFT JOIN `players` ON `player_deaths`.`player_id`...
Back
Top