<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WoW Macros: World of Warcraft Macros &#187; Class Macros</title>
	<atom:link href="http://www.wowmacroswarcraft.com/category/class-macros/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wowmacroswarcraft.com</link>
	<description>World of Warcraft Macro, Rogue, Warrior, Class Macro, Discuss Macro Here!</description>
	<lastBuildDate>Tue, 19 Jan 2010 18:00:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Druid Macros</title>
		<link>http://www.wowmacroswarcraft.com/2007/05/29/druid-macros/</link>
		<comments>http://www.wowmacroswarcraft.com/2007/05/29/druid-macros/#comments</comments>
		<pubDate>Tue, 29 May 2007 13:00:27 +0000</pubDate>
		<dc:creator>Wow Macros</dc:creator>
				<category><![CDATA[Class Macros]]></category>

		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/2007/05/29/druid-macros/</guid>
		<description><![CDATA[This is the list of macros for druid. Most of them i found on wowwiki.com
 Cast innervate on yourself without changing target
/cast [target=player] Innervate
Note that the `target=player&#8217; bit is not an instruction to change the target to yourself. Rather, it specifies the spell-target for the spell to follow (here the innervate), which is totally different [...]]]></description>
			<content:encoded><![CDATA[<p>This is the list of macros for druid. Most of them i found on wowwiki.com</p>
<p><strong> Cast innervate on yourself without changing target</strong></p>
<blockquote><p>/cast [target=player] Innervate</p></blockquote>
<p>Note that the `target=player&#8217; bit is not an instruction to change the target to yourself. Rather, it specifies the spell-target for the spell to follow (here the innervate), which is totally different from your `current&#8217; target. Viz, your `current&#8217; target won&#8217;t be changed when this macro is used. If a target-change was to take place and you were to damage another target on accident you would lose any combo-points your had stacked.</p>
<p><strong>Buffing</strong></p>
<p>This will cast Thorns and then MOTW on your target.</p>
<blockquote><p>/castsequence reset=target Thorns, Mark of the Wild</p></blockquote>
<p>A play on this macro for feral druids self-buff is:</p>
<blockquote><p>#show Omen of Clarity<br />
/castsequence [target=player]  reset=20/combat Omen of Clarity, Mark of the Wild, Thorns</p></blockquote>
<p><strong>Gathering and Tracking Macros</strong></p>
<p>The Druid has one tracking ability that can be selected: this can, however, put a dint in your gathering prospects, and only be cast in cat form.</p>
<blockquote><p>/castsequence [nocombat/stance:3] reset=combat track humanoids, find herbs, find minerals<br />
/castsequence [nocombat/nostance:3] find minerals, find herbs</p></blockquote>
<p>The stance:3 checks can remove the track humanoid when not in cat form (stance 3) The reset=combat changes it so that after a combat, it automatically goes back to track humanoids first, no matter what was previously cast (so you can see if any others are around)</p>
<p><strong>Feral/Caster Dual-use Macros</strong></p>
<p>Faerie Fire in caster or Feral Faerie Fire in bear/cat:</p>
<blockquote><p>/cast [stance:1] Faerie Fire (Feral)(); [stance:3] Faerie Fire (Feral)(); [nostance] Faerie Fire()</p></blockquote>
<p>Cyclone or use trinket in feral form (replace trinket name):</p>
<blockquote><p>/use [stance] Ogre Mauler&#8217;s Badge<br />
/stopmacro [stance]<br />
/cast [nostance] Cyclone<br />
/party casting CYCLONE on   &gt;&gt;&gt;  %T  &lt;&lt;&lt;&lt;</p></blockquote>
<p><span id="more-9"></span></p>
<h3><strong>Healing Macros</strong></h3>
<p><strong>Nature&#8217;s Swiftness + Healing Touch &#8211; without global cooldown</strong></p>
<p>Omit [target=player] to heal your target instantly instead of yourself. Use Healing Touch(Rank 10) and lower for lower ranks of the spell. You can use this macro while you are moving, but if you are, you must click this macro twice to perform the heal.</p>
<blockquote><p>/cast Nature&#8217;s Swiftness<br />
/stopcasting<br />
/cast [target=player] Healing Touch(Rank 11)</p></blockquote>
<p>Another version of this macro could be:</p>
<blockquote><p>/cast Nature&#8217;s Swiftness<br />
/stopcasting<br />
/castsequence reset=25/combat/target [modifier:alt,target=player] Healing Touch(Rank 11), Rejuvenation; [help] Healing Touch(Rank 11), Rejuvenation;</p></blockquote>
<p>What this version of the macro will do, is that if you double-click it while pressing the `alt&#8217; key it will cast the instant-heal on yourself. Clicking for a third time will cast rejuvenation as well. The macro works with self-cast regardless of what your current target is and without introducing a target-change ofcourse. You may change the `alt&#8217; bit to `ctrl&#8217; or `shift&#8217; if that suits you better. If you double-click this macro without pressing `alt&#8217; and if your current target is friendly it will cast the instant-heal on your current target. Clicking on it for a third time will cast rejuvenation as well.</p>
<p><strong>Rejuvenation + Lifebloom on Yourself</strong></p>
<p>Use this macro if you don&#8217;t have Nature&#8217;s Swiftness either to quickly (and cheaply) heal yourself on the run or between fights.</p>
<blockquote><p>#showtooltip Rejuvenation<br />
/castsequence reset=12 [target=player] Rejuvenation, Lifebloom</p></blockquote>
<p><strong>Regrowth + Rejuvenation</strong></p>
<blockquote><p>/castsequence Regrowth, Rejuvenation</p></blockquote>
<p><strong>Lifebloom and Rejuvenation</strong></p>
<blockquote><p>#tooltip Lifebloom<br />
/cancelaura Cat Form<br />
/cancelaura Dire Bear Form<br />
/cancelaura Moonkin Form<br />
/cancelaura travel form<br />
/castsequence [target=target] reset=7 Lifebloom, Rejuvenation, Lifebloom</p></blockquote>
<p>This macro keeps the instant-cast heal-over-time spells on you.press:- 1: comes out of form 2: lifbloom1 3: rejuvination 4: lifbloom2 (castsequence reset) 5: lifbloom3. If you wait 7 seconds the macro resets (after the lifbloom heal)so u can do it again. This macro is especially suitable when running, as it can be cast while moving.</p>
<p>Change [target=target] to [target=player] for self casts. Works well if you key bind it to Alt+1/2/3 and time setting if you want to just reapply a lot.</p>
<p><strong>Rejuvenation and Swiftmend on target or self</strong></p>
<blockquote><p>#show Swiftmend<br />
/castsequence [exists,help] reset=12/target Rejuvenation, Swiftmend<br />
/stopmacro [exists,help]<br />
/castsequence [target=player] reset=12 Rejuvenation, Swiftmend</p></blockquote>
<p>This macro will reset upon a new target and works by casting rejuvenation and then swiftmend the second time you hit the button.</p>
<h3><strong>Feral Macros</strong></h3>
<p>Mangle (Bear) if you have enough rage and its cooldown is up, else Maul, turning on autoattack</p>
<blockquote><p>/cast Mangle (bear)()<br />
/cast maul<br />
/startattack</p></blockquote>
<p>Another version adding a +use trinket at the beginning</p>
<blockquote><p>/use <item><br />
/stopcasting<br />
/cast Mangle (bear)()<br />
/cast maul<br />
/startattack</item></p></blockquote>
<p><strong>Taunt and start autoattack if it is off</strong></p>
<blockquote><p>/cast Growl<br />
/startattack</p></blockquote>
<p>Use this if you find yourself Growling and not autoattacking, losing the mob after the taunt wears off. Especially useful if you have enabled the option to turn autoattack off when you change targets.</p>
<p><strong>Mangle (Cat) then start autoattack</strong></p>
<blockquote><p>/cast Mangle (Cat)<br />
/startattack</p></blockquote>
<p>Variation to use a +use item first</p>
<blockquote><p>/use <item><br />
/stopcasting<br />
/cast Mangle (Cat)<br />
/startattack</item></p></blockquote>
<p><strong>Ravage with Tiger&#8217;s Fury</strong></p>
<p>One button push for ravage.</p>
<blockquote><p>/cast Tiger&#8217;s Fury<br />
/stopcasting<br />
/cast Ravage</p></blockquote>
<p>This either Shreds or casts Tiger&#8217;s Fury and Ravage. As opposed to the macro above this requires two button presses.</p>
<blockquote><p>/cast [nostealth] Shred<br />
/castsequence [stealth] reset=6 Tiger&#8217;s Fury, Ravage<br />
/stopmacro [stealth]<br />
/startattack</p></blockquote>
<p><strong>Pounce/Shred, Claw, Rake, Rip Finally</strong></p>
<p>While in cat form you will need to be prowling for this to work correctly. (Druids no longer need to be behind the target while prowling.) You may also want to substitute Ferocious Bite for Rip when fighting lower level Mobs, and Mangle for Claw if you have that ability.</p>
<p>Note that this macro does not take advantage of faster combo point generation from Primal Fury, and will also not account for misses, dodges or parries.</p>
<blockquote><p>/castsequence reset=25/combat/target [Stealth] pounce; shred, claw, claw, rake, rip, claw, claw</p></blockquote>
<p><strong>Cat Opener(Pounce, Ravage)/&#8221;Normal&#8221; move (Claw, Rake, Mangle, Shred)</strong></p>
<p>Combine as you like, very neat since Blizzard gave cat form a &#8220;new&#8221; stealth bar.</p>
<blockquote><p>/cast [stance:3,stealth] pounce or ravage;<br />
/cast [stance:3] Claw, Rake, Mangle or Shred;</p></blockquote>
<p>An alternative to the above is to have the &#8220;front&#8221; moves and &#8220;behind&#8221; moves together. First one will cast Pounce if stealthed otherwise Claw. Second will cast Ravage if stealthed else Shred.</p>
<p>Front macro:</p>
<blockquote><p>/cast [stealth] Pounce; Claw</p></blockquote>
<p>Behind macro:</p>
<blockquote><p>/cast [stealth] Ravage; Shred</p></blockquote>
<p><strong>Bear Form/Spamable Attack</strong></p>
<blockquote><p>/cast Maul<br />
/castrandom Mangle (Bear)(<spell>), Faerie Fire (Feral)()</spell></p></blockquote>
<p>&#8230;.or, also useful&#8230;</p>
<blockquote><p>/cast Maul<br />
/castrandom Mangle (Bear)(<spell>), Mangle (Bear)(<spell>), Lacerate, Faerie Fire (Feral)</spell></spell></p></blockquote>
<p>Note that using Mangle with macros is currently bugged; you must specify the spell rank to use it. Why use it twice? Mangle has a six second cooldown and should always be used when available. Lacerate, once it stacks to five, should only be used occassionally to keep the DOT up. Use this macro carefully; in a non-boss fight you won&#8217;t be generating enough rage to get all these attacks off. Also, many mobs (Elementals, for example) are immune to bleed effects and so you&#8217;ll be wasting alot of rage on an effect the mob is immune to so be careful blindly tanking with this. Some people remove Faerie Fire and press it manually to ensure that the button does some damage with every press.<br />
<strong><br />
</strong></p>
<h3><strong>Nuking Macros</strong></h3>
<p><strong>Root, DOT, Debuff</strong></p>
<blockquote><p>/castsequence Entangling Roots, Moonfire, Faerie Fire, Starfire</p></blockquote>
<p>Moonfire seems to have a slight chance to break Entangling Roots, so the reverse order of these two is recommended, but due to casting time of Entangling Roots it requires some distance to target unless you use talents for uninterruptable Roots.</p>
<p>An alternative that I (DrakeLord) like is:</p>
<blockquote><p>/castsequence Starfire, Moonfire, Entangling Roots, Insect Swarm, Faerie Fire</p></blockquote>
<p>Obviously take out Insect Swarm if you don&#8217;t have it.</p>
<p><strong>Caster Form/Moonfire</strong></p>
<p>Drops out of whatever form you are in and then casts moonfire from the same button. Very useful for taking out runners.</p>
<blockquote><p>/cancelaura [stance:1]Dire Bear Form;[stance:2]Aquatic Form;[stance:3]Cat Form;[stance:4]Travel Form;[stance:6] Flight Form;<br />
/dismount<br />
/cast [stance:5]Tree of Life;[nostance]Moonfire</p></blockquote>
<p>* If you&#8217;re under level 40, change &#8220;Dire Bear Form&#8221; to just &#8220;Bear Form&#8221;<br />
* Note that Tree of Life should use cast instead cancelaura due to problems with the stacking auras.</p>
<p><strong>Balance Druid Opener</strong></p>
<p>This is a very useful macro for balance druids to deal some nice damage when beginning a fight outdoors. This macro will only work if the druid has learned Insect Swarm in their balance talent tree</p>
<blockquote><p>/castsequence reset=target Entangling Roots, Insect Swarm, Faerie Fire, Moonfire, Starfire</p></blockquote>
<p>Or when indoors (This works the best if the druid has a 100% chance to not be interrupted with Starfire since the enemy cannot be rooted in one place)</p>
<blockquote><p>/castsequence reset=target Insect Swarm, Faerie Fire, Moonfire, Starfire</p></blockquote>
<p>You might want to use Starfire as first spell due to its longer cast time. Also, Insect Swarm and Faerie Fire can be cast while running away from the mob.</p>
<p><strong>Keep Rooted/sleeped</strong></p>
<p>This is a great crowd control ability either in pve or pvp against rogues and warriors, first you root the enemy that you wanna save for later then whenever its time to retangle just press the key again without changing targets or anything. Also, right-clicking on the macro will change to another target if necessary.</p>
<blockquote><p>/clearfocus [button:2]<br />
/clearfocus [target=focus,dead]<br />
/clearfocus [target=focus,noexists]<br />
/focus [target=focus,noexists]<br />
/cast [target=focus] Entangling Roots</p></blockquote>
<p>Or this can be used with hibernate (just don&#8217;t use both at the same time cause of the clearfocus).</p>
<blockquote><p>/clearfocus [button:2]<br />
/clearfocus [target=focus,dead]<br />
/clearfocus [target=focus,noexists]<br />
/focus [target=focus,noexists]<br />
/cast [target=focus] hibernate</p></blockquote>
<p>You could even put a party note on like &#8221; %t is sleeping D.N.D &#8221; by adding</p>
<blockquote><p>/stopmacro [noexist]<br />
/p %t is Sleeping D.N.D</p></blockquote>
<p><strong>Shapeshifting Macros</strong></p>
<p><strong>One step stance switching</strong></p>
<p>This shifts you into the desired form. If you are already in another form, it shifts back to caster instead, enabling a second press to shift you into the form. If you are already in the form, it shifts you back to caster. This works like some addons that were broken with the 2.0 API changes and haven&#8217;t been updated.</p>
<p>For example, from caster form a press for Dire Bear would shift you to it. From Cat form it would shift you to caster on the first press and Dire Bear on the second. From Dire Bear it would shift you to caster.</p>
<blockquote><p>/cancelaura Cat Form<br />
/cancelaura Bear Form<br />
/cancelaura Dire Bear Form<br />
/cancelaura Aquatic Form<br />
/cancelaura Travel Form<br />
/cancelaura Brown Kodo<br />
/cancelaura Moonkin Form<br />
/cancelaura Flight Form<br />
/cast <desired></desired></p></blockquote>
<p>To use this, make a macro for each of your forms and edit the last line so each one has a different form. Then bind a key or button to each of them by placing them on a bar or using an addon (I use BindPad).</p>
<p>Replace the Brown Kodo line with your mount and add a line for each of your mounts if you carry several.</p>
<p>If you have Tree of Life form replace the Moonkin line with Tree of Life.</p>
<p>Consider removing /cancelaura Flight Form for safety reasons. There doesn&#8217;t seem to be a conditional check for how high above the ground you are.</p>
<p><strong>Cat Form, Then Prowl</strong></p>
<p>This allows the caster to switch from any form to cat form and then prowl which leads into the next macro</p>
<blockquote><p>#show Prowl<br />
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:4] Travel Form; [stance:5] Moonkin Form<br />
/dismount [mounted]<br />
/cast [nostance] Cat Form; [nostealth] Prowl</p></blockquote>
<p>Alternatively, if you have Tree of Life form available&#8230;</p>
<blockquote><p>#show Prowl<br />
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:4] Travel Form<br />
/dismount [mounted]<br />
/cast [stance:5] Tree of Life; [nostance] Cat Form; [nostealth] Prowl</p></blockquote>
<p>* Note that Tree of Life should be included in cast instead of cancelaura due to problems with the stacking auras.</p>
<p>A reduced error spam version:</p>
<blockquote><p>#show Prowl<br />
/stopmacro [stealth]<br />
/dismount [mounted]<br />
/stopmacro [mounted]<br />
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:4] Travel Form; [stance:5] Moonkin Form<br />
/cast [nostance] Cat Form; [nostealth,nocombat] Prowl</p></blockquote>
<p><strong> All-Terrain Travel Form</strong></p>
<blockquote><p>#showtooltip<br />
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form<br />
/dismount<br />
/cast [swimming,nostance] Aquatic Form; [noswimming,nostance,outdoors] Travel Form</p></blockquote>
<p><strong>All-Terrain Flying/Travel/Aquatic Form</strong></p>
<p>Works only in Outlands, need [Outlands] option. It switches out of stance (bear,cat,tree),and depending on combat and swimming situation casts fastest (fly/travel/aquatic)</p>
<blockquote><p>#showtooltip<br />
/cancelaura [stance:1]Dire Bear Form;[stance:2]Aquatic Form;[stance:3]Cat Form;[stance:4]Travel Form;[stance:5]Flight Form<br />
/dismount<br />
/cast [swimming, nostance]Aquatic Form;[noswimming,combat,nostance]Travel Form;[nostance,nocombat,noswimming]Flight Form</p></blockquote>
<p><strong>Feral Form</strong></p>
<p>This will put you into Cat Form if out of combat and into Bear if you&#8217;re in combat. Also push the same button to go into stealth if in Cat Form and will pull aggro if in Bear Form. Might want to put in Feral Charge instead of growl. Can also go straight into Bear form when out of combat by right clicking on the macro.</p>
<blockquote><p>/cast [button:2] Bear Form; [nostance, combat] Bear Form; [nostance] Cat Form; [stance:1]<br />
Growl; [stance:3] Prowl</p></blockquote>
<p><strong>Resource and Reference:</strong></p>
<p>1. <a href="http://www.wowwiki.com/Useful_macros/Druid" target="_blank">WowWiki &gt;&gt; Druid Useful Macros</a></p>
<p>2. The Druid forums at the Blizzard official web site have an <a href="http://forums.worldofwarcraft.com/thread.html?topicId=48565126&amp;sid=1&amp;pageNo=1" class="external text" title="http://forums.worldofwarcraft.com/thread.html?topicId=48565126&amp;sid=1&amp;pageNo=1" rel="nofollow">excellent thread</a> (<a href="http://forums.worldofwarcraft.com/thread.html?topicId=54889606&amp;sid=1" class="external text" title="http://forums.worldofwarcraft.com/thread.html?topicId=54889606&amp;sid=1" rel="nofollow">continued here</a> and <a href="http://forums.worldofwarcraft.com/thread.html?topicId=74337875&amp;sid=1" class="external text" title="http://forums.worldofwarcraft.com/thread.html?topicId=74337875&amp;sid=1" rel="nofollow">here</a>) full of macros for many more situations. Feel free to browse and bump for a sticky.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wowmacroswarcraft.com/2007/05/29/druid-macros/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Priest Macro from wow-europe</title>
		<link>http://www.wowmacroswarcraft.com/2007/05/29/7/</link>
		<comments>http://www.wowmacroswarcraft.com/2007/05/29/7/#comments</comments>
		<pubDate>Mon, 28 May 2007 18:01:18 +0000</pubDate>
		<dc:creator>Wow Macros</dc:creator>
				<category><![CDATA[Class Macros]]></category>

		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/?p=7</guid>
		<description><![CDATA[General Macros 
(http://forums.wow-europe.com/thread.html?topicId=220402193&#38;postId)

Cast a Spell
Use a trinket (or another equipped item)
Equip an item
Use an item from your bags
Target someone
Focus (if you don&#8217;t know what this is, you should try it out)

Random Macros
(http://forums.wow-europe.com/thread.html?topicId=220402193&#38;postId)
Macro Options
(http://forums.wow-europe.com/thread.html?topicId=220402193&#38;postId)
Useful Macro Examples
 (http://forums.wow-europe.com/thread.html?topicId=220402193&#38;postId)

Desperate Prayer for Shadowpriests
Shackle Undead macros
Shadow PvE cycle

]]></description>
			<content:encoded><![CDATA[<p><span><strong><u>General Macros</u> </strong></span></p>
<p><span>(<a href="http://forums.wow-europe.com/thread.html?topicId=220402193&amp;postId=2201823494&amp;sid=1#3" target="_new">http://forums.wow-europe.com/thread.html?topicId=220402193&amp;postId</a>)</span></p>
<ul>
<li>Cast a Spell</li>
<li>Use a trinket (or another equipped item)</li>
<li>Equip an item</li>
<li>Use an item from your bags</li>
<li>Target someone</li>
<li>Focus (if you don&#8217;t know what this is, you should try it out)</li>
</ul>
<p><strong><u>Random Macros</u></strong></p>
<p>(<a href="http://forums.wow-europe.com/thread.html?topicId=220402193&amp;postId=2201823494&amp;sid=1#4" target="_new">http://forums.wow-europe.com/thread.html?topicId=220402193&amp;postId</a>)</p>
<p><strong><u>Macro Options</u></strong></p>
<p>(<a href="http://forums.wow-europe.com/thread.html?topicId=220402193&amp;postId=2201823494&amp;sid=1#5" target="_new">http://forums.wow-europe.com/thread.html?topicId=220402193&amp;postId</a>)</p>
<p><strong><u>Useful Macro Examples</u></strong></p>
<p><strong><u></u></strong> (<a href="http://forums.wow-europe.com/thread.html?topicId=220402193&amp;postId=2201823494&amp;sid=1#6" target="_new">http://forums.wow-europe.com/thread.html?topicId=220402193&amp;postId</a>)</p>
<ul>
<li>Desperate Prayer for Shadowpriests</li>
<li>Shackle Undead macros</li>
<li>Shadow PvE cycle</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowmacroswarcraft.com/2007/05/29/7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paladin Macros</title>
		<link>http://www.wowmacroswarcraft.com/2007/05/29/paladin-macros/</link>
		<comments>http://www.wowmacroswarcraft.com/2007/05/29/paladin-macros/#comments</comments>
		<pubDate>Mon, 28 May 2007 17:17:56 +0000</pubDate>
		<dc:creator>Wow Macros</dc:creator>
				<category><![CDATA[Class Macros]]></category>

		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/?p=4</guid>
		<description><![CDATA[Individual Player Holy Light
/cast [help] Holy Light; [target=â€xâ€] Holy Light
.Cast Holy Light/Flash of Light on a player in your party, or yourself, only.
Easy Seal and Judgement
 /cast Judgement
/stopcasting
/cast Seal of X
.Judge an enemy with one button or recast a Seal. Important: A seal must already be activated to achieve the Judgment effect.
â€œXâ€ is the name [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="font-size: 100%">Individual Player Holy Light</span></strong></p>
<blockquote><p><span style="font-size: 100%">/cast [help] Holy Light; [target=â€xâ€] Holy Light</span></p>
<p><span style="font-size: 100%"><em>.Cast Holy Light/Flash of Light on a player in your party, or yourself, only.</em></span></p></blockquote>
<p><span style="font-weight: bold; font-size: 100%">Easy Seal and Judgement</span></p>
<blockquote><p> <span style="font-size: 100%">/cast Judgement<br />
/stopcasting<br />
/cast Seal of X</span></p>
<p><span style="font-size: 100%"><em>.Judge an enemy with one button or recast a Seal. Important: A seal must already be activated to achieve the Judgment effect.</em></span></p>
<p><span style="font-size: 100%"><em>â€œXâ€ is the name of the Seal, i.e. Wisdom, Crusader etc.  More complex version of this macro are listed later.</em></span></p></blockquote>
<p><strong><span style="font-size: 100%">One touch Bubble-Bandage</span></strong></p>
<blockquote><p><span style="font-size: 100%">/cast Divine Shield<br />
/stopcasting<br />
/useitem Heavy Runecloth Bandage, [target=player,help]<br />
</span></p></blockquote>
<p><span style="font-weight: bold; font-size: 100%">Seal of Command</span></p>
<blockquote><p> <span style="font-size: 100%">/castsequence reset=30 Seal of Command, [harm] Judgement<br />
</span></p></blockquote>
<p><strong><span style="font-size: 100%">Seal of the Crusader</span></strong></p>
<blockquote><p><span style="font-size: 100%">/castsequence reset=30,target/combat Seal of the Crusader, [harm] Judgement<br />
</span></p></blockquote>
<p><strong><span style="font-size: 100%">Seal of Light</span></strong></p>
<blockquote><p><span style="font-size: 100%">/castsequence reset=30 Seal of Light, [harm] Judgement<br />
</span></p></blockquote>
<p><strong><span style="font-size: 100%">Seal of Justice</span></strong></p>
<blockquote><p><span style="font-size: 100%">/castsequence reset=30 Seal of Justice, [harm] Judgement<br />
</span></p></blockquote>
<p><strong><span style="font-size: 100%">Seal of Wisdom</span></strong></p>
<blockquote><p><span style="font-size: 100%">/castsequence reset=30 Seal of Wisdom, [harm] Judgement<br />
</span></p></blockquote>
<p><span style="font-weight: bold; font-size: 100%">Seal of Righteousness</span></p>
<blockquote><p><span style="font-size: 100%">/castsequence reset=30 Seal of Righteousness, [harm] Judgement<br />
</span></p></blockquote>
<p><span style="font-weight: bold; font-size: 100%">Divine Light Divine Favor &amp; Holy Light Combo</span></p>
<blockquote><p><span style="font-size: 100%">/cast [combat] Divine Favor<br />
/stopcasting<br />
/cast [help] Holy Light; [target=targettarget] Holy Light<br />
</span></p></blockquote>
<p><span style="font-weight: bold; font-size: 100%">Divine Shock Divine Favor &amp; Holy Shock Combo</span></p>
<blockquote><p><span style="font-size: 100%">/cast [combat] Divine Favor<br />
/stopcasting<br />
/cast [help] Holy Shock; [target=targettarget] Holy Shock<br />
</span></p></blockquote>
<p><span style="font-weight: bold; font-size: 100%">Special Flash of Light Cast Flash of Light on a friend or targetâ€™s target</span></p>
<blockquote><p><span style="font-size: 100%">/cast [help] Flash of Light; [target=targettarget] Flash of Light<br />
</span></p></blockquote>
<p><span style="font-weight: bold; font-size: 100%">Keybound Special Flash of Light Macro</span></p>
<blockquote><p><span style="font-size: 100%">/cast [modifier:alt,target=player] Flash of Light; [target=target,help] Flash of Light; [target=targettarget,help] Flash of Light; [target=player] Flash of Light</span></p>
<p><span style="font-size: 100%"><em>.Using the â€œaltâ€ key lets you heal yourself and if not; heal an ally<br />
</em></span></p></blockquote>
<p><span style="font-weight: bold; font-size: 100%">Paladinâ€™s Taunt Righteous Defense Cheat</span></p>
<blockquote><p><span style="font-size: 100%">/cast [help] Righteous Defense; [target=targettarget] Righteous Defense<br />
</span></p></blockquote>
<p><span style="font-weight: bold; font-size: 100%">Cast BoP under the gaze of an enemy</span></p>
<blockquote><p><span style="font-size: 100%">/cast [help,target=target] Blessing of Protection; [target=targettarget,help] Blessing of Protection<br />
</span></p></blockquote>
<p><span style="font-weight: bold; font-size: 100%">Cast Great Blessing of Light for the raid</span></p>
<blockquote><p><span style="font-size: 100%">/cast [raid] Greater Blessing of Light; [help] Blessing of Light; [target=player] Greater Blessing of Light<br />
</span></p></blockquote>
<p><span style="font-weight: bold; font-size: 100%">Bubble Hearth Macro</span></p>
<blockquote><p><span style="font-size: 100%">/castsequence reset=3600 Divine Shield, Hearthstone<br />
</span></p></blockquote>
<p><span style="font-weight: bold; font-size: 100%">Bubble Bandage Macro</span></p>
<blockquote><p><span style="font-size: 100%">/castsequence reset=300 Divine Shield, [target=player] Heavy Runecloth Bandage<br />
</span></p></blockquote>
<p><span style="font-weight: bold; font-size: 100%">Bubble Heal Macro</span></p>
<blockquote><p><span style="font-size: 100%">/castsequence reset=300 Divine Shield, [target=player] Holy Light</span></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.wowmacroswarcraft.com/2007/05/29/paladin-macros/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
