Low Level Sleep Macro
FF XIV Thaumaturge Macro
This macro is used to cast Sleep on a single target in a dungeon at low levels. It first sends a message to the party indicating the target that will be slept (marked with Bind1). It then uses Swiftcast to instantly cast Sleep, followed by a wait of 2 seconds to ensure the Swiftcast effect has taken place. Finally, it casts Sleep on the target.
/p Sleeping the marked target!
/marking Bind1 <t>
/ac Swiftcast <self>
/wait 2
/ac Sleep <t>