Page 1 of 1

/g not working

Posted: Fri Nov 28, 2003 12:54 am
by weapon
searched the boards didnt see anything whats up with /g in MQ2? Using Nov 27th zip.

Posted: Fri Nov 28, 2003 12:56 am
by theafkxper
open up EQ and MQ2 and type in
/alias list
and see what that spits out. Whats happening when you /g?

Posted: Fri Nov 28, 2003 1:56 am
by Falco72
This is not the solution but only a way to walk around it:
change /g to /gsay.
I think all know about it but maybe not.....
I had the same problem, made a fast replace to /gsay and everything works again :D .

Posted: Fri Nov 28, 2003 2:01 am
by Lax
grab the newest release, the issue is taken care of a couple updates ago actually

Posted: Fri Nov 28, 2003 11:15 am
by weapon
Can someone verify this is the fix... I tested seems to work fine.

Change this

Code: Select all

MQ2CommandAPI.cpp(463):	AddAlias("/g","/groupsay");
to this

Code: Select all

MQ2CommandAPI.cpp(463):	AddAlias("/g","/gsay");
CVS needs updating I would but dont think im allowed.

Posted: Sat Dec 06, 2003 7:44 pm
by ml2517
Looks like this is still this in the MQ2CommandAPI.cpp in the latest zip:

Code: Select all

	AddAlias("/g","/groupsay");
Changing to what was suggested above works fine.


If you get a chance could you update this too please Lax? Thanks. :D

Posted: Sat Dec 06, 2003 9:46 pm
by Lax
done for next update

Posted: Sat Dec 06, 2003 9:49 pm
by ml2517
Much appreciated.