Download
(2 Kb)
Download
Updated: 07/13/14 08:43 AM
Compatibility:
Veteran Crypt of Hearts (1.2.3)
Craglorn (1.1)
Live (1.0)
Updated:07/13/14 08:43 AM
Created:05/01/14 06:57 AM
Monthly downloads:19
Total downloads:7,337
Favorites:21
MD5:
Categories:Discontinued & Outdated, Chat Mods, Utility Mods
Guild Invite  Popular! (More than 5000 hits)
Version: 1.1
by: Nekudotayim, Godwyn74
Invite into guild by right-clicking player names in chat. Localized for english, german and french.
pNames recommended to invite into group/guild from guild chat also.

--
Einen Spieler im Chat per Rechtsklick in die Gilde einladen. Angepasst in deutsch, englisch und französich.
Empfohlen zusammen mit pNames, um Gruppen/Gilden-Einladungen im Gildenchat zu ermöglichen.
1.1 - updated toc and small bugfix
1.0 - updated toc for new API version
0.7 - small bugfix
0.6 - fixed link error if clicking non character link
0.5 - fixed old bug in last version for incorrect player names
0.4 - fixed console invite
0.3 - cleaned up code
0.2 - fixed invite for @ names
Optional Files (0)


Archived Files (1)
File Name
Version
Size
Uploader
Date
1.0
2kB
Nekudotayim
05/24/14 06:35 AM


Post A Reply Comment Options
Unread 07/13/14, 10:55 AM  
danleyf

Forum posts: 0
File comments: 3
Uploads: 0
Welcome back. Will be looking forward to future updates.

Originally Posted by Nekudotayim
Thanks for bug fix, didn't have much time the last weeks, sorry.
Report comment to moderator  
Reply With Quote
Unread 07/13/14, 09:59 AM  
Nekudotayim
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 12
Uploads: 2
Originally Posted by Godwyn74
I made a new project for this ill continue with updating.

http://www.esoui.com/downloads/info6...Continued.html

Greetings God
Thanks for bug fix, didn't have much time the last weeks, sorry. Hope its ok to add you to this addon project, so you might update the original. Hate those multiple versions of addons, never knowing which ones the newest.
Report comment to moderator  
Reply With Quote
Unread 07/12/14, 01:32 AM  
Godwyn74
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 13
Uploads: 1
I made a new project for this ill continue with updating.

http://www.esoui.com/downloads/info6...Continued.html

Greetings God
Report comment to moderator  
Reply With Quote
Unread 07/11/14, 07:25 AM  
danleyf

Forum posts: 0
File comments: 3
Uploads: 0
Guild Invite Fix (#2)

I apologize, I failed to test the modification without other addons. I had pchat installed and it was affecting the returned data. I have modified the inserted line (green text) to allow this addon to work with or without the presence of pchat.

local function newOnLinkClicked(linkData, linkText, button, ...)
origOnLinkClicked(linkData, linkText, button, ...)
local ld = string_split(linkData,":")
if isdebug then
d("GuildInvite debugging:")
for i,v in pairs(ld) do
d(i..": "..v)
end
d("linktext: "..linkText)
end
--[[
local namepart = string_split(ld[2],"[")
if namepart[2] == nil then return end
local pname = namepart[2]:gsub("%]","")
--]]

local pname = ld[3]:gsub("%^mx$","")
Report comment to moderator  
Reply With Quote
Unread 07/11/14, 06:13 AM  
Barba

Forum posts: 0
File comments: 5
Uploads: 0
Originally Posted by danleyf
If you would like a working version of this addon, make the following changes to your "GuildInvite.lua" file using notepad or other plain text editor. The changes comment out the existing code between the --[[ and the --]]. Then adds a new line to assign the correct value to pname.


local function newOnLinkClicked(linkData, linkText, button, ...)
origOnLinkClicked(linkData, linkText, button, ...)
local ld = string_split(linkData,":")
if isdebug then
d("GuildInvite debugging:")
for i,v in pairs(ld) do
d(i..": "..v)
end
d("linktext: "..linkText)
end

--[[
local namepart = string_split(ld[2],"[")
if namepart[2] == nil then return end
local pname = namepart[2]:gsub("%]","")
--]]
local pname = ld[3]

dont function this (((
Report comment to moderator  
Reply With Quote
Unread 07/10/14, 03:54 AM  
danleyf

Forum posts: 0
File comments: 3
Uploads: 0
If you would like a working version of this addon, make the following changes to your "GuildInvite.lua" file using notepad or other plain text editor. The changes comment out the existing code between the --[[ and the --]]. Then adds a new line to assign the correct value to pname.


local function newOnLinkClicked(linkData, linkText, button, ...)
origOnLinkClicked(linkData, linkText, button, ...)
local ld = string_split(linkData,":")
if isdebug then
d("GuildInvite debugging:")
for i,v in pairs(ld) do
d(i..": "..v)
end
d("linktext: "..linkText)
end

--[[
local namepart = string_split(ld[2],"[")
if namepart[2] == nil then return end
local pname = namepart[2]:gsub("%]","")
--]]
local pname = ld[3]
Report comment to moderator  
Reply With Quote
Unread 07/07/14, 08:37 PM  
tabbyfoo

Forum posts: 0
File comments: 1
Uploads: 0
I wish this addon worked again. It was one of my most-used tools for guild recruiting.
Report comment to moderator  
Reply With Quote
Unread 06/30/14, 07:17 PM  
BeefWellington
 
BeefWellington's Avatar

Forum posts: 0
File comments: 7
Uploads: 0
Same here. It's a minor addon, but I'd still like it back and working none-the-less.
Report comment to moderator  
Reply With Quote
Unread 06/30/14, 01:27 PM  
GIJhen

Forum posts: 0
File comments: 24
Uploads: 0
Question fix?

Is there a fix for this yet? Mine is still broken.
Report comment to moderator  
Reply With Quote
Unread 05/13/14, 07:23 PM  
Jarco

Forum posts: 0
File comments: 16
Uploads: 0
OK. thank you for the response
Report comment to moderator  
Reply With Quote
Unread 05/13/14, 09:55 AM  
Nekudotayim
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 12
Uploads: 2
Originally Posted by Jarco
Any chance of adding invite to group ?
Would be so nice to have
Anyways, Good job!
Invite to group is only possible with player names and not account names, exept using a table with all guild members. This can be done with the additional pNames addon. With this you have group invite on most player links.
Report comment to moderator  
Reply With Quote
Unread 05/13/14, 04:06 AM  
Jarco

Forum posts: 0
File comments: 16
Uploads: 0
Any chance of adding invite to group ?
Would be so nice to have
Anyways, Good job!
Report comment to moderator  
Reply With Quote
Unread 05/05/14, 05:02 AM  
Saftsuse
 
Saftsuse's Avatar

Forum posts: 13
File comments: 149
Uploads: 0
Yes, works nicely now

Could you add Invite to Group too?
Report comment to moderator  
Reply With Quote
Unread 05/04/14, 12:09 PM  
Nekudotayim
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 12
Uploads: 2
Thanks for this, fixed it with version 0.6
Originally Posted by Tonyleila
got this error with the latest version
Code:
user:/AddOns/GuildInvite/GuildInvite.lua:64: attempt to index a nil value ...
Report comment to moderator  
Reply With Quote
Unread 05/04/14, 11:56 AM  
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 288
File comments: 763
Uploads: 7
got this error with the latest version
Code:
user:/AddOns/GuildInvite/GuildInvite.lua:64: attempt to index a nil value
stack traceback:
	user:/AddOns/GuildInvite/GuildInvite.lua:64: in function 'newOnLinkClicked'
	13762958564221484612:3: in function '(main chunk)'
user:/AddOns/GuildInvite/GuildInvite.lua:64: attempt to index a nil value
stack traceback:
	user:/AddOns/GuildInvite/GuildInvite.lua:64: in function 'newOnLinkClicked'
	13762958564221484612:3: in function '(main chunk)'
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: