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

    Font Size

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

    Compile OTClient on Qt Creator

    I just got the MSVC 2012 because the latest versions are weighed more , and not to build in the MSVC 2012
  3. gugu15

    Compile OTClient on Qt Creator

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

    Otclient With Many Features Packed together by myself. credits to mod makers

    it's so good see the players using my mod of cavebot/waypoints :D
  5. gugu15

    Inject dll in OTClient

    I am studying code injection and did already injected several dll's in my programs , but I wanted to practice with something functional like otclient . Sorry, my English is bad and I'm using the google translator .
  6. 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...
  7. gugu15

    Otclient adres of healh and mana

    After I find the g_game , how do I follow to find the local player structure? Now I interested me
  8. gugu15

    Otclient adres of healh and mana

    I already have disabled the ASLR of to try to find addresses OS, but without success . Today IT Is Not Big Problem hum for me because when I'm NOT focused this, but when i was SO hurt me much .
  9. gugu15

    Otclient adres of healh and mana

    step by the same problem :( I tried already with OllyDbg and cheat engine nothing
  10. gugu15

    [HELP] Send information from server to Client (StorageValues)

    Receive opcode: connect { ProtocolGame, { onExtendedOpcode = receive }) function receive(protocol, opcode, buffer) print(opcode..": ".. buffer) end Send opcode:g_game.getProtocolGame():sendExtendedOpcode(opcodeNumber, buffer)
  11. 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...
  12. gugu15

    Compiling OTC [Help]

    when I write "aa" in the terminal, instead of appearing "error comand not found" just happens this:
  13. gugu15

    Compiling OTC [Help]

    ok , compiled ! How do i solve the terminal problem? When I talk anything in the terminal that is not a command, otclient the crash ! Example : if I write the letter "a" in the terminal and to enter it crash :( Anyone know how to solve? Please , I'm desperate ; - ;
  14. gugu15

    Compiling OTC [Help]

    I'm compiling with the Release, and yet this 1 hour compiling this is normal ?
  15. gugu15

    Compiling OTC [Help]

    Adding : When I compile it in codeblocks takes more than an hour to complete .
  16. 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...
  17. 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...
  18. gugu15

    Help with Script

    when I put the script to run, she does not speak the variable, only the "example" "
  19. 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