<?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: Other Basic Macro Command</title>
	<atom:link href="http://www.wowmacroswarcraft.com/2008/02/03/other-basic-macro-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wowmacroswarcraft.com/2008/02/03/other-basic-macro-command/</link>
	<description>World of Warcraft Macro, Rogue, Warrior, Class Macro, Discuss Macro Here!</description>
	<lastBuildDate>Fri, 30 Jul 2010 08:56:58 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jim</title>
		<link>http://www.wowmacroswarcraft.com/2008/02/03/other-basic-macro-command/comment-page-1/#comment-6998</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 21 Jul 2010 01:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/2008/02/03/other-basic-macro-command/#comment-6998</guid>
		<description>How do I incorporate an alt code into a macro</description>
		<content:encoded><![CDATA[<p>How do I incorporate an alt code into a macro</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: enkidu</title>
		<link>http://www.wowmacroswarcraft.com/2008/02/03/other-basic-macro-command/comment-page-1/#comment-5559</link>
		<dc:creator>enkidu</dc:creator>
		<pubDate>Wed, 07 Oct 2009 21:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/2008/02/03/other-basic-macro-command/#comment-5559</guid>
		<description>simple attack macro...

/startattack
/cast earthshock

...but will it reset the swingtimer every time its used?

thanks in advance for any help</description>
		<content:encoded><![CDATA[<p>simple attack macro&#8230;</p>
<p>/startattack<br />
/cast earthshock</p>
<p>&#8230;but will it reset the swingtimer every time its used?</p>
<p>thanks in advance for any help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grip</title>
		<link>http://www.wowmacroswarcraft.com/2008/02/03/other-basic-macro-command/comment-page-1/#comment-5556</link>
		<dc:creator>Grip</dc:creator>
		<pubDate>Wed, 07 Oct 2009 10:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/2008/02/03/other-basic-macro-command/#comment-5556</guid>
		<description>Is there a way to have a macro that if its clicked (lets say Polymorph) it will poly your target BUT if you have a focus, it will poly that instead?</description>
		<content:encoded><![CDATA[<p>Is there a way to have a macro that if its clicked (lets say Polymorph) it will poly your target BUT if you have a focus, it will poly that instead?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wow Macros</title>
		<link>http://www.wowmacroswarcraft.com/2008/02/03/other-basic-macro-command/comment-page-1/#comment-4929</link>
		<dc:creator>Wow Macros</dc:creator>
		<pubDate>Thu, 20 Aug 2009 12:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/2008/02/03/other-basic-macro-command/#comment-4929</guid>
		<description>roama1, there is a way to do that. checkout my comments here about key binding.

&lt;a href=&quot;http://www.wowmacroswarcraft.com/2007/05/29/druid-macros/#comment-4841&quot; rel=&quot;nofollow&quot;&gt;Druid Macros&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>roama1, there is a way to do that. checkout my comments here about key binding.</p>
<p><a href="http://www.wowmacroswarcraft.com/2007/05/29/druid-macros/#comment-4841" rel="nofollow">Druid Macros</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://www.wowmacroswarcraft.com/2008/02/03/other-basic-macro-command/comment-page-1/#comment-4895</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Sat, 15 Aug 2009 19:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/2008/02/03/other-basic-macro-command/#comment-4895</guid>
		<description>Ok...so this sells all the items in bag slot 4 when you&#039;re at a vendor. Up to a 16 slot bag...if you have great you just need to add those to the bottom of the macro...if you want to use a different bag other then the 4th slot...then just change the 4 to 1,2 or 3.

/use 4 1
/use 4 2
/use 4 3
/use 4 4
/use 4 5
/use 4 6
/use 4 7
/use 4 8
/use 4 9
/use 4 10
/use 4 11
/use 4 12
/use 4 13
/use 4 14
/use 4 15
/use 4 16</description>
		<content:encoded><![CDATA[<p>Ok&#8230;so this sells all the items in bag slot 4 when you&#8217;re at a vendor. Up to a 16 slot bag&#8230;if you have great you just need to add those to the bottom of the macro&#8230;if you want to use a different bag other then the 4th slot&#8230;then just change the 4 to 1,2 or 3.</p>
<p>/use 4 1<br />
/use 4 2<br />
/use 4 3<br />
/use 4 4<br />
/use 4 5<br />
/use 4 6<br />
/use 4 7<br />
/use 4 8<br />
/use 4 9<br />
/use 4 10<br />
/use 4 11<br />
/use 4 12<br />
/use 4 13<br />
/use 4 14<br />
/use 4 15<br />
/use 4 16</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://www.wowmacroswarcraft.com/2008/02/03/other-basic-macro-command/comment-page-1/#comment-4894</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Sat, 15 Aug 2009 19:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/2008/02/03/other-basic-macro-command/#comment-4894</guid>
		<description>yes, there&#039;s got to be a way to sell items in a specific slot...working on it right now...but for now, here&#039;s one that sells all the gray items in your bags...

/script for bag=0,4 do for slot=1, GetContainerNumSlots(bag) do local name = GetContainerItemLink(bag,slot) if name and string.find(name,&quot;ff9d9d9d&quot;) then DEFAULT_CHAT_FRAME:AddMessage(&quot;Selling&quot;..name) UseContainerItem(bag,slot) end end end

If you don&#039;t like it telling you what u just sold...then just take out the line starting with DEFAULT_CHAT and ending with ..name)

I&#039;m working on one that will sell all the items in one particular bag, so that all you have to do when u visit a vendor is have everything you want to sell in that bag and just click the macro...but having some troubles...</description>
		<content:encoded><![CDATA[<p>yes, there&#8217;s got to be a way to sell items in a specific slot&#8230;working on it right now&#8230;but for now, here&#8217;s one that sells all the gray items in your bags&#8230;</p>
<p>/script for bag=0,4 do for slot=1, GetContainerNumSlots(bag) do local name = GetContainerItemLink(bag,slot) if name and string.find(name,&#8221;ff9d9d9d&#8221;) then DEFAULT_CHAT_FRAME:AddMessage(&#8220;Selling&#8221;..name) UseContainerItem(bag,slot) end end end</p>
<p>If you don&#8217;t like it telling you what u just sold&#8230;then just take out the line starting with DEFAULT_CHAT and ending with ..name)</p>
<p>I&#8217;m working on one that will sell all the items in one particular bag, so that all you have to do when u visit a vendor is have everything you want to sell in that bag and just click the macro&#8230;but having some troubles&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: code</title>
		<link>http://www.wowmacroswarcraft.com/2008/02/03/other-basic-macro-command/comment-page-1/#comment-4762</link>
		<dc:creator>code</dc:creator>
		<pubDate>Thu, 28 May 2009 16:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/2008/02/03/other-basic-macro-command/#comment-4762</guid>
		<description>are you serious, stop being lazy</description>
		<content:encoded><![CDATA[<p>are you serious, stop being lazy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wes</title>
		<link>http://www.wowmacroswarcraft.com/2008/02/03/other-basic-macro-command/comment-page-1/#comment-4467</link>
		<dc:creator>wes</dc:creator>
		<pubDate>Fri, 19 Dec 2008 04:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/2008/02/03/other-basic-macro-command/#comment-4467</guid>
		<description>Hey, is there a macro that say will 
/cast Inner Fire

&quot;/cast time 10&quot;

im wana cast inner fire every 10 min with out having to click on it, so just wana click the macro once then thats  it</description>
		<content:encoded><![CDATA[<p>Hey, is there a macro that say will<br />
/cast Inner Fire</p>
<p>&#8220;/cast time 10&#8243;</p>
<p>im wana cast inner fire every 10 min with out having to click on it, so just wana click the macro once then thats  it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wow Macros</title>
		<link>http://www.wowmacroswarcraft.com/2008/02/03/other-basic-macro-command/comment-page-1/#comment-4191</link>
		<dc:creator>Wow Macros</dc:creator>
		<pubDate>Fri, 05 Dec 2008 07:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/2008/02/03/other-basic-macro-command/#comment-4191</guid>
		<description>sorry for being REALLy late to reply this. i have been very busy this part of year. for fitzy, try checking out macro guide by cogwheel. 
http://forums.worldofwarcraft.com/thread.html?topicId=96143900&amp;sid=1
i will try find that macro later.

for roama1, i don&#039;t think there is something like that. you can always use the main bar for your macros. it is assign with key 1 to 9 and dash and equal sign &#039;=&#039;. use it.

for stickolas, i believe that there is nothing like that. You could make a simple bot out of it if it exist and blizz won&#039;t allow that.

thanks all. cheers!</description>
		<content:encoded><![CDATA[<p>sorry for being REALLy late to reply this. i have been very busy this part of year. for fitzy, try checking out macro guide by cogwheel.<br />
<a href="http://forums.worldofwarcraft.com/thread.html?topicId=96143900&amp;sid=1" rel="nofollow">http://forums.worldofwarcraft.com/thread.html?topicId=96143900&amp;sid=1</a><br />
i will try find that macro later.</p>
<p>for roama1, i don&#8217;t think there is something like that. you can always use the main bar for your macros. it is assign with key 1 to 9 and dash and equal sign &#8216;=&#8217;. use it.</p>
<p>for stickolas, i believe that there is nothing like that. You could make a simple bot out of it if it exist and blizz won&#8217;t allow that.</p>
<p>thanks all. cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stickolas</title>
		<link>http://www.wowmacroswarcraft.com/2008/02/03/other-basic-macro-command/comment-page-1/#comment-4173</link>
		<dc:creator>Stickolas</dc:creator>
		<pubDate>Fri, 05 Dec 2008 00:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.wowmacroswarcraft.com/2008/02/03/other-basic-macro-command/#comment-4173</guid>
		<description>Is there any way to make a macro run another macro? I need it because there is not enough space for the macro to add all the characters..wondering if there is a way to chain them together.</description>
		<content:encoded><![CDATA[<p>Is there any way to make a macro run another macro? I need it because there is not enough space for the macro to add all the characters..wondering if there is a way to chain them together.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
