Download
(32 Kb)
Download
Updated: 05/04/15 02:27 PM
Pictures
File Info
Compatibility:
Update 6 (1.6.5)
Update 5 (1.5.2)
Update 4 (1.4.3)
Update 3 (1.3.3)
Veteran Crypt of Hearts (1.2.3)
Craglorn (1.1)
Live (1.0)
Updated:05/04/15 02:27 PM
Created:04/29/14 06:48 AM
Monthly downloads:53
Total downloads:17,659
Favorites:25
MD5:
Categories:Discontinued & Outdated, RolePlay
Emote Shortcuts  Popular! (More than 5000 hits)
Version: 1.3.1
by: knuthansen [More]
What does it do?
You press a shortcut (e.g.) F5 and your character performs an emote. Easy as it is. I wrote this addon because I want to have quick shortcuts for my favorite emotes.

How to install?
You use minion installer or you download the ZIP-file and put the whole directory 'EmoteShortcuts' into C:\Users\<USERNAME>\Documents\Elder Scrolls Online\liveeu\AddOns

How to configure?
Important: You have to configure the addon before using it!
Step 1: After installing, go to the Settings-Menu in the game and insert your 10 favorite emotes (e.g. "/flute") into the 10 slots.
Step 2: Type in the Chatwindow "/reloadui" (to reload the mappings for shortcut menu)
Step 3: Go to the key mapping settings and choose your keys (e.g. F5-F12)

Which emotes are played?
Every one you configure in one of the 10 available slots.

How to change the emotes?
Since v1.0: Just change the emotes in the settings menu in the game.
==== v1.3: Update ====
* Rewritten the code completely new, same functionality though
* Update for the new API on 31. March 2015, have fun

==== v1.1: Update ====
* Update for the new API

==== v1.0: Major Release ====
* Emotes can be configured now in the addon setting section in the game.

==== v0.1: Initial Release ====
* 8 fix emotes with configurable shortcuts
Optional Files (0)


Archived Files (5)
File Name
Version
Size
Uploader
Date
1.3
31kB
knuthansen
03/31/15 12:57 PM
1.2
27kB
knuthansen
03/22/15 08:52 AM
1.1
8kB
knuthansen
05/23/14 10:44 AM
1.0
8kB
knuthansen
05/05/14 11:59 AM
0.1
2kB
04/29/14 06:48 AM


Post A Reply Comment Options
Unread 09/24/21, 09:48 AM  
Bolsen945
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 20
Uploads: 1
Re: Fix for Blackwood?

Originally Posted by Gray_Raven
I know this might be a longshot but worth a try.

This addon has been outdated for some time now but I have been using it flawlessly this entire time no issue until now. The Blackwood update completely removed the files from my addon folder. Luckily I had a backup with all the bindings data and loaded it back into the game. The settings I chose, all still work for the keybindings I had set them to and I can configure which keys I want to bind them to in the settings.

Unfortunately, I cannot pull up the settings to edit which type of emote I would like for each keybinding. When I go to settings>addons, Emoteshortcuts tab is no longer there. It is also not showing in the main addons tab. I've searched esoui for others like this but all the other emote addons do not seem to have this instant feature of emoting. Any help would be appreciated!

Thank you!
Please check it out
https://www.esoui.com/downloads/info...rtcutsFix.html
Report comment to moderator  
Reply With Quote
Unread 06/02/21, 11:33 PM  
Gray_Raven

Forum posts: 0
File comments: 1
Uploads: 0
Fix for Blackwood?

I know this might be a longshot but worth a try.

This addon has been outdated for some time now but I have been using it flawlessly this entire time no issue until now. The Blackwood update completely removed the files from my addon folder. Luckily I had a backup with all the bindings data and loaded it back into the game. The settings I chose, all still work for the keybindings I had set them to and I can configure which keys I want to bind them to in the settings.

Unfortunately, I cannot pull up the settings to edit which type of emote I would like for each keybinding. When I go to settings>addons, Emoteshortcuts tab is no longer there. It is also not showing in the main addons tab. I've searched esoui for others like this but all the other emote addons do not seem to have this instant feature of emoting. Any help would be appreciated!

Thank you!
Report comment to moderator  
Reply With Quote
Unread 09/21/19, 09:17 PM  
BlissfulDelusions

Forum posts: 0
File comments: 8
Uploads: 0
emote Message spam

Would you kindly consider making it possible to turn off the notification message whenever you play a bound emote? =)

Thanks!

Update!

For anyone struggling with this, open up the EmoteShortcuts.lua file in Notepad or Ms Word, then edit the line that says

function EmoteShortcuts.DoEmoteSlot(slot)
d("Playing

to

function EmoteShortcuts.DoEmoteSlot(slot)
--d("Playing

That will hide the playing message =)
Last edited by BlissfulDelusions : 10/03/19 at 03:37 PM.
Report comment to moderator  
Reply With Quote
Unread 05/24/19, 05:00 AM  
Casterial
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 64
Uploads: 5
Originally Posted by Anceane
Hello

Is there a way to disable the load message addon in chat ?

At start it would be fine but at each travel, reload ui, entering instance leaving instance, thats a bit too much (

Thank you
Hey go to Emoteshortcuts.lua and open it, at line ~60:
function EmoteShortcuts.test(event, addonName)
d("EmoteShortcuts loaded.")

You want to do:
function EmoteShortcuts.test(event, addonName)
--d("EmoteShortcuts loaded.")

Save it and reload see if that works.
Report comment to moderator  
Reply With Quote
Unread 08/21/15, 09:37 AM  
Anceane
 
Anceane's Avatar
AddOn Author - Click to view AddOns

Forum posts: 306
File comments: 1018
Uploads: 1
Hello

Is there a way to disable the load message addon in chat ?

At start it would be fine but at each travel, reload ui, entering instance leaving instance, thats a bit too much (

Thank you
Report comment to moderator  
Reply With Quote
Unread 05/04/15, 02:28 PM  
knuthansen
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 4
Uploads: 1
Update

Tnx. I just updated this to Version 1.3.1. Try this one.
Report comment to moderator  
Reply With Quote
Unread 04/18/15, 06:48 AM  
Lex Prometheus

Forum posts: 0
File comments: 7
Uploads: 0
Wrongly packed addon

I think the ZIP file with addon is wrongly prepared. The addon files should be in a folder and the folder should be packed. Due to this issue Minion is not able to properly install it. If you install it manually, you have to create the folder manually to let it work.
Report comment to moderator  
Reply With Quote
Unread 04/14/15, 11:52 AM  
Thavie
 
Thavie's Avatar

Forum posts: 0
File comments: 29
Uploads: 0
Get an error every time I change location:

Code:
user:/AddOns/LibAddonMenu-2.0/LibAddonMenu-2.0/controls/panel.lua:77: attempt to index a nil value
stack traceback:
	user:/AddOns/LibAddonMenu-2.0/LibAddonMenu-2.0/controls/panel.lua:77: in function 'LAMCreateControl.panel'
	user:/AddOns/LibAddonMenu-2.0/LibAddonMenu-2.0/LibAddonMenu-2.0.lua:203: in function 'lam:RegisterAddonPanel'
	user:/AddOns/EmoteShortcuts/EmoteShortcutsConfig.lua:80: in function 'EmoteShortcuts.CreateConfigMenu'
	user:/AddOns/EmoteShortcuts/EmoteShortcuts.lua:60: in function 'EmoteShortcuts.test'
Report comment to moderator  
Reply With Quote
Unread 03/31/15, 01:30 PM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
i need a feature to play RANDOM emote from the list by one keybin

can you add it?
Report comment to moderator  
Reply With Quote
Unread 03/31/15, 12:58 PM  
knuthansen
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 4
Uploads: 1
New Version 1.3

After a while the new version 1.3 works with the latest ESO unlimited.
Took me a while to get the new API calls. Have fun!
Report comment to moderator  
Reply With Quote
Unread 03/25/15, 04:21 PM  
knuthansen
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 4
Uploads: 1
Bugfix

I will have a look on the weekend!
Report comment to moderator  
Reply With Quote
Unread 03/24/15, 02:37 PM  
TribeofOne

Forum posts: 41
File comments: 50
Uploads: 0
thanks for updating this Ive missed it. I do get an error since reinstalling

Lua Code:
  1. 2015-03-23T22:53:12.790-05:00 |cff0000Lua Error: user:/AddOns/EmoteShortcuts/EmoteShortcuts.lua:13: function expected instead of nil
  2. stack traceback:
  3.     user:/AddOns/EmoteShortcuts/EmoteShortcuts.lua:13: in function 'LoadEmotes'
  4.     user:/AddOns/EmoteShortcuts/EmoteShortcuts.lua:134: in function '(main chunk)'|r
Report comment to moderator  
Reply With Quote
Unread 05/13/14, 03:47 AM  
knuthansen
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 4
Uploads: 1
:)

You're welcome! Enjoy emoting
Report comment to moderator  
Reply With Quote
Unread 05/12/14, 09:46 PM  
Sarenia
 
Sarenia's Avatar

Forum posts: 0
File comments: 22
Uploads: 0
Thank you for your efforts. I am enjoying this addon. I have a few emotes I frequently use myself, and hotkeying them with this saved some typing.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: