Download
(8 Kb)
Download
Updated: 05/23/20 12:10 PM
Pictures
File Info
Compatibility:
Ascending Tide (7.3.5)
Deadlands (7.2.5)
Waking Flame (7.1.5)
Blackwood (7.0.5)
Flames of Ambition (6.3.5)
Markarth (6.2.5)
Stonethorn (6.1.5)
Greymoor (6.0.5)
Updated:05/23/20 12:10 PM
Created:12/09/15 08:24 AM
Monthly downloads:112
Total downloads:9,000
Favorites:12
MD5:
Categories:Group, Guild & Friends, PvP, Raid Mods
Group Notifications  Popular! (More than 5000 hits)
Version: 2.0
by: CaptainBlagbird, Baertram
Description
Displays group notifications in chat

Features
  • Messages for the following events:
    • Leader changed
    • Player joined
    • Player kicked
    • Player left
    • Group disbanded
  • Languages supported: English / German / French
Baertram
v2.0 (2020-05-23)
-Fixed Group Notifications to work properly with Dragonhold and newer ESO versions
-Updated API to Greymoor/Harrowstorm


Captain Blagbird
v1.1 (partially released: v1.0.11)
  • API update


v1.0 (2015-12-09)
  • First version

---

Can also be found on GitHub
Archived Files (12)
File Name
Version
Size
Uploader
Date
1.0.11
2kB
CaptainBlagbird
03/17/19 05:03 AM
1.0.10
2kB
CaptainBlagbird
02/09/19 04:01 AM
1.0.9
2kB
CaptainBlagbird
03/25/18 10:35 AM
1.0.8
2kB
CaptainBlagbird
11/05/17 07:42 AM
1.0.7
2kB
CaptainBlagbird
09/03/17 08:29 AM
1.0.6
2kB
CaptainBlagbird
06/07/17 03:24 AM
1.0.5
2kB
CaptainBlagbird
04/02/17 10:57 AM
1.0.4
3kB
CaptainBlagbird
10/23/16 10:48 AM
1.0.3
2kB
CaptainBlagbird
08/14/16 12:21 PM
1.0.2
2kB
CaptainBlagbird
06/07/16 11:07 AM
1.0.1
2kB
CaptainBlagbird
03/06/16 04:20 PM
1.0
2kB
CaptainBlagbird
12/09/15 08:55 AM


Post A Reply Comment Options
Unread 11/11/19, 11:45 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 5056
File comments: 6123
Uploads: 78
Try if this works now. Some constants of ZOs for the group texts have changed:
GroupNotifications_Baertram_Dragonhold

I've also changed the texts to always show charactername link (@accountName) -> Except for group leader change as there is no easy parameter for this.

Edit:
Found out what is the problem with group join: ESO...

First event group member joined wil lfire with YOUIR OWN charactername only.
And all others with the other new members added.
So if you invite to a grup the first toon you won't see any message or your own character name only.
Cannot change this, this is ZOs made "logic"...

One would need to check if the group size is 2 and then implement another logic like "loop over all group members, strip the one which is the player and show the other's name then to chat" to fix this
Last edited by Baertram : 11/11/19 at 11:58 AM.
Report comment to moderator  
Reply With Quote
Unread 11/11/19, 11:59 AM  
NeuroticPixels
Addon Addict
 
NeuroticPixels's Avatar
Premium Member

Forum posts: 211
File comments: 878
Uploads: 0
Originally Posted by Baertram
Try if this works now. Some constants of ZOs for the group texts have changed:
GroupNotifications_Baertram_Dragonhold

I've also changed the texts to always show charactername link (@accountName) -> Except for group leader change as there is no easy parameter for this.
Not working. Now I'm back to not receiving anything in chat about players joining or leaving group.

I've tested this with minimal addons enabled to check for conflicts. Conflicts isn't the issue.
(Enabled addons & libraries: Addon Selector, Group Notifications, Votan's Settings Menu, LibAddonMenu-2.0, LibDialog, LibMainMenu-2.0)

Edit/Update: Ahh, just saw your updated comment. So it's only going to work properly after the 2nd member joins?
Last edited by NeuroticPixels : 11/11/19 at 12:00 PM.
Report comment to moderator  
Reply With Quote
Unread 11/11/19, 12:05 PM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 5056
File comments: 6123
Uploads: 78
Yep, trying a fix like described but cannot get the displayname for that char then I guess.

Originally Posted by amber1019
Originally Posted by Baertram
Try if this works now. Some constants of ZOs for the group texts have changed:
GroupNotifications_Baertram_Dragonhold

I've also changed the texts to always show charactername link (@accountName) -> Except for group leader change as there is no easy parameter for this.
Not working. Now I'm back to not receiving anything in chat about players joining or leaving group.

I've tested this with minimal addons enabled to check for conflicts. Conflicts isn't the issue.
(Enabled addons & libraries: Addon Selector, Group Notifications, Votan's Settings Menu, LibAddonMenu-2.0, LibDialog, LibMainMenu-2.0)

Edit/Update: Ahh, just saw your updated comment. So it's only going to work properly after the 2nd member joins?
Report comment to moderator  
Reply With Quote
Unread 11/11/19, 12:09 PM  
NeuroticPixels
Addon Addict
 
NeuroticPixels's Avatar
Premium Member

Forum posts: 211
File comments: 878
Uploads: 0
Originally Posted by Baertram
Yep, trying a fix like described but cannot get the displayname for that char then I guess.

Originally Posted by amber1019
Edit/Update: Ahh, just saw your updated comment. So it's only going to work properly after the 2nd member joins?
I can be happy with it working properly after the 2nd person joins. Because my main concern is with big groups. Like 12-24 members. So if it does in fact work correctly (joining and leaving messages) after a 2nd person joins, then that's not a huge problem in my opinion. I appreciate you looking further into it, though.
Report comment to moderator  
Reply With Quote
Unread 11/11/19, 12:16 PM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 5056
File comments: 6123
Uploads: 78
Okay, last try. Should fix message if first group member is invited (only possible without @displayName though) and kick messages as well:
GroupNotifications_Baertram_Dragonhold
Report comment to moderator  
Reply With Quote
Unread 11/11/19, 12:33 PM  
NeuroticPixels
Addon Addict
 
NeuroticPixels's Avatar
Premium Member

Forum posts: 211
File comments: 878
Uploads: 0
IT'S ALIIIIIVE! I mean...... IT WORKS!

Originally Posted by Baertram
Okay, last try. Should fix message if first group member is invited (only possible without @displayName though) and kick messages as well:
GroupNotifications_Baertram_Dragonhold
IT'S WORKING!!!!!!!!
Thank you, Baertram.
@CaptainBlagbird - please consider uploading Baertram's version as an update.
Report comment to moderator  
Reply With Quote
Unread 11/16/19, 10:11 AM  
JedderDi_322

Forum posts: 0
File comments: 7
Uploads: 0
@CaptainBlagbird - I've been using the version Baertram worked on for 6 days now, and it works wonderfully. Please post this version as an update.
Last edited by JedderDi_322 : 11/16/19 at 10:13 AM.
Report comment to moderator  
Reply With Quote
Unread 05/23/20, 09:29 AM  
CaptainBlagbird
 
CaptainBlagbird's Avatar
AddOn Author - Click to view AddOns

Forum posts: 53
File comments: 177
Uploads: 23
@Baertram: Thanks for helping out!

I've added you as a contributor so you can upload the fixed version directly to the page
Report comment to moderator  
Reply With Quote
Unread 05/23/20, 12:03 PM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 5056
File comments: 6123
Uploads: 78
Thanks CaptainBlagbird, will do so

Originally Posted by CaptainBlagbird
@Baertram: Thanks for helping out!

I've added you as a contributor so you can upload the fixed version directly to the page
Report comment to moderator  
Reply With Quote
Unread 12/16/20, 11:37 PM  
NeuroticPixels
Addon Addict
 
NeuroticPixels's Avatar
Premium Member

Forum posts: 211
File comments: 878
Uploads: 0
Question Request

I made a forum addon request on ESOUI, but I'm sharing it with authors of group addons...

So... I lead a lot of farming groups. Especially dolmen farming groups in Alik'r.
Apparently, a new trolling trend is to "ready check" randomly, and sometimes as much as possible.
It's maddening.

Since ZOS didn't give us the option of only allowing group leaders the privilege of doing ready checks, we could really use an addon that notified us in chat who started a "ready check", so we could then weed out the trolls and kick them.
Report comment to moderator  
Reply With Quote
Unread 12/17/20, 03:16 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 5056
File comments: 6123
Uploads: 78
Re: Request

Originally Posted by LoneStar2911
I made a forum addon request on ESOUI, but I'm sharing it with authors of group addons...

So... I lead a lot of farming groups. Especially dolmen farming groups in Alik'r.
Apparently, a new trolling trend is to "ready check" randomly, and sometimes as much as possible.
It's maddening.

Since ZOS didn't give us the option of only allowing group leaders the privilege of doing ready checks, we could really use an addon that notified us in chat who started a "ready check", so we could then weed out the trolls and kick them.
Check the answer in your forum post please.
I've added link to the FCOChangeStuff beta providing a setting + keybind there.
I'm not going to add this special settings to this group addon here as the only idea of this addon is notifying you.
Last edited by Baertram : 12/17/20 at 08:12 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.