• 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!

Search results

  1. pansuchar

    Need 7.92 datapack Sauron, Nagzul, Valan Quest

    Hi all, I try to find data pack from OTS which I have played more than once so the files must be circulating somewhere. The server is for tibia 7.92 with some new sprites and sprites copied from newer versions. RPG climate. Some popular custom monsters from ots: Mountain balrog, Shadow Balrog...
  2. pansuchar

    Targetting - Attacking problem

    Hi all, I have problem with "Cave" function, I can not add any monster in 'Attacking' mode. When I try to add monster an error appears: my json.lua: -- -- json.lua -- -- Copyright (c) 2019 rxi -- -- Permission is hereby granted, free of charge, to any person obtaining a copy of -- this...
  3. pansuchar

    Auto utito tempo

    Hi all, I need script for utito tempo when it end up. I cannot find in forum. Cheers
  4. pansuchar

    Jaki hosting na początek?

    Cześć wszystkim, mam pytanie do was. Chciałbym zacząć przygodę z OTSami stawianymi na serwerach dedykowanych czy też vps, mam doświadczenie przy tworzeniu serwerów ale przy stawianiu na serwer dedykowany niestety nie. Jaki najtańszy hosting do nauki polecacie? Chcę nauczyć się od podstaw...
  5. pansuchar

    Need stable 10.98 server source

    I need stable 10.98 sources with new systems like reward chest and critical boost system. Thanks for any help
  6. pansuchar

    Which server you would like to play?

    Hi all! I have a bit of free time and I decided to create my own server. Please take part in this poll and vote which server you would like to play, you have two choice. If you have you own idea (exp rates, other clients) please post in this thread. Thank you so much!
  7. pansuchar

    Open new door

    Hi, is any possible way to make this door able to open like house door and normal door:
  8. pansuchar

    Matching monster attacks

    I created a monster (boss), his attacks: <attacks> <attack name="melee" interval="2000" min="-1000" max="-2500"/> <attack name="death" interval="1000" chance="9" range="7" min="-500" max="-600"> <attribute key="shootEffect" value="suddendeath"/>...
  9. pansuchar

    Remove stackable from item

    Hi. I have problem, I removed stackable from item by using Otitemeditor (8.6), now when i try to create this item "/i" or place in map editor i have debug. Is there a possibility to remove stackable from item without this problems? ;)
  10. pansuchar

    Quest for 200 HP

    Hi all. I need script for 200 HP quest. Chest => open => pernament +200HP thanks!
  11. pansuchar

    Counting potions

    Hi. It's possible to change counting for potions? I have something like that situation: I have tfs 0.3.6, potion on my hotkey. potions.lua: local config = { removeOnUse = "yes", usableOnTarget = "yes", -- can be used on target? (fe. healing friend) splashable = "no", range =...
  12. pansuchar

    Problems with mods

    Hi. I use tfs 0.3.6 I need help with my event: When the event ends and players are transferred to dp event still works and shows the error in the console: [21/03/2014 11:55:44] [Error - TalkAction Interface] [21/03/2014 11:55:45] In a timer event called from: [21/03/2014 11:55:45] buffer:onSay...
  13. pansuchar

    [8.6] Problem with login

    Hi. I have big problem with my OTS. When i try to login i get this message in console: [06/03/2014 13:10:37] Mumia has logged in. [06/03/2014 13:10:37] [Error - CreatureScript Interface] [06/03/2014 13:10:37] buffer:onLogin [06/03/2014 13:10:37] Description: [06/03/2014 13:10:37] [string...
  14. pansuchar

    [8.6] Combine items

    Hi all. I need script for combining items. The script works like this: I have 4 items in my backpack, when I pull the lever I get one Item and those that have in the backpack are removed.
  15. pansuchar

    [8.6] Bug with NPC

    Hi all. I have mission npc : local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:eek:nCreatureAppear(cid) end function onCreatureDisappear(cid)...
  16. pansuchar

    Modify the script

    Close this thread. I worked it out myself.
  17. pansuchar

    Locked door need storage

    Hi all, i have this script doors.lua: local function checkStackpos(item, position) position.stackpos = STACKPOS_TOP_MOVEABLE_ITEM_OR_CREATURE local thing = getThingFromPos(position) position.stackpos = STACKPOS_TOP_FIELD local field = getThingFromPos(position) return...
  18. pansuchar

    Ankieta

    Witam. Korzystając z faktu iż mam nieco wolnego czasu zamierzam zabrać się do pracy nad jakimś projektem. Wychodzę do was z prośbą o wzięcie udziału w ankiecie dotyczącej specyfikacji serwera tak, aby trafił w wasze gusta. 1. Typ serwera: a) RPG b) custom map z teleportami i elementami rpg c)...
  19. pansuchar

    (8.6) Time lever

    Hi all. I need script for time lever. I have something like this: (i know, thats ugly, but it simply shows what i need ^_^) How would that work? I pull the lever and have 30 seconds to pass, after 30 seconds, brick walls appears again. engine: tfs 0.3.6
  20. pansuchar

    Lua NPC problem

    Welcome. I make task npc and i have a problem: [17/07/2012 11:56:52] [Error - Npc interface] [17/07/2012 11:56:52] data/npc/scripts/donater.lua [17/07/2012 11:56:52] Description: [17/07/2012 11:56:52] data/npc/lib/npc.lua:54: attempt to index local 'message' (a nil value) [17/07/2012 11:56:52]...
Back
Top