Figured I would share 4 easy events I personally use, and makes my life a bit easier. If anyone else care to share I would be interested to see what people have come up with 
As a SK this line gives me Perfected invis
Perfect for running a box team. Requires MQ2AdvPath
I use this to report mana when boxes are outside the group.

As a SK this line gives me Perfected invis
Rich (BB code):
[invis]
trigger=You feel yourself starting to appear.
command=/if (!${Me.Combat}) /casting "Circlet of Shadow"
Perfect for running a box team. Requires MQ2AdvPath
Rich (BB code):
[Follow]
trigger=#1# tells the group, 'follow me now'#2#
command=/multiline ; /target ${EventArg1.Right[-2].Left[-1]}; /afollow on; /bc Following you : ${Target.CleanName}
[FollowOff]
trigger=#1# tells the group, 'stop follow'#2#
command=/multiline ; /afollow off; /bc Stopped following : ${Target.CleanName}
I use this to report mana when boxes are outside the group.
Rich (BB code):
[Mana]
trigger=#1# tells the group, 'mana'#2#
command=/bc |-----> ${Me.PctMana} mana <-----|

