Page 1 of 1
/who npc invis ??
Posted: Thu May 27, 2004 6:04 pm
by Schnep
Been trying to figure out how to get this command to work with the last few releases of MQ and I do not know how to. Was it totally removed or has the command just changed? I've looked all over to try to find something about it, maybe I did not look hard enough, but who knows.
Posted: Thu May 27, 2004 6:25 pm
by fez_ajer
Read the announcements/Changes.txt
Code: Select all
- Standard spawn searches (This includes /who, /target,
${Spawn[search]}, etc) have been slightly modified.
"invis" is NO LONGER A VALID KEYWORD. If you have
this in macros, etc you will need to change it. The
updated spawn types ARE valid keywords (trigger,
trap, timer, untargetable). If your search is for type
"npc" you WILL get untargetable types in your search
results (particularly helpful for /who).
Posted: Thu May 27, 2004 7:18 pm
by Schnep
Thanks for pointing that out.