Quote Originally Posted by nssixn6 View Post
(Stones)
/micon "Stone"
/ac "Stone III" <t>
/ac "Stone II" <t>
/ac "Stone" <t>
- this macro casts the highest available stone on your target, note due to server delay the correct spell may not cast,
this is only for a WHM in sub 60 content, if only doing 60 content, replace with plain Stone III
One thing you can do to make this reliable is by making a macro that sets the stone skills on the hotbar, then grouping it with a skill like protect.

for example:
/micon protect
/hotbar action "Stone" #targetHotbarNumber #targetHotbarSlotNumber
/hotbar action "Stone II" #targetHotbarNumber #targetHotbarSlotNumber
/hotbar action "Stone III" #targetHotbarNumber #targetHotbarSlotNumber
/ac protect

Activating this macro will push the highest available stone for lvl/lvl-sync to a specified location on a hotbar. the crosshotbar syntax is a bit different though. Not sure exactly what it is.