Self shrink

unity0110

Lifetimer
Joined
Mar 23, 2007
Messages
594
Reaction score
0
Points
0
MQ2Cast (casting) & MQ2Exchange (equipping if necessary)

nice little one line to shrink your self 2 times, replace with your shrink item.

/casting "Shimmering Bauble of Trickery" -recast|2 -targetid|${Me.ID}
 
i have something simular, but i set mine to an alias /shrink

/casting "Wand of Imperceptibility|secondary" -recast|2
 
thanks dp

Code:
downshit0=/if (${Me.Height} > 1.87) /casting "Shimmering Bauble of Trickery" -recast|2 -targetid|${Me.ID}
 
question...

Just out of curiosity, what does this (-recast|2) section of the code do?