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

    [TFS 1.X] Rarity Rolls & Custom Attributes Library

    thanks I managed to solve the skill update problem. The only problem now is the elemental damage doesn't work, it doesn't work and I don't know how to solve it. my server is [10.98] - ORTS | Real Map Data Pack for latest TFS My tfs 1.3 infernumx
  2. H

    [TFS 1.X] Rarity Rolls & Custom Attributes Library

    function Player:onBrowseField(position) if hasEventCallback(EVENT_CALLBACK_ONBROWSEFIELD) then return EventCallback(EVENT_CALLBACK_ONBROWSEFIELD, self, position) end return true end function Player:onLook(thing, position, distance) local description = "" if...
  3. H

    [TFS 1.X] Rarity Rolls & Custom Attributes Library

    The script is very good. However there is a problem that the weapon attributes only work when I relog the character. And when I remove the weapon with attribute and put any other weapon in place the attributes remain the same until I relog again. In short, it's just updating the attributes when...
  4. H

    How to force player to buy magic on npc

    I was creating a tibia otserv but the spells are received for free without the need for the player to go to the npc to buy. How do I force the player to buy the spell and not receive it for free. my otserv is https://github.com/opentibiabr/otservbr-global
  5. H

    How do I disable this top bar of the Otclient

    Hello, How do I disable the otclientv8 bar that I circled in red.
Back
Top