<?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; General Macros</title>
	<atom:link href="http://www.wowmacroswarcraft.com/category/general-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>One-button Travel Form</title>
		<link>http://www.wowmacroswarcraft.com/2010/01/20/one-button-travel-form/</link>
		<comments>http://www.wowmacroswarcraft.com/2010/01/20/one-button-travel-form/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 16:03:13 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[General Macros]]></category>

		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/?p=436</guid>
		<description><![CDATA[Macro submitted by Serael from Aggramar.
Macro Description: casts flying mount or form in flyable areas, ground mount or travel form in no flying areas, and water form when swimming. will revert u back to humanoid form if in stance.
/canceform [stance:1/2/3/4/5/6]
/cast [noswimming,flyable,nomounted] &#60;flying mount name or flight form here&#62;
/use [noflyable,nomounted] &#60;ground mount name or travel form here&#62;
/cast [swimming] Aquatic [...]]]></description>
			<content:encoded><![CDATA[<p>Macro submitted by Serael from Aggramar.</p>
<p>Macro Description: casts flying mount or form in flyable areas, ground mount or travel form in no flying areas, and water form when swimming. will revert u back to humanoid form if in stance.</p>
<blockquote><p>/canceform [stance:1/2/3/4/5/6]<br />
/cast [noswimming,flyable,nomounted] &lt;flying mount name or flight form here&gt;<br />
/use [noflyable,nomounted] &lt;ground mount name or travel form here&gt;<br />
/cast [swimming] Aquatic Form<br />
/dismount [mounted]</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.wowmacroswarcraft.com/2010/01/20/one-button-travel-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Raid Target with Icon</title>
		<link>http://www.wowmacroswarcraft.com/2009/08/20/setting-raid-target-with-icon/</link>
		<comments>http://www.wowmacroswarcraft.com/2009/08/20/setting-raid-target-with-icon/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 12:14:54 +0000</pubDate>
		<dc:creator>Wow Macros</dc:creator>
				<category><![CDATA[General Macros]]></category>
		<category><![CDATA[Raid Macros]]></category>

		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/?p=415</guid>
		<description><![CDATA[Set which Raid Target Icon will be shown over a mob or raid member. In patch 1.11, Blizzard added the ability for a raid/party leader or assistant leader to assign up to 8 different target icons to mobs or players. These icons are visible only to other players within the raid or party.
SetRaidTarget(&#8220;unit&#8220;, iconId);
unit 
String [...]]]></description>
			<content:encoded><![CDATA[<p>Set which Raid Target Icon will be shown over a mob or raid member. In patch 1.11, Blizzard added the ability for a raid/party leader or assistant leader to assign up to 8 different target icons to mobs or players. These icons are visible only to other players within the raid or party.</p>
<blockquote><p>SetRaidTarget(&#8220;<strong>unit</strong>&#8220;, <strong>iconId</strong>);</p></blockquote>
<p><strong>unit </strong><br />
String &#8211; The UnitId representing the desired target for the icon.<br />
target &#8211; Assign raid icon to mob you targeted (active).<br />
mouseover &#8211; Assign raid icon to mob where you mouse cursor is. Use this for faster marking.<br />
<strong>iconId </strong><br />
Number &#8211; Icon id from 0 to 8:<br />
0 = no icon<br />
1 = Yellow 4-point Star<br />
2 = Orange Circle<br />
3 = Purple Diamond<br />
4 = Green Triangle<br />
5 = White Crescent Moon<br />
6 = Blue Square<br />
7 = Red &#8220;X&#8221; Cross<br />
8 = White Skull</p>
<p>To set a skull over your current target:</p>
<blockquote><p>/script SetRaidTarget(&#8220;target&#8221;,8);</p></blockquote>
<p><strong>Remember:</strong></p>
<p>This macro only usable for party/raid leader.</p>
<p>#showtooltip cannot be used here. You have to use an icon.</p>
<p>Starting from Patch 2.4 allow players to post raid icon on chat channel. {icon_shape} for example {star} will show star on chat channel.</p>
<p>Example</p>
<blockquote><p>/script SetRaidTarget(”target”, 8);<br />
/p Kill the %t ({skull}) first</p>
<p>/script SetRaidTarget(”target”, 7);<br />
/p Kill the %t ({X}) second</p>
<p>/script SetRaidTarget(”target”, 5);<br />
/p Sleep/crowd control the (%t) {moon}</p>
<p>/script SetRaidTarget(”target”, 1);<br />
/p Stun the %t ({star})</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.wowmacroswarcraft.com/2009/08/20/setting-raid-target-with-icon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dual Spec Switch</title>
		<link>http://www.wowmacroswarcraft.com/2009/06/21/dual-spec-switch/</link>
		<comments>http://www.wowmacroswarcraft.com/2009/06/21/dual-spec-switch/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 03:49:58 +0000</pubDate>
		<dc:creator>Wow Macros</dc:creator>
				<category><![CDATA[General Macros]]></category>

		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/?p=356</guid>
		<description><![CDATA[Dual Spec switcher macro. Submitted by Pap at Stormrage. Rate it.
/usetalents [spec:1] 2; [spec:2] 1
]]></description>
			<content:encoded><![CDATA[<p>Dual Spec switcher macro. Submitted by Pap at Stormrage. Rate it.</p>
<blockquote><p>/usetalents [spec:1] 2; [spec:2] 1</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.wowmacroswarcraft.com/2009/06/21/dual-spec-switch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bandages</title>
		<link>http://www.wowmacroswarcraft.com/2008/07/10/bandages/</link>
		<comments>http://www.wowmacroswarcraft.com/2008/07/10/bandages/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 04:16:13 +0000</pubDate>
		<dc:creator>Wow Macros</dc:creator>
				<category><![CDATA[General Macros]]></category>

		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/?p=236</guid>
		<description><![CDATA[Cancel bandaging by double clicks.
/use [help,nochanneling:Heavy Netherweave Bandage]Heavy Netherweave Bandage; [target=player,nochanneling:Heavy Netherweave Bandage]Heavy Netherweave Bandage
]]></description>
			<content:encoded><![CDATA[<p>Cancel bandaging by double clicks.</p>
<blockquote><p>/use [help,nochanneling:Heavy Netherweave Bandage]Heavy Netherweave Bandage; [target=player,nochanneling:Heavy Netherweave Bandage]Heavy Netherweave Bandage</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.wowmacroswarcraft.com/2008/07/10/bandages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Raid Shouting</title>
		<link>http://www.wowmacroswarcraft.com/2008/07/10/raid-shouting/</link>
		<comments>http://www.wowmacroswarcraft.com/2008/07/10/raid-shouting/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 03:15:13 +0000</pubDate>
		<dc:creator>Wow Macros</dc:creator>
				<category><![CDATA[General Macros]]></category>

		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/?p=232</guid>
		<description><![CDATA[Works in parties and raids; Only promoted/party leaders are able to use the raid warnings. %n will be replaced with whatever or whoever you have targetted
/rw Attack my target: %n!
]]></description>
			<content:encoded><![CDATA[<p>Works in parties and raids; Only promoted/party leaders are able to use the raid warnings. %n will be replaced with whatever or whoever you have targetted</p>
<blockquote><p>/rw Attack my target: %n!</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.wowmacroswarcraft.com/2008/07/10/raid-shouting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set Camera Distance</title>
		<link>http://www.wowmacroswarcraft.com/2008/07/08/set-camera-distance/</link>
		<comments>http://www.wowmacroswarcraft.com/2008/07/08/set-camera-distance/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 11:23:56 +0000</pubDate>
		<dc:creator>Wow Macros</dc:creator>
				<category><![CDATA[General Macros]]></category>

		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/?p=205</guid>
		<description><![CDATA[This is not really a macro but it is useful when fighting raid against huge boss such as Void Reaver to see their spell coming.
/script SetCVar (&#8220;cameraDistancemax&#8221; ,50)
]]></description>
			<content:encoded><![CDATA[<p>This is not really a macro but it is useful when fighting raid against huge boss such as Void Reaver to see their spell coming.</p>
<blockquote><p>/script SetCVar (&#8220;cameraDistancemax&#8221; ,50)</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.wowmacroswarcraft.com/2008/07/08/set-camera-distance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mount flying or dreadsteed</title>
		<link>http://www.wowmacroswarcraft.com/2008/07/01/mount-flying-or-dreadsteed/</link>
		<comments>http://www.wowmacroswarcraft.com/2008/07/01/mount-flying-or-dreadsteed/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 16:12:04 +0000</pubDate>
		<dc:creator>Wow Macros</dc:creator>
				<category><![CDATA[General Macros]]></category>
		<category><![CDATA[Warlock Macros]]></category>

		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/?p=175</guid>
		<description><![CDATA[If you are in a zone where you can use your flying mount this macro will use that. If not it will summon your dreadsteed.
/stopmacro [flying]
/cast [outdoors,nomounted,nomodifier:ctrl,flyable] Ebon Gryphon; [outdoors,nomounted] Summon Dreadsteed(Summon)
/dismount [mounted]
As an alternative a more advanced macro can be used. This differs from the above form in that it shows the appropriate tooltip [...]]]></description>
			<content:encoded><![CDATA[<p>If you are in a zone where you can use your flying mount this macro will use that. If not it will summon your dreadsteed.</p>
<blockquote><p>/stopmacro [flying]<br />
/cast [outdoors,nomounted,nomodifier:ctrl,flyable] Ebon Gryphon; [outdoors,nomounted] Summon Dreadsteed(Summon)<br />
/dismount [mounted]</p></blockquote>
<p>As an alternative a more advanced macro can be used. This differs from the above form in that it shows the appropriate tooltip based on what mount you are able to currently use. It also allows the use of the ALT key to summon the Dreadsteed within areas that allow flying. This macro also prevents you from accidentally dismounting while in the air. The outdoor check was omitted to save space.</p>
<blockquote><p>#showtooltip [mod:alt] Summon Dreadsteed; [flyable] Tawny Windrider; Summon Dreadsteed<br />
/cast [nomounted, mod:alt] Summon Dreadsteed; [nomounted,flyable] Tawny Windrider; [nomounted] Summon Dreadsteed<br />
/dismount [mounted,noflying]</p></blockquote>
<p>Same concept as the above macro, but will allow you to summon your Dreadsteed by pressing ctrl even in a flyable area, if you so desire. Also enables you to summon a minion of your choice (in this example a Felguard). Replace with your windrider and minion of choice.</p>
<blockquote><p>#showtooltip<br />
/cast [mod:ctrl] Summon Dreadsteed; [mod:alt] Summon Felguard; [flyable] Blue Windrider; Summon Dreadsteed<br />
/dismount [noflying,mounted]</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.wowmacroswarcraft.com/2008/07/01/mount-flying-or-dreadsteed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announce resurrection target</title>
		<link>http://www.wowmacroswarcraft.com/2008/06/28/announce-resurrection-target/</link>
		<comments>http://www.wowmacroswarcraft.com/2008/06/28/announce-resurrection-target/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 10:34:20 +0000</pubDate>
		<dc:creator>Wow Macros</dc:creator>
				<category><![CDATA[General Macros]]></category>
		<category><![CDATA[Priest Macros]]></category>

		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/?p=159</guid>
		<description><![CDATA[This macro yells out the intent to resurrect someone (&#8220;Rezzing Name&#8221;, or Corpse of Name if released) as the spell is cast.  Coordination of rezzers saves mana and time, especially after a raid wipe.
Rebirth is the druid rez; it leaves you with 40 letters to improve upon the message.  The longest-named rez in [...]]]></description>
			<content:encoded><![CDATA[<p>This macro yells out the intent to resurrect someone (<strong>&#8220;Rezzing Name&#8221;</strong>, or <strong>Corpse of Name</strong> if released) as the spell is cast.  Coordination of rezzers saves mana and time, especially after a raid wipe.</p>
<p><strong>Rebirth</strong> is the druid rez; it leaves you with 40 letters to improve upon <strong>the message</strong>.  The longest-named rez in the game, Ancestral Spirit, leaves 31 letters.</p>
<p>It may be possible to find an AddOn that does the work of this macro &#8211; however, it was not always possible to identify a ghost player with a spell. Many rezzers have been witnessed making the bizarre claim &#8220;Rezzing &lt;no target&gt;&#8221;.</p>
<blockquote><p>/run R=R or CreateFrame(&#8220;Frame&#8221;)R:RegisterEvent(&#8220;UNIT_SPELLCAST_SENT&#8221;)R:SetScript(&#8220;OnEvent&#8221;,function(R,E,T,T,T,T)SendChatMessage(<strong>&#8220;Rezzing &#8220;..(T or UnitName(&#8220;mouseover&#8221;))</strong>,&#8221;YELL&#8221;)R:UnregisterEvent(E)end)<br />
/cast <strong>Rebirth</strong></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.wowmacroswarcraft.com/2008/06/28/announce-resurrection-target/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use either trinket</title>
		<link>http://www.wowmacroswarcraft.com/2008/06/28/use-either-trinket/</link>
		<comments>http://www.wowmacroswarcraft.com/2008/06/28/use-either-trinket/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 10:24:02 +0000</pubDate>
		<dc:creator>Wow Macros</dc:creator>
				<category><![CDATA[General Macros]]></category>

		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/?p=158</guid>
		<description><![CDATA[This macro activates the upper trinket if it is not on cooldown. If it is on cooldown, the macro tries to activate the lower trinket. This is useful if you have two trinkets on short cooldowns that do similar things (add attack power, add spell damage, add healing, etc.). You will get an error that [...]]]></description>
			<content:encoded><![CDATA[<p>This macro activates the upper trinket if it is not on cooldown. If it is on cooldown, the macro tries to activate the lower trinket. This is useful if you have two trinkets on short cooldowns that do similar things (add attack power, add spell damage, add healing, etc.). You will get an error that one item is not ready every time you use this macro.</p>
<pre>/use 13
/use 14
</pre>
<p>Here is another example using /castsequence and setting the reset timer to your primary trinket&#8217;s cooldown. When you use the first trinket (use the &#8216;?&#8217; icon!) you will see the icon switch to your second trinket. If you use your second trinket or wait the reset time it will switch back to your primary trink. Like above, this is useful for trinkets that do similar things, as shown in this example.</p>
<pre>/castsequence reset=90 Bladefist's Breadth, Blackhand's Breadth
</pre>
<p>Another version of this macro is this:</p>
<pre>/use [button:1] 13
/use [button:2] 14
</pre>
<p>This macro is useful if you have trinkets that do dissimilar things. Left-clicking the macro will use the first trinket, right-clicking the macro will use the second trinket.</p>
<p>This example disables the annoying sound you get when your trinkets are on cooldown (credit to Syrloin on Steemwheedle Cartel):</p>
<pre>/run SetCVar("Sound_EnableSFX","0")
/use 13
/use 14
/run SetCVar("Sound_EnableSFX","1")
/castsequence X, Y, Z
</pre>
<p>This is the same as the previous one but also disables the red error messages. In addition, the sound issue can be solved with fewer characters leaving you with extra characters for those long spell names.</p>
<pre>/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
/console Sound_EnableSFX 0
/use 13
/use 14
/cast Spellname
/script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");
/console Sound_EnableSFX 1
</pre>
<p>This next macro moves the spellcast to the end, outside of the sound toggling. This allows the &#8220;that spell is not ready yet&#8221; warning if the final spell is indeed not ready, but still prevents the voice emote for the trinkets. Also, in recent release you no longer need any more error management than clearing the error frame.</p>
<pre>/console Sound_EnableSFX 0
/use 13
/use 14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
/cast Mind Blast
</pre>
<p>For offensive spells, the following line can be added at the top to prevent trinket use if there is no target selected, or the target is not an enemy.</p>
<pre>/stopmacro [help] [noexists]
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.wowmacroswarcraft.com/2008/06/28/use-either-trinket/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get icon name / &#8220;texture&#8221;</title>
		<link>http://www.wowmacroswarcraft.com/2008/06/28/get-icon-name-texture/</link>
		<comments>http://www.wowmacroswarcraft.com/2008/06/28/get-icon-name-texture/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 10:21:46 +0000</pubDate>
		<dc:creator>Wow Macros</dc:creator>
				<category><![CDATA[General Macros]]></category>

		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/?p=157</guid>
		<description><![CDATA[Assign the macro to a hotkey, pick up an item, spell, or macro with the cursor, and hit the hotkey of the macro to see the filename of the object&#8217;s image. The filename is relative to the World of Warcraft installation folder, and may not actually be &#8216;there&#8217; on your hard drive since the program [...]]]></description>
			<content:encoded><![CDATA[<p>Assign the macro to a hotkey, pick up an item, spell, or macro with the cursor, and hit the hotkey of the macro to see the filename of the object&#8217;s image. The filename is relative to the World of Warcraft installation folder, and may not actually be &#8216;there&#8217; on your hard drive since the program has a virtual directory system. This is useful only to programmers and those curious enough to ask.</p>
<blockquote><p>/script local type, id, book = GetCursorInfo();DEFAULT_CHAT_FRAME:AddMessage(  (type==â€itemâ€) and GetItemIcon(id) or (type==â€spellâ€) and GetSpellTexture(id,book) or (type==â€macroâ€) and select(GetMacroInfo(id),2) )</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.wowmacroswarcraft.com/2008/06/28/get-icon-name-texture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
