Maintenance for the week of September 22:
· [IN PROGRESS] NA megaservers for maintenance – September 22, 4:00AM EDT (8:00 UTC) - 10:00AM EDT (14:00 UTC)
· [IN PROGRESS] EU megaservers for maintenance – September 22, 8:00 UTC (4:00AM EDT) - 14:00 UTC (10:00AM EDT)
A lot of us are wanting something more like templates with examples. The Wiki is what I used for my add-on. And I dug around in the ESO Survey Add-on code too.
It would be cool to add changes in game guild to discord. So and so joined the guild and so and so left. So and so took this out of the bank and added this. Your guild trader sold this for this.
Not possible. Eso will only write data to your harddrives if you do a zone change, reloadui, logout.
You are not able to store data in any other way "on the fly".
You could build an addon that collets the data and saves the data each time you do a zone change etc. And you could build a non-eso executable/script which fetches the data from the savedvars and publises them in your discord then.
But this will always be delayed until you do a reloadui/zone change/logout ingame.