<?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; Raid Macros</title>
	<atom:link href="http://www.wowmacroswarcraft.com/category/raid-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>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>
	</channel>
</rss>
