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

otclient

  1. A

    OTClient Login stuck on "Please wait - Connecting to server..." TFS v1.2

    I can't log in to my account, does anyone have a solution? TFS v1.2 "config.lua" And this is OT client "config.php"
  2. S

    OTClient Can I add CSS animations to buttons?

    Hi, I'm new to working with all things OTC and TFS, and while I can pick up how most things work when they're strictly C++ or Lua, I don't entirely understand what's going on when I'm working with the OTUI files. As it stands, I'm trying to create something at someone's request, which would...
  3. felpscouto

    Outfit outline

    Hello, I'm starting to learn otclient, so can you teach me how I can write an outfit outline for all outfits? I am really newbie with these codes and I need help 😥
  4. B

    OTCV8 3.1 Error : No thing Creature pos

    Good Morning! my mobile android otclient doing this error: The monsters just Disappear. Can anyone help me please
  5. D

    OTClient Floating text within a clickable box with random position

    I would like to create a code for a message that floats in a box, and every time I click on that message, it moves to a random (or not) location within that box. Very similar to a mechanic in RavenDawn Like the gif -
  6. kuhi

    OTClient Item::getId() in OTCV8 returns different id than the server

    Hey :) I'm using this code trying to get the item id like in the server (meat == 2666) but I get id 3577 instead: for i, container in pairs(g_game.getContainers()) do local container_items = container:getItems() for j, item in pairs(container_items) do print("Fond item in...
  7. kuhi

    OTClient How to reorder TextList widgets?

    Hi :) I'm trying to create the classic "Up" & "Down" buttons to reorganize this TextList widget: Once clicking the "Up" button, the selected/focused list item, if it's not already the first one, it should raise 1 position in the list I've tryed with this functions but none worked: void...
  8. ghunalma

    (trying to add 12.72 on mehah OTC 3.1) Error Query: UPDATE `accounts`

    Hi There! =) I was getting this error all the time when trying to add version 12.72 to Mehah OTC Redemption 3.1 (supposedly, this OTC has support for versions 12x and 13x). I placed the spr and dat files from version 12.72 in the "things" directory and adjusted the version in the init.lua file...
  9. Sanzenkai

    Target by sprite (OTCv8)

    Hello, i'm triying to use target with sprites instead of the client itself make the square but every code i find its for OTC 0.6.6, and i'm using the last version released.. If someone is able to help me, thanks. Mine: void Creature::draw(const Point& dest, bool animate, LightView*...
  10. Noupz

    macOS compiling lua error

    Error: I followed the compiling guide of edubart, everything was fine until I'm on Ventura 13.6 (22G120)
  11. Jpstafe

    How can I change this battle function in otclient?

    Hello otland community, I would like to know how to change this function of the otclient, it attacks players from the battle, I am using tfs 1.2 8.0, I would like to know how I can change my otclient so that it does not attack players from the battle
  12. C

    Crafting System

    I need a crafting system for tfs 1.2 i'm using OTClient. Img example
  13. Adorius Black

    OTClient Mehah 3.0.2 - StoneDrake UI

    Hello Otlanders. Last week I shared with you OTClient Mehah 1.4.1 with StoneDrake UI. Sadly this version has many bugs so I decided to switch on Mehah 3.0.2 Today I would like to introduce you my client edit of OTClient Mehah 3.0.2 -This client has new features as protobuf, scale text etc -All...
  14. Adorius Black

    OTClient Mehah 1.4.1 - StoneDrake UI

    Hi Otlanders. I know its not 100% perfect but I see that some people are searching for it. So today I decided to share with you my edit of StoneDrake UI on OTClient Mehah 1.4.1. This client is compatible with tibia 7.4 - 10.99. There are not finished some parts as Market etc and some widgets...
  15. Jpstafe

    NPC Module Trade otclient

    Happy New Year to the whole Otland community, my query is, is there any tutorial to be able to put this Trade module to your OTCLIENT? I'm using TFS 1.2 8.0 and otclientv8
  16. Jpstafe

    How can I add colors to the sqm of rare, epic, legendary items? OTclient

    Hello, good evening, I have added a basic randomstats system, which can give you rare, epic, legendary items... the script is basic and it works well, the only thing I would like is for it to differentiate in the sqms of the otclient panel? How can I make that work, that the rare is purple, that...
  17. Jpstafe

    Attack players in the otclient battle, how can I change it?

    Good morning otland community, I want to change in my otclient the function that attacks players in the battle, I don't want that, I want that you can only attack monsters in the battle, not players.. With Runes you can attack players from the Battle
  18. Jpstafe

    How can I link coins to shop points?

    Hello good morning otland community, I would like you to squeeze my coin and it will be charged to the point of the shop.. How can I make that happen? items.xml: coins: <item id="7506" article="a" name="venebra coin"> <attribute key="weight" value="10" /> </item> I want to...
  19. tomaszek123

    [Poland] [13.21/10.00] Eloria | GLOBAL-EVOLUTION

    General Informations: Website: Eloria (https://eloria.pl/) Map: Global + Custom Evo World type: PVP Clients: Tibia Client and OTclient Version: 13.21/10.00 No p2w, no equipments in store! Start 24 of November 18:00 CET Level 1-50: Experience x180 Level 51-150: Experience x100 Level 151-200...
  20. SalvaART

    OTClient OTClient - Black screen after compiling in Object Builder

    Source: Nekiro 7.72 downgrades 1.5 TFS Problem: Hello after compiling in Object Builder my sprites from 740 to 760 or 770 after login to game i have black screen and can't see anything. Someone can explain me how to make it good and worth? I think here is problem with my items - propably i...
Back
Top