Google-Code-Fork / tibiaapi

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

Finish updating for the 8.72 client. #229

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Critical:
Sending packets to the server/client via HookProxy does not work.
Sending packets to the client via Memory does not work.
Context menus crash the client upon right-click after adding.
(I triple-checked addresses, so I'm not sure what the problem could be.)

High:
CipSoft changed SpeechTypes again after only two minor updates. I have Say, 
Whisper, Yell, and PrivatePlayerToNPC, but haven't gotten around to the rest.

Original issue reported on code.google.com by joebingham07@gmail.com on 22 Apr 2011 at 1:38

GoogleCodeExporter commented 9 years ago
I believe the Critical issues were a result of the DLLs being compiled in 
Visual Studio 2010. For some reason, Visual Studio 2010 doesn't like to let our 
InjectedDLL do what it's supposed to when it comes to packets and context menus.

However, SpeechTypes and some packet changes still need to be updated.

Original comment by joebingham07@gmail.com on 18 May 2011 at 7:07