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

    OTClient How its works?

    Hello, I wanted to ask more experienced users how exactly the following process works: How to exactly replace sprits from 8.6 to 7.4 in otclient and how does it interact with the map later? Converting the map from 7.4 to 8.6 gives me red boxes because the IDs are changed, how to recreate the...
  2. M

    Otcv8 sound disabled form some reason unknown

    this in modules/client/client.lua local musicFilename = "/sounds/startup" local musicChannel = g_sounds.getChannel(1) function setMusic(filename) musicFilename = filename if not g_game.isOnline() then musicChannel:stop() musicChannel:enqueue(musicFilename, 3) end end function...
  3. DanneZ

    Programmer Otclient compiling Android

    Hello guys, I have this edited source i really wanna use on a android client but i cant get compiling working.. If anyone have any knowledge of compiling otclient for android please give send me a message! I tried both Edubart and Mehah compiling guides and sources. For the right kind of...
  4. D

    Server 11.X that works with Otclientv8.

    I need an 11.X server that works on OTClientV8, can anyone recommend one?
  5. R

    TFS 0.X Character walk in some tiles feels paused problem.

    Hello, I am working in an naruto otserver based on Nto Hard. I already deployed on a vps and is working fine (some non critical errors). I realized that walking with a character that is low level in some tiles feels like paused, like the tiles wants to decrease movement speed but instead it...
  6. E

    OTClient TFS1.4.2/OTC-mehah error with custom skill

    Im trying to make custom skills that start on 0 but it triggers error in the client and when i log into a char with 0 skill it only shows the bars here is the lua part that breaks on line 251 local hasAdditionalSkills = g_game.getFeature(GameAdditionalSkills) for i = Skill.Melee...
  7. El Man

    OTClient OTClient after compile by vc2022 cant compatible in windows 7

    after compile otclient -> GitHub - OTCv8/otcv8-dev: OTCv8 Development repository (source code) (https://github.com/OTCv8/otcv8-dev) client work fine in win8/10 etc.. when i open client in win7 i got this problem the procedure entry point could not be located in the dynamic link library...
  8. Brunds

    [OTC Mehah] Fix problems in increasing the map view

    My source used: 0.3.6 TFS OTClient - Redemption 1.0 rev 0.000 (desenv) built on Jul 3 2023 for arch x64 Guys, the idea of this topic is to clarify information that I found in several places to compose the content that already exists and not leave room for common mistakes like what happened to...
  9. Brunds

    OTC Mehah - The screen is broken by several in-game factors

    This is just an example using the monster when it is moved, however it also happens when there is a lot of information on the screen like spells etc... Unfortunately, I'm not sure what kind of problem this is to name or if the solution already exists. I researched a lot before opening this...
  10. Brunds

    Otclient Mehah - Change Background TopMenu

    Hey guys, I would like to know how I could simply remove the background or make it transparent. I tried removing part of the code or just removing it entirely and ended up with the result of either removing it completely or not removing anything. Code: TopButton < UIButton size: 50 50...
  11. A

    OTCV8 Erro feature (Health and Mana bar backgrounds)

    Whenever I apply this feature in my features.lua: g_game.enableFeature(GameHealthInfoBackground) I get an error in otclient as if it were sprite problems when it is not extended or something like that, I'm applying the code according to this source...
  12. Jpstafe

    Otclient Shops !

    Hello how are you? Is there any tutorial on how to implement a shop in the client or client?
  13. I

    Programmer Otcv8

    looking for best otclientv8 programmer there is on this forum.
  14. K

    Optimize OTClient

    Hello, I'm looking for someone able to optimize the OTCv8: - Walking On the server it is currently not smooth mainly on autoclicks (minimap/player window). - Memory/Cpu Usage Using twice of memory compared to others and higher cpu. The mainly task is walking part, minimum amount for this...
  15. T

    Can't use Manafluid on self while playing older protocols (< 7.8)

    Hey guys, I have a problem: when I use a manafluid on my character, the message "Sorry, not possible" appears. Runes works just perfect. I've tried making modifications to the source code in the game.cpp and gameinterface.lua files, but without success. I've enabled GameForceAllowItemHotkeys...
  16. leik meris

    TFS 1.X+ Ubuntu 18.04 compile error Shaders

    Hi, good, can someone help me with this error, I've been trying to solve it for days, thanks! /home/XXX/src/shaders.h: In constructor ‘Shader::Shader(uint8_t, std::__cxx11::string, bool)’: /home/XXX/src/shaders.h:10:14: warning: ‘Shader::name’ will be initialized after [-Wreorder] std::string...
  17. K

    Play with mouse otclient mobile

    Tried to enable classic controller for mobile version of otclient v8. I edited the options.lua file, located in modules/client_options. classicControl = g_app.isMobile() I also tried to set the classic control to true. But it didn't work, if anyone has any ideas.
  18. P

    How to add spr and dat saved as extended on otclient?

    It does not load me dat and spr saved in extended in otclient
  19. Thaleskumamura

    Help with HP and MP - OTClientv8

    Hello! I would like a little help from you with HP and MP. This First Image is how I would like to leave it. : already in this second image and how exactly is mine. : I wanted to leave it exactly like the first image. if anyone can help me thanks in advance.
  20. Nexon

    old version wanted rev 117 for tibia 8.7 ronots

    hi, I am looking for an older version of otc rev 117 for otsa ron tibia 8.7 with the latest version, does anyone know if this particular version of 117 can be downloaded, because unfortunately the latest version gives an error when logging in to the server that the outdated version, thank you in...
Back
Top