<?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/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Duct Tape and a Prayer &#187; Macros</title>
	<atom:link href="http://ducttape.etherjammer.com/tag/macros/feed/" rel="self" type="application/rss+xml" />
	<link>http://ducttape.etherjammer.com</link>
	<description>Rezzing stupid people since 2005</description>
	<lastBuildDate>Fri, 13 Jan 2012 15:26:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<copyright>2006-2007 </copyright>
	<managingEditor>chris@etherjammer.com (Duct Tape and a Prayer)</managingEditor>
	<webMaster>chris@etherjammer.com (Duct Tape and a Prayer)</webMaster>
	<image>
		<url>http://ducttape.etherjammer.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>Duct Tape and a Prayer</title>
		<link>http://ducttape.etherjammer.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Just another WordPress weblog</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>Duct Tape and a Prayer</itunes:author>
	<itunes:owner>
		<itunes:name>Duct Tape and a Prayer</itunes:name>
		<itunes:email>chris@etherjammer.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://ducttape.etherjammer.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>Summon a random pet/mount</title>
		<link>http://ducttape.etherjammer.com/2009/02/summon-a-random-pet-moun/</link>
		<comments>http://ducttape.etherjammer.com/2009/02/summon-a-random-pet-moun/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 04:45:17 +0000</pubDate>
		<dc:creator>Noëlle Anthony</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[World of Warcraft]]></category>
		<category><![CDATA[Macros]]></category>

		<guid isPermaLink="false">http://www.etherjammer.com/wowblog/30/</guid>
		<description><![CDATA[Originally posted here on 11/13/08. Since Blizzard released Achievements in patch 3.0, it&#8217;s become more attractive to pick up vast quantities of mounts and vanity pets. However, the more mounts or pets you have, the harder it is for the traditional macros to summon one randomly; /castrandom works well for four or five, but when [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><i>Originally posted <a href="http://www.etherjammer.com/blog/wow-summon-a-random-petmount/" target="_blank">here</a> on 11/13/08.</i></p>
<hr width="30%"/>
<p>Since Blizzard released Achievements in patch 3.0, it&#8217;s become more attractive to pick up vast quantities of mounts and vanity pets. However, the more mounts or pets you have, the harder it is for the traditional macros to summon one randomly; /castrandom works well for four or five, but when you have 75 pets you start running into the 255-character limit.</p>
<p>Fortunately, Blizzard also implemented some new API calls in 3.0, among them CallCompanion(). This allows you to summon anything that the game classifies as a Companion &#8211; which, at the moment, are vanity pets and mounts. This makes it much easier to summon a random pet or mount.</p>
<p>Here are the macros you&#8217;ll need. Copy the text in bold into a new macro and you&#8217;ll be all set.</p>
<ul>
<li> For vanity pets: <b>/run c=GetNumCompanions(&quot;CRITTER&quot;);n=math.random(c);CallCompanion(&quot;CRITTER&quot;,n);</b></li>
<li> For mounts: <b>/run c=GetNumCompanions(&quot;MOUNT&quot;);n=math.random(c);CallCompanion(&quot;MOUNT&quot;,n);</b></li>
</ul>
<p>It&#8217;s almost too easy&#8230;</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p><hr />
<p><small>© Noëlle for <a href="http://ducttape.etherjammer.com">Duct Tape and a Prayer</a>, 2009. |
<a href="http://ducttape.etherjammer.com/2009/02/summon-a-random-pet-moun/">Permalink</a> |
<a href="http://ducttape.etherjammer.com/2009/02/summon-a-random-pet-moun/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://ducttape.etherjammer.com/2009/02/summon-a-random-pet-moun/&title=Summon a random pet/mount">del.icio.us</a>
<br/>
Post tags: <a href="http://ducttape.etherjammer.com/tag/macros/" rel="tag">Macros</a>, <a href="http://ducttape.etherjammer.com/tag/programming/" rel="tag">Programming</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://ducttape.etherjammer.com/2009/02/summon-a-random-pet-moun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

