View Single Post
06/10/19, 02:03 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
Hi

Unfortunately addons cannot write to chat so that others can see it automatically. One could build an addon which writes it to the chat so that only you can see it.

I should be pretty simple if you want to do it yourself, go to the wiki of esoui and check the addon tutorials. Then search in the wiki for event_combat and you'll be able to create a function which will be triggered as combat starts.
All you need is a table of sentences then and a randomizer which will choose one table index as combat event is triggered + used the chat add message or d("For the flame!") message then.
  Reply With Quote