Peacekeepers
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeLatest imagesRegisterLog in
Similar topics
Gallery
Shammy Macros by Durbog, polished by sui ^^ Empty

 

 Shammy Macros by Durbog, polished by sui ^^

Go down 
AuthorMessage
IAmSui




Posts : 3
Join date : 2011-01-26
Age : 30
Location : amsterdamn, netherlands (oh yeah, pun very intended)

my rpg game
Durbog:
Shammy Macros by Durbog, polished by sui ^^ Left_bar_bleue5/5Shammy Macros by Durbog, polished by sui ^^ Empty_bar_bleue  (5/5)

Shammy Macros by Durbog, polished by sui ^^ Empty
PostSubject: Shammy Macros by Durbog, polished by sui ^^   Shammy Macros by Durbog, polished by sui ^^ EmptyWed Jan 26, 2011 1:28 pm

This macro allows you to set your focus and cast Earth Shield on the target at the same time. It also allows you to clear whatever your focus is set to by holding down the alt key and pressing the macro again. This can be particularly useful when raid healing and attempting to maintain Earth Shield on a target such as a tank or a particularly squishy DPS. The same principle can be adapted for any of the shaman spells just like this.

Earth Shield Focus
#showtooltip Earth Shield
/focus [modifier, help] [target=focus,noexists]
/clearfocus [mod]
/cast [@focus] Earth Shield; Earth Shield

__________________________________________________________________________________________________________________________________________________________________
I use this for Earth Shield and Riptide as well as Chain Heal. Focus macros such as these are fantastic ways to divide your attention effectively and allow you to maintain heals on important targets.
and writing #showtooltip instead of #showtooltip [spell] not only saves room, but also shows the tooltip of the spell thats about to be cast

Riptide
#showtooltip
/focus [modifier, help] [target=focus,noexists]
/clearfocus [mod]
/cast [target=focus] Riptide; Riptide

__________________________________________________________________________________________________________________________________________________________________
Anti-Spell Combo
This combo takes advantage of the fact that Wind Shear is not only on a different cooldown to Shocks, but also circumvents global cooldown. Using this macro will both interrupt the target's casting, and cast Purge on them.

/stopcasting
/cast Wind Shear
/cast Purge

__________________________________________________________________________________________________________________________________________________________________
One Button Weapon Enchants
Shamans use a lot of action bar space for all of their self-enchants. This macro combines all four weapon enchants into a single button that heaves thus when you click it:
No Modifier: Windfury Weapon
Alt: Rockbiter Weapon
Ctrl: Flametongue Weapon
Shift: Frostbrand Weapon

#showtooltip
/cast [nomod] Windfury Weapon; [mod:alt] Rockbiter Weapon; [mod:ctrl] Flametongue Weapon; [mod:shift] Frostbrand Weapon

Naturally, spells can be changed around depending on what enchant you like to use. To conserve space in the macro, you don't need the Windfury option until level 30, and rockbiter is unavailable until lv 75 too

__________________________________________________________________________________________________________________________________________________________________
One Button Harm or Heal
This simple macro combines a damage-dealing spell with a healing spell. It will never give you an error message from casting a spell on the wrong target, it saves space on your action bar, and gives you access to two spells at once.

#showtooltip
/cast [harm, nodead] Lightning Bolt; [help, nodead] Healing Wave; [@player] Healing Wave

You can pair damage dealing spells with healing spells however you want. I prefer to match similar spells together to make it easier to use. This example pairs Lightning Bolt with Healing Wave due to their similar cast times. Another example would be Chain Lightning and Chain Heal which share similar cast times, cooldown, and impact multiple targets.

This macro could also be made like the following:

#showtooltip
/cast [nocombat, dead, help] Ancestral Spirit; [help, nodead] Healing Wave; [harm, nodead] Lightning Bolt; [@player] Healing Wave

This will now resurect a dead friendly target if you are out of combat, if you are in combat or the target is alive or not friendly, the macro will move on to casting the appropriate spell depending on the target.

__________________________________________________________________________________________________________________________________________________________________
One Button Fire totem and Nova
To put a fire totem* and are use a nova on it afterwards unsing only one button, you can use any of these options:
Option 1: Use the macro holding a specific key (in this case shift) to set the totem, and continue using it (withouth the shift key) to make it explode as many times as you want (or at least the amount of usable times within the totem's duration). also, feel free the switch magma totem with any other totem that permits use of fire nova =P

#showtooltip Fire Nova
/cast [mod:shift**] Magma Totem, [nomod] Fire Nova

** Using a key (ctrl, shift, alt..) is easier if you have added the macro to a key binding, however if you normally use the mouse to click the macro, you can also use the option [button] instead. In this case you would put the totem when you left-click the macro, and nova when you right-click it.








everythng above this has been cleaned up and tidied a bit, also made sure it all works, venturing down at own risk =P




Mount Or Wolf
This macro will put you on your mount if you're out of combat, and shift you into Ghost Wolf when in combat. You can also right-click on the macro to put yourself in Ghost Wolf form without being necessarily in combat.
#showtooltip
/stopcasting
/cast [stance][combat,nomounted][button] Ghost Wolf;Mount Name
/dismount [mounted]

Of course, you can also add the flyable option, to choose your flying mount in case it is possible to use it. This way you have only one button to any of the travelling options:
#showtooltip
/cast [combat,nomounted][modifier] Ghost Wolf;[flyable] Swift Red Wind Rider; Black War Raptor
/dismount [mounted]
Reincarnation
If you would like to keep track of your Reincarnation cooldown and how many Ankhs you have left you can use this:
#showtooltip Reincarnation

Shock Cycling
This macro is designed to economise bar space. Use this if you find you open with Flame Shock, and use Earth Shock as a follow-up before Flame Shock's DoT has passed.
#Showtooltip
/castsequence reset=combat/target/12 Flame Shock, Earth Shock
/startattack [harm]
The macro will cast Flame Shock on the target, then start you fighting the target. When your next shock is available, the macro will cast Earth Shock, unless Flame Shock's DoT has completed. The macro will also reset if you drop out of combat, or change targets. Note that as you advance, and the cooldown on your Shocks becomes low enough thanks to Reverberation and Glyphs, you can add a third shock into the sequence.
This is good for all three specs of shamies (even healers when there no healing to do). A little bit of damage from you may make the change from a wipe to a clean kill.

PvE Burst
#showtooltip Elemental Mastery
/use 13
/use 10
/cast Blood Fury
/cast Berserking
/cast Elemental Mastery
/cast Lightning Bolt
All cooldowns except Bloodlust.

Focus Interupt
#showtooltip Wind Shear
/dismount
/stopcasting
/cast [target=focus , exists] Wind Shear
/cast Wind Shear
/cast Lightning Bolt
Interupts spell cast of focused enemy, interupts spell cast of current target if no enemy is focused. Since Wind Shear is off the GCD, casting Lightning Bolt in the same macro minimizes dps loss. Outside of combat, the macro serves as a dismount button.
Aerial Combat
#showtooltip Elemental Mastery
/dismount
/use 15
/use 10
/cast Blood Fury
/castsequence reset=60 Elemental Mastery, Flame Shock, Lava Burst, Thunderstorm
Must have parachute. Fly 10 yards above hovering target and spam macro. 4 piece Tier 10 greatly improves the effect.
Enhancement Macros
Failsafe Autoattacking
Many enhancement shamans use Stormstrike as an opening move, but if Stormstrike is on cooldown, the shaman may find themselves standing around dumbly without attacking. This macro uses /startattack to fix that.
#showtooltip
/cast Stormstrike
/startattack [harm]
Shamans who use a shock spell as an opening move may also find this macro useful, as spells do not activate autoattack.
Shamanistic Rage and Trinket
This macro is designed for those situations when you're surprised and need a burst - both offensive and defensive - to get back into the fight. This requires an at-use Attack Power boosting trinket.
/use (trinket that you have equipped) ex. Platinum Disks of Battle
/cast Shamanistic Rage
Tauren characters have an additional option in that their warstomp racial ability doesn't trigger global cooldown. This means they can add it to the macro - though, because it is channeled slightly, it needs to be put last.
/use (trinket that you have equipped) ex. Platinum Disks of Battle
/cast Shamanistic Rage
/cast Warstomp
Note that Blood Fury can also be used instead of Warstomp, or Blessing of the Naaru.
Easy Shields
This macro allows you to pick your shield using modifiers. Hold shift to cast Water Shield, or use it without holding additional keys for Lightning Shield. Makes shield management a bit easier and saves space on the action bar.
/cast [nomodifier] Lightning Shield; [modifier] Water Shield;
If you use the Looking for Dungeon tool while questing this could be useful.
#showtooltip
/cast [group/raid] [mod] Water Shield; [] Lightning Shield;
Enhancement Rebuff Both Weapons
If you want a combined macro to rebuff both weapons then use:
#showtooltip
/castsequence reset=5 Windfury Weapon, Flametongue Weapon;
/castsequence reset=5 16, 17;
However that requires you to rebuff in quick succession and will fail if the main hand is buffed but the off hand isn't. If you prefer a safer option then go with two macros :
#showtooltip
/cast Windfury Weapon
/use 16
for main hand and
#showtooltip
/cast Flametongue Weapon
/use 17
for off-hand.
Or, you could get REALLY simple and use only a single macro, as follows:
/stopcasting
#showtooltip
/cast [button] Windfury Weapon
/use 16
/cast [button] Flametongue Weapon
/use 17
This macro casts Windfury Weapon on your Main Hand weapon when you left click, and cast Flametongue Weapon on your Offhand when you right click it. I elected to add /stopcasting to the macro so there will be no "Another action currently in progress" errors, but feel free to leave it off.
3.2 Restoration Macros
Cure or purge?
#showtooltip
/cast [@mouseover,help] Cleanse Spirit ; [@mouseover,harm][harm,nodead] Purge ; [help,nodead] Cleanse Spirit
This macro is designed to purge and cleanse a target with one key; it is not 100% reliable (for example, if the target is under a Paladin's Divine Shield, the shield will confuse the macro, failing to cleanse the target of a poison.
Modifier-less, One button Multi-targeting heal macro
This macro requires no extra buttons or modifier keys to be pushed in order to operate, only the normal mouse pointer you would use to click on the intended target and the single button you would use to cast the heal normally. This macro puts the heals on an extended priority list that allows you to work different healing assignments with ease. It attempts the following in order, moving to the next if one it is unable to preform the previous action.

How it is used. This macro is exceptionally useful in boss fights where tanks are swapped regularly, allowing you to target the enemy NPC and directly heal who it is targeting. It also lets you quickly heal or cure other players without having to drop your current target, simply by mousing over their avatar or name plate and tapping the hotbar key. The use of this macro assumes and nearly requires that you play selecting targets with your mouse and using the keyboard to cast spells on your hotbar or keybound slots. It may take getting used to, but if used right it can essentially turn you in to a Healbot without any addons.


How it works.

At first...
It attempts to cast the intended heal on any friendly target your mouse pointer is hovering over (Or if it is hovering over their party/raid icon)
If that fails (IE your pointer is not over a nameplate or friendly avatar) then...
It attempts to cast the heal on your current target if it is friendly and alive.
Then if that fails..
It attempts to cast the heal on the target of your target if your current target is unfriendly.
And finally...
It attempts to cast the heal on yourself if none of the previous conditions are met.
#showtooltip Healingspell
/cast [target=mouseover,help,exists] [target=target,help,nodead] [target=targettarget,help,nodead] [target=player] Healingspell

This macro can be used with Lesser Healing Wave, Healing Wave, Chain Heal, or any other heal from any other class as well as curative abilities like Cleanse Spirit, Purge, and the like. Just replace 'Healingspell' with the appropriate spell name.
It can be used with the spells of any class. Druid HoTs, Priest shields and Paladin bubbles as well as the poison/disease/magic/curse cleansing abilities of any class. This macro should work with ANY non-hostile spell, and perhaps a few hostile ones as well.

Instant cast, high crit heal
This macro combines a couple of restoration spells to create an 'OH SHIT' heal.
#showtooltip Healing Wave
/p Blowing all cooldowns.
/cast Nature's Swiftness
/cast Tidal Force
/cast Healing Wave
For those moments when the tank is losing health fast and you don't have time to cast a healing spell, this macro works as well as a paladin's Lay On Hands. Also, at higher levels, replace /p with /ra.

Purge
#showtooltip Purge
/stopcasting
/cast [@focus,harm,nodead][@target,harm,nodead][@focustarget,harm,nodead][@targettarget,harm,nodead] Purge

This macro will stop casting whatever you are casting and will begin to purge whatever the target of your focus is or if your target is an enemy, whatever your target is. While a lot of people claim this is primarily a PvP macro, a lot of shaman found this particularly useful during the Lord Jaraxxus and Faction Champions fights. I think this is something a restoration shaman should keep handy; after all, you never know when it will be useful. The macro itself can also be adapted for another useful spell we have in our arsenal, Wind Shear.

Wind Shear
#showtooltip Wind Shear
/stopcasting
/cast [@focus,harm,nodead][@target,harm,nodead][@focustarget,harm,nodead][@targettarget,harm,nodead] Wind Shear



These can also be useful in heroics, especially when trying for achievements like Less-Rabi.

Heroism/Bloodlust
#showtooltip Heroism
/stopmacro [nocombat]
/cast Heroism

I am not too proud to say I've found this macro useful. What this macro does is keeps you from casting Heroism when not in combat. While it may not happen to everyone, there have been times where I have accidentally brushed the Heroism macro, giving the entire raid exhaustion while waiting for a pull. This macro has helped make sure there have been no more accidents.

Emergency Nuke Heal
#showtooltop Nature's Swiftness
/stopcasting
/use 13
/use 14
/cast Tidal Force
/cast Nature's Swiftness
/script UIErrorsFrame:Clear()
/cast [target=Focus] Healing Wave

This has quickly become one of my favorite macros. In a lot of the fights in Icecrown you will have to move, sometimes out of range of important targets such as tanks. This can result in the target's dropping very low in health and needing to be topped off fast. Fights like the Blood Princes and Sindragosa are good examples of this. This macro will use any trinkets you have equipped in either slot if they have an on use effect, cast Tidal Force to increase your crit rating and Nature's Swiftness for to make the next spell instant cast. This is also useful for fights like Blood Queen where you have a lot of people to top off after (or during) air phase.

You can set the target to anything from mouseover to target of target, but I tend to leave it on my focus target as during those fights I tend to have a tank targeted as my focus. You can also change it to [target=target] to cast it on whoever you have targeted at the time. This is a very useful macro.


Here are some utility macros for you to use that can allow you to clean up some bar space.

Water walk / breathing
#showtooltip
/cast [nomodifier] Water Walking; Water Breathing

Will cast either water walking or water breathing based on whether you hold the alt key. This can be useful when doing daily quests and will likely have more relevance once Cataclysm comes out. This also applies to Water Shield and Lightning Shield.

Shields
#showtooltip
/cast [nomodifier] Water Shield; Lightning Shield

Again very useful for soloing and daily quests.

Weapon Imbue
#showtooltip
/cast [nomodifier] Earthliving Weapon(Rank 6); Flametongue Weapon(Rank 10)

Every so often, you will find yourself throwing up a Flame Shock or throwing a Lava Burst at a boss. So when you are trying to eke out that little extra DPS for the raid on that boss' last 1%, this will let you hot swap Earthliving Weapon out for Flametongue. Sometimes every little extra bit counts.

Hex
#show
/say I think %t is feeling a bit ... froggy ... Get it? hahah
/cast Hex

Even as restoration shaman, we have full access to the Hex spell. No matter what we are doing, we can drop a hex. This can be useful in fights where every bit of crowd control needs to be used, like faction champs, but the spell can also be used to save your own bacon. While this macro is very simplistic, you cannot fathom how important it can be to announce something is CCed in the middle of a group. You can obviously change the text to suit whatever you want, but you get the idea.

rez
#show
/cast Ancestral Spirit
/say Hey %t, This better not just be an attempt at getting mouth-to-mouth.

This is more a matter of convenience. During wipe recovery, sometimes multiple healers will attempt to resurrect the same target. While not necessary, a simple notification to those around you to who you intend to res helps get the raid up just a little bit quicker so you can give the boss another go. Choose different text as you see fit.

There are a ton of macro combinations you can make. These are just some of the ones that I have found most useful in a raid environment. Do you have any you'd like to share with us? Feel free to leave them in comments or email them directly to me. I will make sure they get posted and that credit is given[u]
Back to top Go down
 
Shammy Macros by Durbog, polished by sui ^^
Back to top 
Page 1 of 1
 Similar topics
-
» Usefull macros
» DurbogĀ“s addons
» Addons and macros

Permissions in this forum:You cannot reply to topics in this forum
Peacekeepers :: Usefull information about WoW :: Tips and tricks for your class :: Shaman :: Hints, tricks, macros and addons-
Jump to: