-
About Morganti's sticky
Hi All,
I hope that i will not get flamed for writting this i have tried to read some of these posts but find i am completly overwhelmed with all the information. I tried to follow the sticky by MORGANTI but can not for the life of me get certain things working.
I am not very technical so please forgive me. I can not get this part of the sticky to work.
Make a macro for assist/smite:
/cast [target=focus, nodead, harm] Smite()
Notice the nodead and harm qualifiers there. Adding these guys in prevents errors and also allows you to do nifty things like making one button do multiple things. Here's a quick example, but this one would be a macro for the main priest, not the secondaries:
/cast [harm, nodead] Smite()
/cast [target=mousover, noharm, nodead] Lesser Heal()
/cast [target=mouseover, noharm, dead] Ressurection()
This little beauty will smite an enemy, heal a friendly by simple mousing over their portrait or toon, or rez a friendly by mouseover. These are the reasons you WANT to use qualifiers.
When i do what he tells me to do my toon (im only playing MAIN + Toon) just stands there and does nothing. Is the above macro actually correct or is there something i need to add to get it working.
PLease any help would be gratful as i am soooo eager to get this going.
Kind reagrds....
-
The spells do NOT have a () after them. That is only for functions.
Remove the parentheses.
-
Amalgam is correct. I'll fix the original post :)