Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
EmoteReply.zip release | 7.68 KB | Dec 18, 2018 | 8.1.0 +1 | 233 | Download |
Description
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});
Add a comment