Quote:
Originally Posted by Envisage
Yeah Secrets knows his stuff. Has PM turned off though, that wasn't a bad code example I've already written and found some code for the dll the main problem I'm having is when you inject it what value is used to control the map window or can it just be replaced with another function from the other dll.
This is a little bit over my head I can code like combat and stuff like that but when it comes to memory etc its a bit rough.
|
A good start would be to see what memory addresses MQ2 uses, and go from there. Look into Microsoft Detours as well, it should work for what you are looking to do. Also, you may have to open a disassembler on eqgame.exe to see function prototypes.