View Single Post
01/28/24, 07:07 PM   #2
sinnereso
AddOn Author - Click to view addons
Join Date: Oct 2022
Posts: 247
Originally Posted by Kelinmiriel View Post
I was working last year on a library addon that utilized these two functions:
Code:
GetGuildName(guildnum)
GetGuildRecruitmentMessageAttribute(guildnum)
Both of these worked perfectly when I started working on it, but now they return an empty string unless called by a guild member.

I can't see any reason why a guild name or its recruitment message should be hidden. That was public information until a few months ago. Is there any reason why it's not now?

I would really appreciate it if these could be restored to their previous functionality, and the library would be very useful to myself and others. Thank you!
I'm no expert but I dont see how that was ever possible. That function requires a guildID which you can only get from your own personal guild index.
  Reply With Quote