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

Emote Magic Classic

Game Version: 1.13.5
Total Downloads: 5
Updated: Aug 17, 2020
Created: Jun 9, 2019
download Emote Magic ClassicDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Emote Magic Classic release 7.86 KB Aug 17, 2020 1.13.5 2 download Emote Magic Classic Emote Magic Classic 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