wyvernx wrote:April 14, 2007 - VGExtreme v1.9a
'/// Modified 4/14/07 - Bugfux Fixed COM access.
'/// To access from AutoIT (or any other COM language):
'/// Place VGE into folder that accesses COM object and run.
'/// IE to run under AutoIT, place VGE into autoIT folder.
'/// Com object is called: VGExtreme.VGECOMWrapper
'/// You will need to register the com objects via: Regasm.exe /codebase VGECOMWrapper.dll
Great stuff! I can confirm that this now works! (after registering the com object, and running exhume from the autoit directory)
We still need a list of the names of available variables however. Some aren't that hard to immagine, like Player.HP worked, and Target.HP for example, but it really sucks to have to guess at what works and don't. Cna you slap up a quick list of the availiable variables?
I also wonder how you can run functions via the com object. Is it possible? Also, are the function you allready created like the moveto function availiable via the com objects, or are we stuck with just the variables and make our own functions based on that?
-Stigma