Search found 10 matches

by Rewind
Thu Mar 13, 2008 3:15 pm
Forum: ISXEQ::Development::General
Topic: EQ Zone service
Replies: 27
Views: 5565

EQ Zone service

This adds the "EQ Zone" service to address the crash on zoning issue in the help thread. ISXEQ.h *** C:/Documents and Settings/Rewind/Desktop/MQ2-200803072/MQ2Main/ISXEQ/ISXEQ.h Fri Feb 29 19:34:28 2008 --- C:/Documents and Settings/Rewind/Desktop/MQ2-20080307/MQ2Main/ISXEQ/ISXEQ.h Thu Mar...
by Rewind
Thu Mar 13, 2008 3:12 pm
Forum: ISXEQ::Development::General
Topic: LineOfSight TLO
Replies: 11
Views: 3556

This is for MQ2Data.cpp
by Rewind
Thu Mar 13, 2008 2:24 pm
Forum: ISXEQ::Help
Topic: No IS console in EQ
Replies: 2
Views: 2992

Hello Jon100,

There is a post on the innerspace forums that deals with the problem you are having. Here is a link:

http://www.lavishsoft.com/forum/viewtop ... ht=console
by Rewind
Sat Mar 08, 2008 9:07 pm
Forum: ISXEQ::Development::General
Topic: MQ2 .NET Wrapper Class
Replies: 16
Views: 8821

Just resign it with your own key.

Lax has just redone this wrapper and updated ISXEQ to use persistent objects. It is available in the main zip file.
by Rewind
Thu Mar 06, 2008 7:03 pm
Forum: ISXEQ::Development::General
Topic: LineOfSight TLO
Replies: 11
Views: 3556

LineOfSight TLO

TLO(dataLineOfSight) { #ifdef ISXEQ if (!GetCharInfo()->pSpawn) return FALSE; if (argc==6) { if (!(IsNumber(argv[0]) && IsNumber(argv[1]) && IsNumber(argv[2]) && IsNumber(argv[3]) && IsNumber(argv[4]) && IsNumber(argv[5]))) return FALSE; FLOAT P1[3]; FLOAT P2...
by Rewind
Wed Mar 05, 2008 7:48 pm
Forum: ISXEQ::Help
Topic: ISXEQ Crash on Zoning
Replies: 25
Views: 5274

Download Source Files Ok the crash problem seems to be taken care of. I've been testing this for a while and haven't had any crashes using the same tests that would crash on the first zone before. This is basically the same way that MacroQuest monitors its zoning. Here is a template that I've come ...
by Rewind
Tue Mar 04, 2008 11:39 pm
Forum: ISXEQ::Help
Topic: ISXEQ Crash on Zoning
Replies: 25
Views: 5274

Ok, looks like watching the chat service is not fool proof. It just works most of the time.
by Rewind
Tue Mar 04, 2008 12:27 pm
Forum: ISXEQ::Help
Topic: ISXEQ Crash on Zoning
Replies: 25
Views: 5274

Ok, so I found a way to stop this. All you gotta do is watch the chat window for the loading message. I had completely forgotten about that. using System; using System.Collections.Generic; using System.Text; using LavishScriptAPI; namespace ISXEQCrashTester { class ChatService { public ChatService()...
by Rewind
Mon Mar 03, 2008 8:52 am
Forum: ISXEQ::Help
Topic: ISXEQ Crash on Zoning
Replies: 25
Views: 5274

ISXEQ Crash on Zoning

Download the source here. Hey, everybody. The goal of my post here is to be informative as well as help resolve the issue. The problem is ISXEQ crashing very easily whenever you zone. I am going to provide some very simple examples that you can use to re-create the crashes. The code that I am provi...
by Rewind
Wed Feb 27, 2008 3:54 pm
Forum: ISXEQ::Development::General
Topic: MQ2 .NET Wrapper Class
Replies: 16
Views: 8821

If you would like some help doing whatever you're doing, let me know.