• 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. Blackheart OT

    Solved Decay duration attribute problems #lua #cpp #tfs1.1

    Thank you very much Ninja, I guess the wasted time fits me right for having been lazy in the first place. If anyone else is having this issue, compiling the distribution yourself might help!
  2. Blackheart OT

    [Lua] Lua IDE with Autocomplete

    What would have to be changed for use with TFS 1.1, or will it work anyways?
  3. Blackheart OT

    Solved Decay duration attribute problems #lua #cpp #tfs1.1

    Hello fellow developer, I am running TFS 1.1 on a Windows machine. Using the latest nightly compile binaries (#581). Let me start by explaining the problem: For items with duration set in /data/items/items.xml, attribute "duration" in seconds, the game correctly displays the duration time...
  4. Blackheart OT

    Solved (Solved) Delay for talkaction #Lua

    I have solved the problem using Limos' insight. The following is the code solution for anyone that might have a similar problem: local delaytime = 2 * 60 * 1000 -- 2 minutes local exhaust = Condition(CONDITION_EXHAUST) exhaust:setParameter(CONDITION_PARAM_TICKS, delaytime) function onSay(cid...
  5. Blackheart OT

    Solved (Solved) Delay for talkaction #Lua

    Hello Limos, Thank you for answering. I added the server and error message to my original post. Could this be caused by the fact that I am creating the condition inside the function, and not the script? -Mike
  6. Blackheart OT

    Solved (Solved) Delay for talkaction #Lua

    Hello Otland community, I've spent a couple hours trying to find a thread that could explain this at the level of a beginner in lua with previous programming knowledge in Java and Matlab, and I have failed, so I resort to asking the community. I'm trying to prevent abuse of the talkaction...
Back
Top