Help

Emote Reply

Chat & Communication Login to Add Favorites
  • 0 Likes
  • World of Warcraft
  • 22 Downloads
  • Supports: 4.2
  • 0 Average Daily Downloads
  • Comments
  • Created 4/20/2009 11:18:05 PM
  • Updated 11/13/2011 10:10:55 AM
  • 38 Favorites
  • Project Site
  • License: Public Domain
  • Release Type: Inactive
  • Newest File: Emote Reply 1.1
or

About Emote Reply

Emote Reply

Description

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.

Modification

The only code you may want to change to add new emotes and replies is the emotes table in the LUA file. You have a trigger emote and a reply emote. Every single emote token is set up as a constant, and every single text trigger is set up as a constant. (constants not listed here, but are in the file). Listed here are the default entries into the table when you download it.

table.insert(Emotes, { Trigger = POKE, Reply = TOKEN_FART}); table.insert(Emotes, { Trigger = HUG, Reply = TOKEN_HELPME}); table.insert(Emotes, { Trigger = KISS, Reply = TOKEN_DROOL}); table.insert(Emotes, { Trigger = SLAP, Reply = TOKEN_BURP}); table.insert(Emotes, { Trigger = COWER, Reply = TOKEN_CHICKEN}); table.insert(Emotes, { Trigger = FLEX, Reply = TOKEN_GOLFCLAP}); table.insert(Emotes, { Trigger = LOL, Reply = TOKEN_GUFFAW}); table.insert(Emotes, { Trigger = CRIES, Reply = TOKEN_VIOLIN}); table.insert(Emotes, { Trigger = SEXY, Reply = TOKEN_GRIN}); table.insert(Emotes, { Trigger = YAWN, Reply = TOKEN_THREATEN});

This is a long-needed update.

Addon Packs Containing This...

Comments

First Previous Page 1 of 2 Next Last
  • #21

    So sad...It doesn't work. Please fix?

    Thanks.

  • #20

    i got this error after i updated the addon

    Date: 2011-11-14 22:39:18

    ID: 1
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\EmoteReply\EmoteReply.lua line 373:
    attempt to index global 'this' (a nil value)
    Debug:
    [C]: ?
    EmoteReply\EmoteReply.lua:373: EmoteReply_OnLoad()
    [string "*:OnLoad"]:1:
    [string "*:OnLoad"]:1

  • #19
    As of 5/28/10 this addon broke for me. I have added a few emotes to it of course in an effort to encompass more usage. The break is telling me it is broken on lines 394, 395, 393 .. I think. I will send a copy of the lines that I have included, along with the broken add log .. maybe you will see what I cannot.
  • #16
    I agree with Mollip.. in game acess would be nice ... The directions for this add on were more headache then anything since a good many players are not computer wiz's

    I found some kinda of file in my warcraft files with a LUA but it by no means opened up to detail any kind of table to be modified. MaybeI wasnt doing it right but nonetheless.. an addon best serves players most with the less time they have to put into trying to get it to actually work :)

    Id love to use it- if you can provide a "in game" access table.

    Thanks !
  • #15
    Great idea, but editing LUA is not an acceptable means of end user configuration. That isn't how mods work. This needs in-game options to be viable.
  • #14
    Easy to change...

    There are three sections in the lua file that you need to look at... emote tokens, search strings, and tables.

    In tables, you will see...

    table.insert(Emotes, { Trigger = POKE, Reply = TOKEN_FART});

    The "trigger = " should be set to a search string and the "reply =" should be set to a token. Choose your search string and choose your token.

    Just add a new line to the tables section...you can add as many as you like.

    If I wanted to make a reply that winks when i get grinned at... the token is TOKEN_GRIN and the search string is WINK. I would add the following line to the tables section:

    table.insert(Emotes, { Trigger = TOKEN_GRIN, Reply = WINK});


  • #13
    I apologize for the lack of replies. I started a new teaching job and I've been swamped. I updated the version. I'll look into adding a GUI and a way to save the choices.
  • #12
    yea, needs MUCH easier way to change the reply emotes for this to work for the masses. ie: not in LUA, which is a foreign language to most of us :(

    otherwise looks like it'd be a great add-on.

    and nethyahell, great visual there in my imagination, made me lol :D
  • #11
    I liked the idea of this addon. I even started to fill in all the emotes with the replies I wanted and put them in a alphabeticle order to make it easiar to find them. Then I got it working... (did this in notepad and did not get any problems) but then I tried it out on my alt. Both using the same addon ofcourse since they where on the same computer and a real spam fest came to live... I used the flopping emote as a first trial and to my shock they kept flopping around each other because they triggered to the same emote. I wonder if there is a answer to this disturbing spam fest.
  • #10
    I have the old autoemote addon saved in a file--its degraduing to the point that it needs serious work so I searched for a replacement and it looks like this one is the only attempt to help us out. Much appreciated Umbridge! Now that you posted this thing ur nightmares begin.
    There are still shreds of the old autoemote addon lying around wowinterface.com at http://orgrimmar.org/addon.php?id=3 and I was curious if there is a way someone could check out its code and work a deal with the original creater to update this thing and improve it at all.
  • #8
    Firstly, I like the concept of this addon- responding to emotes is tedious and it is frequently difficult or impossible to return emotes because finding and targeting whoever sent them at you is impossible in a 25-man melee furball raid, and also because some players still use ASCII characters in their names, making manual targeting impossible.

    HOWEVER: I'm not sure I will keep the addon, because (a) some of the replies are "smack-talk"-ish and even borderline rude, and neither I nor my guild goes in for either; and (b) it is exceptionally difficult to add or change emotes and replies. I have even heard that it is critical to use the correct text editor (no idea which one though) on LUA files, just Notepad won't work for some obscure reason known only to Bill Gates. You almost have to be a programmer to change or add emotes, and I'm not a programmer.

    What this addon really needs is a user interface, with two scrollable lists- triggers and replies, with add and delete buttons for both lists. Such an addon (AutoEmote) existed about 3-4 patches ago, but the interface didn't actually work very well (/cry) so it had to be uninstalled. Now, it's just gone. Obsolete. Unavailable. Kaput.

    I wish I had the leet skillz required to build such an interface, but, sadly, I don't. Maybe Umbridge (cute word-play, I like it) will take pity on us (without taking Umbrage) and design a front end interface for this useful addon.

    Please? /wiggle
  • #6
    This addon is returning an error message when you add lines to the table.
  • #7
    Make sure the tokens are defined in the file. What line were you trying to add?
  • #9
    Clarification of may last post:

    "manual targeting": I meant command line targeting using (for example) "/target Nocturna" which is impossible when a player's name is "Skâlp" or any other name using non-standard letters not found on a normal US 101-key keyboard. Despite Blizzard's prohibition against these non-standard characters, players insist on using them to show how clever they are- and thereby make it impossible or at least very difficult to talk to them, invite them to groups, trade with them, etc. They slit their own throats, social-wise.

    "smack-talk"ish or rude replies: I am particularly referring to trigger HUG and reply HELPME, and trigger POKE with reply FART. If someone hugs me, I want to hug them back, or blow as kiss at them. If someone pokes me, I want to tickle them, or LOL at them... not fart at them. However, the arcane difficulty of changing the replies to suit my personality and/or play style is just way too daunting and error-prone.

    Also, the author's post that says "make sure the tokens are defined in the file" is just ambiguous gobbledygook to me- which tokens? What is a token? Which file, the LUA file with the TABLES list or some other file?

    As far as I can tell, there is NO meaningful, instructive, clear guideline published anywhere that would help me to understand exactly what to do to add/delete/change Trigger/Reply pairs for this addon. Since it has no interface, at least some clear documentation would really help a lot.

    Thanks
  • #5
    Thanks for this Addon.
    Would it be possible to implement the function to target the player that for example waves at you so you wave to back to him, not to everyone else.
  • To post a comment, please login or register a new account.
Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster Addon Downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse.com Experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Minecraft 3D Print Giveaway

Enter Now!