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

    Problems with mods

    Works perfect! Thank you very much Limos ;) Thread can be closed:)
  2. pansuchar

    Problems with mods

    I change doAddCondition(cid, createConditionObject(CONDITION_INFIGHT, -1)) In which part of config i had to add this: fight = createConditionObject(CONDITION_INFIGHT) setConditionParam(fight, CONDITION_PARAM_TICKS, -1) <?xml version="1.0" encoding="UTF-8"?> <mod name="Zombie_Event"...
  3. pansuchar

    Problems with mods

    Works good :) But I have one more error in my console when I join to event by command: !zombie join, I dont know, Its important? [21/03/2014 15:51:26] [Error - TalkAction Interface] [21/03/2014 15:51:26] buffer:onSay [21/03/2014 15:51:26] Description: [21/03/2014 15:51:26] (luaDoAddCondition)...
  4. 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...
  5. 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...
  6. pansuchar

    [8.6] Combine items

    BUMP!
  7. 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.
  8. pansuchar

    [8.6] Bug with NPC

    Thank you very much man. Everything works perfect!
  9. 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)...
  10. pansuchar

    Modify the script

    Close this thread. I worked it out myself.
  11. 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...
  12. 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)...
  13. pansuchar

    [MOD]Wood Cutting

    Thanks! Very nice mod :)
  14. pansuchar

    (8.6) Time lever

    Thanks again :)
  15. pansuchar

    (8.6) Time lever

    Great job andypsylon, works excellent :) One more question. If i would like to add another place with another positions and wall id how can i do that?
  16. pansuchar

    (8.6) Time lever

    Thanks very much, you script is working for me :) but i have one complain. When i click use one time on lever wall disappear, ok good :) i wait 10 seconds, wall appears again. But when i click use, wait 3 seconds, click use again wall appears immediately after this 3 seconds. After that i click...
  17. 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
  18. pansuchar

    Sirion_Mido Free Scripting Service (Actions/Movements/Talkactions/Creaturescripts)

    Hi. I need script for time lever. I have something like this: How would that work? I pull the lever and have 30 seconds to pass, after 30 seconds, brick walls appears again. tfs 0.3.6 8.6
  19. pansuchar

    Desktop Post your desktop!

    :)
Back
Top