Clicking Illusions

stevec

New member
Joined
Mar 8, 2006
Messages
78
Reaction score
0
Points
0
Hi all

Was wondering how easy it would be too add clicking an illusion mask and shrinking using wand to the wait4rez macro.

Would be nice for my rog to automatically click her illusion and shrink once she has looted her body and then for her to go SoS

Anybody have any snippets?
 
Code:
/if (!${Me.Buff[Name].ID}) /call ToLazyToResearch


Sub ToLazyToResearch
/if (!${Me.Buff[Name].ID}) /call cast "Item Name" item 10s
/target id ${Me.ID} (Remove This Line if you do not have to target yourself to cast shrink)
/delay 3s ${Target.ID}==${Me.ID} (Remove This Line if you do not have to target yourself to cast shrink)
/call cast "ShrinkItem" item 10s
/return