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

    Client 11+ Modal Window

    Thanks for open my eyes! I did it with pages like you said, which is the best way to send many choices.
  2. manolete66

    RSA Decrypt Failed problem

    In my machine each 10 minutes i recive the next error in TFS console "[ProtocolGame::eek:nRecvFirstMessage] RSA Decrypt Failed". I can login correctly and apparently this dont make nothing crash but im a little curious about what is happening. I was using my modified server files (otBr base)...
  3. manolete66

    Client 11+ Modal Window

    I supposed that it was a bad design but is my first time doing a modal window. I'll search more about this page method for modal window but thanks for the info mate!
  4. manolete66

    Client 11+ Modal Window

    Hellow everyone! Today i'm working in a modal window code but i found a problem an this is that if you send more than 255 choices the client crashs. I think that i know that this problem occurs because the byte where choices go can only support 0XFF (255 in decimal) of these. Idk if someone know...
  5. manolete66

    Can you eat glue?

    Is the true 😁
  6. manolete66

    OpenTibia MapTracker (Clients 10+)

    Thanks mate. Im new in this community and its appreciated a few of help. Regards, manolete66!
  7. manolete66

    bugg exp rates

    Looks like that you are passing a boolean to the ipairs function. Check this argument mate.
  8. manolete66

    Command and Conquer Tiberium Sun

    Really good Game
  9. manolete66

    Could Someone Explain to Me How Works RSA Key in TFS?

    What i think that i know about RSA key (private and public) is that public key is used by the client to CYPHER a part (maybe the full packet, im not sure) of the first exchange packet between client/server which includes the XTEA key. The other part of the key (private key) is used for the...
  10. manolete66

    Linux Running a normal user in Linux (Questions)

    Totally agree :)
  11. manolete66

    Linux Running a normal user in Linux (Questions)

    "Right, @ = root?" no, is the sentence syntax. I should try it to find out exactly what happens but is better use local privileges for database (from my point of view).
  12. manolete66

    Linux Running a normal user in Linux (Questions)

    CREATE USER 'urUser'@'localhost' IDENTIFIED BY 'urPassword'; GRANT SELECT ON 'urOtBrDatabase to 'urUser'@'localhost'; FLUSH PRIVILEGES; Something like this should work. After then u need to replace the currently database user in config.lua by this new.
  13. manolete66

    Linux Running a normal user in Linux (Questions)

    Becouse you need configure your database too to use a normal user instead of root.
  14. manolete66

    Linux Running a normal user in Linux (Questions)

    What database are you using?
  15. manolete66

    Monster monsters feaster of souls

    Congradulation, this is a really amazing job. Just the Vengoth feaster of soul part is lacked but anyways gz!
  16. manolete66

    How Client 12 Network Protocol works?

    Hellow everybody, i'm searching some clues of how can i see network data between my client/server. At present i'm using the last otbr server version and wireshark as sniffer (with the tibia dissector) I figure that the process to exchange XTEA key is that the client 12 encrypts in the first...
  17. manolete66

    Login.lua dudes

    Oh nice, thanks mate. I think that now search functions Will be easier than before. Ill continue working in this project. Cheers
  18. manolete66

    Login.lua dudes

    Im using Visual Studio Code as IDE but idk how to configure properly to search all the files for given string. Im using otxserver-new distribution by malucooo and is my first project to build a server. Some tips?
  19. manolete66

    Login.lua dudes

    Hi guys, i cant find where are declarated this 2 functions. CODE: ------------------------------------------------------------------------------------------------------------------------------------------------------------ function onLogin(player) local loginStr = 'Welcome to ' ...
  20. manolete66

    Transform Item Function

    Thanks oen432, i thought that i hadnt explained good. Im learning the basics.
Back
Top