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

    Shader in Item

    Anyone know how i can put a shader in item? I'm using Otclient, i know this need change soucers and etc. But how? I'm new at this world of otclient and i want to learn how i can do a check when the item have actionid 1000 or is itemID 2160 then show a purple shade in the item when the item...
  2. S

    [OTClient] Remove internal "ip changer"

    i've been trying to remove this ip changer inside the client and use my server's ip, but everything that i try, i destroy the client LOL
  3. E

    Otclient EXP BAR

    Hello everyone, i want to request a otclient modules, which show top from chat like that image I think its a sample module but i dont know how do, thanks for the support
  4. William Santos

    OTCLIENT BUILD 2019

    BUILD OTCLIENT - FIX BUG -> save configs Build: 12 Jun 2019 Lastest version supported: 10.99 :)
  5. kuhi

    OTClient Trying to setup single server & protocol

    Hello, I'm having some troubles setting up this mod: Single server & protocol MOD I'm downloading the MOD files and copying to modules\client_entergame Then I copy the server.otmod file to mods folder My server.otmod file: Module name: addon_server description: Single server and...
  6. kuhi

    Solved OTClient error 0xc000007b

    Getting an error when running the OTClient I've compiled: Translation: The app couldn't initialize correctly (0xc000007b). Press Accept to close it. I'm getting 0 errors when compiling, only some warnings about pdb files: libeay32.lib(ts_err.obj) : warning LNK4099: PDB 'lib.pdb' was not found...
  7. Walox

    OTClient [OTCLIENT] Crash Report Help plis

    First of all, I'm sorry for my English, I'm Brazilian and I use google translate to interact with the group. Hello my friends, I come here to ask your help because I do not know where else to turn !! I have a problem with my client, it is crashing when I try to open it. But if I keep insisting...
  8. e.e

    Programmer Otclient hire or collab and various small C/C++ and Python tasks (budget total: ~$500)

    Hello everyone. I'm a self-taught systems developer looking for positive and chill/friendly/professional developers with an intermediate or better experience who are looking for collaboration opportunities or (paid) work. Paid jobs: Looking for tutors that can help me learn Portuguese and...
  9. Yalasari

    OTClient Unable to create item with invalid id

    Hello, While trying to add new item to server I encountered a problem, and after 2 days i don't have idea how to fix it: Everything on server side is ok, i think because console doesn't show any errors Here's how everything is set up: items.otb: .SPR and .DAT files We are using 10.98...
  10. jailsonmendes

    The client is with fixed ip configured but does not connect to the server.

    entergame.lua EnterGame = { } -- private variables local loadBox local enterGame local motdWindow local motdButton local enterGameButton local clientBox local protocolLogin local motdEnabled = false local serverIP = '158.69.231.247' function getServerIP() return serverIP end -- private...
  11. E

    OTC market bug and mounts bug

    I am using OTC (version 10.99) With .dat and .spr from 10 (with sprites 12) So far so good .. With some modifications in the source I managed to make everything beautiful, without debugs, without any problem in the structure of the client itself. However, when trying to open the market, I run...
  12. M

    [Release] game_store module

    Video Demonstration Note: errors regarding opcode 159 are not related to this module. OTClient game_store module source A pull request to the main repo is pending. Right now you can find this module with the corresponding client at: Github: metabobb/otclient...
  13. falls13

    change this name

    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 reloadScripts()...
  14. Yalasari

    Unhandled opcode

    Hello, I need help with OTClient error "unhandled opcode". I created function in tfs which sends to client info about auto-looted item, everything seems to work fine on server side, but how to read it properly and print? I tried various scripts found on forum but nothing worked. Any tips...
  15. Togu

    OTClient and Cast System

    Im thinking on give a try to make that. I've seen that OTClient has lua calls for almost everything, for example, on skill window module: connect(LocalPlayer, { onExperienceChange = onExperienceChange, onLevelChange = onLevelChange, onHealthChange = onHealthChange...
  16. Yalasari

    C++ Making loot analyzer

    Hi, I want to make loot analyzer using OTClient + TFS 1.3, and i don't really know how approach one of most important thing: Well, i think about something like this: Monster died (Server side) -> Send info about loot to OTClient via opcode (Problem here) -> Print Info about loot, graphs, income...
  17. Togu

    OTClient Why is this happening (see gif)? / Setting minimum width to label

    I've made some changes on game_skills module and I'd like to set minimum possible width to a label based on the text of the label. Is there a way to do that? On the gif you can see that when game starts it loads a default width and when I reload the module he sets the minimum possible width...
  18. Togu

    What's the goal of OTLand with OTClient?

    We know that the otland/otclient repository was created because the edubart/otclient repository was out of maintainers. But we also know that the way OTClient was developed it's almost impossible to fix all issues to all protocols. So... what's the goal with this repository? Make a generic...
  19. Togu

    Final thread for fixing OTClient dashing animation issue for TFS 1.3

    I made a super slow motion to show the exactly dashing issue: final - Streamable (https://streamable.com/2xek1) troll going from up to down and comparing with real gif and sprites test - Streamable (https://streamable.com/wmv6e) troll going from right to left Split animated GIF image in frames...
  20. Togu

    Help understanding parsing server/client

    I'm studying TFS 1.3 and OTClient sources to improve my project. And now I need to parse a new information (attack speed) to OTClient. So, till now, what I understood is that the server can send and receive informations or commands (packets) to/from the client. And client can send and receive...
Back
Top