Question about Emote ids for use with Smart_Event 22

I am trying to use the following event to trigger an action in smart_ai

SMART_EVENT_RECEIVE_EMOTE

			22
		
			EmoteId
		
			CooldownMin
		
			CooldownMax
		
			condition
		
			val1,val2,val3 (?)

Basically I need a list of the emoteids used for this has need to find an id for a specific emote, this appears to require different id to those listed at http://www.trinitycore.info/Emote_tc2#id

So my question is there a list of these emote ids anyway or if not how would I find emote id to use with this

The emotes you need for that event are found in EmotesText.dbc, you can use Wowparser2 for example to convert dbc file to a csv one