View Single Post
01/16/21, 08:05 AM   #1
Keldor
 
Keldor's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2015
Posts: 101
Option to shorten the display URL of RequestOpenUnsafeURL

Hello everybody,

I'm currently building an add-on that exports the character's skills and action bars and generates a link for the ESO-Skillfactory.

I use the LUA function RequestOpenUnsafeURL() for the generated URL.
In principle, everything works as planned, but the URL can become very long under certain circumstances (with many skills).

In the game it looks like this:


As you can see the base64 part including the active skills of the character using the whole screen size
Do any of you know a way to abbreviate the displayed URL so that the player still sees the entire confirm dialog? Maybe this is also a topic that ZOS_DanBatson can take a look at

Keldor

Last edited by Keldor : 01/16/21 at 08:07 AM.
  Reply With Quote