WoW Emote Magic addon Dragonflight/Wrath of the Lich King Classic 2024
logo
wow addon Emote Magic

Emote Magic

Game Version: 8.1.0 +1
Total Downloads: 318
Updated: Dec 18, 2018
Created: Nov 19, 2018
download Emote MagicDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
EmoteReply.zip release 7.68 KB Dec 18, 2018 8.1.0 +1 233 download Emote Magic EmoteReply.zip releaseDownload

Description

Share this:

Summary

This addon will return an emote for an emote given. You can set it to where when someone slaps you, you belch, or if someone pokes you, you fart, etc. You can set it up to your heart's desire. This is a fun addon, and sometimes people get confused when my character does a /belch after someone /thanks mine.

Modification
The only way you can change the emotes and replies is the emotes table in the LUA file. You have a trigger emote and a reply emote. The trigger is when someone targets your character and performs an emote. The reply is the automatic emote that your character will perform with this addon. There is a default relationship for most trigger and reply emotes.

Example

Each trigger/reply relationship is defined using code like the following:

table.insert( Emotes,{ Trigger = YES, Reply = TOKEN_AGREE});

Let's say you wanted to change it to where when someone performs a /yes emote with you targeted, you reply with a /no emote. You would change it to:

table.insert( Emotes,{ Trigger = YES, Reply = TOKEN_NO});

 

 

Comments

Add a comment