• 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!

Recent content by DarkRUSH

  1. D

    Issue with Outfit Approval in Tibia (OTClient and TFS)

    I am currently facing an issue with the OTClient and TFS (The Forgotten Server) setup in Tibia. Specifically, I am encountering problems with outfit approval. When I set the outfit colors and press the "Ok" button, the character still retains the old colors. The changes are not being applied...
  2. D

    Item give Wings

    <wing id="1" clientid="905" name="Widow Queen" speed="20" StorageId="1" StorageValue="1" /> local mountItems = { [9020] = 1, } function onUse(player, item, fromPosition, target, toPosition, isHotkey) local storageKey = mountItems[item.itemid] if storageKey then if...
  3. D

    Item give Wings

    nothing is displayed in the console and nothing is received
  4. D

    Item give Wings

    Hello, I have a problem, I would like to get wings after using the item, I am using a script local config1 = { [9020] = {wingId = 1, name = "WING NAME"}, } local wings_on_click = Action() function wings_on_click.onUse(player, item, fromPosition, target, toPosition, isHotkey)...
  5. D

    OTClientv8 inventory

    thanks !! 1717252709 When I added more item slots, I don't see any item, do you know what the reason is?
  6. D

    OTClientv8 inventory

    how to increase inventory panel
  7. D

    Solved black screen otc

    please help, I use tfs GitHub - kokekanon/TFS-1.4.2-Compatible-Aura-Effect-Wings-Shader-MEHAH (https://github.com/kokekanon/TFS-1.4.2-Compatible-Aura-Effect-Wings-Shader-MEHAH) and otclient mehah GitHub - Nottinghster/otclient at new-layout...
  8. D

    Wing and Aura

    I dont know why it refers to spells
  9. D

    Wing and Aura

    I have many errors
  10. D

    Wing and Aura

    I have tfs 1.3, will it work?
  11. D

    Wing and Aura

    is it possible to add wings and aura to otclient from mehah? if so, how? can anyone help?
  12. D

    No Visable Items

    Hello, I need help because I did everything correctly but I don't see the item in the slot when I add it https://otland.net/threads/help-new-inventory-slot-tfs-1-3-and-otclient.264537/ I already managed it myself, the error was that the purse was 13 and it had to be put before the purse
  13. D

    New slots OTCv8

    How to add a new module where I can put my equipment there? something like a system artifact known on other servers OTCv8
  14. D

    How to add new slot items

    Thank you for your help !
  15. D

    How to add new slot items

    ok, I did that, but now I have this error
Back
Top