<?xml version="1.0" encoding="ISO-8859-1"?>
<wgp sitename="WoW Guru" url="http://www.wowguru.com/ui/">
	<file name="AutoRespond" author="Chef_de_Loup" email="" url="" currentversion="1.55">
		<description>*New version based on the AddOn by Ayradyss&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;[usability]&lt;/b&gt;&lt;br /&gt;
- very useful for sellers to create their specific sale response by defined keyword(s)&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;[features]&lt;/b&gt;&lt;br /&gt;
- free numbers of responds each with a status, keyword(s) and response&lt;br /&gt;
- free numbers of textlines for each response&lt;br /&gt;
- visual frame to edit the responds&lt;br /&gt;
- english and german localization&lt;br /&gt;
- you can now include links to your tradeskills&lt;br /&gt;
- create itemlinks of bag items by dragging&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;[hints]&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;[help needed]&lt;/b&gt;&lt;br /&gt;
- if someone wants to redesign the AutoRespond window pls contact me&lt;br /&gt;
- localization for french and korean version&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;[FAQ]&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;How can i edit the responds?&lt;/b&gt;&lt;br /&gt;
Type /ar or /autorespond to show the window for editing the responds.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;How can i add new respond?&lt;/b&gt;&lt;br /&gt;
Use the Button to add a new respond.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Can i change the default content?&lt;/b&gt;&lt;br /&gt;
Yes, but for this you must edit the localization file. Search for the String you want to edit. But please remember this is on your own risk!&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;I want to edit a specific respond, but i dont know how to do it.&lt;/b&gt;&lt;br /&gt;
Switch to the respond you want to edit with the button. There you can edit the status, keyword and response as you want to.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;How can i create a link to a tradeskill?&lt;/b&gt;&lt;br /&gt;
Open your tradeskill-window and select the wanted tradeskill. Press the ''add link' button in the AutoRespond-window and the AddOn will include the link automatically.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;How can i use the script-option?&lt;/b&gt;&lt;br /&gt;
If you want to start a script when getting a specific whisper, activate the option for script handling of these respond. Scripts must be lua-code! look at http://www.wowwiki.com/World_of_Warcraft_API to get some infos about available functions.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Is there an easy script to auto-invite people in my group?&lt;/b&gt;&lt;br /&gt;
Yes! Write the following in your response and activate the script-option:&lt;br /&gt;
&lt;i&gt;InviteByName($t);&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;HowTo promote responses to channels?&lt;/b&gt;&lt;br /&gt;
Use the function Auto_Respond_PromoteToChannel(index,channel[,number]); in your makro.&lt;br /&gt;
  - index is the index of the respond to promote, the respond must be active and no script!&lt;br /&gt;
  - channel is the system to where to promote to, the following systems are available&lt;br /&gt;
	&amp;quot;GUILD&amp;quot; - promote to guildchannel&lt;br /&gt;
	&amp;quot;PARTY&amp;quot; - promote to partychannel&lt;br /&gt;
	&amp;quot;SAY&amp;quot; - promote as say&lt;br /&gt;
	&amp;quot;YELL&amp;quot; - promote as yell&lt;br /&gt;
	&amp;quot;RAID&amp;quot; - promote to raidchannel&lt;br /&gt;
	&amp;quot;CHANNEL&amp;quot; - promote to channel with the given number&lt;br /&gt;
&lt;br /&gt;
  - number is a optional parameter, only used with system &lt;i&gt;&amp;quot;CHANNEL&amp;quot;&lt;/i&gt;! The number is the number of the channel you want to promote to (mostly 2 is the channelnumber for tradechannel).&lt;br /&gt;
&lt;br /&gt;
Example in makro:&lt;br /&gt;
	/script Auto_Respond_PromoteToChannel(1,&amp;quot;GUILD&amp;quot;); -- this will promote the first respond to the guildchannel&lt;br /&gt;
	/script Auto_Respond_PromoteToChannel(1,&amp;quot;CHANNEL&amp;quot;,2); -- this will promote the first respond to the channel with number 2 (mostly tradechannel)&lt;br /&gt;
&lt;br /&gt;
- How can i add an itemlink from an item in one of my bags? &lt;br /&gt;
Pickup the item by mouse and dragging it to the 'link' button of AutoRespond. There you just click on the button and it will create a link to the item automatically in the textfield&lt;br /&gt;
&lt;br /&gt;
[commands] &lt;br /&gt;
/ar or /autorespond : shows the AutoRespond window</description>
		<category id="8" />
		<version number="1.55" date="June 29 2006">
			<file url="/ui/archives/autorespond-187-155.zip" />
		</version>
	</file>
</wgp>
