<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	>
<channel>
	<title>Comments on: Macro: Advertising Your Profession</title>
	<atom:link href="http://wowphiles.com/2009/07/macro-advertising-your-profession/feed/" rel="self" type="application/rss+xml" />
	<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 04:27:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Psynister</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-1657</link>
		<dc:creator>Psynister</dc:creator>
		<pubDate>Mon, 26 Jul 2010 02:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-1657</guid>
		<description>@Tyler

The easiest way to do what you&#039;re trying for is to just do the following:

/2 WTB all &lt;b&gt;[shift click the item]&lt;/b&gt; 25g pst or COD anytime.

That&#039;s all there is to it. The part in the brackets there is obviously where you shift click the item to put a link for it in there instead of using a script. 

If you don&#039;t have any of the item, see if there are any on the AH that you can use instead. You may want to shift-click it into a regular chat window and then shift-click it from there into your macro if you&#039;re not using addons that will allow you to have both the macro and auction interface open at the same time.

You can also get the link by going to wowhead.com, searching for the item, and then clicking the link in the top right to copy the macro that will post the item. Paste that link into a chat window in game and press enter to put it into the chat log, from there you can shift click it into the macro to do what you&#039;re looking for.</description>
		<content:encoded><![CDATA[<p>@Tyler</p>
<p>The easiest way to do what you&#8217;re trying for is to just do the following:</p>
<p>/2 WTB all <b>[shift click the item]</b> 25g pst or COD anytime.</p>
<p>That&#8217;s all there is to it. The part in the brackets there is obviously where you shift click the item to put a link for it in there instead of using a script. </p>
<p>If you don&#8217;t have any of the item, see if there are any on the AH that you can use instead. You may want to shift-click it into a regular chat window and then shift-click it from there into your macro if you&#8217;re not using addons that will allow you to have both the macro and auction interface open at the same time.</p>
<p>You can also get the link by going to wowhead.com, searching for the item, and then clicking the link in the top right to copy the macro that will post the item. Paste that link into a chat window in game and press enter to put it into the chat log, from there you can shift click it into the macro to do what you&#8217;re looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Psynister</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-1725</link>
		<dc:creator>Psynister</dc:creator>
		<pubDate>Mon, 26 Jul 2010 02:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-1725</guid>
		<description>@Tyler

The easiest way to do what you&#039;re trying for is to just do the following:

/2 WTB all &lt;b&gt;[shift click the item]&lt;/b&gt; 25g pst or COD anytime.

That&#039;s all there is to it. The part in the brackets there is obviously where you shift click the item to put a link for it in there instead of using a script. 

If you don&#039;t have any of the item, see if there are any on the AH that you can use instead. You may want to shift-click it into a regular chat window and then shift-click it from there into your macro if you&#039;re not using addons that will allow you to have both the macro and auction interface open at the same time.

You can also get the link by going to wowhead.com, searching for the item, and then clicking the link in the top right to copy the macro that will post the item. Paste that link into a chat window in game and press enter to put it into the chat log, from there you can shift click it into the macro to do what you&#039;re looking for.</description>
		<content:encoded><![CDATA[<p>@Tyler</p>
<p>The easiest way to do what you&#8217;re trying for is to just do the following:</p>
<p>/2 WTB all <b>[shift click the item]</b> 25g pst or COD anytime.</p>
<p>That&#8217;s all there is to it. The part in the brackets there is obviously where you shift click the item to put a link for it in there instead of using a script. </p>
<p>If you don&#8217;t have any of the item, see if there are any on the AH that you can use instead. You may want to shift-click it into a regular chat window and then shift-click it from there into your macro if you&#8217;re not using addons that will allow you to have both the macro and auction interface open at the same time.</p>
<p>You can also get the link by going to wowhead.com, searching for the item, and then clicking the link in the top right to copy the macro that will post the item. Paste that link into a chat window in game and press enter to put it into the chat log, from there you can shift click it into the macro to do what you&#8217;re looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-1648</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Thu, 22 Jul 2010 05:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-1648</guid>
		<description>i want to know how to link an item inbetween texts.
this is what i got so far... 

/run SendChatMessage(&quot;WTB all&quot; &quot;.t.&quot; &quot;25g pst or COD anytime&quot; ..(select(2,GetItemInfo(34057))). &quot;channel&quot;,nil,2)

but it doesnt do anything &gt;:( not quite sure what the &quot;.t.&quot; is for but i saw it is someone elses macro so i attempted it in there.

any help would be wonderful :) thanks. it would be even better if ya could email me the answer thanks :)</description>
		<content:encoded><![CDATA[<p>i want to know how to link an item inbetween texts.<br />
this is what i got so far&#8230; </p>
<p>/run SendChatMessage(&#8220;WTB all&#8221; &#8220;.t.&#8221; &#8220;25g pst or COD anytime&#8221; ..(select(2,GetItemInfo(34057))). &#8220;channel&#8221;,nil,2)</p>
<p>but it doesnt do anything &gt;:( not quite sure what the &#8220;.t.&#8221; is for but i saw it is someone elses macro so i attempted it in there.</p>
<p>any help would be wonderful <img src='http://wowphiles.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  thanks. it would be even better if ya could email me the answer thanks <img src='http://wowphiles.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-1724</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Thu, 22 Jul 2010 05:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-1724</guid>
		<description>i want to know how to link an item inbetween texts.
this is what i got so far... 

/run SendChatMessage(&quot;WTB all&quot; &quot;.t.&quot; &quot;25g pst or COD anytime&quot; ..(select(2,GetItemInfo(34057))). &quot;channel&quot;,nil,2)

but it doesnt do anything &gt;:( not quite sure what the &quot;.t.&quot; is for but i saw it is someone elses macro so i attempted it in there.

any help would be wonderful :) thanks. it would be even better if ya could email me the answer thanks :)</description>
		<content:encoded><![CDATA[<p>i want to know how to link an item inbetween texts.<br />
this is what i got so far&#8230; </p>
<p>/run SendChatMessage(&#8220;WTB all&#8221; &#8220;.t.&#8221; &#8220;25g pst or COD anytime&#8221; ..(select(2,GetItemInfo(34057))). &#8220;channel&#8221;,nil,2)</p>
<p>but it doesnt do anything &gt;:( not quite sure what the &#8220;.t.&#8221; is for but i saw it is someone elses macro so i attempted it in there.</p>
<p>any help would be wonderful <img src='http://wowphiles.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  thanks. it would be even better if ya could email me the answer thanks <img src='http://wowphiles.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DrunkSkunk</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-1056</link>
		<dc:creator>DrunkSkunk</dc:creator>
		<pubDate>Thu, 06 May 2010 00:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-1056</guid>
		<description>How do I make it so I link the skill before my message? 

example: &quot;Enchanting&quot; LFW!</description>
		<content:encoded><![CDATA[<p>How do I make it so I link the skill before my message? </p>
<p>example: &#8220;Enchanting&#8221; LFW!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DrunkSkunk</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-1723</link>
		<dc:creator>DrunkSkunk</dc:creator>
		<pubDate>Thu, 06 May 2010 00:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-1723</guid>
		<description>How do I make it so I link the skill before my message? 

example: &quot;Enchanting&quot; LFW!</description>
		<content:encoded><![CDATA[<p>How do I make it so I link the skill before my message? </p>
<p>example: &#8220;Enchanting&#8221; LFW!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aarokku</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-526</link>
		<dc:creator>Aarokku</dc:creator>
		<pubDate>Tue, 09 Mar 2010 09:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-526</guid>
		<description>Thank you for this! I was starting to tear my hair out working out how it could be done.. =D</description>
		<content:encoded><![CDATA[<p>Thank you for this! I was starting to tear my hair out working out how it could be done.. =D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aarokku</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-1722</link>
		<dc:creator>Aarokku</dc:creator>
		<pubDate>Tue, 09 Mar 2010 09:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-1722</guid>
		<description>Thank you for this! I was starting to tear my hair out working out how it could be done.. =D</description>
		<content:encoded><![CDATA[<p>Thank you for this! I was starting to tear my hair out working out how it could be done.. =D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moneo</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-419</link>
		<dc:creator>Moneo</dc:creator>
		<pubDate>Sun, 21 Feb 2010 10:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-419</guid>
		<description>as far as responding to someone with your professions you can simply create a macro with /r [Enchanting]

This will respond to the prior whisper with your specific professions.  At the moment I&#039;m having issues linking both professions on the same macro.  I&#039;ve been looking around and what I was doing was

/2 [Enchanting]
/2 [Tailoring]

but upon linking the second profession it clears out the entire macro text..

so I&#039;m still trying to find a macro that actually does this..  I might have to create two macros and click them one after the other.</description>
		<content:encoded><![CDATA[<p>as far as responding to someone with your professions you can simply create a macro with /r [Enchanting]</p>
<p>This will respond to the prior whisper with your specific professions.  At the moment I&#8217;m having issues linking both professions on the same macro.  I&#8217;ve been looking around and what I was doing was</p>
<p>/2 [Enchanting]<br />
/2 [Tailoring]</p>
<p>but upon linking the second profession it clears out the entire macro text..</p>
<p>so I&#8217;m still trying to find a macro that actually does this..  I might have to create two macros and click them one after the other.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moneo</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-1721</link>
		<dc:creator>Moneo</dc:creator>
		<pubDate>Sun, 21 Feb 2010 10:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-1721</guid>
		<description>as far as responding to someone with your professions you can simply create a macro with /r [Enchanting]

This will respond to the prior whisper with your specific professions.  At the moment I&#039;m having issues linking both professions on the same macro.  I&#039;ve been looking around and what I was doing was

/2 [Enchanting]
/2 [Tailoring]

but upon linking the second profession it clears out the entire macro text..

so I&#039;m still trying to find a macro that actually does this..  I might have to create two macros and click them one after the other.</description>
		<content:encoded><![CDATA[<p>as far as responding to someone with your professions you can simply create a macro with /r [Enchanting]</p>
<p>This will respond to the prior whisper with your specific professions.  At the moment I&#8217;m having issues linking both professions on the same macro.  I&#8217;ve been looking around and what I was doing was</p>
<p>/2 [Enchanting]<br />
/2 [Tailoring]</p>
<p>but upon linking the second profession it clears out the entire macro text..</p>
<p>so I&#8217;m still trying to find a macro that actually does this..  I might have to create two macros and click them one after the other.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deelah</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-191</link>
		<dc:creator>Deelah</dc:creator>
		<pubDate>Fri, 11 Dec 2009 09:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-191</guid>
		<description>Thx for your time :-)

I&#039;ll keep checking back in case u have other suggestions as well :-)

d</description>
		<content:encoded><![CDATA[<p>Thx for your time <img src='http://wowphiles.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I&#8217;ll keep checking back in case u have other suggestions as well <img src='http://wowphiles.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>d</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deelah</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-1720</link>
		<dc:creator>Deelah</dc:creator>
		<pubDate>Fri, 11 Dec 2009 09:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-1720</guid>
		<description>Thx for your time :-)

I&#039;ll keep checking back in case u have other suggestions as well :-)

d</description>
		<content:encoded><![CDATA[<p>Thx for your time <img src='http://wowphiles.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I&#8217;ll keep checking back in case u have other suggestions as well <img src='http://wowphiles.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>d</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Psynister</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-188</link>
		<dc:creator>Psynister</dc:creator>
		<pubDate>Thu, 10 Dec 2009 13:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-188</guid>
		<description>Alright, I did a quick test here because the method came to mind. If you want to link to someone that you can target, then this is how you do it:

/script CastSpellByName(”Enchanting“);SendChatMessage(” “..GetTradeSkillListLink(),”WHISPER”,nil,UnitName(”target”));CloseTradeSkill();

Make sure that you replace all of the double quotation marks in there though or you&#039;ll get errors.

I&#039;m still not sure on the name-clicking part, that I&#039;ll have to research.</description>
		<content:encoded><![CDATA[<p>Alright, I did a quick test here because the method came to mind. If you want to link to someone that you can target, then this is how you do it:</p>
<p>/script CastSpellByName(”Enchanting“);SendChatMessage(” “..GetTradeSkillListLink(),”WHISPER”,nil,UnitName(”target”));CloseTradeSkill();</p>
<p>Make sure that you replace all of the double quotation marks in there though or you&#8217;ll get errors.</p>
<p>I&#8217;m still not sure on the name-clicking part, that I&#8217;ll have to research.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Psynister</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-1719</link>
		<dc:creator>Psynister</dc:creator>
		<pubDate>Thu, 10 Dec 2009 13:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-1719</guid>
		<description>Alright, I did a quick test here because the method came to mind. If you want to link to someone that you can target, then this is how you do it:

/script CastSpellByName(”Enchanting“);SendChatMessage(” “..GetTradeSkillListLink(),”WHISPER”,nil,UnitName(”target”));CloseTradeSkill();

Make sure that you replace all of the double quotation marks in there though or you&#039;ll get errors.

I&#039;m still not sure on the name-clicking part, that I&#039;ll have to research.</description>
		<content:encoded><![CDATA[<p>Alright, I did a quick test here because the method came to mind. If you want to link to someone that you can target, then this is how you do it:</p>
<p>/script CastSpellByName(”Enchanting“);SendChatMessage(” “..GetTradeSkillListLink(),”WHISPER”,nil,UnitName(”target”));CloseTradeSkill();</p>
<p>Make sure that you replace all of the double quotation marks in there though or you&#8217;ll get errors.</p>
<p>I&#8217;m still not sure on the name-clicking part, that I&#8217;ll have to research.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Psynister</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-187</link>
		<dc:creator>Psynister</dc:creator>
		<pubDate>Thu, 10 Dec 2009 13:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-187</guid>
		<description>Deelah, thanks for the question. To my knowledge there&#039;s no way to do what you&#039;re asking in exactly the way that you&#039;re asking it. That is, I don&#039;t think you can click on someone&#039;s name and then have it shoved into a macro as there&#039;s no variable that could hold a name you had simply clicked.

If you are able to target them, then I think it could probably be done because @Target is able to store the name where a click is not. I&#039;ll have to do a little more looking to tell you how it&#039;s done, but I believe it&#039;s achievable in that instance.</description>
		<content:encoded><![CDATA[<p>Deelah, thanks for the question. To my knowledge there&#8217;s no way to do what you&#8217;re asking in exactly the way that you&#8217;re asking it. That is, I don&#8217;t think you can click on someone&#8217;s name and then have it shoved into a macro as there&#8217;s no variable that could hold a name you had simply clicked.</p>
<p>If you are able to target them, then I think it could probably be done because @Target is able to store the name where a click is not. I&#8217;ll have to do a little more looking to tell you how it&#8217;s done, but I believe it&#8217;s achievable in that instance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Psynister</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-1718</link>
		<dc:creator>Psynister</dc:creator>
		<pubDate>Thu, 10 Dec 2009 13:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-1718</guid>
		<description>Deelah, thanks for the question. To my knowledge there&#039;s no way to do what you&#039;re asking in exactly the way that you&#039;re asking it. That is, I don&#039;t think you can click on someone&#039;s name and then have it shoved into a macro as there&#039;s no variable that could hold a name you had simply clicked.

If you are able to target them, then I think it could probably be done because @Target is able to store the name where a click is not. I&#039;ll have to do a little more looking to tell you how it&#039;s done, but I believe it&#039;s achievable in that instance.</description>
		<content:encoded><![CDATA[<p>Deelah, thanks for the question. To my knowledge there&#8217;s no way to do what you&#8217;re asking in exactly the way that you&#8217;re asking it. That is, I don&#8217;t think you can click on someone&#8217;s name and then have it shoved into a macro as there&#8217;s no variable that could hold a name you had simply clicked.</p>
<p>If you are able to target them, then I think it could probably be done because @Target is able to store the name where a click is not. I&#8217;ll have to do a little more looking to tell you how it&#8217;s done, but I believe it&#8217;s achievable in that instance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deelah</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-186</link>
		<dc:creator>Deelah</dc:creator>
		<pubDate>Thu, 10 Dec 2009 08:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-186</guid>
		<description>Hi!  Thank you very much for your help with macros!  I am also not that literate in this area.

However, I was wondering how to write a script/macro, not to go into trade, but to go into a whisper to whoever requested the link.  For example, I am an Enchanter.  When I see a request for an enchanter, asking them to pst, I usually click on their name, go into my book, and shift-click my Enchanting icon to copy it into the whisper.

Is there a script/macro I could make that would allow me to click on their name and just press my chosen script/macro button to auto-link my Enchanting list into the whisper? i.e., so I don&#039;t have to open my book, shift click on Enchanting, etc.

Thank you so much for any help you can give me!  I so appreciate it! 

Deelah :)</description>
		<content:encoded><![CDATA[<p>Hi!  Thank you very much for your help with macros!  I am also not that literate in this area.</p>
<p>However, I was wondering how to write a script/macro, not to go into trade, but to go into a whisper to whoever requested the link.  For example, I am an Enchanter.  When I see a request for an enchanter, asking them to pst, I usually click on their name, go into my book, and shift-click my Enchanting icon to copy it into the whisper.</p>
<p>Is there a script/macro I could make that would allow me to click on their name and just press my chosen script/macro button to auto-link my Enchanting list into the whisper? i.e., so I don&#8217;t have to open my book, shift click on Enchanting, etc.</p>
<p>Thank you so much for any help you can give me!  I so appreciate it! </p>
<p>Deelah <img src='http://wowphiles.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deelah</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-1717</link>
		<dc:creator>Deelah</dc:creator>
		<pubDate>Thu, 10 Dec 2009 08:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-1717</guid>
		<description>Hi!  Thank you very much for your help with macros!  I am also not that literate in this area.

However, I was wondering how to write a script/macro, not to go into trade, but to go into a whisper to whoever requested the link.  For example, I am an Enchanter.  When I see a request for an enchanter, asking them to pst, I usually click on their name, go into my book, and shift-click my Enchanting icon to copy it into the whisper.

Is there a script/macro I could make that would allow me to click on their name and just press my chosen script/macro button to auto-link my Enchanting list into the whisper? i.e., so I don&#039;t have to open my book, shift click on Enchanting, etc.

Thank you so much for any help you can give me!  I so appreciate it! 

Deelah :)</description>
		<content:encoded><![CDATA[<p>Hi!  Thank you very much for your help with macros!  I am also not that literate in this area.</p>
<p>However, I was wondering how to write a script/macro, not to go into trade, but to go into a whisper to whoever requested the link.  For example, I am an Enchanter.  When I see a request for an enchanter, asking them to pst, I usually click on their name, go into my book, and shift-click my Enchanting icon to copy it into the whisper.</p>
<p>Is there a script/macro I could make that would allow me to click on their name and just press my chosen script/macro button to auto-link my Enchanting list into the whisper? i.e., so I don&#8217;t have to open my book, shift click on Enchanting, etc.</p>
<p>Thank you so much for any help you can give me!  I so appreciate it! </p>
<p>Deelah <img src='http://wowphiles.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Psynister</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-65</link>
		<dc:creator>Psynister</dc:creator>
		<pubDate>Wed, 14 Oct 2009 23:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-65</guid>
		<description>You get the error because of the copy/paste from webpage to WoW. I&#039;ve been running into this for a few weeks now. The font that gets copied doesn&#039;t work when you paste it into WoW, it changes certain characters. Primarily, the double quotation marks.

Copy/Paste the code into your macro window and then delete all of the quotation marks and then retyping them. You need to do the same for the dash between &quot;Trade - City&quot; as well. 

Replace the quotes and the dash and it will work.</description>
		<content:encoded><![CDATA[<p>You get the error because of the copy/paste from webpage to WoW. I&#8217;ve been running into this for a few weeks now. The font that gets copied doesn&#8217;t work when you paste it into WoW, it changes certain characters. Primarily, the double quotation marks.</p>
<p>Copy/Paste the code into your macro window and then delete all of the quotation marks and then retyping them. You need to do the same for the dash between &#8220;Trade &#8211; City&#8221; as well. </p>
<p>Replace the quotes and the dash and it will work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Psynister</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-1716</link>
		<dc:creator>Psynister</dc:creator>
		<pubDate>Wed, 14 Oct 2009 23:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-1716</guid>
		<description>You get the error because of the copy/paste from webpage to WoW. I&#039;ve been running into this for a few weeks now. The font that gets copied doesn&#039;t work when you paste it into WoW, it changes certain characters. Primarily, the double quotation marks.

Copy/Paste the code into your macro window and then delete all of the quotation marks and then retyping them. You need to do the same for the dash between &quot;Trade - City&quot; as well. 

Replace the quotes and the dash and it will work.</description>
		<content:encoded><![CDATA[<p>You get the error because of the copy/paste from webpage to WoW. I&#8217;ve been running into this for a few weeks now. The font that gets copied doesn&#8217;t work when you paste it into WoW, it changes certain characters. Primarily, the double quotation marks.</p>
<p>Copy/Paste the code into your macro window and then delete all of the quotation marks and then retyping them. You need to do the same for the dash between &#8220;Trade &#8211; City&#8221; as well. </p>
<p>Replace the quotes and the dash and it will work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zax</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-64</link>
		<dc:creator>Zax</dc:creator>
		<pubDate>Wed, 14 Oct 2009 21:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-64</guid>
		<description>i can get this working just getting a erro

/script CastSpellByName(”Jewelcrafting“);SendChatMessage(”LFW “..GetTradeSkillListLink(),”CHANNEL”,nil,GetChannelName(”Trade – City”));CloseTradeSkill();

plz help</description>
		<content:encoded><![CDATA[<p>i can get this working just getting a erro</p>
<p>/script CastSpellByName(”Jewelcrafting“);SendChatMessage(”LFW “..GetTradeSkillListLink(),”CHANNEL”,nil,GetChannelName(”Trade – City”));CloseTradeSkill();</p>
<p>plz help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rambu</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-37</link>
		<dc:creator>Rambu</dc:creator>
		<pubDate>Wed, 23 Sep 2009 02:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-37</guid>
		<description>Thanks for the tip. It&#039;s very useful.&lt;br&gt;&lt;br&gt;I have another question here that I hope you can assist.&lt;br&gt;&lt;br&gt;Do you know how to make the following 3 lines appear in trade channel using script or macro?&lt;br&gt;&lt;br&gt;[2][Trade]WTB [Saronite Ore][Titanium Ore]&lt;br&gt;[2][Trade]WTB [Cardinal Ruby]135g [King&#039;s Amber]120g and other gems&lt;br&gt;[2][Trade]WTS [Infinite Dust]55g/s [Greater Cosmic Essence]140g/s&lt;br&gt;&lt;br&gt;I would like those items to have proper links and not just text. Also, I would like the 3 lines to go out straight into trade channel with a single, two or three clicks. I know that there is a limitation to the number of characters in the macro window.&lt;br&gt;&lt;br&gt;At the moment, Alt+Up Alt+Down combos are good but tedious. Once I start chatting with other players, there are so many lines to scroll up and down. Sometimes the text disappears because it&#039;s over the limit.&lt;br&gt;&lt;br&gt;I hope you can help. Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip. It&#39;s very useful.</p>
<p>I have another question here that I hope you can assist.</p>
<p>Do you know how to make the following 3 lines appear in trade channel using script or macro?</p>
<p>[2][Trade]WTB [Saronite Ore][Titanium Ore]<br />[2][Trade]WTB [Cardinal Ruby]135g [King&#39;s Amber]120g and other gems<br />[2][Trade]WTS [Infinite Dust]55g/s [Greater Cosmic Essence]140g/s</p>
<p>I would like those items to have proper links and not just text. Also, I would like the 3 lines to go out straight into trade channel with a single, two or three clicks. I know that there is a limitation to the number of characters in the macro window.</p>
<p>At the moment, Alt+Up Alt+Down combos are good but tedious. Once I start chatting with other players, there are so many lines to scroll up and down. Sometimes the text disappears because it&#39;s over the limit.</p>
<p>I hope you can help. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Psynister</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-36</link>
		<dc:creator>Psynister</dc:creator>
		<pubDate>Thu, 17 Sep 2009 16:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-36</guid>
		<description>Being code illiterate shouldn&#039;t have anything to do with it. You don&#039;t need to take out the parenthesis, you just need to replace the word for the profession.&lt;br&gt;&lt;br&gt;If you want to do Engineering do this:&lt;br&gt;&lt;br&gt;/script CastSpellByName(”Engineering“);SendChatMessage(”LFW “..GetTradeSkillListLink(),”CHANNEL”,nil,GetChannelName(”Trade – City”));CloseTradeSkill();&lt;br&gt;&lt;br&gt;Tailoring:&lt;br&gt;/script CastSpellByName(”Tailoring“);SendChatMessage(”LFW “..GetTradeSkillListLink(),”CHANNEL”,nil,GetChannelName(”Trade – City”));CloseTradeSkill();&lt;br&gt;&lt;br&gt;And so on and so forth. Whatever profession it is that you want to link just change the name of the profession and leave everything else the same. The example in the post lists specific enchants into the trade chat, so the examples in the reply here have been changed to use use &quot;LFW [Profession of choice]&quot; instead. &lt;br&gt;&lt;br&gt;And yes, you can copy/paste macros into the game itself. Use Ctrl+C for copy and Ctrl+V for paste.&lt;br&gt;&lt;br&gt;If you have trouble copying it from this site, then go my my actual blog and copy it from there instead, or try copying from the examples here in the reply.</description>
		<content:encoded><![CDATA[<p>Being code illiterate shouldn&#39;t have anything to do with it. You don&#39;t need to take out the parenthesis, you just need to replace the word for the profession.</p>
<p>If you want to do Engineering do this:</p>
<p>/script CastSpellByName(”Engineering“);SendChatMessage(”LFW “..GetTradeSkillListLink(),”CHANNEL”,nil,GetChannelName(”Trade – City”));CloseTradeSkill();</p>
<p>Tailoring:<br />/script CastSpellByName(”Tailoring“);SendChatMessage(”LFW “..GetTradeSkillListLink(),”CHANNEL”,nil,GetChannelName(”Trade – City”));CloseTradeSkill();</p>
<p>And so on and so forth. Whatever profession it is that you want to link just change the name of the profession and leave everything else the same. The example in the post lists specific enchants into the trade chat, so the examples in the reply here have been changed to use use &#8220;LFW [Profession of choice]&#8221; instead. </p>
<p>And yes, you can copy/paste macros into the game itself. Use Ctrl+C for copy and Ctrl+V for paste.</p>
<p>If you have trouble copying it from this site, then go my my actual blog and copy it from there instead, or try copying from the examples here in the reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Psynister</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-35</link>
		<dc:creator>Psynister</dc:creator>
		<pubDate>Thu, 17 Sep 2009 16:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-35</guid>
		<description>I&#039;m not going through the trouble of saying what I want, that&#039;s telling everyone what I have. &lt;br&gt;&lt;br&gt;(Sorry, I used to get email notifications when replies were left here, apparently not the case anymore, thus being a month late.)</description>
		<content:encoded><![CDATA[<p>I&#39;m not going through the trouble of saying what I want, that&#39;s telling everyone what I have. </p>
<p>(Sorry, I used to get email notifications when replies were left here, apparently not the case anymore, thus being a month late.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samantha878</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-34</link>
		<dc:creator>samantha878</dc:creator>
		<pubDate>Tue, 15 Sep 2009 02:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-34</guid>
		<description>Not helpful at all for me. Im code illiterate. I wrote it out with all the characters you put in and I took out the () around the words, didn&#039;t help me. Also couldn&#039;t copy and paste into my macro ingame. Oh well thanks anyway.</description>
		<content:encoded><![CDATA[<p>Not helpful at all for me. Im code illiterate. I wrote it out with all the characters you put in and I took out the () around the words, didn&#39;t help me. Also couldn&#39;t copy and paste into my macro ingame. Oh well thanks anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: weazol</title>
		<link>http://wowphiles.com/2009/07/macro-advertising-your-profession/comment-page-1/#comment-16</link>
		<dc:creator>weazol</dc:creator>
		<pubDate>Tue, 21 Jul 2009 17:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://psynister.wordpress.com/?p=343#comment-16</guid>
		<description>I dont get why you would go through  the trouble for a script for that when you can just make the macro say what you want and you can link items in the macro.&lt;br&gt;&lt;br&gt;even better get trade barker</description>
		<content:encoded><![CDATA[<p>I dont get why you would go through  the trouble for a script for that when you can just make the macro say what you want and you can link items in the macro.</p>
<p>even better get trade barker</p>
]]></content:encoded>
	</item>
</channel>
</rss>

