This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
Linking skill name in macro
Post Reply
Return to board index
Post by
kharth
I want to execute and say "Execute" when I do it but I want to link the skill like from the spell book where you can click it to see what the skill does. If i click it form spell book in macro it just tries to cast it.
Now I have
/cast Execute
/y I'm executing you!
Post by
Wanderingfox
/run SendChatMessage("I'm " .. GetSpellLink("Execute") .. "ing you!", "YELL")
=
Yell: I'm ing you!
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.