• 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. 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
  2. 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 -
  3. 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...
  4. 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...
  5. 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...
  6. 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*...
  7. Noupz

    macOS compiling lua error

    Error: I followed the compiling guide of edubart, everything was fine until I'm on Ventura 13.6 (22G120)
  8. 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
  9. C

    Crafting System

    I need a crafting system for tfs 1.2 i'm using OTClient. Img example
  10. 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...
  11. 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...
  12. 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
  13. 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...
  14. 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
  15. 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...
  16. 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...
  17. 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...
  18. Jpstafe

    module train otclient

    Hello Otland community, I would like to remove the bot(cavebot_1.3) from Otclient and replace it with such a module. Is there anything to download as well? And how can I replace it
  19. Jpstafe

    How can I color my raritys in OTclient?

    Hello good evening, I would like to know how I can add color to my rarity items, the rare items I did not do through the rarity scripth, I have only created it with ITEMEditor, rare, epic and legendary... Can you still color the items like this? I did it item by item due to the fact that there...
  20. mar173

    mehah otclient ezodus/gunzodus/ixodus problem "login error: only clients with protocol...", "error: unable to load dat"

    by default working on: GitHub - OTCv8/otclientv8: Clean, ready to use version of OTClientV8 - Alternative, highly optimized Tibia client (https://github.com/OTCv8/otclientv8) GitHub - OTAcademy/otclientv8: Mirror of official OTClientV8 (https://github.com/OTAcademy/otclientv8)
Back
Top