<?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>Mystic Chicanery &#187; Macros</title>
	<atom:link href="http://chicanery.fibergeek.com/category/ui/macros/feed/" rel="self" type="application/rss+xml" />
	<link>http://chicanery.fibergeek.com</link>
	<description>Impish by nature.</description>
	<lastBuildDate>Mon, 14 Jun 2010 01:15:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Stoned</title>
		<link>http://chicanery.fibergeek.com/2010/02/04/stoned/</link>
		<comments>http://chicanery.fibergeek.com/2010/02/04/stoned/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 20:48:25 +0000</pubDate>
		<dc:creator>Nibuca</dc:creator>
				<category><![CDATA[Macros]]></category>

		<guid isPermaLink="false">http://chicanery.fibergeek.com/?p=3275</guid>
		<description><![CDATA[<p> Psynister asked about cooldowns on Soulstones on twitter.</p>
<p>Once upon a time I used Necrosis.  Then it became a huge resource suck and I had to find another way to manage all the fiddly warlock things.  I finally settled on using a lot of macros.  I use ALOT of macros.. and they&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://chicanery.fibergeek.com/wp-content/uploads/2010/02/psynister_twitter.jpg" rel="lightbox" ><img src="http://chicanery.fibergeek.com/wp-content/uploads/2010/02/psynister_twitter-300x163.jpg" alt="" title="psynister_twitter" width="300" height="163" class="alignleft size-medium wp-image-3276" align="left" rel="lightbox" /></a> Psynister asked about <a href="http://twitter.com/psynister/status/8562465242">cooldowns on Soulstones</a> on twitter.</p>
<p>Once upon a time I used Necrosis.  Then it became a huge resource suck and I had to find another way to manage all the fiddly warlock things.  I finally settled on using a lot of macros.  I use ALOT of macros.. and they&#8217;re constantly changing as I improve them.. or change how I want to use them.  </p>
<p>Here&#8217;s the stone macros I&#8217;m using currently.<br />
<br clear="all" /><br />
For Soulstone I have a button on my UI which maps to the following macro:</p>
<p><strong>Soulstone:</strong></p>
<blockquote><p>#showtooltip<br />
/use [nomod,button:1] Demonic Soulstone<br />
/cast [mod][button:2]Create Soulstone<br />
/opt [nomod,button:1] /say I will just take %t&#8217;s soul and put it in this little shard.  There.. safe and sound.
</p></blockquote>
<p>If I have no soulstone (and haven&#8217;t had one since I logged on) then the ? icon will show.<br />
If I hold down a mod(shift, ctrl, alt) the icon changes to the &#8220;create soulstone&#8221; icon.<br />
If I right click the icon it will attempt to create a soulstone. It will also create a soulstone if I hold down a mod and either right or left click the icon.<br />
Without a mod, if I left-click and I have a soulstone it will put that soulstone on my current target, self if I have no target.</p>
<p>If you do not have the addon &#8220;MacroTalk&#8221; then remove the last line of the macro. If you -do- have &#8220;MacroTalk&#8221; installed then the last line will /say with the name of the person you&#8217;re soulstoning.</p>
<p>I also use the addon &#8220;OmniCC&#8221; which put the cooldown of the spell (soulstone in this case) onto the face of the button.</p>
<p>I haven&#8217;t done it.. but I could also add a trigger to &#8220;Power Aura&#8221; so it would make a sound and alert me when the ability &#8220;Create Soulstone&#8221; comes off cooldown.</p>
<p><strong>Fire/Spellstone macro:</strong></p>
<blockquote><p>#showtooltip<br />
/use [nomod,button:1]Grand Spellstone<br />
/cast [nomod,button:2] Create Spellstone<br />
/use [mod,button:1]Grand Firestone<br />
/cast [mod,button:2] Create Firestone<br />
/use [button:1] 16
</p></blockquote>
<p>With no modifier held down:<br />
 &#8211; If I have no Spellstone in my inventory the icon shows as a ?.  If I have a stone the icon will show how many charges are left on the spellstone.<br />
 &#8211; Right-click to create a spellstone.<br />
 &#8211; Left-click to apply a Spellstone to my weapon.<br />
If I hold down a modifier (shift, alt, ctrl):<br />
 &#8211; if I have no firestone the icon will change to a ? otherwise it will show how many charges are left on my firestone.<br />
 &#8211; Right-click to create a new firestone.<br />
 &#8211; Left-click to apply a Firestone to my current weapon.</p>
<p><strong>Healthstones:</strong></p>
<blockquote><p>#showtooltip<br />
/use [nomod] Fel Healthstone<br />
/cast [button:2,nomod] Create Healthstone<br />
/opt [mod:shift] /say C is for Cookies.  Nom Nom Nom!<br />
/cast [mod:shift] Ritual of Souls</p></blockquote>
<p>If I have no healthstone (and haven&#8217;t had one since I logged on) , show a ?. (If I&#8217;ve had a healtstone before now then a &#8220;spent&#8221; healtstone will show on the UI.  If I receive a different size healtstone than the one I had earlier in this session then the &#8220;spent&#8221; healthstone will continue to show.  I normally just drag this odd-sized cookie to my bar so I use it in the fight)(I don&#8217;t know of a way around that)<br />
If I have a healthstone left-click to consume it.<br />
Right-click to create a new cookie.<br />
Hold down shift and left or right click to call down a cookie jar.</p>
<p>If you don&#8217;t have the addon &#8220;MacroTalk&#8221; installed you will need to remove line 4 (/opt&#8230;).</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://chicanery.fibergeek.com/2007/09/25/warlock-amplify-curse-macro/" rel="bookmark" class="wherego_title">Warlock Amplify Curse Macro</a></li><li><a href="http://chicanery.fibergeek.com/2010/02/07/twitter-weekly-updates-for-2010-02-07/" rel="bookmark" class="wherego_title">Twitter Weekly Updates for 2010-02-07</a></li><li><a href="http://chicanery.fibergeek.com/2008/12/16/addon-livestock/" rel="bookmark" class="wherego_title">Addon: Livestock</a></li><li><a href="http://chicanery.fibergeek.com/2007/09/25/how-i-heal-gridclique/" rel="bookmark" class="wherego_title">How I Heal, Grid+Clique</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://chicanery.fibergeek.com/2010/02/04/stoned/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>A beautiful macro</title>
		<link>http://chicanery.fibergeek.com/2009/09/03/a-beautiful-macro/</link>
		<comments>http://chicanery.fibergeek.com/2009/09/03/a-beautiful-macro/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 17:51:43 +0000</pubDate>
		<dc:creator>Nibuca</dc:creator>
				<category><![CDATA[Macros]]></category>

		<guid isPermaLink="false">http://chicanery.fibergeek.com/?p=2397</guid>
		<description><![CDATA[<p>There&#8217;s a new tool in town.  MacroExplain will puzzle apart macros and try to tell you in english what the macro is doing.</p>
<p>Here&#8217;s my favorite macro http://www.macroexplain.com/m7</p>
<p>
/target [help] targettarget
/petattack [target=pettarget,noexists] target
/cast [nochanneling] life tap(rank 1)
/stopmacro [target=pettarget,noexists]
/petfollow
</p>
<p>The automatically generated explanation isn&#8217;t -bad-.. but it lack depth.  Still the automated explaination is good when you [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a new tool in town.  <a href="http://macroexplain.com/">MacroExplain</a> will puzzle apart macros and try to tell you in english what the macro is doing.</p>
<p>Here&#8217;s my favorite macro <a href="http://www.macroexplain.com/m7">http://www.macroexplain.com/m7</a></p>
<blockquote><p>
/target [help] targettarget<br />
/petattack [target=pettarget,noexists] target<br />
/cast [nochanneling] life tap(rank 1)<br />
/stopmacro [target=pettarget,noexists]<br />
/petfollow
</p></blockquote>
<p>The automatically generated explanation isn&#8217;t -bad-.. but it lack depth.  Still the automated explaination is good when you can&#8217;t get a human one.</p>
<p>The human explaination:<br />
If I have no-one targeted and I&#8217;m not currently channeling a spell then hitting this macro will trigger Life Tap (rank 1) (triggering the Life Tap buff from the Life Tap Glyph).</p>
<p>If I have the tank (a friendly target) as my target and I hit this macro it will set my target to be the tank&#8217;s target (hopefully the mob we&#8217;re killing), if my pet isn&#8217;t currently attacking anything it will send my pet to attack that mob, and then cast Life Tap (rank 1) (triggering the Life Tap buff from the Life Tap Glyph).</p>
<p>If I have an unfriendly mob targeted, and if my pet isn&#8217;t currently attacking anything it will send my pet to attack that mob, and then cast Life Tap (rank 1) (triggering the Life Tap buff from the Life Tap Glyph).</p>
<p>If my pet is attacking something then hitting this macro will cast Life Tap (rank 1) (triggering the Life Tap buff from the Life Tap Glyph) and call my pet back to follow me.</p>
<p>ie, in a fight I target the tank and hit this macro to trigger my life tap glyph and to send my pet.  I then hit the macro again to call my pet back to me.</p>
<p>On my hunter I have replaced &#8220;/cast [nochanneling] life tap(rank 1)&#8221; with &#8220;/cast Hunter&#8217;s Mark&#8221; to mark the target.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://chicanery.fibergeek.com/2007/05/06/useful-hunter-macro-post-bc/" rel="bookmark" class="wherego_title">Useful Hunter Macro (Post BC)</a></li><li><a href="http://chicanery.fibergeek.com/2010/01/15/whars-ma-dps-affliction-checklist/" rel="bookmark" class="wherego_title">&#8220;Whar&#8217;s ma DPS?&#8221; Affliction Checklist</a></li><li><a href="http://chicanery.fibergeek.com/2008/01/17/hunter-attack-macro/" rel="bookmark" class="wherego_title">Hunter Attack Macro</a></li><li><a href="http://chicanery.fibergeek.com/2009/06/03/life-tap-pet-attack-macro/" rel="bookmark" class="wherego_title">Life Tap + Pet Attack Macro</a></li><li><a href="http://chicanery.fibergeek.com/2008/09/08/so-hunters-are-fun/" rel="bookmark" class="wherego_title">So .. hunters are fun?</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://chicanery.fibergeek.com/2009/09/03/a-beautiful-macro/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Life Tap + Pet Attack Macro</title>
		<link>http://chicanery.fibergeek.com/2009/06/03/life-tap-pet-attack-macro/</link>
		<comments>http://chicanery.fibergeek.com/2009/06/03/life-tap-pet-attack-macro/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 02:30:45 +0000</pubDate>
		<dc:creator>Nibuca</dc:creator>
				<category><![CDATA[Macros]]></category>
		<category><![CDATA[Warlocks]]></category>

		<guid isPermaLink="false">http://chicanery.fibergeek.com/?p=2122</guid>
		<description><![CDATA[<p>Woot!  So it turns out I can add life tap to my pet attack macro. </p>
<p>Pet Attack:</p>
<p>
/target [help] targettarget
/petattack [target=pettarget,noexists] target
/cast [nochanneling] life tap(rank 1)
/stopmacro [target=pettarget,noexists]
/petfollow
</p>
<p>If my target is friendly to me (ie, the tank) use my target’s target and ..
If I&#8217;m not currently channeling another spell, Life tap (rank 1) (because I have [...]]]></description>
			<content:encoded><![CDATA[<p>Woot!  So it turns out I can add life tap to my pet attack macro. </p>
<p><strong>Pet Attack:</strong></p>
<blockquote><p>
/target [help] targettarget<br />
/petattack [target=pettarget,noexists] target<br />
/cast [nochanneling] life tap(rank 1)<br />
/stopmacro [target=pettarget,noexists]<br />
/petfollow
</p></blockquote>
<p>If my target is friendly to me (ie, the tank) use my target’s target and ..<br />
If I&#8217;m not currently channeling another spell, Life tap (rank 1) (because I have the Life Tap glyph) and …<br />
…If I have a target and my pet currently isn’t attacking anything, send my pet to attack my target.<br />
…If I have a target and my pet -is- attacking something, call my pet back to my side.</p>
<p>Paraphrased: hit once to have pet attack, hit again to call pet back to you.</p>
<p>[Edited to add: minor tweak made to above so that the Life Tap doesn't interrupte me if I'm doing a channeled spell]</p>
<p>I&#8217;ve update this on my <a href="http://chicanery.fibergeek.com/macros/macros-warlock/">warlock macro</a> page.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://chicanery.fibergeek.com/2009/10/18/nibs-efficient-alliance-bucket-path/" rel="bookmark" class="wherego_title">Nib&#8217;s (somewhat) Efficient Alliance Bucket Path</a></li><li><a href="http://chicanery.fibergeek.com/2009/09/03/a-beautiful-macro/" rel="bookmark" class="wherego_title">A beautiful macro</a></li><li><a href="http://chicanery.fibergeek.com/2008/01/17/hunter-attack-macro/" rel="bookmark" class="wherego_title">Hunter Attack Macro</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://chicanery.fibergeek.com/2009/06/03/life-tap-pet-attack-macro/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Summon Random Non-Combat Pet</title>
		<link>http://chicanery.fibergeek.com/2008/10/17/summon-random-non-combat-pet/</link>
		<comments>http://chicanery.fibergeek.com/2008/10/17/summon-random-non-combat-pet/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 22:46:09 +0000</pubDate>
		<dc:creator>Nibuca</dc:creator>
				<category><![CDATA[Addons]]></category>
		<category><![CDATA[Macros]]></category>

		<guid isPermaLink="false">http://chicanery.fibergeek.com/2008/10/17/summon-random-non-combat-pet/</guid>
		<description><![CDATA[<p>
/run CallCompanion(&#8220;CRITTER&#8221;, random(GetNumCompanions(&#8220;CRITTER&#8221;) ) )
</p>
<p>I didn&#8217;t write it.  Sometimes good information actually -does- come from the official forums.</p>
<p>See the official forum post for more information about &#8220;random mounts&#8221; (ie, the answer is long.. they said it well.. and i&#8217;m not going to repeat it.. except to say that the addon &#8220;livestock&#8221; looks like a [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>
/run CallCompanion(&#8220;CRITTER&#8221;, random(GetNumCompanions(&#8220;CRITTER&#8221;) ) )
</p></blockquote>
<p>I didn&#8217;t write it.  Sometimes good information actually -does- come from the official forums.</p>
<p>See the <a href="http://forums.worldofwarcraft.com//thread.html?topicId=11228503360&#038;sid=1">official forum post</a> for more information about &#8220;random mounts&#8221; (ie, the answer is long.. they said it well.. and i&#8217;m not going to repeat it.. except to say that the addon &#8220;livestock&#8221; looks like a very good solution).</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://chicanery.fibergeek.com/2007/04/13/useful-pally-macros-post-bc/" rel="bookmark" class="wherego_title">Useful Pally Macros (Post BC)</a></li><li><a href="http://chicanery.fibergeek.com/2008/10/17/northrend-dungeon-order/" rel="bookmark" class="wherego_title">Northrend Dungeon Order</a></li><li><a href="http://chicanery.fibergeek.com/2007/04/17/busting-up-the-holy-trinity-aka-what-a-paladin-isnt/" rel="bookmark" class="wherego_title">Busting up the Holy Trinity (AKA: What a Paladin isn&#8217;t)</a></li><li><a href="http://chicanery.fibergeek.com/2007/08/16/twiddling-my-ui-nothing-to-see-here-move-along/" rel="bookmark" class="wherego_title">Twiddling my UI (nothing to see here, move along)</a></li><li><a href="http://chicanery.fibergeek.com/2008/10/31/ruminations-of-random/" rel="bookmark" class="wherego_title">Ruminations of Random</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://chicanery.fibergeek.com/2008/10/17/summon-random-non-combat-pet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Macro: Hunter Pull Shot</title>
		<link>http://chicanery.fibergeek.com/2008/06/12/macro-hunter-pull-shot/</link>
		<comments>http://chicanery.fibergeek.com/2008/06/12/macro-hunter-pull-shot/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 23:22:13 +0000</pubDate>
		<dc:creator>Nibuca</dc:creator>
				<category><![CDATA[Hunters]]></category>
		<category><![CDATA[Macros]]></category>

		<guid isPermaLink="false">http://chicanery.fibergeek.com/2008/06/12/macro-hunter-pull-shot/</guid>
		<description><![CDATA[<p>Fiancee is helping another player with his hunter.  I promised to repost his pulling macro.</p>
<p>Here&#8217;s the macro I use for pulling something.  Set this up in your macros with the &#8220;?&#8221; icon.</p>
<p>
#showtooltip Distracting Shot
/clearfocus [target=focus,dead]
/clearfocus [target=focus,noexists]
/focus [target=focus,noexists]
/cast [target=focus] Distracting Shot
/stopcasting
</p>
<p>What it does:
Show the distracting shot icon.
If my focus is dead,
or if my focus [...]]]></description>
			<content:encoded><![CDATA[<p>Fiancee is helping another player with his hunter.  I promised to repost his pulling macro.</p>
<p>Here&#8217;s the macro I use for pulling something.  Set this up in your macros with the &#8220;?&#8221; icon.</p>
<blockquote><p>
#showtooltip Distracting Shot<br />
/clearfocus [target=focus,dead]<br />
/clearfocus [target=focus,noexists]<br />
/focus [target=focus,noexists]<br />
/cast [target=focus] Distracting Shot<br />
/stopcasting
</p></blockquote>
<p>What it does:<br />
Show the distracting shot icon.<br />
If my focus is dead,<br />
or if my focus doesn&#8217;t exist,<br />
Set me target to be my focus.<br />
Cast distracting shot on my focus.<br />
Then stop shotting (Ie, stop my auto-shot).</p>
<p>Normally you&#8217;d use this to pull something to you to put it in a freezing trap (but stop auto-shooting so you don&#8217;t break your freezing trap).  This sets your target to be your focus.. so if you have the right addons (I&#8217;m thinking Quartz) setup you&#8217;ll see a timer for your trap duration.  </p>
<p>Keep in mind that distracting shots don&#8217;t break ice traps.  So if you think that the healer is getting higher than you on the trapped mob&#8217;s threat list (or if you have to feighn death) you can hit this macro again to hit your focus with another distracting shot.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://chicanery.fibergeek.com/2008/03/28/productively-unproductive/" rel="bookmark" class="wherego_title">Productively unproductive</a></li><li><a href="http://chicanery.fibergeek.com/2007/08/21/warlock-banish-macro/" rel="bookmark" class="wherego_title">Warlock Banish Macro</a></li><li><a href="http://chicanery.fibergeek.com/2007/11/19/the-suck-that-is-stockades/" rel="bookmark" class="wherego_title">The Suck that is Stockades</a></li><li><a href="http://chicanery.fibergeek.com/2007/11/19/chain-trapping/" rel="bookmark" class="wherego_title">Chain Trapping</a></li><li><a href="http://chicanery.fibergeek.com/2007/05/06/useful-hunter-macro-post-bc/" rel="bookmark" class="wherego_title">Useful Hunter Macro (Post BC)</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://chicanery.fibergeek.com/2008/06/12/macro-hunter-pull-shot/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Macro: Healthstones</title>
		<link>http://chicanery.fibergeek.com/2008/06/12/macro-healthstones/</link>
		<comments>http://chicanery.fibergeek.com/2008/06/12/macro-healthstones/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 16:17:31 +0000</pubDate>
		<dc:creator>Nibuca</dc:creator>
				<category><![CDATA[Macros]]></category>

		<guid isPermaLink="false">http://chicanery.fibergeek.com/2008/06/12/macro-healthstones/</guid>
		<description><![CDATA[<p>
[Deprecated: with the 3.0.x patch, you can only carry one healthstone.  So the macro is still useful.. just not as useful as it used to be.]
The following macro will allow you to have a single button for multiple healthstones.  If you have all three sizes, then clicking this once will use the biggest [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://chicanery.fibergeek.com/wp-content/uploads/2008/06/healthstone.jpg' alt='Healthstone' align="left" hspace="10" /><br />
<b>[Deprecated: with the 3.0.x patch, you can only carry one healthstone.  So the macro is still useful.. just not as useful as it used to be.]</b><br />
The following macro will allow you to have a single button for multiple healthstones.  If you have all three sizes, then clicking this once will use the biggest one.  Then the second click (after 2 mins) will use the middle sized one.  Clicking this a 3rd time (after 2 mins) will use the smallest healthstone. </p>
<p>It will show as a tooltip the smallest healthstone.  Assuming you have one in your inventory the icon will show up until you use the smallest healthstone.</p>
<blockquote><p>
#showtooltip item:22103<br />
/use item:22105<br />
/use item:22104<br />
/use item:22103
</p></blockquote>
<p>If you wanted to, you could add &#8220;/use Charged Crystal Focus&#8221; as the last line and then when you run out of cookies it will start eating crystal focus.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://chicanery.fibergeek.com/2010/02/04/stoned/" rel="bookmark" class="wherego_title">Stoned</a></li><li><a href="http://chicanery.fibergeek.com/2007/08/21/warlock-banish-macro/" rel="bookmark" class="wherego_title">Warlock Banish Macro</a></li><li><a href="http://chicanery.fibergeek.com/2007/11/05/trinket-macros/" rel="bookmark" class="wherego_title">Trinket Macros</a></li><li><a href="http://chicanery.fibergeek.com/2007/09/25/warlock-amplify-curse-macro/" rel="bookmark" class="wherego_title">Warlock Amplify Curse Macro</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://chicanery.fibergeek.com/2008/06/12/macro-healthstones/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Need more RAGE^H^H^H^HMacros</title>
		<link>http://chicanery.fibergeek.com/2008/06/09/need-more-ragehhhhmacros/</link>
		<comments>http://chicanery.fibergeek.com/2008/06/09/need-more-ragehhhhmacros/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 19:31:50 +0000</pubDate>
		<dc:creator>Nibuca</dc:creator>
				<category><![CDATA[Macros]]></category>
		<category><![CDATA[Warlocks]]></category>

		<guid isPermaLink="false">http://chicanery.fibergeek.com/2008/06/09/need-more-ragehhhhmacros/</guid>
		<description><![CDATA[<p>So I&#8217;ve got this macro problem.. you might call it an addiction.. but that&#8217;s only if you look at it from the outside where it looks all obsessive and weird.  From the insider (my view) it looks perfectly normal.</p>
<p>Anyway.. Lilac has run out of macro slots.  I know, hard to imagine.. but every [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve got this macro problem.. you might call it an addiction.. but that&#8217;s only if you look at it from the outside where it looks all obsessive and weird.  From the insider (my view) it looks perfectly normal.</p>
<p>Anyway.. Lilac has run out of macro slots.  I know, hard to imagine.. but every single slot for a macro for Lilac is totally full.  The part that frustrates me.. is that most of her macros follow a template.</p>
<p>I have all these spells.. and I want them to work the same way.. no matter which spell I hit.  </p>
<p><b>Here&#8217;s her standard spell template:</b></p>
<blockquote><p>
1: /target [help] targettarget<br />
2: /targetexact Astral Flare<br />
    /targetexact Demon Chains<br />
{&#8230; and a couple more}<br />
3: /use 13<br />
    /use 14<br />
4: /cast [button:2, target=focus][] {<i>Some spellname here</i>}
</p></blockquote>
<p><b>What it does:</b><br />
1: if you click the tank (or a big bear butt) use his target instead.  Poor man&#8217;s assist macro.<br />
2: If any of those special targets exist, make them the target for the next spell.  The last target listed is the one that &#8220;wins&#8221; so if you&#8217;re at Curator and an Astral Flare is up, it targets the Flare first and Curator when the Flare is dead.  This is good for DPS (like Lilac) but bad for Tanks.  So add this carefully depending on your role.  Since I&#8217;m using &#8220;targetexact&#8221; they only kick in if that exact mob is up.  I added Moroes because after he disappears you lose targeting on him.. and I keep losing dps time clicking the spell and not having him targeted.<br />
3: Use your trinkets.  This works well as long as they don&#8217;t trigger GCD.  And as long as you -want- them triggered everytime their cooldown is available.  I adjust this when I use something that I want to save.. like the PVP trinket.<br />
4: If you click the button (or use the keybinding) cast this on your target.  If you right-clicked it (button:2) then cast it on your focus.</p>
<p>Almost all of Lilac&#8217;s spells follow this template.  The only spell I can think of that&#8217;s different is my <a href="">Pet macro</a> and Curse of Doom (which also triggers Amplify Curse).</p>
<p>By following this template I know that all of my spells/buttons work the same way.. BUT it also means that on-the-fly or frivolous macros are out of the question.. unless I put them on the &#8216;General&#8217; tab.</p>
<p>Ok.. so I guess this is a general *grumble*.  I suppose I should look to see if there are addons for this.. hrm.</p>
<p>[edited to add:]<br />
*grumble* the targeting bit turns out it needs more tweaking.  </p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://chicanery.fibergeek.com/2007/09/25/warlock-amplify-curse-macro/" rel="bookmark" class="wherego_title">Warlock Amplify Curse Macro</a></li><li><a href="http://chicanery.fibergeek.com/2008/06/09/irony-it-made-me-laugh/" rel="bookmark" class="wherego_title">Irony (it made me laugh)</a></li><li><a href="http://chicanery.fibergeek.com/2008/06/09/addon-mendeleev/" rel="bookmark" class="wherego_title">Addon: Mendeleev</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://chicanery.fibergeek.com/2008/06/09/need-more-ragehhhhmacros/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pally Macros</title>
		<link>http://chicanery.fibergeek.com/2008/02/27/pally-macros/</link>
		<comments>http://chicanery.fibergeek.com/2008/02/27/pally-macros/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 17:31:37 +0000</pubDate>
		<dc:creator>Nibuca</dc:creator>
				<category><![CDATA[Macros]]></category>
		<category><![CDATA[Paladins]]></category>

		<guid isPermaLink="false">http://chicanery.fibergeek.com/2008/02/27/pally-macros/</guid>
		<description><![CDATA[<p>Yesterday it occured to me that suddently Tatia is using a lot of macros.  I&#8217;ve added a page just for the macros.  Enjoy.</p>
Readers who viewed this page, also viewed:Trinket MacrosBugged Bear.. Birds at 9On my way outHow I Heal, Grid+CliquePowered by Where did they go from here?]]></description>
			<content:encoded><![CDATA[<p><img src="http://chicanery.fibergeek.com/wp-content/uploads/2008/02/createmacros.jpg" alt="Macro Creation" align="left" hspace="10" />Yesterday it occured to me that suddently Tatia is using a lot of macros.  I&#8217;ve added a page just for the macros.  Enjoy.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://chicanery.fibergeek.com/2007/11/05/trinket-macros/" rel="bookmark" class="wherego_title">Trinket Macros</a></li><li><a href="http://chicanery.fibergeek.com/2008/02/26/bugged-bear-birds-at-9/" rel="bookmark" class="wherego_title">Bugged Bear.. Birds at 9</a></li><li><a href="http://chicanery.fibergeek.com/2007/12/19/on-my-way-out/" rel="bookmark" class="wherego_title">On my way out</a></li><li><a href="http://chicanery.fibergeek.com/2007/09/25/how-i-heal-gridclique/" rel="bookmark" class="wherego_title">How I Heal, Grid+Clique</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://chicanery.fibergeek.com/2008/02/27/pally-macros/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Evolution of a Warlock Macro</title>
		<link>http://chicanery.fibergeek.com/2008/02/13/warlock-pet-macro/</link>
		<comments>http://chicanery.fibergeek.com/2008/02/13/warlock-pet-macro/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 00:44:20 +0000</pubDate>
		<dc:creator>Nibuca</dc:creator>
				<category><![CDATA[Macros]]></category>
		<category><![CDATA[Warlocks]]></category>

		<guid isPermaLink="false">http://chicanery.fibergeek.com/2008/02/13/warlock-pet-macro/</guid>
		<description><![CDATA[<p>So.. well.. I&#8217;m a programmer at heart.  If it&#8217;s good as it is, it&#8217;d be even better if I could get a computer to do it.</p>
<p>Last week Lilac ran Mana Tombs and I got my first taste of warlock CC.  I dutifully made up a focus macro to get seduction to work.</p>
<p>  [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://chicanery.fibergeek.com/wp-content/uploads/2008/02/createmacros.jpg" alt="Macro Creation" align="left" hspace="10" />So.. well.. I&#8217;m a programmer at heart.  If it&#8217;s good as it is, it&#8217;d be even better if I could get a computer to do it.</p>
<p>Last week Lilac ran Mana Tombs and I got my first taste of warlock CC.  I dutifully made up a focus macro to get seduction to work.<br clear="all" /></p>
<blockquote><p>  /cast [button:2, target=focus] Seduction<br />
/cast Seduction</p></blockquote>
<p><em>If I click this button with my right mouse button, cast seduction on my focus.  Otherwise, cast it on my target</em></p>
<p>It was lovely.  CC worked.  Mana Tombs was a win.  Then I went back to questing.. At this point I changed back to using my voidwalker.. and had a moment of &#8220;harumph&#8221;.  It seems rather silly to have a button for &#8220;Seduction&#8221; on my button bar when I don&#8217;t have my Succubus out.  Then I got to thinking (cue ominous music).</p>
<p>I really don&#8217;t want to have to juggle buttons on my screen.  Adding/removing the Seduction button is just asking for it to -not- be there when I really need it.  But&#8230; I can only ever have a single pet.. and I can tell a macro to cast a spell based on the pet I have out.. So I updated my macro to the following:</p>
<blockquote><p> /cast [button:2, target=focus,pet:Succubus] Seduction<br />
/cast [pet:Succubus] Seduction<br />
/cast [pet:Voidwalker] Suffering</p></blockquote>
<p><em>Same as before.. adding, if my pet is my voidy, use this button to cast Suffering instead</em></p>
<p>Nice.  A while back I took Suffering off of autocast because it seemed unnecessary when in a normal fight.  When I&#8217;m fighting 2+ mobs I manually hit it to keep the mobs on my Voidy.  I toodled around Zangarmarsh with this macro for a while.. but then I got to thinking again. (more ominous music) Suffering is only useful when I&#8217;m in combat.. when I&#8217;m not in combat I would like a one-button easy way to tell my voidy to suck shadows.  Ta da, new macro:</p>
<blockquote><p> /cast [button:2, target=focus,pet:Succubus] Seduction<br />
/cast [pet:Succubus] Seduction<br />
/cast [combat,pet:Voidwalker] Suffering<br />
/cast [nocombat,pet:Voidwalker] Consume Shadows</p></blockquote>
<p><em>Same as before.. adding, if my pet is my voidy, and I&#8217;m not in combat then button causes voidy to Consume Shadows.</em></p>
<p>Nice-y Nice! Ran around some more.. totally full of myself.  Happy with macroing.. Then I mounted on my fel pony.</p>
<p>Suddenly I have a button that doesn&#8217;t do anything.  When I&#8217;m on my fel pony I have no pet&#8230; So I updated the macro again to make it so that if no other command has precedence, do a dismount.  Now the button does something.. the only drawback is that /dismount has no icon.. so I&#8217;ve got this ugly questionmark on my screen.. not loving that.</p>
<blockquote><p> /cast [button:2, target=focus,pet:Succubus] Seduction<br />
/cast [pet:Succubus] Seduction<br />
/cast [combat,pet:Voidwalker] Suffering<br />
/cast [nocombat,pet:Voidwalker] Consume Shadows<br />
/dismount</p></blockquote>
<p><em>Same as before.. adding, dismount to the end.</em></p>
<p>Played around with it some more and got the following:</p>
<blockquote><p>/cast [button:2, target=focus,pet:Succubus] Seduction<br />
/cast [pet:Succubus] Seduction<br />
/cast [combat,pet:Voidwalker] Suffering<br />
/cast [nocombat,pet:Voidwalker] Consume Shadows<br />
/cast [mounted] Summon Dreadsteed</p></blockquote>
<p><em>Same as before.. but made it show the &#8220;mount&#8221; button when I&#8217;m on a steed.  </em></p>
<p>I have a feeling this still needs to be updated.. My imp isn&#8217;t accounted for.. and really doesn&#8217;t have any fire-when ready abilities.  Hrm.. I -could- get too smart for my own good and put &#8220;Curse of Doom&#8221; on the button when the imp is out.. normally when I fight a boss I&#8217;m using the Imp.. and that&#8217;s nearly the only time I use curse of Doom.  HRM.</p>
<p>Also my fel puppy have a lot of abilities.. and I have a feeling I&#8217;m going to want to bind them to buttons.. but I haven&#8217;t played with the puppy out much.. so I don&#8217;t know exactly how I&#8217;m going to need to change the macro.</p>
<p>For now.. it makes me happy.<br />
[Edited to add:  Happy is such a relative state.  I played with it some more to add the Felhound and then to condense it a little.]</p>
<blockquote><p>
/cast [pet:Voidwalker,combat]Suffering; [pet:Voidwalker,nocombat]Consume Shadows; [pet:Succubus,button:2,target=focus][pet:succubus]Seduction; [pet:Felhunter]Devour Magic, [pet:felhunter,button:2]Spell Lock<br />
/cast [mounted]Summon Dreadsteed
</p></blockquote>
<p>This version is two lines.  It&#8217;s 240 characters long.<br />
To translate:<br />
<i>If my pet is a voidwalker, and I&#8217;m in combat, cast Suffering.<br />
If my pet is a voidwalker, and I&#8217;m not in combat, cast Consume Shadow.<br />
If my pet is a succubus and I use the right-mouse button, cast Seduction on my focus.<br />
If my pet is a succubus and I use the left-mouse button, cast Seduction.<br />
If my pet is my Felhunter, cast Devour magic (on felhunter&#8217;s target if he has one, on my target if he has no target).<br />
If my pet is my Felhunter and I use the right-mouse button, cast Spell Lock (on felhunter&#8217;s target if he has one, on my target if he has not target).<br />
If I&#8217;m mounted, cast Summon Dreadsteed(which should dismount me).<br />
</i></p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://chicanery.fibergeek.com/2009/11/10/how-to-gem-via-flowchart-affliction-warlock-edition/" rel="bookmark" class="wherego_title">How to Gem via Flowchart: Affliction Warlock Edition</a></li><li><a href="http://chicanery.fibergeek.com/2007/12/10/demonic-hussy-youre-the-one/" rel="bookmark" class="wherego_title">Demonic Hussy, you&#8217;re the one&#8230;</a></li><li><a href="http://chicanery.fibergeek.com/2008/12/16/addon-livestock/" rel="bookmark" class="wherego_title">Addon: Livestock</a></li><li><a href="http://chicanery.fibergeek.com/2007/08/21/warlock-banish-macro/" rel="bookmark" class="wherego_title">Warlock Banish Macro</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://chicanery.fibergeek.com/2008/02/13/warlock-pet-macro/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Hunter Attack Macro</title>
		<link>http://chicanery.fibergeek.com/2008/01/17/hunter-attack-macro/</link>
		<comments>http://chicanery.fibergeek.com/2008/01/17/hunter-attack-macro/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 04:53:25 +0000</pubDate>
		<dc:creator>Nibuca</dc:creator>
				<category><![CDATA[Hunters]]></category>
		<category><![CDATA[Macros]]></category>

		<guid isPermaLink="false">http://chicanery.fibergeek.com/?p=574</guid>
		<description><![CDATA[<p>I tweaked my Hunter&#8217;s attack macro based on the buggy piggies.  This macro lets me take &#8220;Charge&#8221; off auto-cast but still uses it at the beginning of the fight.  It should also prevent my piggie from breaking my (and other people&#8217;s) traps.  New macro:</p>
<p> /target [help] targettarget
/cast Hunter&#8217;s Mark
/petattack [target=pettarget,noexists] target
/cast [pet:Boar] [...]]]></description>
			<content:encoded><![CDATA[<p>I tweaked my Hunter&#8217;s attack macro based on the <a href="http://warcraft.fibergeek.com/?p=588">buggy piggies</a>.  This macro lets me take &#8220;Charge&#8221; off auto-cast but still uses it at the beginning of the fight.  It should also prevent my piggie from breaking my (and other people&#8217;s) traps.  New macro:</p>
<blockquote><p> /target [help] targettarget<br />
/cast Hunter&#8217;s Mark<br />
/petattack [target=pettarget,noexists] target<br />
/cast [pet:Boar] Charge<br />
/stopmacro [target=pettarget,noexists]<br />
/petfollow</p></blockquote>
<p>If my target is friendly to me, use his target instead (nice for when there&#8217;s a big bear butt in the way).<br />
Put Hunter&#8217;s Mark on my target<br />
If my pet doesn&#8217;t currently have a target, sent my pet against my current target.<br />
If my pet is a boar, cast Charge (which I&#8217;ve taken off of autocast so it won&#8217;t break my traps).<br />
Stop the macro if my pet doesn&#8217;t have a target.<br />
(If my pet does have a target) Call my pet back to me and tell him to follow me.</p>
<p>If my piggy is close enough to charge.. I&#8217;m not sure I could call him back to me faster than he can charge his target and get aggro.  But other than that.. happy macro.</p>
<p>Hit once to send pet(and tell piggy to charge).  Hit again to call pet back.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://chicanery.fibergeek.com/2009/06/03/life-tap-pet-attack-macro/" rel="bookmark" class="wherego_title">Life Tap + Pet Attack Macro</a></li><li><a href="http://chicanery.fibergeek.com/2008/06/09/need-more-ragehhhhmacros/" rel="bookmark" class="wherego_title">Need more RAGE^H^H^H^HMacros</a></li><li><a href="http://chicanery.fibergeek.com/2009/09/03/a-beautiful-macro/" rel="bookmark" class="wherego_title">A beautiful macro</a></li><li><a href="http://chicanery.fibergeek.com/2008/06/12/macro-hunter-pull-shot/" rel="bookmark" class="wherego_title">Macro: Hunter Pull Shot</a></li><li><a href="http://chicanery.fibergeek.com/2008/01/14/bad-piggie/" rel="bookmark" class="wherego_title">Bad Piggie!</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://chicanery.fibergeek.com/2008/01/17/hunter-attack-macro/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
