I've tried to work this out, and I think I have a two macro/keybinding solution using most of what Bradster did. I need this as I do have dual lock PvP configs.


Key + Macro =
Creates Soul Stone while pressing Alt +, Uses it by pressing +
The Macro:
#showtooltip
/stopcasting
/cast [modifier:alt] Create SoulStone; Soulstone

Also be sure to capitalize Party#, spell names, etc. A lot of times it doesn't seem to matter, but there are times it does for whatever reason.


These worked on the PTR. Using #showtooltip with the ? macro icon gives you tooltip info and icon for spell, useful in multi-spell sequences:


Macro 1:

#showtooltip
/stopcasting
/cast Create Soulstone


Macro 2:

#showtooltip
/stopcasting
/castsequence reset=1800 [target=Party1] Master Soulstone,,,

(substitute name of actual soulstone you created, varies by rank obviously)

Thus you account for the 30 minute timer, and no reason all your lock clones can't have a soulstone already to go as it's the actual use of it that starts the timer and they're unique anyway.

And you sequence each lock casting it on your main which is usually party leader, though alter the target part to suit your taste.