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

    Remeres Map Editor!, help

    I have a problem with Remeres mapeditor, it was working fine but suddenly it stopped working, I can see the mini map but the areas to edit the map don't load, I've tried countless actions but I can't get it working again, I would really appreciate it if you could help me.
  2. D

    Script Help

    Could you help me, my script doesn't work I need that when the 3 monsters are in their position you can give tp, this script with only 1 being in position can use the tp. local monsters = { {name = "demon", position = {x = 655, y = 108, z = 3}}, {name = "goblin", position = {x = 665, y...
  3. D

    mistake with familiar

    When someone dies and has the familiar summoned, it throws this error and doesn't let the player who died enter. local familiar = { [VOCATION.BASE_ID.SORCERER] = {id = 994, name = "Sorcerer familiar"}, [VOCATION.BASE_ID.DRUID] = {id = 993, name = "Druid familiar"}...
  4. D

    console error

    Could you help me, I get this error on my console. [Error - mysql_real_query] Query: UPDATE `accounts` SET `name` = 'juanito3' , `type` = ☺ , `password` = 'ef0a2514cd3b9c97b9c84e163aff44ce21c0aa97' , `premdays` = 30 , `lastday` = 1687456447 WHERE `id` = 272 Message: You have an error in your...
  5. D

    Loss exp tfs 1.3

    Does anyone know how to edit the experience loss, make it the same to die from pvp or from a creature?
  6. D

    NPC SELLER ITEMS

    Good morning Otland community, could you help me with a npc I need to sell the items x items not for money,and add how many loads the item will have when selling it, it only appears with one. excuse me, my english is terrible. I add the npc local keywordHandler = KeywordHandler:new() local...
Back
Top