The Gold Road Chapter – which includes the Scribing system – and Update 42 is now available to test on the PTS! You can read the latest patch notes here: https://forums.elderscrollsonline.com/en/discussion/656454/

How to find Emote ID's?

Nerdrage9000
Nerdrage9000
✭✭✭
I recently came back from a hiatus and got a emote in a crown crate "/flipthebird"

I then went a got a great little addon ESOTheater, which allows me to hotkey my fav emotes. Its very cool.

Here is my problem. In the built in listing of all emotes possible for the ESOTheater addon, it only comes with the baked in emotes that come with the game. None of the 'new' crown emotes.

I got into this code through the addon forums:

["FavoriteTable"] =
{
[1] =
{
["EmoteName"] = hello,
["ID"] = 134,
},
[2] =
{
["EmoteName"] = congratulate,
["ID"] = 140,
},
.
.
.
[10] =
{
["EmoteName"] = bucketsplash,
["ID"] = 158,
},
}

So it would seem as though I can actually manually add in any new emotes that I get via crown crates etc.

Here is my question: ***How do I go about finding out what the ["ID"] is for the /flipthebird emote?***

Cheers, and thanks!

*I also posted this in the addon section, but I wanted to also drop it here in General for better exposure.*
Sign In or Register to comment.