• 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

    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)...
  2. 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...
  3. 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...
  4. manolete66

    Login.lua dudes

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

    Transform Item Function

    Im starting programming scripts and idk where could i find this function for a item class. I searched in item.h, items.h and a lot of other class defined into. Some ideas?
  6. manolete66

    AAC Server Rules in MyAAC

    Hellow everyone, recently i started the project of make a web for my own otx-server (tfs 1.3). Im trying to edit the web server rules using MyAAC v0.8.1 but i cant do it. I tried to modified directly the file "rules.html.twig" but nothing worked. Then i tried passed argument for context and...
Back
Top