View Single Post
01/28/24, 07:36 PM   #3
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 409
The functions do still work as expected, however, the functionRequestGuildFinderAttributesForGuild(guildID) must be called first. It should return true, and then a short time after (200 ish ms, probably dependent on ping) you can use the other information functions. The general idea of 'this should be possible' comes from the fact that the guild finder and guild application links work. Using the esoui source code, I then worked back from the guild link handler to find the request function
  Reply With Quote