.NET What am I doing wrong?
Posted: Thu Aug 16, 2012 1:22 am
I am having some difficulty with ISXEQ.NET, contained in the latest Macroquest download. 20120804.
Am I correct in assuming that the "Lavish.InnerSpace.dll" I need to reference is the one located in the InnerSpace "root" folder?
A number of calls in the source code are to "LavishScriptAPI.LavishScript.Objects.GetPersistentObject" as well as "LavishScriptAPI.LavishScriptPersistentObject".
Neither of these two functions exist in the Lavish dll!. Is there another version of this DLL I need to have? I changed all of the GetPersistentObjects to GetObjects, and recompiled ISXEQ.NET with no errors.
I then created a .NET executable which was to connect to my character, and echo the name, and a few stats.
I managed to load the application ("plugin?") in Innerspace. It ran automatically and I did see the text echo'd in the console window. However the plugin did NOT connect to my character and all the data was empty.
I used the code described by "blue" from several years ago.
the code EQMe myGuy = new EQMe() obviously did not actually connect to my character, so am curious as to what I have done wrong.
Thanks for any help ... assuming anyone reads this forum anymore.
Am I correct in assuming that the "Lavish.InnerSpace.dll" I need to reference is the one located in the InnerSpace "root" folder?
A number of calls in the source code are to "LavishScriptAPI.LavishScript.Objects.GetPersistentObject" as well as "LavishScriptAPI.LavishScriptPersistentObject".
Neither of these two functions exist in the Lavish dll!. Is there another version of this DLL I need to have? I changed all of the GetPersistentObjects to GetObjects, and recompiled ISXEQ.NET with no errors.
I then created a .NET executable which was to connect to my character, and echo the name, and a few stats.
I managed to load the application ("plugin?") in Innerspace. It ran automatically and I did see the text echo'd in the console window. However the plugin did NOT connect to my character and all the data was empty.
I used the code described by "blue" from several years ago.
the code EQMe myGuy = new EQMe() obviously did not actually connect to my character, so am curious as to what I have done wrong.
Thanks for any help ... assuming anyone reads this forum anymore.