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

diagonal

  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...
Back
Top