Page 1 of 1

Bug fix: /target ID

Posted: Fri Nov 16, 2012 12:34 pm
by iluvseq
/target id XXX doesn't work with ISXEQ.

Fix:

Code: Select all

--- MQ2-20121115/MQ2Main/ISXEQ/ISXEQUtilities.cpp       2008-02-26 10:29:10.000000000 -0500
+++ mq2_local/MQ2Main/ISXEQ/ISXEQUtilities.cpp     2012-11-16 12:23:13.633596900 -0500
@@ -112,6 +112,7 @@
                        }
                        ExtraUsed=2;
         } else if (!stricmp(argv[arg],"id")) {
+                       SearchSpawn.bSpawnID = TRUE;
                        if (arg+1<argc)
                                SearchSpawn.SpawnID = atoi(argv[arg+1]);
                        ExtraUsed=1;
This actually fixes all SearchSpawn related ID searches, but it's mostly used for /target ID

Re: Bug fix: /target ID

Posted: Fri Nov 16, 2012 4:10 pm
by ieatacid
Added to CVS, thanks.

Re: Bug fix: /target ID

Posted: Fri Dec 21, 2012 12:50 pm
by litewave
out of curiosity, where is this cvs? only one i have been able to find via search is for a 8 year old version. Thanks.

Re: Bug fix: /target ID

Posted: Fri Dec 21, 2012 2:23 pm
by ieatacid
litewave wrote:out of curiosity, where is this cvs? only one i have been able to find via search is for a 8 year old version. Thanks.
It's not public.

Re: Bug fix: /target ID

Posted: Fri Dec 21, 2012 2:26 pm
by litewave
ah that would explain it then :> thx.