<?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>Warlock Macros</title>
	<atom:link href="http://warlockmacros.org/feed" rel="self" type="application/rss+xml" />
	<link>http://warlockmacros.org</link>
	<description>Affliction, Demo, and Destruction Warlock Macros</description>
	<lastBuildDate>Tue, 21 May 2013 01:12:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Demonology Warlock Macros (MoP 5.3)</title>
		<link>http://warlockmacros.org/demonology-warlock-macros</link>
		<comments>http://warlockmacros.org/demonology-warlock-macros#comments</comments>
		<pubDate>Fri, 31 Aug 2012 15:48:44 +0000</pubDate>
		<dc:creator>Trackline</dc:creator>
				<category><![CDATA[Warlock Macros]]></category>
		<category><![CDATA[5.3 Demonology Warlock Macros]]></category>
		<category><![CDATA[Demo mop Warlock Macro]]></category>
		<category><![CDATA[macro warlock]]></category>
		<category><![CDATA[mists of pandaria Warlock Demonology Macro]]></category>
		<category><![CDATA[mop Warlock Demonology Macros]]></category>
		<category><![CDATA[warlock]]></category>
		<category><![CDATA[Warlock 5.3 Demonology Macro]]></category>
		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://warlockmacros.org/?p=40</guid>
		<description><![CDATA[Mists of Pandaria Demonology Warlock Macros: Hellfire, Pet Abilities, Pet Control, Trade Healthstone, Quick Burst, Pop cooldowns...]]></description>
				<content:encoded><![CDATA[<p>These are the <strong>Demonology Warlock</strong> <strong>Macros</strong> that currently work for patch <strong>5.3. </strong>If you have any questions or suggestions on the Macros, please let me know.</p>
<p><strong>Note:</strong> These are just basic Macros you can use. If you&#8217;re looking for more advanced ones, then<br />
<a href="http://warlockmacros.org/go/Manaview/" target="_blank"><strong>Click Here for a Addon with Pre-Made <strong>5.3 </strong>Macros</strong></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3><span style="color: #3366ff;">  </span><span style="text-decoration: underline; color: #000000;">Quick Burst</span></h3>
<div id='stb-box-4133' class='stb-alert_box' style="border-top-color: #3366ff; border-left-color: #3366ff; border-right-color: #3366ff; border-bottom-color: #3366ff; background-color: #474747; background-image: url(none); min-height: 20px; padding-left: 5px; ">#showtooltip<br />
/cast Dark Soul<br />
/cast Blood Fury<br />
/use 13<br />
/cast Grimoire: Felguard<br />
/cast Felstorm<br />
</div>
<p><em><strong>How it Works -</strong></em> This burns all of your major cooldowns at once. I personally use most of my damage cooldowns serperatly, but having a Macro like this will make sure you don&#8217;t miss any cooldowns during the big fights. Also if you have your dps trinket in a different slot, replace /use 13 for 14 OR you can add both lines.</p>
<h3><span style="color: #3366ff;">   </span></h3>
<h3><span style="color: #3366ff;">  </span><span style="text-decoration: underline; color: #000000;">Pet Control</span></h3>
<div id='stb-box-1345' class='stb-alert_box' style="border-top-color: #3366ff; border-left-color: #3366ff; border-right-color: #3366ff; border-bottom-color: #3366ff; background-color: #474747; background-image: url(none); min-height: 20px; padding-left: 5px; ">#showtooltip<br />
/petattack [target=pettarget,noexists]<br />
/petfollow [target=pettarget,exists]<br />
</div>
<p><strong><em>How it Works -</em> </strong>Press it once to have your pet attack current target, then a second time to have them come back.</p>
<p>&nbsp;</p>
<h3>  <span style="text-decoration: underline; color: #000000;">Hellfire</span></h3>
<div id='stb-box-3136' class='stb-alert_box' style="border-top-color: #3366ff; border-left-color: #3366ff; border-right-color: #3366ff; border-bottom-color: #3366ff; background-color: #474747; background-image: url(none); min-height: 20px; padding-left: 5px; ">#showtooltip<br />
Hellfire<br />
/cast [nochanneling] Hellfire<br />
/cancelaura [channeling] Hellfire<br />
</div>
<p><strong><em>How it Works - </em></strong>Press the Macro once to activate Hellfire, then a second time to cancel it.</p>
<p>&nbsp;</p>
<h3>  <span style="text-decoration: underline; color: #000000;">Trade Healthstone</span></h3>
<div id='stb-box-4683' class='stb-alert_box' style="border-top-color: #3366ff; border-left-color: #3366ff; border-right-color: #3366ff; border-bottom-color: #3366ff; background-color: #474747; background-image: url(none); min-height: 20px; padding-left: 5px; ">/run for i=0,4 do for x=1<br />
,GetContainerNumSlots(i) do y=GetContainerItemLink(i,x)<br />
if y then if GetItemInfo(y)==&#8221;Healthstone&#8221; then PickupContainerItem<br />
(i,x); DropItemOnUnit(&#8220;party1&#8243;); return; end end end end<br />
</div>
<p><strong><em>How it Works &#8211; </em></strong>Automatically opens the trade window for you and puts the Healthstone in it. If you&#8217;re going to be lazy&#8230;.. Might as well go all out!</p>
<p>&nbsp;</p>
<p>If you’re still having trouble finding the Macros you’re looking for, or need more advanced ones, then check out the Addon I use called <strong>Impulse</strong>. It will show you how to set-up your keybinds based on your class/spec, and give you TONS of pre-made macros.</p>
<p><strong><a href="http://warlockmacros.org/go/Manaview/" target="_blank">Click Here for Impulses Keybinding and Macro Addon</a></strong></p>
<p><iframe width="645" height="363" src="http://www.youtube.com/embed/9hg-Lcq4Zk0?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://warlockmacros.org/demonology-warlock-macros/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Destruction Warlock Macros (MoP 5.3)</title>
		<link>http://warlockmacros.org/destruction-warlock-macros</link>
		<comments>http://warlockmacros.org/destruction-warlock-macros#comments</comments>
		<pubDate>Thu, 30 Aug 2012 15:48:34 +0000</pubDate>
		<dc:creator>Trackline</dc:creator>
				<category><![CDATA[Warlock Macros]]></category>
		<category><![CDATA[5.3 Destruction Warlock Macros]]></category>
		<category><![CDATA[Destruction mists of pandaria Warlock Macro]]></category>
		<category><![CDATA[Destruction Warlock Macros]]></category>
		<category><![CDATA[macro warlock]]></category>
		<category><![CDATA[Macros for mists Destruction Warlocks]]></category>
		<category><![CDATA[Warlock mop Destruction Macro]]></category>
		<category><![CDATA[world of warcraft]]></category>
		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://warlockmacros.org/?p=35</guid>
		<description><![CDATA[Mists of Pandaria Demonology Warlock Macros: Imp Firebolt, Shadowfury, Demonic Circle, Teleport, Fel Armor, Demon Armor, Swap Armor....]]></description>
				<content:encoded><![CDATA[<p>These are the <strong>Destruction Warlock</strong> <strong>Macros</strong> that currently work for patch <strong>5.3. </strong>If you have any questions or suggestions on the Macros, please let me know.</p>
<p><strong>Note:</strong> These are just basic Macros you can use. If you&#8217;re looking for more advanced ones, then<br />
<a href="http://warlockmacros.org/go/Manaview/" target="_blank"><strong>Click Here for a Addon with Pre-Made <strong>5.3 </strong>Macros</strong></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3><span style="color: #ff5151;">  </span><span style="text-decoration: underline; color: #000000;">Shadowfury</span></h3>
<div id='stb-box-9686' class='stb-alert_box' style="border-top-color: #3366ff; border-left-color: #3366ff; border-right-color: #3366ff; border-bottom-color: #3366ff; background-color: #474747; background-image: url(none); min-height: 20px; padding-left: 5px; ">#showtooltip<br />
shadowfury<br />
/cast !shadowfury<br />
</div>
<p><em><strong>How it Works -</strong></em> This will let you spam Shadowfury without losing the circle. Very simple Macro, but it&#8217;s a godsend for PvP.</p>
<p>&nbsp;</p>
<h3><span style="color: #ff5151;"><strong>  </strong></span><span style="text-decoration: underline; color: #000000;">Imp Firebolt</span></h3>
<div id="stb-box-1888"><div id='stb-box-6222' class='stb-alert_box' style="border-top-color: #3366ff; border-left-color: #3366ff; border-right-color: #3366ff; border-bottom-color: #3366ff; background-color: #474747; background-image: url(none); min-height: 20px; padding-left: 5px; ">#showtooltip<br />
Incinerate<br />
/cast Firebolt<br />
/cast Incinerate</div>
<div></div></div>
<p><strong><em>How it Works -</em> </strong>Whenever you cast Incinerate, your Imp will cast Firebolt. This will make your Imp cast faster. Not sure why, but it does. Also you can do this for all of your most used spells. Just replace the spells for the Macros on your actionbar. I will be testing this more, so I’ll have a update for this soon.</p>
<p>&nbsp;</p>
<h3>  <span style="text-decoration: underline; color: #000000;">Swap Armor</span></h3>
<div id='stb-box-8892' class='stb-alert_box' style="border-top-color: #3366ff; border-left-color: #3366ff; border-right-color: #3366ff; border-bottom-color: #3366ff; background-color: #474747; background-image: url(none); min-height: 20px; padding-left: 5px; ">/castsequence<br />
Fel armor, Demon Armor<br />
</div>
<p><strong><em>How it Works &#8211; </em></strong>Each time you press the button it will switch between armors. Saves on keybindings.</p>
<p>&nbsp;</p>
<h3>  <span style="text-decoration: underline; color: #000000;">Demonic Circle</span></h3>
<div id='stb-box-9846' class='stb-alert_box' style="border-top-color: #3366ff; border-left-color: #3366ff; border-right-color: #3366ff; border-bottom-color: #3366ff; background-color: #474747; background-image: url(none); min-height: 20px; padding-left: 5px; ">#showtooltip<br />
/cast [mod:alt] Demonic Circle: Summon;<br />
Demonic Circle: Teleport<br />
</div>
<p><strong><em>How it Works - </em></strong>Hold down alt to set-up your Demonic Circle, then hit the button again with no modfier to transport to the location. Another way to save on keybindings.</p>
<p>&nbsp;</p>
<p>If you’re still having trouble finding the Macros you’re looking for, or need more advanced ones, then check out the Addon I use called <strong>Impulse</strong>. It will show you how to set-up your keybinds based on your class/spec, and give you TONS of pre-made macros.</p>
<p><strong><a href="http://warlockmacros.org/go/Manaview/" target="_blank">Click Here for Impulses Keybinding and Macro Addon</a></strong></p>
<p><iframe width="645" height="363" src="http://www.youtube.com/embed/9hg-Lcq4Zk0?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://warlockmacros.org/destruction-warlock-macros/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Affliction Warlock Macros (MoP 5.3)</title>
		<link>http://warlockmacros.org/affliction-warlock-macros</link>
		<comments>http://warlockmacros.org/affliction-warlock-macros#comments</comments>
		<pubDate>Wed, 29 Aug 2012 15:48:22 +0000</pubDate>
		<dc:creator>Trackline</dc:creator>
				<category><![CDATA[Warlock Macros]]></category>
		<category><![CDATA[5.3 Affliction Warlock Macros]]></category>
		<category><![CDATA[Affliction Warlock mists Macros]]></category>
		<category><![CDATA[Macro for Affliction Locks mists of pandaria]]></category>
		<category><![CDATA[macro warlock]]></category>
		<category><![CDATA[mop Warlock Affliction Macros]]></category>
		<category><![CDATA[world of warcraft]]></category>
		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://warlockmacros.org/?p=28</guid>
		<description><![CDATA[Mists of Pandaria Affliction Warlock Macros: Fear, Spammable One Shot, Fel Armor, and DoT Macros.]]></description>
				<content:encoded><![CDATA[<p>These are the <strong>Affliction Warlock</strong> <strong>Macros</strong> that currently work for patch <strong>5.3. </strong>If you have any questions or suggestions on the Macros, please let me know.</p>
<p><strong>Note:</strong> These are just basic Macros you can use. If you&#8217;re looking for more advanced ones, then<br />
<a href="http://warlockmacros.org/go/Manaview/" target="_blank"><strong>Click Here for a Addon with Pre-Made <strong>5.3 </strong>Macros</strong></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>  <span style="text-decoration: underline; color: #000000;">Drain Life</span></h3>
<div id='stb-box-4150' class='stb-alert_box' style="border-top-color: #3366ff; border-left-color: #3366ff; border-right-color: #3366ff; border-bottom-color: #3366ff; background-color: #474747; background-image: url(none); min-height: 20px; padding-left: 5px; ">#Showtooltip<br />
/cast [nochanneling: Drain Life] Drain Life<br />
</div>
<p><em><strong>How it Works -</strong></em> Stops you from recasting Drain Life while it&#8217;s still channeling, so you won&#8217;t overlap the previous one. Saves on mana, which means more dps for you.</p>
<p>&nbsp;</p>
<h3><span style="color: #6363b1;">  </span><span style="text-decoration: underline; color: #000000;">Haunt/Felhunter</span></h3>
<div id='stb-box-2599' class='stb-alert_box' style="border-top-color: #3366ff; border-left-color: #3366ff; border-right-color: #3366ff; border-bottom-color: #3366ff; background-color: #474747; background-image: url(none); min-height: 20px; padding-left: 5px; ">#showtooltip<br />
/cast Haunt<br />
/petattack<br />
/cast Devour Magic<br />
</div>
<p><strong><em>How it Works -</em> </strong>This will cast Haunt, followed by your Felhunter attack with a Devour Magic. Great way to get some quick dps on the target.</p>
<p>&nbsp;</p>
<h3>  <span style="text-decoration: underline; color: #000000;">Soulburn/Demonic Circle</span></h3>
<div id='stb-box-1608' class='stb-alert_box' style="border-top-color: #3366ff; border-left-color: #3366ff; border-right-color: #3366ff; border-bottom-color: #3366ff; background-color: #474747; background-image: url(none); min-height: 20px; padding-left: 5px; ">/cast soulburn<br />
/cast Demonic Circle: Teleport<br />
</div>
<p><strong><em>How it Works - </em></strong>This will cast Soulburn, then automatically teleport you. Great way to make sure you&#8217;re getting in those sprints when you can.</p>
<p>&nbsp;</p>
<h3>  <span style="text-decoration: underline; color: #000000;">Buffing Modifier</span></h3>
<div id='stb-box-9843' class='stb-alert_box' style="border-top-color: #3366ff; border-left-color: #3366ff; border-right-color: #3366ff; border-bottom-color: #3366ff; background-color: #474747; background-image: url(none); min-height: 20px; padding-left: 5px; ">#showtooltip<br />
/castsequence [nomodifier, target=player]<br />
Demon Armor, Soul Link, Insertflaskhere<br />
/castsequence [modifier:alt] Ritual of Souls<br />
/castsequence [modifier:ctrl] Dark Intent<br />
</div>
<p><strong><em>How it Works &#8211; </em></strong>Hold down alt if you need a Ritual of Souls, control for Dark Intent, and use no modifiers if you want Demon Armor, Soul Link, and your Flask all at once. Just replace &#8220;Insertflaskhere&#8221; for whatever you&#8217;re using. Makes pre-buffing for fights much easier.</p>
<p>&nbsp;</p>
<p>If you’re still having trouble finding the Macros you’re looking for, or need more advanced ones, then check out the Addon I use called <strong>Impulse</strong>. It will show you how to set-up your keybinds based on your class/spec, and give you TONS of pre-made macros.</p>
<p><strong><a href="http://warlockmacros.org/go/Manaview/" target="_blank">Click Here for Impulses Keybinding and Macro Addon</a></strong></p>
<p><iframe width="645" height="363" src="http://www.youtube.com/embed/9hg-Lcq4Zk0?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://warlockmacros.org/affliction-warlock-macros/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macro Warlock &#8211; How to Make a WoW Warlock Macro 4.3</title>
		<link>http://warlockmacros.org/warlock-macro-guide-how-to-make-a-wow-warlock-macro</link>
		<comments>http://warlockmacros.org/warlock-macro-guide-how-to-make-a-wow-warlock-macro#comments</comments>
		<pubDate>Thu, 26 Jan 2012 16:24:23 +0000</pubDate>
		<dc:creator>Trackline</dc:creator>
				<category><![CDATA[Warlock Macros]]></category>
		<category><![CDATA[4.3]]></category>
		<category><![CDATA[Warlock Dot Macro]]></category>
		<category><![CDATA[warlock macro]]></category>
		<category><![CDATA[Warlock Pet Macro]]></category>
		<category><![CDATA[Warlock Rotation Macro]]></category>
		<category><![CDATA[world of warcraft]]></category>
		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://warlockmacros.org/?p=22</guid>
		<description><![CDATA[I go over exactly how to make a Macro, and go over a complete Warlock Macro guide on some ideals you can come up with. Updated 4.3]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Hey Darrick here,</p>
<p>Like I promised we will briefly go over <strong> </strong> how to make a <strong>Warlock Macro</strong>. This will be a complete guide so you can come back here for future reference.</p>
<p>• After you log-in you can hit  /Macro or just open up your Main Menu and click the Macro Window.</p>
<p>• Next you will see YourName Macros, and General Macros. The tab marked General is for every character you have, and the tab marked Youname  is if you want it for a certain character. So if you&#8217;re making a certain Warlock Pvp Macro your going to click the Yourname tab.</p>
<p>• After you click those you should see a big grid of boxes, and under the boxes is a single box which shows your currently selected Macro. Below that is the edit box which you will use to select the actually Macro.</p>
<p>• Now we actually start making your Warlock Macro. First click the new tab. That will bring up a new window where you can choose whatever icon you want and put a name for it.</p>
<p>Note: if you hit the <strong>?</strong> it will automatically pick the spell name icon.</p>
<p>• Now if you notice your Macro will be in the box grid. Which you can now start typing script into.</p>
<p>• Lastly after making the Macro for your Warlock you just drag it out then place it on your action bar.</p>
<p>If you don&#8217;t know anything about script I will got over that in another post on <strong>Warlock Macros</strong>. There are tons of different variations you can make for different spells to. Just to give you some ideals here are a few good ones to try out Warlock Rotation Macro, Warlock Dot Macro, Warlock Pet Macro, and even some really useful Warlock Pvp Macros.</p>
<p>Like I said before those are just a few there are tons of different ones. In the next couple of days I will post some of the ones I like the most so everyone can start using them right away.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://warlockmacros.org/warlock-macro-guide-how-to-make-a-wow-warlock-macro/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Warlock Macros &#8211; The Introduction</title>
		<link>http://warlockmacros.org/warlock-macros-the-introduction</link>
		<comments>http://warlockmacros.org/warlock-macros-the-introduction#comments</comments>
		<pubDate>Wed, 25 Jan 2012 15:50:16 +0000</pubDate>
		<dc:creator>Trackline</dc:creator>
				<category><![CDATA[Warlock Macros]]></category>
		<category><![CDATA[4.3]]></category>
		<category><![CDATA[macros]]></category>
		<category><![CDATA[macros for Warlocks]]></category>
		<category><![CDATA[useful Warlock macros]]></category>
		<category><![CDATA[world of warcraft]]></category>
		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://warlockmacros.org/?p=19</guid>
		<description><![CDATA[I explain what a Macro is, and what I will be doing on the next few post of Warlock Macros.]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Hey everyone,</p>
<p>Welcome to <strong>Warlock Macros</strong>. I want to first thank everyone for pushing me to make this site. Many of my friends already know how much I love World of Warcraft and enjoy using all my Macros for my Warlock. I don&#8217;t want to bore you too much talking about myself so if you want to know more info on me please visit the About Me section.</p>
<p>The general theme of Warlock Macros will be sharing with everybody what I think are some of the most  Useful Warlock Macros out there are. I will try to keep everyone up to date on all the best ones there as soon as every new WoW patch comes out and of course expansions. So we will start with patch 4.3 Macros for Warlocks.</p>
]]></content:encoded>
			<wfw:commentRss>http://warlockmacros.org/warlock-macros-the-introduction/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.817 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-05-22 05:21:19 -->
