<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Paladin Divine Illumination Macro</title>
	<atom:link href="http://chicanery.fibergeek.com/2008/01/31/paladin-divine-illumination-macro/feed/" rel="self" type="application/rss+xml" />
	<link>http://chicanery.fibergeek.com/2008/01/31/paladin-divine-illumination-macro/</link>
	<description>Impish by nature.</description>
	<lastBuildDate>Sat, 17 Jul 2010 13:24:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nibuca</title>
		<link>http://chicanery.fibergeek.com/2008/01/31/paladin-divine-illumination-macro/comment-page-1/#comment-841</link>
		<dc:creator>Nibuca</dc:creator>
		<pubDate>Mon, 04 Feb 2008 17:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://chicanery.fibergeek.com/2008/01/31/paladin-divine-illumination-macro/#comment-841</guid>
		<description>Be sure to check out Rohan&#039;s article about the &quot;Light&#039;s Grace Macro&quot;
http://blessingofkings.blogspot.com/2007/08/lights-grace-macro.html

Summary: 
Through creative macroing Rohan keeps Light&#039;s Grace up while using Flash of Light and downranked Holy Light.

Macro:
&lt;blockquote&gt;
#showtooltip
/castsequence reset=10 Holy Light(Rank 5), Flash of Light, Flash of Light, Flash of Light, Flash of Light, Flash of Light
&lt;/blockquote&gt;

I -think- that that would be updated to the following for use as a mouseover macro.. or for use with Grid+Clique.

&lt;blockquote&gt;
#showtooltip
/castsequence [target=mouseover] reset=10 Holy Light(Rank 5), Flash of Light, Flash of Light, Flash of Light, Flash of Light, Flash of Light
&lt;/blockquote&gt;

Use this in place of your &quot;regular&quot; full-rank Flash of Light.</description>
		<content:encoded><![CDATA[<p>Be sure to check out Rohan&#8217;s article about the &#8220;Light&#8217;s Grace Macro&#8221;<br />
<a href="http://blessingofkings.blogspot.com/2007/08/lights-grace-macro.html" rel="nofollow">http://blessingofkings.blogspot.com/2007/08/lights-grace-macro.html</a></p>
<p>Summary:<br />
Through creative macroing Rohan keeps Light&#8217;s Grace up while using Flash of Light and downranked Holy Light.</p>
<p>Macro:</p>
<blockquote><p>
#showtooltip<br />
/castsequence reset=10 Holy Light(Rank 5), Flash of Light, Flash of Light, Flash of Light, Flash of Light, Flash of Light
</p></blockquote>
<p>I -think- that that would be updated to the following for use as a mouseover macro.. or for use with Grid+Clique.</p>
<blockquote><p>
#showtooltip<br />
/castsequence [target=mouseover] reset=10 Holy Light(Rank 5), Flash of Light, Flash of Light, Flash of Light, Flash of Light, Flash of Light
</p></blockquote>
<p>Use this in place of your &#8220;regular&#8221; full-rank Flash of Light.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HolyWarrior</title>
		<link>http://chicanery.fibergeek.com/2008/01/31/paladin-divine-illumination-macro/comment-page-1/#comment-840</link>
		<dc:creator>HolyWarrior</dc:creator>
		<pubDate>Mon, 04 Feb 2008 13:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://chicanery.fibergeek.com/2008/01/31/paladin-divine-illumination-macro/#comment-840</guid>
		<description>Good going. I also use a mouseover and Grid. Don&#039;t use clique though.

I put DI into my FoL macro a week or so back to get better mana efficiency and it makes a big difference from never using it :P

I tend to FoL x 5 then HL(5) to keep up lights grace and only HL(11) when required so no point in saving DI for the Holy Light.

I knew there was a way of turning the errors off but hadn&#039;t implemented it yet, thanks Hayze :)</description>
		<content:encoded><![CDATA[<p>Good going. I also use a mouseover and Grid. Don&#8217;t use clique though.</p>
<p>I put DI into my FoL macro a week or so back to get better mana efficiency and it makes a big difference from never using it <img src='http://chicanery.fibergeek.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>I tend to FoL x 5 then HL(5) to keep up lights grace and only HL(11) when required so no point in saving DI for the Holy Light.</p>
<p>I knew there was a way of turning the errors off but hadn&#8217;t implemented it yet, thanks Hayze <img src='http://chicanery.fibergeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hayze</title>
		<link>http://chicanery.fibergeek.com/2008/01/31/paladin-divine-illumination-macro/comment-page-1/#comment-834</link>
		<dc:creator>Hayze</dc:creator>
		<pubDate>Fri, 01 Feb 2008 19:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://chicanery.fibergeek.com/2008/01/31/paladin-divine-illumination-macro/#comment-834</guid>
		<description>Might I recommend:

#show Holy Light
/script UIErrorsFrame:Hide()
/cast Divine Illumination
/cast [target=mouseover] Holy Light
/script UIErrorsFrame:Clear();UIErrorsFrame:Show();

The two /script lines above will hide the error frame, do the work, then clear any errors and reshow the error frame.</description>
		<content:encoded><![CDATA[<p>Might I recommend:</p>
<p>#show Holy Light<br />
/script UIErrorsFrame:Hide()<br />
/cast Divine Illumination<br />
/cast [target=mouseover] Holy Light<br />
/script UIErrorsFrame:Clear();UIErrorsFrame:Show();</p>
<p>The two /script lines above will hide the error frame, do the work, then clear any errors and reshow the error frame.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mastrkreuz</title>
		<link>http://chicanery.fibergeek.com/2008/01/31/paladin-divine-illumination-macro/comment-page-1/#comment-833</link>
		<dc:creator>Mastrkreuz</dc:creator>
		<pubDate>Fri, 01 Feb 2008 17:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://chicanery.fibergeek.com/2008/01/31/paladin-divine-illumination-macro/#comment-833</guid>
		<description>You know... I was looking to do this, just never got around to it.  Now you  have gone and made it very easy... just cut and paste and done !

Thanks man.... I use Grid+Clique also and getting this added will help quite a bit.

Mastrkreuz</description>
		<content:encoded><![CDATA[<p>You know&#8230; I was looking to do this, just never got around to it.  Now you  have gone and made it very easy&#8230; just cut and paste and done !</p>
<p>Thanks man&#8230;. I use Grid+Clique also and getting this added will help quite a bit.</p>
<p>Mastrkreuz</p>
]]></content:encoded>
	</item>
</channel>
</rss>
