Download
(607 Kb)
Download
Updated: 05/31/20 03:39 PM
Pictures
File Info
Compatibility:
Greymoor (6.0.5)
Updated:05/31/20 03:39 PM
Created:06/08/19 07:31 AM
Monthly downloads:25
Total downloads:6,824
Favorites:4
MD5:
Vesiath's emotes  Popular! (More than 5000 hits)
Version: 1.1.5
by: Vesiath [More]
Have you ever wanted to use your favorite pepes in game chat? Now you can!
This emote addon adds twitch and other emotes to make your chat experience better!


Commands
  • /em (Opens/Closes the emote menu)

KEYBINDS
Opens/Closes the Emote Menu
Emote Menu
Shows you a list of all emotes
If an emote is clicked it will be pasted into your chat window
Filter the emote list by searching
Dependencies
  • LibAddonMenu-2.0

NOTE
Make sure to install the addon while not in-game or you may need a full restart before any images show up
If there are any issues leave a comment
1.1.5
  • Updated for Greymoor
  • Added customization options for the emote menu
  • Added emotes

1.1.4
  • Updated for Harrowstorm
  • Refactored code
  • Added emotes

1.1.3
  • Added PepeFedora, peepoPog, peepoFat, peepoHug, forsenT, PepeHand, PepperHands, SillyChamp, xqcRub, 4Weird, 4WeirdW

1.1.2
  • *FIXED* libchat forcing character names in some chat channels

1.1.1
  • Added an option to clear the search text of the emote menu
  • Added WutFace, HandsUp, EZ, PogCena, LUL, MEGALUL, kek, MegaKek, ResidentSleeper, WaitWhat, <3, WTFF, diploDab, AYAYA, PJSalt

1.1.0
  • Rewrote the emote list completely
  • Added a search box to the emote list
  • Added KKona, KKool, 4House, DansGame, SeemsGood, :telescope: and forsen1 to the emote list

1.0.8
  • Added an emote list
Archived Files (13)
File Name
Version
Size
Uploader
Date
1.1.41
611kB
Vesiath
03/04/20 04:35 PM
1.1.4
608kB
Vesiath
03/04/20 04:30 PM
1.1.3
523kB
Vesiath
07/10/19 02:29 PM
1.1.2
508kB
Vesiath
06/19/19 05:15 PM
1.1.1
507kB
Vesiath
06/19/19 02:14 PM
1.1.0
462kB
Vesiath
06/16/19 08:14 AM
1.0.8
444kB
Vesiath
06/13/19 01:45 PM
1.0.7
431kB
Vesiath
06/11/19 11:56 AM
1.0.6
420kB
Vesiath
06/10/19 01:33 PM
1.0.5
417kB
Vesiath
06/10/19 09:07 AM
1.0.4
397kB
Vesiath
06/10/19 07:54 AM
1.0.3
397kB
Vesiath
06/10/19 04:55 AM
1.0.2
372kB
Vesiath
06/08/19 03:35 PM


Post A Reply Comment Options
Unread 11/11/20, 05:44 PM  
Cielsis

Forum posts: 0
File comments: 2
Uploads: 0
pepeknife

Hello, can you add PepeKnife pls ?
Report comment to moderator  
Reply With Quote
Unread 05/23/20, 02:54 AM  
April
 
April's Avatar

Forum posts: 0
File comments: 24
Uploads: 0
This addon almost never works for me.. I see the welcome message, and can see the emotes if I pull up the list, but I can rarely see them in chat.. usually only if I force a reload UI.. I've already tried completely uninstalling and re-installing with the game closed so I'm not sure what else to try.. any advice?
Report comment to moderator  
Reply With Quote
Unread 03/05/20, 05:00 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4912
File comments: 5990
Uploads: 78
Hi Vesiath,

LibCustomTitles was not implemented to make it be used within other addons to add their own customtitles or emotes.
It is meant to reward ppl a new title, in a centralized library, not on an "per addon base"
The titles are checked before they get added.

If you want to code something around it to add your emotes or special titles pelase refrain from using LibCustomTitles for this purpose and build some own lib or code in your addon (if it's only for your addon).

Also:
Please add LibCustomTitles to your dependencies list in the addon description if your addon uses it!
Otherwise the users not liking to have their titles exchanged will start a ****storm why it is not named there again...

And about LibStub
LibStub is not needed for this addon, so please remove it from the dependencies. Only libraries need the library LibStub, so add the libraries to your dependencies and they will automatically have the dependency, in their own txt files!
IF they still need LibStub.

LibCustomTitles should be either included with it's ttx file so LibStub is named there as a dependency or you should include LibStub to your addon yourself. But making it a dependency in your addon's txt files is wrong!

Wrong in your txt file:
Code:
## DependsOn: LibStub LibAddonMenu-2.0
##OptionallyDependsOn:
Correct:
Code:
## DependsOn: LibAddonMenu-2.0
As LibStub is obsolete meanwhile remove the usage of it, where possible, as well and use the global variables of the libraries instead!

Wrong:
Code:
local LAM = LibStub("LibAddonMenu-2.0")
Correct:
Lua Code:
  1. local LAM = LibAddonMenu2
  2. if not LAM and LibStub then LAM = LibStub("LibAddonMenu-2.0")  end


Thank you
Last edited by Baertram : 03/05/20 at 05:06 AM.
Report comment to moderator  
Reply With Quote
Unread 06/19/19, 05:53 PM  
Wheels
AddOn Author - Click to view AddOns

Forum posts: 60
File comments: 80
Uploads: 22
Originally Posted by Vesiath
Originally Posted by Wheels
Would it be possible for you to make it so this addon doesn't force character names in chat in zone/group/etc.? Even with the Prefer UserID setting enabled for chat it seems to be overridden by this addon.
This should be fixed in the 1.1.2 update
Much appreciated, seems to be working!
Report comment to moderator  
Reply With Quote
Unread 06/19/19, 05:19 PM  
Vesiath
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 2
Uploads: 1
Originally Posted by Wheels
Would it be possible for you to make it so this addon doesn't force character names in chat in zone/group/etc.? Even with the Prefer UserID setting enabled for chat it seems to be overridden by this addon.
This should be fixed in the 1.1.2 update
Report comment to moderator  
Reply With Quote
Unread 06/19/19, 03:36 PM  
Wheels
AddOn Author - Click to view AddOns

Forum posts: 60
File comments: 80
Uploads: 22
Would it be possible for you to make it so this addon doesn't force character names in chat in zone/group/etc.? Even with the Prefer UserID setting enabled for chat it seems to be overridden by this addon.
Report comment to moderator  
Reply With Quote
Unread 06/19/19, 02:21 PM  
Vesiath
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 2
Uploads: 1
Re: What about LUL

Originally Posted by kookster
What about LUL
Added LUL and a bunch of other emotes
Report comment to moderator  
Reply With Quote
Unread 06/19/19, 09:59 AM  
kookster
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 17
Uploads: 1
What about LUL

What about LUL
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: