
Mine aren't anything special honestly. [ ] - Indicates that I'm using the translator, if you actually use this take it out and replace it with the proper ingame indicator.
Wait /60 is there because in the past I have had trouble with people assuming I was able to Swiftcast + Raise them when I truly was not able to do so. This way it tells people when I have the ability once more and prevents some of the griping I saw in the past... Somewhat.
Just a simple R[/quote]aise macro. I found it's better to separate Swiftcast and Raise, but that's just me.
Code: (Select All)
/party [Swiftcast] used! "Time to move it!"
/ac swiftcast
/wait 60
/party [Swiftcast] is now available!
Wait /60 is there because in the past I have had trouble with people assuming I was able to Swiftcast + Raise them when I truly was not able to do so. This way it tells people when I have the ability once more and prevents some of the griping I saw in the past... Somewhat.
Code: (Select All)
/ac raise
/party "Take that foot out of the grave!" ( [Raise] used on <t>!)
Just a simple R[/quote]aise macro. I found it's better to separate Swiftcast and Raise, but that's just me.