Cutrefix de 4chan para los problemas de desconexión
Connection Fix Workaround -
http://pastebin.com/1T4aFa7Y
Al parecer el juego nos desconecta porque tiene programado dar el error de desconexión y echarnos si en 1 segundo no nos ha reconectado a la ciudad Toki Toki al terminar un PVP o PQ. El cutrefix lo que hace es alargar ese tiempo a 10 segundos, mas que suficiente para que no nos tire.
Explanation:
They had the connection time-out set to 10,000 milliseconds, which should be 10 seconds. But due to some bug in the code, it's one second instead of the intended 10 seconds. This fix changes the 10,000 milliseconds timer to 100,000 milliseconds (100 seconds). That way you get the intended period before time-out again because the bug still divides it by 10.