Google-Code-Fork / tibiaapi

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

Proxy.PlayerLogin Event issues #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a PlayerLogin Event handler
2. Try to initialize a Player object in this event

What is the expected output? What do you see instead?
I would expect that I would be able to initialize my player object using 
the client.getplayer method but since the client is in the loggingin stage 
it doesn't. There should be a specific event within which these types of 
objects and other reliant classes can be properly initialized.

What version of the product are you using? On what operating system?
r491

Original issue reported on code.google.com by jared.ca...@gmail.com on 22 Dec 2008 at 12:50

GoogleCodeExporter commented 9 years ago
Fixed, now the proxy will wait 500ms before calling this event.

Original comment by brunodun...@gmail.com on 23 Dec 2008 at 2:17