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

    C++ Playing/analyzing cams recorded by server to spot botters

    Hello, I am trying to implement @Gesior.pl 's solution (GitHub - gesior/tmp-cams-system (https://github.com/gesior/tmp-cams-system)) for recording player actions server side for developing anti-bot system. I managed to make the code record .cam files and I tried using OTClient (GitHub -...
  2. G

    Gathering suggestions for new server

    Hey everyone, I want to let you all know that I'm working on a new OTS using TFS and protocol 8.0. I've seen a lot of issues in the current servers, and I want to create a fun, fair, and engaging server that we can all enjoy. But I need your help and suggestions to make it awesome. Tackling...
  3. G

    Windows How to import items into RME?

    Hi. I made some custom items (sprites are not edited, just copied sprites from otb file and made new item) How can I use these items in Remere?
  4. G

    Lua TFS 1.2 Item Attributes

    Hi. I want to make item upgrade system with more options than just modifying attack, defense, range, hitchance. Is there any way to make action script that increases attack speed, adds elemental damage, health/ mana regen, particular skill, walking speed? I dont think its possible with...
  5. G

    Lua Comparing values returns unexpected value

    Hi. Im trying to write a new script for upgrading an item. I have this in my global.lua: function getItemAttribute(uid, key) local i = ItemType(Item(uid):getId()) local string_attributes = { [ITEM_ATTRIBUTE_NAME] = i:getName(), [ITEM_ATTRIBUTE_ARTICLE] = i:getArticle()...
Back
Top