| View previous topic :: View next topic |
| Author |
Message |
Fingal Guild Council

Joined: 22 Nov 2006 Posts: 212 Location: Thorium Brotherhood
|
|
| Back to top |
|
 |
Fingal Guild Council

Joined: 22 Nov 2006 Posts: 212 Location: Thorium Brotherhood
|
Posted: Fri Jul 06, 2007 8:39 am Post subject: |
|
|
Seenar
I think I found the macro for your summoning of your Mana Stones:
#showtooltip
/script UIErrorsFrame:Hide()
/castsequence reset=10 Spell 1, Spell 2, Spell 3
/script UIErrorsFrame:Clear()
/script UIErrorsFrame:Show()
The scripts eliminate errors for already summoned stones. the reset is a 10 second reset that starts it over if you don't press the button for a while, spell 1 - whatever are the actual spell names... spell names in macros have to be exact for them to work. I reccomend that you write the macro upto the /shift then shift click each spell from your spellbook with a comma in between to get it right.
You know you can setup a similar macro that uses the gems in order so you have only one button for those, too.
#showtooltip
/script UIErrorsFrame:Hide()
/castsequence reset=120 Item1, Item 2, Item 3
/script UIErrorsFrame:Clear()
/script UIErrorsFrame:Show()
This would eliminate errors and reset the macro after 2 minutes. The #showtooltip will give you whatever item it is going to use/cast
And here is your 1-shot:
#show Pyroblast
/cast Arcane Power
/stopcasting
/cast Presence of Mind
/stopcasting
/cast Pyroblast
/g I have aggro!
One last note. If you use the Questionmark Icon for your macro it looks like that will switch the icon to match whatever spell you are using(maybe)
Take care! _________________ Fingal |
|
| Back to top |
|
 |
Brynn Guild Council

Joined: 23 Nov 2006 Posts: 89
|
Posted: Sat Jul 07, 2007 4:30 pm Post subject: |
|
|
| Thanks |
|
| Back to top |
|
 |
Fingal Guild Council

Joined: 22 Nov 2006 Posts: 212 Location: Thorium Brotherhood
|
Posted: Sat Jul 07, 2007 9:21 pm Post subject: |
|
|
#showtooltip
/cast [@mouseover,help] [help] [@targettarget,help] [@player] Greater Heal
Heal Macro _________________ Fingal |
|
| Back to top |
|
 |
Fingal Guild Council

Joined: 22 Nov 2006 Posts: 212 Location: Thorium Brotherhood
|
Posted: Thu Dec 31, 2009 5:00 pm Post subject: |
|
|
They have updated the macro syntax to include the following:
using the @ symbol replaces using target=
in the example:
/cast [target=focus]Shackle Undead
/cast [@focus]Shackle Undead
The two above macros have the same function. _________________ Fingal |
|
| Back to top |
|
 |
|