bingotheclowno
Active Member
Hello! Is it possible to interact with ISXEQ2 from anything else than lavishscript? Mostly interested in an interface for C++ or Python maybe.
Thanks!
Thanks!
There is (was?) a wrapper for .net.Hello! Is it possible to interact with ISXEQ2 from anything else than lavishscript? Mostly interested in an interface for C++ or Python maybe.
Thanks!
Thanks, gonna try to look more into that, no real experience with .net, but IronPython looks alright.There is (was?) a wrapper for .net.
That's all I'm aware of.
I'll have a look over things when I get the time and, if in trouble, might send a message back.Thanks, Amadeus!There are a couple of projects at http://www.isxgames.com/isxScripts/EverQuest2 (.NET)/ that use the .NET wrapper. I'm not sure if they would still work today (I imagine they still do); however, they would give you an idea of what you need to do in order to use .NET with ISXEQ2.
The ISXEQ2 .NET wrapper is included with ISXEVE ...it's at /innerspace/.NET Programs/ISXEQ2Wrapper.dll
The wrapper is closed source simply so I could make sure that it was designed properly. If you find that there are things missing and/or if you want to make changes/updates, let me know and I can give you access.
Finally, note that it is a ".NET Wrapper" ...so, you could use managed C++ (i.e., .NET C++) if you wanted. However, honestly, C# is pretty easy to figure out and is a lot easier to find examples, etc. versus managed C++ (which is rarely used.)