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

packets

  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

    Windows Tibia 12 packets sniff

    Hello , In the old times of tibia 10 we can use wpe pro to scan and send packets like walking movements or dropping items nowdays in tibia 12 this is impossible? I’m wrong ? I’ve tried using linux and tcpdump to dump tibia packets like movement and tcpreplay but nothing works. So I’m here...
  3. Snavy

    Tibia 10/10.98 Packet structure

    Could somebody tell how the Packet structure goes in (TIBIA CLIENT) Tibia 10 / 10.10 ?
Back
Top