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...
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...
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....
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 ...
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