World of Warcraft

1 . 2 . 3 . 4 . 5 . 6 . 7 . 8 . 9 . 10 . 11 . 12 . 13 . 14 . 15 . 16
60
View All Posts by This User Toggle Ignore / Unignore This User
  • 0. New macro's   07-Dec-2006 03:40:04 PST
limit-reached limit-reached
I don't know how many people acually read www.worldofraids.com but they have put together a good resource for all classes macros http://www.worldofraids.com/forum/viewtopic.php?t=2078.

Shamelessy copied from there

Credits: Beirras

WoW's macro scripting language in version 2.0+ has been completely overhauled, so most old macros will no longer work.
For information about the changes, please read 2.0 Changes - Concise List (version 3): http://forums.worldofwarcraft.com/thread.html?topicId=48647169&sid=1

Please add any macros you can think of.

NOTICE:
* NO macro can check for BUFFS, DEBUFFS, COOLDOWNS, or HEALTH/MANA/RAGE
* Any failed cast attempt stops the macro from casting any further spells.
* Any spell cast without "(Rank X)" will automatically cast the highest rank of the spell you know.
* All beneficial spells will automatically reduce rank if necessary to that of a lower level target.
* Each shapeshift corresponds to a "stance." Either Moonkin or Tree of Life is stance 5, depending on spec. Flight Form would be the next number.
* /castsequence resets after all listed spells are cast; reset=X will reset X seconds after last activation (not initial activation).
* The Shift modifier is currently broken, I think. It should be fixed in the next patch. There might be a workaround.
* focus allows you to "store" a target (with /focus) until you clear the focus (with /clearfocus), which can be targetted at any time (with /target focus, or [target=focus])


Feral Macros - (note: non-stealth ability listed before the stealth ability to allow the macro button to light up when there is enough energy for a Shred/Rake/Mangle)

Ravage/Shred combo
* /cast [nostealth] Shred; [stealth] Ravage

Pounce/Rake combo
* /cast [nostealth] Rake; [stealth] Pounce

Pounce/Mangle combo - Note the extra ()
* /cast [nostealth] Mangle (Cat)(); [stealth] Pounce

Prowl or Faerie Fire (Feral)
* /cast [nocombat, nostealth] Prowl; [combat, nostealth] Faerie Fire (Feral)

Maul/Mangle
* /castsequence reset=6/combat Maul, Mangle (Bear)(), Maul, Maul


Shifting Macros

Shift to Caster Form from any form
* /cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
* /cancelaura [mounted] Frostwolf Howler <replace with your mount>

Shift to Dire Bear Form from any form
* /cancelaura [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
* /cancelaura [mounted] Frostwolf Howler <replace with your mount>
* /cast [nostance] Dire Bear Form

Shift to Dire Bear From and Feral Charge from any form
* /cancelaura [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
* /cancelaura [mounted] Frostwolf Howler <replace with your mount>
* /cast [nostance] Dire Bear Form; [stance:1] Feral Charge

Shift to Dire Bear Form and equip Idol/Weapon
* "Shift to Dire Bear From from any form, equip Warden Staff and Idol of Brutality only when you actually shift to Dire Bear. Note that the test for the equip is still [nostance] because it hasn't yet registered that the stance has changed. You don't need to worry about the global cooldown, because the stance change and the weapon equip both trigger it at the same time, so you only suffer once. (...equipping things can be done during global cooldown.) I haven't tried, but I suspect that reversing these would cause the change to bear form to fail, since it would then be trying to do it during the weapon change's global cooldown."
* /cancelaura [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
* /cancelaura [mounted] Frostwolf Howler <replace with your mount>
* /cast [nostance] Dire Bear Form;
* /equip [nostance] Warden Staff
* /equip [nostance] Idol of Brutality

Shift to Cat Form from any form
* /cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
* /cancelaura [mounted] Frostwolf Howler <replace with your mount>
* /cast [nostance] Cat Form

Shift to Cat Form and stealth from any form (first line makes the macro display the Prowl cooldown)
* # show Prowl
* /cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
* /cancelaura [mounted] Frostwolf Howler <replace with your mount>
* /cast [nostance] Cat Form; [nostealth] Prowl

Shift to Cat Form and equip Idol
* /cancelaura [stance:1] Dire Bear Form;[stance:2] Aquatic Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
* /cancelaura [mounted] Frostwolf Howler <replace with your mount>
* /cast [nostance] Cat Form; [nostealth] Prowl
* /equip [nostance] Idol of Ferocity

Shift to Travel Form from any form
* /cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:5] Moonkin Form <or Tree of Life>
* /cancelaura [mounted] Frostwolf Howler <replace with your mount>
* /cast [nostance] Travel Form

Spam Travel Form
* /cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
* /cancelaura [mounted] Frostwolf Howler <replace with your mount>
* /cast [nostance, outdoors] Travel Form

All-Terrain Travel Form
* /cancelaura [stance:1] Dire Bear Form; [stance:3] Cat Form; [stance:5] Moonkin Form <or Tree of Life>
* /cancelaura [mounted] Frostwolf Howler <replace with your mount>
* /cast [nostance, swimming] Aquatic Form; [nostance, outdoors] Travel Form

Spam All-Terrain Travel Form
* /cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
* /cancelaura [mounted] Frostwolf Howler <replace with your mount>
* /cast [nostance, swimming] Aquatic Form; [nostance, outdoors] Travel Form

Spam ATTF + Mount
* /cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
* /use Stormpike Battle Charger <replace with your mount>
* /cast [nostance, swimming] Aquatic Form; [nostance, outdoors] Travel Form

Shift to Tree of Life form and switch your actionbar from #1, to #2 (since most spells don't work in Tree of Life, you can set up a dedicated actionbar with ToL-only spells)
* /cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form
* /cancelaura [mounted] Frostwolf Howler <replace with your mount>
* /cast [nostance] Tree of Life
* /changeactionbar [stance:5] 2

Return to Caster Form and restore original actionbar
* /cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Tree of Life
* /cancelaura [mounted] Frostwolf Howler <replace with your mount>
* /changeactionbar [nostance] 1


General Utility Macros

Faerie Fire and Feral Faerie Fire combo
* # show Faerie Fire (Feral)()
* /cast [nostance] Faerie Fire; Faerie Fire (Feral)()

Spammable Prowl and Shadowmeld
* /cast [nocombat, stance:3, nostealth] Prowl; [nocombat, nostealth] Shadowmeld

Innervate (cast on self if ALT key held down, otherwise cast on mouse hover, otherwise give glowing hand selector)
* /cast [modifier:alt, target=player] Innervate; [target=mouseover, exists, help] Innervate; [target=none] Innervate

Moonfire Spam
* /castsequence reset=9/target/combat/ctrl Moonfire(Rank 10), Moonfire(Rank 9), Moonfire(Rank 9), Moonfire(Rank 9), Moonfire(Rank 9)

Moonfire Flex
* /cast [modifier:ctrl] Moonfire(Rank 1); [button:2] Moonfire(Rank 9); Moonfire(Rank 10)

Moonfire + Idol
* /equip Idol of the Moon
* /cast Moonfire

Totem Killer - needs testing
* /target totem
* /cast [harm] Moonfire(Rank 1)

Cleanse Poison/Curse Combo
* #left click abolish poison, right click remove curse. both find target, alternatively, if you prefer targeting player first, replace target=none with target=target
* /cast [button:1,target=none] Abolish Poison; [button:2,target=none] Remove Curse

Faerie Fire Target or Target's target
* /cast [harm] Faerie Fire; [target=targettarget, harm] Faerie Fire

Hurricane+Barkskin
* # show Hurricane
* /stopmacro [channeling:Hurricane]
* /castsequence reset=60/combat Barkskin, Hurricane

Gift of the Wild/Mark of the Wild
* /cast [button:2] Gift of the Wild; [modifer:ctrl] Gift of the Wild; Mark of the Wild

Stun and Self-Heal (Tauren)
* # show War Stomp
* /cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
* /castsequence [target=player] reset=120/combat War Stomp, Regrowth, Rejuvenation

Stun and Self-Heal (Dire Bear Form) - no idea if this works...
# show Bash
* /cancelaura [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
* /castsequence [stance:1] reset=50/combat Bash, Dire Bear Form, Regrowth, Rejuvenation
* /castsequence [nostance] reset=50/combat Dire Bear Form, Bash, Dire Bear Form, Regrowth, Rejuvenation


Healing Macros

Nature's Swiftness + Healing Touch
* /cast Nature's Swiftness
* /stopcasting
* /cast [help] Healing Touch; [target=player] Healing Touch

NS + HT/Regrowth
* /cast Nature's Swiftness
* /stopcasting
* /cast [nostance, help] Healing Touch; [nostance, target=player] Healing Touch; [stance:5, help] Regrowth; [stance:5, target=player] Regrowth

[ Post edited by Mantle ]

60
View All Posts by This User Toggle Ignore / Unignore This User
  • 1. Re: New macro's   07-Dec-2006 03:40:56 PST
limit-reached limit-reached
ZHC + NS + HT/Regrowth
* /use Zandalarian Hero Charm
* /stopcasting
* /cast Nature's Swiftness
* /stopcasting
* /cast [nostance, help] Healing Touch; [nostance, target=player] Healing Touch; [stance:5, help] Regrowth; [stance:5, target=player] Regrowth

Heal target or self, based on context
* /cast [help] <Healing Spell>; [target=player] <Healing Spell>
* /stopmacro [nohelp]
* /say "Healing %t in 3 seconds."

HoT Stack
* /castsequence [help] reset=8/target Regrowth, Rejuvenation, Lifebloom; [target=player] reset=8 Regrowth, Rejuvination, Lifebloom

Rejuv + Idol
* /equip Idol of Rejuvenation
* /cast Rejuvenation

Heal Target or Target's target
* /cast [help] Healing Touch; [target=targettarget] Healing Touch

Healing Touch Mega-pack
* /cast [modifier:alt,target=player] Healing Touch;[help] Healing Touch;[target=targettarget, help] Healing Touch;[target=mouseover,help] Healing Touch;[target=focus,help] Healing Touch;[target=focustarget,help];[target=none] Healing Touch

70
View All Posts by This User Toggle Ignore / Unignore This User
  • 2. Re: New macro's   07-Dec-2006 03:49:58 PST
limit-reached limit-reached
Sticky perhaps?
70
View All Posts by This User Toggle Ignore / Unignore This User
  • 3. Re: New macro's   07-Dec-2006 04:01:02 PST
limit-reached limit-reached
i'm so happy i could kiss ya :D this is what i've been looking for m8, thx so much

Edit : just a thought, have you tried any out because looking at some of these they look "intelligent" there for they won't work, just a thought.

[ Post edited by Warandpeace ]


Harry Callahan: "When a man is chasing a woman through an alley with a butcher's knife and a hard-on, I figure he isn't out collecting for the Red Cross!"
70
View All Posts by This User Toggle Ignore / Unignore This User
  • 4. Re: New macro's   07-Dec-2006 04:04:38 PST
limit-reached limit-reached
Many thanks for posting these - I've got a few hours constructing a new interface ahead, I fear - but only 6 more days in the office before 3.5 weeks of utter leisure:) - plenty of time to construct something.

Whilst some of the changes are a little annoying (will I be able to write a macro that prevents me innervating MT by accident?), I think the new macro language looks a little more friendly , and with castsequence it may be more flexible - I hope to be able to modify the ones you posted to suit my playstyle, but I'd have taken a month to get started.
17
View All Posts by This User Toggle Ignore / Unignore This User
  • 5. Re: New macro's   07-Dec-2006 04:12:10 PST
limit-reached limit-reached

Q u o t e:
i'm so happy i could kiss ya :D this is what i've been looking for m8, thx so much

Edit : just a thought, have you tried any out because looking at some of these the look "intelligent" there for they won't work, just a thought.


i just pointed this out to warandpeace, specifically the travel/aquatic form one. I thought the "If in water cast A otherwise cast B" functionality was exactly was blizz was trying to stop?
60
View All Posts by This User Toggle Ignore / Unignore This User
  • 6. Re: New macro's   07-Dec-2006 04:15:15 PST
limit-reached limit-reached
Wow, the system really has been simplified.

Thanks for this man!
60
View All Posts by This User Toggle Ignore / Unignore This User
  • 7. Re: New macro's   07-Dec-2006 04:21:38 PST
limit-reached limit-reached
Yay :) thanks a lot for posting this.

Im trying to make a macro aswell should do the following:

Got to caster form
Cast NS
Cast HT
Cast Rejuv
Go to Bear/Cat


Came up with
* /cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form;
[stance:4] Travel Form; [stance:5] Moonkin Form <or Tree of Life>
* /cast Nature's Swiftness
* /stopcasting
* /cast [help] Healing Touch; [target=player] Healing Touch
* /stopcasting
* /cast [help] Rejuvenation; [target=player] Rejuvenation
* /stopcasting
* /cast [stance:1] Dire Bear Form

Anyone who can confirm if this works? Dont have access to WoW atm :(

[ Post edited by Erantiel ]

60
View All Posts by This User Toggle Ignore / Unignore This User
  • 8. Re: New macro's   07-Dec-2006 04:47:37 PST
limit-reached limit-reached
I love you <3

<Milk Vendor>
60
View All Posts by This User Toggle Ignore / Unignore This User
  • 9. Re: New macro's   07-Dec-2006 04:53:10 PST
limit-reached limit-reached
Looking for a macro that will do this:
mangle (or claw) till 5 combo points then ferocious bite or rip...

Anyone?

Bacco
68
View All Posts by This User Toggle Ignore / Unignore This User
  • 10. Re: New macro's   07-Dec-2006 05:49:18 PST
limit-reached limit-reached
<3 this post...

I was really panicking because I was using Itemrack to switch idols on shift etc, and since none of my mods work anymore, I thought I was doomed to use manual controls.

But these macros saved both my character and my sanity.

If you ever get /bonked by a cat with horns, feel very very lucky. It means I was stalking you...
...but decided to play nice.
66
View All Posts by This User Toggle Ignore / Unignore This User
  • 11. Re: New macro's   07-Dec-2006 05:51:03 PST
limit-reached limit-reached
Cheers, mate.
60
View All Posts by This User Toggle Ignore / Unignore This User
  • 12. Re: New macro's   07-Dec-2006 05:59:00 PST
limit-reached limit-reached

Q u o t e:
Looking for a macro that will do this:
mangle (or claw) till 5 combo points then ferocious bite or rip...

Anyone?

Bacco


Not possible I think. Since it would require an if - then construction.
70
View All Posts by This User Toggle Ignore / Unignore This User
  • 13. Re: New macro's   07-Dec-2006 15:25:51 PST
limit-reached limit-reached
I wanna use the shapeshifting macros, but somewhy allways my addons blocks the using of them :/
if i disable all of my addons the macros working fine ... but with addons ... blocked...

Any Idea what should i do? :O

60
View All Posts by This User Toggle Ignore / Unignore This User
  • 14. Re: New macro's   08-Dec-2006 01:30:42 PST
limit-reached limit-reached

Q u o t e:
I wanna use the shapeshifting macros, but somewhy allways my addons blocks the using of them :/
if i disable all of my addons the macros working fine ... but with addons ... blocked...

Any Idea what should i do? :O




if you use ora2 it seems to block half of my addons from working, even right hand clicking on my name!!

my advice would be just to wait a week till the mod developers have a chance to iron out their bugs

[ Post edited by Mantle ]

60
View All Posts by This User Toggle Ignore / Unignore This User
  • 15. Re: New macro's   08-Dec-2006 04:55:26 PST
limit-reached limit-reached
I use this as a fake decursive:

/castrandom Cure Poison, Remove Curse

when you or a friend is poisoned/cursed just target him and mash the button a few times :)
60
View All Posts by This User Toggle Ignore / Unignore This User
  • 16. Re: New macro's   08-Dec-2006 07:49:08 PST
limit-reached limit-reached
Heh kinda funny actually, form change macros worked for me earlier today just fine but now 3hours later(only added new library so that my Battlegroudfu would work) it seems all my addons are blocking these macros from working.
70
View All Posts by This User Toggle Ignore / Unignore This User
  • 17. Re: New macro's   08-Dec-2006 08:53:06 PST
limit-reached limit-reached
Re the Cleanse Poison/Curse Combo

Should it be targetting raid members automatically? If so I can't get it to work.
60
View All Posts by This User Toggle Ignore / Unignore This User
  • 18. Re: New macro's   08-Dec-2006 11:27:14 PST
limit-reached limit-reached
Hmm I've been trying to write a few macros recently but generally they don’t work :S can't seem to find any good sites to help with some of the more complex macros. Thought I'd ask on here hopefully there should be a few macro pros about :P

I would love a macro to do the following

Starting in bear form and cast bash on the target
Shapeshift to caster form
Target self
Cast healing touch

There is so little time to cast a heal if u do all the commands separately before bash runs out. If u miss a key or hesitate your pretty much dead.

Don't know the full rules about the macros or if this would be legal?

If it is and there is some one with some macro skill to put one together it would be much appreciated
70
View All Posts by This User Toggle Ignore / Unignore This User
  • 19. Re: New macro's   08-Dec-2006 11:43:03 PST
limit-reached limit-reached
Hmm...

/castsequence [stance:1] Bash, Dire Bear Form; [nostance,target=player] Healing Touch, Dire Bear Form

Perhaps??


// AtCbM //
1 . 2 . 3 . 4 . 5 . 6 . 7 . 8 . 9 . 10 . 11 . 12 . 13 . 14 . 15 . 16
Forum Nav : Jump To This Forum
Blizzard Entertainment