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

    CMS for OT server websites

    Hello fellow developer, I see that content management systems (CMS) have been attempted a couple times back in 08-10. However, they didn't seem to pick up much interest, and this confuses me since the majority of people on here want a website that they can customize without needing to know web...
  2. Blackheart OT

    DDOS: Size, types, timing

    Hello fellow developers, I am currently designing the layer architecture for my OT project. Conscientious of how common DDOS attacks are in our community, I am taking a multi-layer approach to defending from DDOS. It would help me a lot to have some sort of feeling for the size, types, and...
  3. Blackheart OT

    Scalable Server Proposal

    Hello fellow developers, I have an idea to code a scalable version of the open tibia server. This means that when load increases, I (or the system automatically) can create more instances running the server to meet demands. A load balancer is made aware of the changes and dishes out connections...
  4. Blackheart OT

    From config.lua To Cpp

    Hello fellow developer, I am trying to learn how the variables in config.lua are read and used by the cpp code. Let me start with what I think I understand so far, for this lets use the example of the variable rateSkill. I believe this is loaded from the config.lua by...
  5. 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...
  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