And here is the AutoIT 2.x script to do it for you if u have a friend or another acc/pc to run it on you every day..
Code: Register to unlock hidden link
;Activate Game Window
AGW:
WinActivate, The Lord of the Rings Online™: Shadows of Angmar™
;Select Nearest Fellow
send, {f8}
;Enter Emote State
SetEnv, emot, 150
SetEnv, lic, 10
sleep, 2000
SplashTextOn, 300, 80, Running Emotes, %emot% more emotes to run. Please Wait..
emotes:
send,{enter}/cheer{enter}
sleep, 1000
EnvSub, emot, 1
SplashTextOn, 300, 80, Running Emotes, %emot% more emotes to run. Please Wait..
send,{enter}/bow{enter}
sleep, 1000
EnvSub, emot, 1
SplashTextOn, 300, 80, Running Emotes, %emot% more emotes to run. Please Wait..
send,{enter}/laugh{enter}
sleep, 1000
EnvSub, emot, 1
SplashTextOn, 300, 80, Running Emotes, %emot% more emotes to run. Please Wait..
send,{enter}/salute{enter}
sleep, 1000
EnvSub, emot, 1
SplashTextOn, 300, 80, Running Emotes, %emot% more emotes to run. Please Wait..
send,{enter}/flirt{enter}
sleep, 1000
EnvSub, emot, 1
SplashTextOn, 300, 80, Running Emotes, %emot% more emotes to run. Please Wait..
send,{enter}/confused{enter}
sleep, 1000
EnvSub, emot, 1
SplashTextOn, 300, 80, Running Emotes, %emot% more emotes to run. Please Wait..
send,{enter}/kiss{enter}
sleep, 1000
EnvSub, emot, 1
SplashTextOn, 300, 80, Running Emotes, %emot% more emotes to run. Please Wait..
send,{enter}/bored{enter}
sleep, 1000
EnvSub, emot, 1
SplashTextOn, 300, 80, Running Emotes, %emot% more emotes to run. Please Wait..
send,{enter}/beg{enter}
sleep, 1000
EnvSub, emot, 1
SplashTextOn, 300, 80, Running Emotes, %emot% more emotes to run. Please Wait..
send,{enter}/thank{enter}
sleep, 1000
EnvSub, emot, 1
SplashTextOn, 300, 80, Running Emotes, %emot% more emotes to run. Please Wait..
send,{enter}/angry{enter}
sleep, 1000
EnvSub, emot, 1
SplashTextOn, 300, 80, Running Emotes, %emot% more emotes to run. Please Wait..
send,{enter}/rude{enter}
sleep, 1000
EnvSub, emot, 1
SplashTextOn, 300, 80, Running Emotes, %emot% more emotes to run. Please Wait..
send,{enter}/cower{enter}
sleep, 1000
EnvSub, emot, 1
SplashTextOn, 300, 80, Running Emotes, %emot% more emotes to run. Please Wait..
send,{enter}/scold{enter}
sleep, 1000
EnvSub, emot, 1
SplashTextOn, 300, 80, Running Emotes, %emot% more emotes to run. Please Wait..
send,{enter}/mock{enter}
sleep, 1000
EnvSub, emot, 1
SplashTextOn, 300, 80, Running Emotes, %emot% more emotes to run. Please Wait..
EnvSub, lic, 1
IfEqual, lic, 0, goto, ender
goto, emotes
ender: