Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

Either Proxy and Hookproxy don't work #212

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I don't know

What is the expected output? What do you see instead?
I should be able to log-in with Proxy (shows error #200002) and receive 
packets. On HookProxy I cannot do anything about the packets.

What version of the product are you using? On what operating system?
TibiaAPI for 8.61, Windows 7 x64

Please provide any additional information below.
private void button1_Click(object sender, EventArgs e)
{
    c = ClientChooser.ShowBox();
    HookProxy hproxy = new HookProxy(c);
    hproxy.ReceivedMoveOutgoingPacket += new ProxyBase.OutgoingPacketListener(hproxy_ReceivedMoveOutgoingPacket);
}

bool hproxy_ReceivedMoveOutgoingPacket(OutgoingPacket onp)
{
    MessageBox.Show("");
    return true;
}

Shouldn't it work ?

Original issue reported on code.google.com by muttd...@gmail.com on 23 Aug 2010 at 8:50

GoogleCodeExporter commented 9 years ago
Proxy fixed, destroy, crash, bang it etc.

Original comment by muttd...@gmail.com on 26 Aug 2010 at 8:40

GoogleCodeExporter commented 9 years ago

Original comment by joebingham07@gmail.com on 26 Aug 2010 at 11:00

GoogleCodeExporter commented 9 years ago
Well it was going ok, but now it's freezing after 3-4 min of playing.

Original comment by muttd...@gmail.com on 30 Aug 2010 at 9:08