Search found 10 matches

by Burrick
Mon Aug 20, 2012 9:46 pm
Forum: ISXEQ::General
Topic: .NET What am I doing wrong?
Replies: 10
Views: 3640

Re: .NET What am I doing wrong?

Thanks ascii38. That fixed ISXEQChatWnd. :)
by Burrick
Sun Aug 19, 2012 8:45 pm
Forum: ISXEQ::General
Topic: .NET What am I doing wrong?
Replies: 10
Views: 3640

Re: .NET What am I doing wrong?

Finally. I won't go into any detail on how to use innerspace or isboxer as there is plenty of information available. I have an Ogre ShadowKnight running around the tutorial area. Once he was logged in i opened the innerspace console, and typed "ext isxeq". This is what I failed to do the f...
by Burrick
Sun Aug 19, 2012 8:18 pm
Forum: ISXEQ::General
Topic: .NET What am I doing wrong?
Replies: 10
Views: 3640

Re: .NET What am I doing wrong?

Step 5. Create a dot net application. I won't go into too much detail here. It is assumed that you have some ability and interest in programming in C#. The project must reference the Lavish.InnerSpace.DLL, as mentioned in Step 4. Original Code using System; using System.Collections.Generic; using Sy...
by Burrick
Sun Aug 19, 2012 7:37 pm
Forum: ISXEQ::General
Topic: .NET What am I doing wrong?
Replies: 10
Views: 3640

Re: .NET What am I doing wrong?

Step 4. Compile ISXEQ.NET.dll Your dot net application needs to be able to access Top Level Objects, such as your character, and all the properties that come with it such as name, ID, class etc... If you examined the code I mentioned earlier that was posted by "Blue" you will see that he i...
by Burrick
Sun Aug 19, 2012 6:12 pm
Forum: ISXEQ::General
Topic: .NET What am I doing wrong?
Replies: 10
Views: 3640

Re: .NET What am I doing wrong?

Step 1. Gather your tools. I use Visual Studo 2010, professional. Service Pack 1. I downloaded the latest ISXBoxer Bundle and installed it, which also installed Innerspace. I downloaded and installed the ISXDK. (There are header files and library files that are required) I downloaded and unzipped th...
by Burrick
Sun Aug 19, 2012 4:58 pm
Forum: ISXEQ::General
Topic: .NET What am I doing wrong?
Replies: 10
Views: 3640

Re: .NET What am I doing wrong?

How's that old saying go? God helps those that help themselves? I originally referenced a post named "Accessing EQ objects from C# code in .NET". This was posted by "Blue" approx 5 years ago. He too was looking for some advice on how to communicate with Everquest using a dot net ...
by Burrick
Thu Aug 16, 2012 1:22 am
Forum: ISXEQ::General
Topic: .NET What am I doing wrong?
Replies: 10
Views: 3640

.NET What am I doing wrong?

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 "L...
by Burrick
Sun May 18, 2003 12:03 pm
Forum: MQ2::General
Topic: May 15th Offsets
Replies: 38
Views: 8829

I've been crashing to desktop whenever I attempt to access the ID of a character in my group. "$group(1) " or greater. After checking this out, it seems to me that the Group offset is incorrect. I believe it should read. Group=006B0250 I have tested it (on a group of two) and the code now ...
by Burrick
Fri May 16, 2003 4:35 pm
Forum: MQ2::Development::Feature Discussion
Topic: 5/15/2003 -- Structures
Replies: 19
Views: 2190

I have spent a week reading stuff, prior to posting. Sometimes hard to separate that which was, from that which is. Regardless, I re-read the post you pointed to Amadeus, and from that I gleaned that simply commenting out reference to "durawtion1" would do the trick. I also renamed "r...
by Burrick
Fri May 16, 2003 2:53 am
Forum: MQ2::Development::Feature Discussion
Topic: 5/15/2003 -- Structures
Replies: 19
Views: 2190

I'm pretty new to all this, but when I tried to recompile using this "new" structure, I ended up with five errors. Four of them were referring to a structure member "DurationValue1" and one referred to "RecoveryTime". These members were in the previous structure but do ...