real quick question

Need help running MacroQuest2? Ask your questions about how to get things to work on your computer.

Moderator: MacroQuest Developers

dawnoffatex
a lesser mummy
a lesser mummy
Posts: 41
Joined: Sun Aug 10, 2003 8:24 pm

real quick question

Post by dawnoffatex » Tue Jan 27, 2004 7:43 pm

what was the command to see if a mob is holding any item, or whatever hes gonna drop etc, i havent used mq for like a year now and not sure if it still exists in new MQ, i read the whole read me and couldnt find it, closest thing was the /item /itemtarget which is un mob related : (

GD
a snow griffon
a snow griffon
Posts: 353
Joined: Sat Jun 29, 2002 11:57 pm

Post by GD » Tue Jan 27, 2004 8:43 pm

$target(holding)

Returns:
0 if target is holding nothing.
3 if target is holding an object in primary and secondary
4 if target is holding an object in primary
5 if target is holding an object in secondary
Opinions are like assholes, everyone has one, but most of them stink.

dawnoffatex
a lesser mummy
a lesser mummy
Posts: 41
Joined: Sun Aug 10, 2003 8:24 pm

Post by dawnoffatex » Wed Jan 28, 2004 4:24 pm

tried that, /target holding $target(holding) $targetholding $target (holding) $target holding, all says couldnt parse

wassup
Official Guardian and Writer of TFM
Official Guardian and Writer of TFM
Posts: 1487
Joined: Sat Oct 26, 2002 5:15 pm

Post by wassup » Wed Jan 28, 2004 5:04 pm

Uh, try /echo $target(holding)