Connection Lost on trying to connect to gameserver.

Issue #1 resolved
Gustavo Aguiar created an issue

I'm using Python 3.4.0, installed Tornado and PyMySQL using pip3 (pip 1.5.4 from /usr/lib/python3/dist-packages (python 3.4)).

I'm on Linux Min 17, Cinnamon 64-bits Kernel is: 3.13.0-24-generic

Tried to connect using Tibia Client 8.60, 9.81 and OTClient. IPChanger used on Tibia Client: https://github.com/gugahoa/ipchanger-otbr OTClient: Latest version from https://github.com/edubart/otclient (as of 19/10/2014 at 21:20 GMT -2:00)

Console output: http://pastebin.com/z5bJ81ni I'm using files from commit 30f6334

Comments (12)

  1. Stian Andreassen

    It seems you might get the wrong IP from the server. Sine loginserver works, but not gameserver. Try to replace: servers = {0 : ('auto', "PyOT dev server")}

    with servers = {0 : ('yourip', "PyOT dev server")}

  2. Gustavo Aguiar reporter

    Solved.

    Unhandled packet was referring to opcodes packets from OTClient. Did not add support to it, just connected using Tibia Client.

  3. Log in to comment