• 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

    OTUI editor - worth making?

    It's more easy to create a module inside the otclient to build that than create a application in C#, C++ or whatever to build a new OTUI file
  2. gugu15

    [OTClient] Project needs a new maintainers

    i would like to be a maintainer of project. I like this project a lot but a have no time to spend with this now :/
  3. gugu15

    [OTClient Showoff] Show off your OTClient project/module/UI and other

    I had some problem with "wait" in OTClient, but the scheduleEvent can solve this problem... I think that to make the "wait" function the otclient has to be able to use coroutines in lua
  4. gugu15

    OTClient, second right bar, how does anchors work?

    GameSidePanel id: gameRight2Panel anchors.right: gameRightPanel.left
  5. gugu15

    OTClient, second right bar, how does anchors work?

    When you create a new widget it already has anchor. Example Label id: label1 anchors.left: parent.left anchors.top: parent.top margin-left: 10 !text: tr("label1") Label id: label2 anchors.left: prev.left anchors.top: prev.bottom margin-top: 5 !text: tr("text2") It'll create...
  6. gugu15

    Http Request In OTC

    you need to know how to write a http get, you can find it searching with the google
  7. gugu15

    Http Request In OTC

    I don't know nothing about php. But if you wanna check if variable existis you can just do it: if (variable) then ..
  8. gugu15

    Http Request In OTC

    I've done this. It's easy but I had some problems with converting the page source code to string, it was too big and had some bugs. You can look this module and learn to get data from http otclient/stats.lua at master · edubart/otclient · GitHub It's not too hard to get character informations...
  9. gugu15

    Custom otclient

    change the entergame module by the original entergame module from otclient project
  10. gugu15

    OTClient - Linux Debian 9 - Compile ERROR (RSA)

    Look the OpenSSL's documentation and make changes on the otc's source
  11. gugu15

    OTClient - Linux Debian 9 - Compile ERROR (RSA)

    Try to find another version of OpenSSL lib
  12. gugu15

    Yet another problem with compiling

    I had the same problem, and I fix it. The macro have to be defined on cmake files Modifications to compile with mingw32 by GustavoBlaze · Pull Request #850 · edubart/otclient · GitHub
  13. gugu15

    OTClient slow effects in the invisible mode/utana vid and runes (avalanche)

    I think that the problem's not the OTC, is the ID of effect that you're using on utana vid
  14. gugu15

    Yet another problem with compiling

    look this line otclient/x11window.cpp at a6a50fa1624f38fc173f79abdfcafcb29c42c354 · edubart/otclient · GitHub I'm almost sure that the macro WIN32 isn't defined
  15. gugu15

    Searching Freelancer

    See me PM, @davifo
  16. gugu15

    MiniMap Otclient Help

    draw the minimap and then draw your circle over
  17. gugu15

    [DISCUSSION] 128x128 pixels Tibia sprites with AI (neural network)

    Dude, this is incredible. I know a little about C ++, Lua and OTClient, but I do not know if what I know is enough. And I do not know much English for great dialogue. Could make an OTClient using 64x64 sprites and after everything is working, put an option to select the resolution of the sprites
  18. gugu15

    Lua Change life bar in Otc

    look this module,otclient/modules/game_healthinfo at master · edubart/otclient · GitHub you need to do some changes in lua and .otui
  19. gugu15

    Learn LUA

    What I advise is to start doing basic things, calculators and other things. For you to learn Lua even if it is for tibia, you have to learn Lua as a programming language and not just random words that perform things in tibia. If not, you can not create something good and your code will be bad...
  20. gugu15

    OTClient lag movement

    replace for what?
Back
Top