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

    OTClient Call C++ functions from Lua side

    you did it?
  2. L

    Need help with this.

    You can use xampp
  3. L

    C++ How to send extended opcodes from c++?

    Little update. I managed to send opcodes from OTCv8 using a module in lua to tfsv8. So this code for sending opcodes dosen't work /.../ g_logger.info(stdext::format("This is my output: %s", line)); ProtocolGame protocolGame; protocolGame.sendExtendedOpcode(14, line); /.../ 1706972672 update...
  4. L

    AAC MyACC Canary Login Fail

    I had the same error when RSA did not match
  5. L

    C++ Calling variable(c++) from LUA

    I use OTCv8 for my small project. I have a module for otclientv8 written in C++. The module generates numbers every second into a variable. I would like to have access to this variable from lua to use this variable in a lua script. I'm wondering and slowly eating my mustache on this code(my...
  6. L

    C++ How to send extended opcodes from c++?

    I use tfs 1.4.2 without modifications and it has built-in opcodes. What you mentioned is tfs v8. This means that I have to implement the code from TFS_v8 to my tfs 1.4.2? 1706891407 i use this code in otc_v8 CLIENT SIDE (OTC_v8 by otacademy) /.../ g_logger.info(stdext::format("This is my...
  7. L

    C++ How to send extended opcodes from c++?

    I have code in OTClientV8 that reads a value from a COM device. I want to send this value to the server (tfs 1.4.2) How to send extended opcodes from c++(OTCv8)? or Maybe I should switch the value to lua and send extended opcodes from lua?
  8. L

    C++ How to print "Hello world" in OTCv8 in terminal

    so, I managed to print "Hello world" in the terminal. Thank you for your help. I needed this to generally understand how it works. Now, I want the code to display the value from COM5 every second. I hope I'm doing well. com.cpp #include <boost/asio/read.hpp> #include <boost/asio/write.hpp>...
  9. L

    C++ How to print "Hello world" in OTCv8 in terminal

    Hello, i want to write simple code in c++ to otcv8. I created a file called com.cpp in the project (microsoft visual studio) in sources->client. Now I put the following code there: otclient is comiling but, i can't see Hello world! after launch otclient in terminal, how to print "Hello World"...
  10. L

    OTClient and SerialPort

    In the near future I will create a separate post about what I have planned, but I can already let you in on the secret and it will be related to meditation :)
  11. L

    OTClient and SerialPort

    I'm using OTClient v8 and I have a device that uses a COM port. I want to integrate otc to read this COM. How to read COM port using LUA? Can LUA handle reading data from COM? Or is it better to handle the COM port from C++? Maybe there are other "pros and cons" that I don't know about. Regards
  12. L

    [Norway] [8.60] Global-Draven January 4th Launch RL Map/Low Rate!

    saadpro you don't have ssl on website
  13. L

    Szukam informacji jak zrobic 64x64 sprites oraz custom klient - kosztorys

    Skąd weźmiesz sprity 64x64? jeśli chcesz zrobić resize z 32x32(z tibia spr) to lipa bo i tak prawa autorskie.. a wszystko graficznie robić od nowa to głowa mała, trzeba by zespołu który to by robił. Czy samemu da rady? pewnie tak jak się nie zniechęcisz po drodze. Próbowałem i jak zobaczyłem...
  14. L

    How can I create an infinite food?

    local foods = { [2695] = {6, 'Gulp.'}, -- egg [2362] = {5, 'Crunch.'}, -- carrot [2666] = {15, 'Munch.'}, -- meat [23516] = {15, 'Burp.'}, -- Bottle of Glooth Wine [23515] = {15, 'Slurp.'}, -- Bowl of Glooth Soup [23514] = {10, 'Munch.'}, -- Bowl of Glooth Soup [2667]...
  15. L

    8.6 w 2024 roku.

    1. Może to link albo to link2 2. MyAcc lub Znote Acc 3. Pewnie gdzieś na forum 4. Pewnie gdzieś na forum lub sprawdź pluginy do MyAcc na oficjalnej stronie 5. Nie wiem 6. Nie
  16. L

    Jeden adres IP - dwa otsy

    w zależności od hostingu możesz dokupić 1 publiczny adres IP i wtedy będziesz miał 2 adresy IP
  17. L

    Action Holy Catholic Rosary! All Mysteries, [PL, EN]

    I want to share with you the True Holy Rosary for OTS in data/actions/actions.xml and create "Holy" folder and file rosary.lua. local rosaries = { [26053] = {effect = CONST_ME_HEARTS, Cross = "In the name of the Father, and of the Son, and of the Holy Spirit. Amen."...
Back
Top