Hi guys,
I need help with a macro, i want to cast Shattering Throw first and then cast charge + Battle Shout. I can make them work seperately, but cant make them work together...![]()
Hi guys,
I need help with a macro, i want to cast Shattering Throw first and then cast charge + Battle Shout. I can make them work seperately, but cant make them work together...![]()
Doesn't Shattering Throw have a cast time? If yes, this is the closest we could get:
Code:#showtooltip /castsequence reset=300 Shattering Throw, Charge, Battle Shout
UI & AddOns expert | Interface & Macros moderator - My work
it seems stance bars and such have changed since I last played rogue. I'm trying to recreate my old setup and need a macro to do the following:
evis when non stealthed
evis when shadow dancing
cheap shot when stealthed
cheap shot when "vanished" which appears to be different than regular stealth now
fix me
I'd like an initial burst macro for my shaman.
Stormlash Totem
Elemental Mastery
Flame Shock
Ascendance
Then I can start spamming Lava Burst & drop Fire Ele when my trinks are up.
Originally Posted by frequency
Originally Posted by Aired
Hi all,
Im trying to create a macro that will only cast Frost shock when i have mouseover my focus target, otherwise cast earth shock.
This is what i have, but it doesn't work the way its intended.
#showtooltip earth shock
/startattack
/cast [atfocus,exists,atmouseover,exists,harm] Frost shock ; [mod:alt] flame shock ; [mod:shift] frost shock ; earth shock
It will cast frost shock over a mouseover target regardless if i have a focus or not, but I want it to cast earth shock over a mouseover target, and only frost shock when mouseover is over focus target (or shift mod is pressed) - is that even possible?
I have had to put the word at instead of symbols for focus and mouseover as it thinks it a link and i cant post otherwise.
Thanks
---------- Post added 2013-02-10 at 12:42 PM ----------
This wont work as both flame shock and stormlast have a GCD. The best you can hope for is :
/cast Flame Shock
/cast elemental mastery
/cast Ascendance
/use Trinket name
use stormlast totem after the macro and start lava bursting
Last edited by Treeston; 2013-02-10 at 03:25 PM.
Im trying to make a mouseover nochanneling macro for my Mage Bomb, but the macro I currently use appears to clip the last tick of my Arcane Missile
#showtooltip
/cast [@mouseover, nochanneling, harm, nodead, exists][]Mage bomb
This macro clips the last tick of my missiles
/cast [nochanneling] Mage Bomb
This doesn't clip the last tick of my missiles, but is not mouseover as I would like it to be
Any help would be greatly appreciated.
Hey guys,
I am looking for a macro that does Purify without a modifier on my target and I am looking for a purify that works with mouse over + a purify that purifies arena 1, arena 2 (i forgot the correct commands for the arena + mouse over).
Thanks :>
I started a thread but also saw this so I will post in here as well.
I was wondering if anyone knew how to write a macro that that it would follow this priority.
If Alive and in or out of combat cast Holy Light
If dead and in combat do nothing or whatever
If dead and out of combat cast Redemption
Originally Posted by Tendou
Credit goes to Chris Hanel of The Daily Blink for the beautiful avatar picture.
Can you make a macro that does the following?
Cast Demonic Circle: Teleport with Shift + D
Cast Soulburn + Demonic Circle: Teleport with Alt + D.
I know how to make this macro with modifiers, but then I have to bind the macro to D and I want to keep that as a movement key.