Jump to content
FORUMS
Sign in to follow this  
Krazyito

Talent Macros

Recommended Posts

This is a nifty macro I found on the MMO-Champ Fury warrior guide.

#showtooltip
/cast Dragon Roar
/cast Shockwave
/cast Bladestorm
/run local G=GetSpellInfo SetMacroSpell("T60", G"Bladestorm" or G"Shockwave" or G"Dragon Roar")

NOTE: Take into consideration this line here:

/run local G=GetSpellInfo SetMacroSpell("T60", G"Bladestorm" or G"Shockwave" or G"Dragon Roar")

I've bolded the important part.  Whatever you put here, you MUST name your macro this same name or else it will not work.

 

 

Here is the basic shell

#showtooltip
/use Talent1
/use Talent2
/use Talent3
/run local G=GetSpellInfo SetMacroSpell("T##", G"Talent1" or G"Talent2" or G"Talent3")

Take the above note into consideration when naming this macro.

Share this post


Link to post
Share on other sites

The first value in SetMacroSpell just has to correspond with the name of the macro.

 

So you could change the value to "lolwarrior", as long as the macro's name is "lolwarrior".  It has nothing to do with the tier of the talent.

 

(Source)

 

You are also correct that it requires the third G.

Share this post


Link to post
Share on other sites

I knew that already, but there are some people that are not as programming oriented who would be confused. Best just tell them to do it one way.

Share this post


Link to post
Share on other sites

I knew that already, but there are some people that are not as programming oriented who would be confused. Best just tell them to do it one way.

The issue comes when you try to do the same thing for multiple classes, and you can't.

But I understand your point.

Share this post


Link to post
Share on other sites

Oh. I see. It's because they would use the global macros instead of character specific.

I understand. Next time I'm at a fully functioning computer I will correct that.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...