Search found 23 matches

by spanners
Wed Feb 10, 2010 12:43 pm
Forum: ISXEQ::Development::General
Topic: MoveUtils update
Replies: 18
Views: 8717

There are conversions for MoveUtils and Melee in the VIP section for ISX.

I can confirm the MoveUtils conversion is functional "as is" from that forum. I haven't used the Melee conversions
by spanners
Sat Dec 26, 2009 10:47 pm
Forum: ISXEQ::General
Topic: XTarget functionality
Replies: 12
Views: 4459

Thanks DKAA
by spanners
Sat Dec 26, 2009 5:53 pm
Forum: ISXEQ::General
Topic: XTarget functionality
Replies: 12
Views: 4459

Can this please be included in the next release ?

Thanks.
by spanners
Fri Dec 25, 2009 6:21 pm
Forum: ISXEQ::General
Topic: XTarget functionality
Replies: 12
Views: 4459

XTarget functionality

The following updates are needed for the XTarget functionality to work in ISXEQ. diff -wru MQ2-20091224-vanilla/MQ2Main/ISXEQ/ISXEQDataTypes.cpp MQ2-20091224/MQ2Main/ISXEQ/ISXEQDataTypes.cpp --- MQ2-20091224-vanilla/MQ2Main/ISXEQ/ISXEQDataTypes.cpp 2009-04-11 20:28:14.000000000 -0500 +++ MQ2-2009122...
by spanners
Sat Oct 03, 2009 1:24 pm
Forum: ISXEQ::Bug Reports
Topic: Broken CastSpell with item
Replies: 1
Views: 3503

Broken CastSpell with item

For some time the CastSpell command in ISXEQ has been broken when used with an item. Here is a patch that restores this functionality. Devs, can this please be rolled into the next release ? --- MQ2-20090915-orig/MQ2Main/ISXEQ/ISXEQCommands.cpp 2009-04-11 18:28:12.000000000 -0500 +++ MQ2-20090915/MQ...
by spanners
Wed May 13, 2009 11:39 am
Forum: ISXEQ::Help
Topic: isexq compiling instructions?
Replies: 19
Views: 7570

On Vista 64 with Visual C++ Express 2008, I need to have the following line in my MQ2Main.h: #pragma comment(lib,"user32.lib") Place that under: #pragma warning(disable:4530) #pragma warning(disable:4786) And recompile. Then put ISXEQ.dll, ISXEQMap.dll into InnerSpace/Extensions directory....
by spanners
Mon Apr 27, 2009 2:07 am
Forum: MQ2::Bug Reports
Topic: Group Roles corrupted after merc suspend
Replies: 7
Views: 3647

Thanks for taking the time to fix it.
by spanners
Wed Apr 15, 2009 1:00 am
Forum: MQ2::Bug Reports
Topic: Group Roles corrupted after merc suspend
Replies: 7
Views: 3647

Group Roles corrupted after merc suspend

I've noticed that the Group attributes Puller, MainTank, MainAssist but not Group.Leader get corrupted with an off-by-one error when a merc that takes a high up group order (2nd spot for example) is suspended. To test: - Make a group, distribute the roles around. - Check Group.<role> attributes are ...
by spanners
Sat Apr 11, 2009 8:15 pm
Forum: ISXEQ::Bug Reports
Topic: Spell Gem 10 not available to MemSpell/CastSpell commands
Replies: 10
Views: 5984

Thanks, much appreciated.
by spanners
Sat Apr 11, 2009 8:15 pm
Forum: ISXEQ::Help
Topic: ISXEQ Compile Error...
Replies: 69
Views: 11460

Thanks, much appreciated.
by spanners
Sat Apr 11, 2009 10:34 am
Forum: ISXEQ::Bug Reports
Topic: Spell Gem 10 not available to MemSpell/CastSpell commands
Replies: 10
Views: 5984

Could this fix please be included in the main Zip ? I am having to apply this patch to get access to all 10 spell gems every release.
by spanners
Sat Apr 11, 2009 10:31 am
Forum: ISXEQ::Help
Topic: ISXEQ Compile Error...
Replies: 69
Views: 11460

Could this fix please be included in the main Zip ? I am having to apply this patch to get the Target TLO to work properly every release.
by spanners
Sat Apr 11, 2009 10:30 am
Forum: ISXEQ::Help
Topic: CTD loading ISXEQ compiled w/ VC++ 2008 Express on Vista 64
Replies: 36
Views: 7017

With the new release of the InnerSpace SDK this is no longer an issue.
by spanners
Sat Feb 14, 2009 9:22 pm
Forum: ISXEQ::Bug Reports
Topic: Error linking ISXEQ in latest (MQ2-20090212a)
Replies: 14
Views: 9396

Error linking ISXEQ in latest (MQ2-20090212a)

The issue is: 1>MQ2Utilities.obj : error LNK2019: unresolved external symbol _IsTargetable referenced in function _IsNamed The issue is resolved by moving: BOOL IsTargetable(PSPAWNINFO pSpawn) { return ((EQPlayerHook*)pSpawn)->IsTargetable(); } outside the #ifndef ISXEQ at the bottom of MQ2Spawns.cpp