View Single Post
10/21/18, 02:53 AM   #8
Hydra9268
 
Hydra9268's Avatar
AddOn Author - Click to view addons
Join Date: May 2018
Posts: 33
Originally Posted by Dolgubon View Post
One complicated possible solution would be to make some kind of server or website where people can put their bios, and then use RequestOpenUnsafeURL to send people to the proper URL. e.x. www.ESOBios.com/jadestorm or something.

Pure ingame solution, there's also ready checks which could be an option if the players are in group. Overall though, there just aren't really any good ways to implement it.
This is what I was going to suggest. Creating a companion site is the only way to go since it's outside of ESO.

In addition to Dolgubon's suggestion, the ability to generate dynamic armories akin to WOWs but not as complex or involved would be rad. The goal here is to show stats, class, equipment, achievements, and so forth in addition to character bio. I recommend JSON as a way to transmit all this data from the Addon to the site. Though, you may need to find out if doing that doesn't violate TOS. If it does you may need to save information to a file and have members upload it on the site. Or create a tool that'll automatically upload the file in the background after they log out.
  Reply With Quote