KeplerBR wrote:Perhaps by being very idle.
Very? It disconnects in less than 2 seconds after receiving char list (082D) and not answering with 0066.
If I can fix this, I can make it partially functional till we get the encryption for the pin.
Right now, I need to figure out why this isn't working:
Code: Select all
$self->{charSelectScreenHook} = Plugins::addHook(charSelectScreen => sub { $_[1]{return} = 1 });
This is supposed to pause the char_login till I answer the pin code packet. The problem is, even though it allows me to answer the 08B9 packet, I get disconnect due time out with char select server.
Maybe it needs a timeout?