Download
(153 Kb)
Download
Updated: 07/16/23 07:45 AM
Pictures
File Info
Compatibility:
Necrom (9.0.0)
Updated:07/16/23 07:45 AM
Created:03/04/19 10:07 AM
Monthly downloads:159
Total downloads:19,638
Favorites:21
MD5:
Categories:Group, Guild & Friends, PvP, Raid Mods, Miscellaneous
Group Synergizer - Enhanced LFG Features | Auto Accept Que | Better Notifications  Popular! (More than 5000 hits)
Version: 4.1
by: scorpius2k1 [More]

English | Deutsche | Français | Pусский

VERSION 4.1 (Necrom)
*Requires LibAddonMenu 2.x as a dependency to work, please ensure you have it installed!

Scorps Group Synergizer

NEVER MISS YOUR LFG QUE AGAIN!

Enhanced Group-Based Activities, Notifications, and Features
  • Enhanced Sound Notifications
  • Enhanced Screen Notifications
  • Enhanced Group & Activity Finder (List Daily Pledges/Quests/Achievements, Auto-Accept, & Check Active)
  • Auto-Release Post-Death In Battlegrounds
  • Auto-Accept Dungeon & PvP Group Ready Checks
  • List daily pledges in chat with slash commands /pl /pledge
  • Quickly leave group with slash commands /lv /leave
  • Compatible with PerfectPixel Addon

*Settings menu can quickly be accessed by Group Synergizer slash command /gs

Help Support This Addon: DONATE HERE
4.1
Compatibility Bug Hotfix

4.0
Game API, Bug/Compatibility Fixes & Major Rewrite for the ESO Community ❤

3.3
Game API & Latest DLC Support Update

3.2
Code optimization & compatibility with latest API

3.1
Game API & Latest DLC Support Update

3.0
Update to latest code base, optimizations and bug fixes

2.9
Perfect Pixel Addon Compatibility in Activity Finder

2.8
Game API Support Update

2.7
Game API Support Update

2.6
Bug fix that would cause an error with check active pledges button when grouped -- thanks TheYcUtS!

2.5
Bug fix for Dungeon Finder features to reflect currently selected group difficulty (normal/veteran) -- thanks jaedha!
Game API Support Update

2.4
Update German localization -- thanks demawi!
Minor bug fix for Dungeon Finder page not showing "Quest" text for German language -- thanks demawi!
Adjusted spacing for Pledge/Quest captioning on Dungeon Finder for better readability

2.3
Updated Activity Finder status function

2.2
Minor bug fix for manual que notifications

2.1
Bug fixes and code optimizations
Updated localization for chat/screen notifications

2.0
Account-wide settings instead of per-character
List daily pledges in chat with slash commands /pl /pledge
Quickly leave group with slash commands /lv /leave
Enhanced Group & Activity Finder (List Daily Pledges/Quests, Achievements, Auto-Accept Option, Check Active Quests)
Auto-Accept Dungeon & PvP Group Ready Checks
Single Notification Sound (if enabled) added to manual ready check
Added localization for English, French, German, and Russian languages (if more are needed, please let me know)
Code optimization/cleanup

1.5
Game API support update
Removed embedded LibAddonMenu library

1.4
Game API support update

1.3
Game API support update

1.2
Game API support update

1.1
Game API support update

1.0 Initial Release
Archived Files (21)
File Name
Version
Size
Uploader
Date
4.0
153kB
scorpius2k1
07/15/23 02:12 PM
3.3
157kB
scorpius2k1
08/29/22 07:16 AM
3.2
157kB
scorpius2k1
06/07/22 09:42 AM
3.1
157kB
scorpius2k1
05/29/22 09:56 AM
3.0
157kB
scorpius2k1
11/05/21 08:58 AM
2.9
157kB
scorpius2k1
11/05/21 07:37 AM
2.8
157kB
scorpius2k1
11/04/21 03:16 PM
2.7
150kB
scorpius2k1
08/23/21 02:32 PM
2.6
150kB
scorpius2k1
06/07/21 10:20 AM
2.5
150kB
scorpius2k1
06/01/21 08:36 AM
2.4
157kB
scorpius2k1
04/27/21 03:20 PM
2.3
157kB
scorpius2k1
04/18/21 02:37 PM
2.2
156kB
scorpius2k1
04/04/21 02:14 PM
2.1
156kB
scorpius2k1
04/02/21 08:14 AM
2.0
156kB
scorpius2k1
03/29/21 03:12 PM
1.5
4kB
scorpius2k1
03/15/21 05:33 PM
1.4
44kB
scorpius2k1
04/10/20 02:13 PM
1.3
44kB
scorpius2k1
11/13/19 04:30 PM
1.2
44kB
scorpius2k1
08/14/19 08:39 AM
1.1
44kB
scorpius2k1
05/30/19 07:08 AM
1.0
44kB
scorpius2k1
03/04/19 10:09 AM


Post A Reply Comment Options
Unread 05/22/21, 12:05 AM  
jaedha

Forum posts: 0
File comments: 14
Uploads: 0
Bug: defaults to veteran dungeons, ignoring group tab setting

The dungeon finder keeps defaulting to selecting veteran dungeons if the player has CP >= 160, ignoring the setting in the group tab:

Line 175 in GroupSynergizerPledges.lua:

Code:
local isVeteran=GetUnitEffectiveChampionPoints('player')>=160 and 3 or 2
Last edited by jaedha : 05/22/21 at 01:18 AM.
Report comment to moderator  
Reply With Quote
Unread 05/22/21, 10:56 AM  
scorpius2k1
 
scorpius2k1's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 27
Uploads: 5
Re: Bug: defaults to veteran dungeons, ignoring group tab setting

This fix will be applied in the next update, planned for Blackwood release. In the meantime to manually fix, change Line 175 to:
Code:
local isVeteran = GetUnitEffectiveChampionPoints('player') >= 160 and ZO_GetEffectiveDungeonDifficulty() ~= DUNGEON_DIFFICULTY_NORMAL and 3 or 2
This will now make the appropriate section (normal/veteran) auto-appear, reset all checked dungeons to none, and clicking "Check Active Quests" will mark appropriate quests for selected group difficulty mode.

Great catch, thank you!

Originally Posted by jaedha
The dungeon finder keeps defaulting to selecting veteran dungeons if the player has CP >= 160, ignoring the setting in the group tab:

Line 175 in GroupSynergizerPledges.lua:

Code:
local isVeteran=GetUnitEffectiveChampionPoints('player')>=160 and 3 or 2
Last edited by scorpius2k1 : 05/22/21 at 10:59 AM.
Report comment to moderator  
Reply With Quote
Unread 06/02/21, 01:40 PM  
TheYcUtS
 
TheYcUtS's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 87
Uploads: 3
Code:
bad argument #1 to 'string.sub' (string expected, got nil)
stack traceback:
[C]: in function 'string.sub'
user:/AddOns/GroupSynergizer/GroupSynergizerFunctions.lua:8: in function 'GROUP_SYNERGIZER.isPlayerLeader'
|caaaaaa<Locals> playeraccname = "@iBeardBros", groupSize = 4, i = 3 </Locals>|r
user:/AddOns/GroupSynergizer/GroupSynergizerPledges.lua:260: in function 'MarkPledges'
|caaaaaa<Locals> isVeteran = 2, c = 2, parent = ud, parent = ud, w = 628 </Locals>|r
user:/AddOns/GroupSynergizer/GroupSynergizerFunctions.lua:91: in function '(anonymous)'
Report comment to moderator  
Reply With Quote
Unread 06/04/21, 05:28 PM  
scorpius2k1
 
scorpius2k1's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 27
Uploads: 5
Thanks for the report, this will be fixed in the next release.

To manually fix:

Replace line 260 in file 'GroupSynergizerPledges.lua' with this:
Code:
if IsUnitGrouped('player') and not IsUnitGroupLeader('player') then GROUP_SYNERGIZER.checkPledges.button:SetState(BSTATE_DISABLED) end


Originally Posted by TheYcUtS
Code:
bad argument #1 to 'string.sub' (string expected, got nil)
stack traceback:
[C]: in function 'string.sub'
user:/AddOns/GroupSynergizer/GroupSynergizerFunctions.lua:8: in function 'GROUP_SYNERGIZER.isPlayerLeader'
|caaaaaa<Locals> playeraccname = "@iBeardBros", groupSize = 4, i = 3 </Locals>|r
user:/AddOns/GroupSynergizer/GroupSynergizerPledges.lua:260: in function 'MarkPledges'
|caaaaaa<Locals> isVeteran = 2, c = 2, parent = ud, parent = ud, w = 628 </Locals>|r
user:/AddOns/GroupSynergizer/GroupSynergizerFunctions.lua:91: in function '(anonymous)'
Last edited by scorpius2k1 : 06/04/21 at 05:30 PM.
Report comment to moderator  
Reply With Quote
Unread 06/07/21, 10:29 AM  
TheYcUtS
 
TheYcUtS's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 87
Uploads: 3
Report comment to moderator  
Reply With Quote
Unread 08/23/21, 03:47 PM  
Zand3rs
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 16
Uploads: 2
Request in sorts.

Very nice. thank you!

Question tho. can you please do some magic and make it synergize better with perfectpixel addon?
Auto accept ready check option and the join queue and check active quests blocking view.

Would be nice if possible. Thank you again for a great addon.
Last edited by Zand3rs : 08/23/21 at 03:47 PM.
Report comment to moderator  
Reply With Quote
Unread 08/23/21, 04:01 PM  
scorpius2k1
 
scorpius2k1's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 27
Uploads: 5
Re: Request in sorts.

Thank you for the kind words and report, I'll be happy to look into it for the next update

Originally Posted by Zand3rs
Very nice. thank you!

Question tho. can you please do some magic and make it synergize better with perfectpixel addon?
Auto accept ready check option and the join queue and check active quests blocking view.

Would be nice if possible. Thank you again for a great addon.
Report comment to moderator  
Reply With Quote
Unread 09/11/21, 04:29 PM  
Th3M3nT0r
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 27
Uploads: 1
Can u do something to monitor LFM (especially for trails, monitor string such as LFM nCR 1T 2H 3DD) in chat and send whisper as DD, H, T what required in LFM message
Report comment to moderator  
Reply With Quote
Unread 11/04/21, 04:54 PM  
zendal

Forum posts: 0
File comments: 8
Uploads: 0
Perfect Pixel

Can you adjust the queue buttons to the side. They are in the way with perfect pixel.

Group & Activity Finder Extension display as such with Perfect Pixel option.

https://imgur.com/a/nL6ofvl

Scorp

https://imgur.com/a/Myxf7zk
Last edited by zendal : 11/04/21 at 04:59 PM.
Report comment to moderator  
Reply With Quote
Unread 11/05/21, 07:40 AM  
scorpius2k1
 
scorpius2k1's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 27
Uploads: 5
Please download the latest version, I have just updated it to include automatic support for PerfectPixel.



Originally Posted by zendal
Can you adjust the queue buttons to the side. They are in the way with perfect pixel.

Group & Activity Finder Extension display as such with Perfect Pixel option.

https://imgur.com/a/nL6ofvl

Scorp

https://imgur.com/a/Myxf7zk
Originally Posted by Zand3rs
Very nice. thank you!

Question tho. can you please do some magic and make it synergize better with perfectpixel addon?
Auto accept ready check option and the join queue and check active quests blocking view.

Would be nice if possible. Thank you again for a great addon.
Report comment to moderator  
Reply With Quote
Unread 11/06/21, 09:16 PM  
zendal

Forum posts: 0
File comments: 8
Uploads: 0
Thank you very much. I did see that, but I wanted to show what difference was between the two.
You fixed that fast! Thank You!

Originally Posted by scorpius2k1
Please download the latest version, I have just updated it to include automatic support for PerfectPixel.



Originally Posted by zendal
Can you adjust the queue buttons to the side. They are in the way with perfect pixel.

Group & Activity Finder Extension display as such with Perfect Pixel option.

https://imgur.com/a/nL6ofvl

Scorp

https://imgur.com/a/Myxf7zk
Originally Posted by Zand3rs
Very nice. thank you!

Question tho. can you please do some magic and make it synergize better with perfectpixel addon?
Auto accept ready check option and the join queue and check active quests blocking view.

Would be nice if possible. Thank you again for a great addon.
Report comment to moderator  
Reply With Quote
Unread 05/28/22, 09:32 PM  
vazelle

Forum posts: 3
File comments: 74
Uploads: 0
Hello I think it needs update the pledge slash command doesn't work and the quest track is showing me wrong pledge today (maybe because there's already new dungeon with many dlc now). The auto ready check and release still works thought, please update thank you very much.
Last edited by vazelle : 05/28/22 at 09:33 PM.
Report comment to moderator  
Reply With Quote
Unread 05/29/22, 09:59 AM  
scorpius2k1
 
scorpius2k1's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 27
Uploads: 5
Hello,

Please download the latest version, I have just updated it to include the latest API & DLC udpates. Thanks!

Originally Posted by vazelle
Hello I think it needs update the pledge slash command doesn't work and the quest track is showing me wrong pledge today (maybe because there's already new dungeon with many dlc now). The auto ready check and release still works thought, please update thank you very much.
Report comment to moderator  
Reply With Quote
Unread 05/29/22, 08:38 PM  
vazelle

Forum posts: 3
File comments: 74
Uploads: 0
Thanks for the fast update it works perfectly now, a must have addon 2022. Also would it be possible to add option to select between veteran and normal dungeon cause right your mark quest only select the normal one
Last edited by vazelle : 05/30/22 at 06:52 AM.
Report comment to moderator  
Reply With Quote
Unread 05/30/22, 10:52 AM  
scorpius2k1
 
scorpius2k1's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 27
Uploads: 5
Originally Posted by vazelle
Also would it be possible to add option to select between veteran and normal dungeon cause right your mark quest only select the normal one
Check active quests button will auto-select quests based on what you have set for dungeon mode under your group option in the activity finder, Normal/Veteran.

Ex.

Select desired dungeon difficulty mode:


Click "Check Active Quests" under the Dungeon Finder:



Thank you for your kind words, glad you enjoy the addon!
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.