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

Search results

  1. _ferrari_

    Need help to get Party health and increase limite of 64 addons

    It is not possible from only client side if he wants the party hp bars to update when party members are not on screen, for example, on another floor.
  2. _ferrari_

    Need help to get Party health and increase limite of 64 addons

    There are two parts of the party health bar. The server must provide the client with information about the other party members' health and the client needs to display the bars in an interface. If you don't need to show health bars for party when the other party members aren't on screen you don't...
  3. _ferrari_

    compilation error codeblock

    If you can't run gcc.exe neither can CMake so you can't compile. Install gcc on your windows machine.
  4. _ferrari_

    South America

    As a brazilian myself who has visited Argentina and Uruguai, don't go to any of these three countries. Dumb people, poverty runs rampant, crime problems everywhere and filthy cities. If you don't care about people and infrastructure, but you like landscapes and nature, go to Bariloche, but be...
  5. _ferrari_

    compilation error codeblock

    Try to see if there is a program in C:/MinGW/bin called "gcc.exe" (the compiler CMake is trying to use to compile OTC). If there is a file, open a cmd window, go to the folder and type "gcc.exe". If it is installed properly you'll want to see this message: gcc: fatal error: no input files...
  6. _ferrari_

    Compilation error

    Boost is either not installed or not linked properly, look into that
  7. _ferrari_

    What is the easiest way to compile an otclient?

    I would say MSVC is going to make it a little bit easier to compile, but I have had trouble in the past with 25GB downloads and buggy stuff.
  8. _ferrari_

    What is the easiest way to compile an otclient?

    Simply because it's lightweight and much easier to obtain and configure when compared to visual studio. Personally I use Netbeans for C/C++ but there is not tutorial on how to compile using it I recommend codeblocks.
  9. _ferrari_

    What is the easiest way to compile an otclient?

    You can download a pre compiled version here: OTClient builds (Windows) If you really want to compile it by yourself there is a tutorial right here: Compiling on Windows · edubart/otclient Wiki · GitHub I strongly recommend you use codeblocks instead of visual studio.
  10. _ferrari_

    What is the easiest way to compile an otclient?

    Are you on Windows or Linux?
  11. _ferrari_

    Scripter Searching LUA scripter (tfs 1.2)

    Why do people overreact so much? This guy has probably had problems with people not speaking English properly, or maybe he only speaks polish. He could even want a system that has to communicate with the player in polish.
  12. _ferrari_

    Programmer Fixing Crash Server

    Fourth line of the dump: player = 0x0 player is a null pointer, make sure to check that
  13. _ferrari_

    Team PyOT

    Just to further add information into the C++ versus Python discussion, Python is interpreted and C++ is compiled. This alone makes C++ superior in most cases. The only advantage interpreted languages have over compiled is optimizing the program during runtime. Example in spoiler for anyone...
  14. _ferrari_

    Looking for a programmer/scripter

    I made this system for AuraOT but I don't think I will have enough time to extend it the way you want any time soon. Either way, sent you a PM.
  15. _ferrari_

    Programmer looking for someone who can create anti-bot client

    True, it is all about minimizing bot use, eradicating is just not doable.
  16. _ferrari_

    Programmer I search for Programmer for TFS 1.3

    I am brazilian too and I second the "don't trust brazilians" thing. I have done business with many brazilians and never been scammed, but given the average brazilian behaviour (*cough* hu3 *cough) I must say I have probably been lucky. But yes, the language barrier can be a problem for some people.
  17. _ferrari_

    Programmer looking for someone who can create anti-bot client

    I heard Cipsoft is looking for someone that can do that too. All game companies are, as a matter of fact. Jokes aside I would go for punishing botters automatically instead of trying to prevent them from existing. @Sir Knighter probably refers to OTClient, which has had some work done when it...
  18. _ferrari_

    Cant talk to npcs

    That's because OTClient hasn't been updated in a long time and doesn't support a lot of the newer stuff.
  19. _ferrari_

    Programmer Searching someone good in c++ to do one thing

    He did some testing with my program and it turns out it wasn't compatible with his distro, which is strange since it is based on TFS 1.2. Either way, I ended up refunding him because I unfortunately didn't have the time to adapt the code. Best of luck with your project Thexamx :)
  20. _ferrari_

    Lua Players creating Adm characters!

    Are you using account manager or a website?
Back
Top