Thread Tools Display Modes
11/22/16, 05:16 PM   #1
ESOARMY
 
ESOARMY's Avatar
Join Date: Nov 2016
Posts: 10
Auto Guild Invite

Type "X" to join my awesome guild.

Not sure how to do this but there is a AutoInvite to group AddOn and a GuildInvite AddOn.
The AutoInvite handles CLI monitoring and execution and the GuildInvite has a menu function to add player to guild. That looks like this;

Lua Code:
  1. for i = 1, GetNumGuilds() do
  2.             local gid = GetGuildId(i)
  3.             if DoesPlayerHaveGuildPermission(gid, GUILD_PERMISSION_INVITE) then
  4.                 local guildName = GetGuildName(gid)
  5.                 AddMenuItem(zo_strformat(GINV_GUILDINVITE, guildName), function() AddPlayerToGuild(name, gid, guildName) end)
  6.             end

Wondering if someone can combine the two so its automatic?
  Reply With Quote
11/22/16, 05:16 PM   #2
ESOARMY
 
ESOARMY's Avatar
Join Date: Nov 2016
Posts: 10
Reserve Post

Reserve Post for Updates.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Auto Guild Invite


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off