Post
by Shin Noir » Wed Aug 27, 2003 3:04 pm
You can see visible junk on a NPC.. Here's an example /echo you could do while a mob is selected.
/echo $spawn($target(id),held,primary)
This will echo whatever the targetted spawn (npc), has held on his right hand. If you know their NPC ID beforehand you can just enter it in like so
/echo $spawn(2321,held,secondary)
to get the same type of results.
The Readme.html covers this area pretty well, and gives you a list of all flags MQ can detect from packets.