AutoRespond


Box art for AutoRespond For: World of Warcraft
Size: 15.15 KB
Rate this mod:
Downloaded 343 times
AutoRespond, download AutoRespond free, free AutoRespond mod download, free download of AutoRespond mod for World of Warcraft, World of Warcraft free mod AutoRespond download, download for free AutoRespond World of Warcraft, free download full mod AutoRespond, direct download link AutoRespond, download AutoRespond modification
full download AutoRespond World of Warcraft, World of Warcraft AutoRespond, free World of Warcraft mods AutoRespond, AutoRespond direct download free, AutoRespond download for free, AutoRespond World of Warcraft download link, free download World of Warcraft AutoRespond, AutoRespond mod, World of Warcraft modifications
Description
*New version based on the AddOn by Ayradyss

[usability]
- very useful for sellers to create their specific sale response by defined keyword(s)

[features]
- free numbers of responds each with a status, keyword(s) and response
- free numbers of textlines for each response
- visual frame to edit the responds
- english and german localization
- you can include links to your tradeskills
- you can include the reagents needed by the skill
- you can promote responses to channels
- create itemlinks of bag items by dragging

[FAQ]
How can i edit the responds?
Type /ar or /autorespond to show the window for editing the responds.

How can i add new respond?
Use the Button to add a new respond.

Can i change the default content?
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!

I want to edit a specific respond, but i dont know how to do it.
Switch to the respond you want to edit with the button. There you can edit the status, keyword and response as you want to.

How can i create a link to a tradeskill?
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.

How can i create a list of reagents needed?
Use the \'reagents\' button (same procedure as tradeskill) and the reagents will be printed like NxReagent.

How can i use the script-option?
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 wowwiki to get some infos about available functions.

Is there an easy script to auto-invite people in my group?
Yes! Write the following in your response and activate the script-option:
Code Start:

InviteByName($t);

Code End:

HowTo promote responses to channels?
Use the following function in your makro:
Code Start:

Auto_Respond_PromoteToChannel(index,channel[,number]);

Code End:
- index is the index of the respond to promote, the respond must be active and no script!
- channel is the system to where to promote to, the following systems are available
\'GUILD\' - promote to guildchannel
\'PARTY\' - promote to partychannel
\'SAY\' - promote as say
\'YELL\' - promote as yell
\'RAID\' - promote to raidchannel
\'CHANNEL\' - promote to channel with the given number

- number is a optional parameter, only used with system \'CHANNEL\'! The number is the number of the channel you want to promote to (mostly 2 is the channelnumber for tradechannel).

Example in makro:
Code Start:

/script Auto_Respond_PromoteToChannel(1,\'GUILD\'); -- this will promote the first respond to the guildchannel
/script Auto_Respond_PromoteToChannel(1,\'CHANNEL\',2); -- this will promote the first respond to the channel with number 2 (mostly tradechannel)

Code End:

- How can i add an itemlink from an item in one of my bags?
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 in the textfield automatically

[commands]
/ar or /autorespond : shows the AutoRespond window
No comments. Comment to start the discussion!
Please Login or Sign Up to post a comment
Disqus Comments