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

Search results

  1. gugu15

    return table from C++

    Hello guys! I'm building a interface with SQLITE3 and Lua on the otclient. But I want return a table with the results of the SELECT for use in Lua. A table like: local selected = db:exec("SELECT * FROM PERSON") --[ what I wanted: selected = {{name = "Scot", age = 18, id = 1}, {name = "Louis"...
  2. gugu15

    Bug solved Idle Animation

    Hello guys After getting very angry at seeing the wrong animations of the creatures, I decided to put my hand in the dough and settle, and it worked. What was happening was that the animations of the creatures are separated in the .dat file, stopped group and walking group. Otclient even reads...
  3. gugu15

    Compiling on CodeBlocks

    I want compile the otclient on codeblocks with OPENGLES = 2.0 but this erros be return what can i do?
  4. gugu15

    [MOD] HUD

    Hello boys. Today I created a MOD that print itens and texts in top left of your screen. This mod can to be used for print the any informations that you want. You can select the colors of texts: "red","green", "yellow", "blue", "blue1" My english is sad , sorry. The MOD have the three functions...
  5. gugu15

    Font Size

    How to adjust the font size of labels on otclient? Someone know?
  6. gugu15

    Compile OTClient on Qt Creator

    Is possible compile otclient on QtCreator using windows 7?
  7. gugu15

    Inject dll in OTClient

    Hello guys! My name is Gustavo, and i have one problem with dll injection in OTClient. I injected the dll in OTClient and i try call the function "ProtocolGame::sendExtendedOpcode"( I picked up the function address using theOllyDbg), but whenever I try to call the function the otclient stops...
  8. gugu15

    [help] Microsoft Visual C++ Runtime Library

    Help me , I compiled a otclient in codeblocks using mingw following that tutorial project site , but my otclient is giving this error: Microsoft Visual C ++ Runtime Library This application has requested the Runtime to terminate it in an unusual way. Please contact the application 's support...
  9. gugu15

    Compiling OTC [Help]

    I use windows and use the code :: blocks to compile my programs . It's just that I'm two problems , the first is that every time I compile the otclient , he has been weighing over 100 mb and when I see the other weighs about 6 mb or so. The second problem is that this otclient I compile if I...
  10. gugu15

    [MOD] Waypoints(Auto Walk)

    Hello guys, my name is Gustavo, and I came to show the module I made pro OTClient. The module type is a small cavebot, you mark the positions that your character wants him to walk, he goes up a ladder, he gives use ... Well, as I am Br, it is difficult to explain all in English, but I will do a...
  11. gugu15

    Help with Script

    Hello, my name is Gustavo. And I'm new here in the forum. Well, I'm making a script to run on Terminal my OTclient 10:41 The script I'm doing, needs to introduce a variable within the talk command, but the variable needs to be next to a string my script is this: local Name =...
Back
Top