• 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!

python

  1. miguelshta

    C++ Help trying to do GoEast & Autoloot packets

    Im trying to create some utilities using jo3bingham/TibiaAPI as reference. im trying to simulate it on python with not sucess> import socket def send_go_east_packet(client_socket): try: packet_type = bytes([0x66]) # Replace with the actual packet type...
  2. miguelshta

    python check OTS folder information

    Hello im trying to make a python code to automate my report i check my OTS folder every 7-15 days for space etc+ i always run a command to extract all files info and i paste it in a excel sheet but it takes time and i wanted to automate this so im trying to create table to find files information...
  3. Nekiro

    OpenTibia Item name to item id converter script

    Simple python script that converts all name attributes from monster xml loot element to ids. Note that you need to have items.xml filled with names for this to work. https://gist.github.com/nekiro/d4b74302bc85010e68eda07e55e62d33 You need python 3.8+ for this to work. Simply call: python...
  4. Tarek1337

    New AAC.. But not made in PHP

    Hello hello! So for the past few days I've been working on a new AAC, .. that is made in Python 3.8 (currently using FastAPI with Jinja 2) To my question is, is there any such interest for such a thing? Last time I was active around here, there was mostly PHP AAC's (i.e GesiorAAC, MyAAC, DevAAC...
  5. Snavy

    C++ RSA Encryption

    I am trying to create a script but I have to understand how RSA works; Pub. & Priv. Keys. main quesiton: How can you send an encrypted msg to client using Python ? What happens when the encrypted msg is sent to the client? What does it look like? How does the server receive the msg? What...
  6. Snavy

    Gimme some Ideas bruh

    I have no clue what to do so I thought it would be good to practice some Python (3.x). The problem is that I do not have ideas to work with, ideas that would help me learn the standard libraries in Python 3.x I'd be glad if you could post any ideas & libraries to work with.
  7. Amiroslo

    Team PyOT

    Hello OTLanders, I am sure many of you have heard of PyOT before. Keep reading if you haven't. What is PyOT? PyOT is a server written in Python, using Tornado framework that emulates the Tibia protocol. PyOT is super fast, and uses different methods than other projects. Some of which is...
Back
Top