Go to Page... |
Compatibility: | Scribes of Fate (8.3.5) |
Updated: | 05/03/23 02:26 AM |
Created: | 05/25/20 09:38 AM |
Monthly downloads: | 5,853 |
Total downloads: | 134,125 |
Favorites: | 81 |
MD5: | |
Categories: | Group, Guild & Friends, Plug-Ins & Patches |
File Name |
Version |
Size |
Uploader |
Date |
2.6.2.36 |
34kB |
amuridee |
11/01/22 08:15 PM |
![]() |
Comment Options |
Natakiro |
View Public Profile |
Send a private message to Natakiro |
Find More Posts by Natakiro |
Add Natakiro to Your Buddy List |
eglon |
View Public Profile |
Send a private message to eglon |
Find More Posts by eglon |
Add eglon to Your Buddy List |
peejaygee |
View Public Profile |
Send a private message to peejaygee |
Find More Posts by peejaygee |
Add peejaygee to Your Buddy List |
Erorah |
View Public Profile |
Send a private message to Erorah |
Find More Posts by Erorah |
Add Erorah to Your Buddy List |
![]() |
|
Forum posts: 0
File comments: 28
Uploads: 0
|
Thanks a lot. Great work. I am using this frequently
![]() |
![]() |
![]() |
G0K4R |
View Public Profile |
Send a private message to G0K4R |
Find More Posts by G0K4R |
Add G0K4R to Your Buddy List |
![]() |
||||
Forum posts: 4
File comments: 46
Uploads: 0
|
Re: Re: Re:
Last edited by evilspock : 06/25/22 at 01:21 PM.
|
|||
![]() |
![]() |
evilspock |
View Public Profile |
Send a private message to evilspock |
Find More Posts by evilspock |
Add evilspock to Your Buddy List |
![]() |
|||
Re: Re:
Thx so much for responding!
![]()
Is the mod coded in a way that makes this possible? If yes, is it something I can enable in the code myself? Thanks again for responding! ![]() |
|||
![]() |
![]() |
ZoLatKam |
View Public Profile |
Send a private message to ZoLatKam |
Find More Posts by ZoLatKam |
Add ZoLatKam to Your Buddy List |
![]() |
||
Re:
![]() The idea of this mod is you set the invite string first like "x" or "y" then set the AI on for invite people. You dont want to mess a thing with AI always on right? especially in dolmen farming zone like Alik'r or PvP zone while people using a letters for getting invite to group. |
||
![]() |
![]() |
amuridee |
View Public Profile |
Send a private message to amuridee |
Find More Posts by amuridee |
Add amuridee to Your Buddy List |
![]() |
|
"Default to enabled" option
Thanks so much to Amuridee for all the work done on this mod!
Would it be feasible to add an option to allow users to set AutoInvite to "on" by default? Or, perhaps, something in the AutoInvite.lua file we can easily edit? ![]() |
|
![]() |
![]() |
ZoLatKam |
View Public Profile |
Send a private message to ZoLatKam |
Find More Posts by ZoLatKam |
Add ZoLatKam to Your Buddy List |
![]() |
||
Forum posts: 0
File comments: 53
Uploads: 0
|
|
|
![]() |
![]() |
Honestaly |
View Public Profile |
Send a private message to Honestaly |
Find More Posts by Honestaly |
Add Honestaly to Your Buddy List |
![]() |
|
|
Fix for the bug everyone is getting below
Hey, just popping in to let you know that I posted a detailed explanation for the error and how to fix it in the RDK comment sections.
Basically, between esoui versions 6 and 7, ZOS made it so that each addon creating a menu should provide a priority in the data. The priority explains where the menu is placed. Previously this was still present, but it could be ignored because, if it was nil it would sort by name. However, now it is absolutely needed as if anything but the last added menu is nil, then an error pops up (which is what we experience here) How to fix the error: add a priority value to your menu data. For example, the following is from the change I made to LGM to get it to work alongside RDK. Lua Code:
where the priority = 500 is what I added. The default priorities used by zos are GROUP = 0, TIMED_ACTIVITIES = 100, ZONE_STORIES = 200, DUNGEONS = 300, BATTLEGROUNDS = 400, so I chose 500 because that's the next one down. If multiple addons provide the same priority, its fine as it will just sort by addon name then. For more detailed info about this, check out RDK's comment section
Last edited by M0R : 07/09/21 at 01:07 AM.
|
![]() |
![]() |
M0R |
View Public Profile |
Send a private message to M0R |
Find More Posts by M0R |
Add M0R to Your Buddy List |
![]() |
|||||
Forum posts: 0
File comments: 12
Uploads: 0
|
Code:
EsoUI/Ingame/Group/Keyboard/ZO_GroupMenu_Keyboard.lua:241: operator < is not supported for nil < nil stack traceback: EsoUI/Ingame/Group/Keyboard/ZO_GroupMenu_Keyboard.lua:241: in function 'GroupMenu_Keyboard:AddCategoryTreeNode' |caaaaaa<Locals> self = [table:1]{}, nodeData = [table:2]{name = "Trials", mouseoverIcon = "/esoui/art/lfg/lfg_indexicon_t...", normalIcon = "/esoui/art/lfg/lfg_indexicon_t...", pressedIcon = "/esoui/art/lfg/lfg_indexicon_t..."}, nodeTemplate = "ZO_GroupMenuKeyboard_StatusIco...", node = [table:3]{open = F, childSpacing = -10, childIndent = 60, selectSound = "Click_TreeHeader", enabled = F, selected = F, childrenCurrentHeight = 0, openPercentage = 0, childrenHeight = 0}, existingFragmentNode = [table:4]{open = F, childSpacing = -10, childIndent = 60, selectSound = "Click_TreeHeader", enabled = F, selected = F, childrenCurrentHeight = 0, openPercentage = 0, childrenHeight = 0} </Locals>|r EsoUI/Ingame/Group/Keyboard/ZO_GroupMenu_Keyboard.lua:259: in function 'GroupMenu_Keyboard:AddCategoryTreeNodes' |caaaaaa<Locals> self = [table:1], nodeDataList = [table:5]{}, index = 7, nodeData = [table:2] </Locals>|r EsoUI/Ingame/Group/Keyboard/ZO_GroupMenu_Keyboard.lua:271: in function 'GroupMenu_Keyboard:AddCategory' |caaaaaa<Locals> self = [table:1], data = [table:6]{name = "AutoInvite", normalIcon = "EsoUI/Art/Campaign/campaign_ta...", mouseoverIcon = "EsoUI/Art/Campaign/campaign_ta...", pressedIcon = "EsoUI/Art/Campaign/campaign_ta..."} </Locals>|r user:/AddOns/AutoInvite/ui/autoinvitescene.lua:102: in function 'AutoInviteUI:CreateScene' |caaaaaa<Locals> self = [table:7]{created = T}, data = [table:6] </Locals>|r user:/AddOns/AutoInvite/AutoInviteUI.lua:36: in function 'AutoInviteUI.init' user:/AddOns/AutoInvite/AutoInvite.lua:171: in function '(anonymous)' |caaaaaa<Locals> def = [table:8]{autoKick = F, restart = F, kickDelay = 300, showPanel = T, cyrCheck = F, watchStr = "", maxSize = 12} </Locals>|r |
||||
![]() |
![]() |
Beta |
View Public Profile |
Send a private message to Beta |
Find More Posts by Beta |
Add Beta to Your Buddy List |
![]() |
||||
Forum posts: 0
File comments: 21
Uploads: 0
|
This is the same error I'm getting on https://www.esoui.com/downloads/info...upManager.html with Group Activity Finder add on enabled. Without Group Activity, both LGM and this addon (AutoInvite) works without error. No errors however on Group Activity Finder add on though. Thank you for this addon!!!
Last edited by WarriorRaiders : 06/02/21 at 11:49 AM.
|
|||
![]() |
![]() |
WarriorRaiders |
View Public Profile |
Send a private message to WarriorRaiders |
Find More Posts by WarriorRaiders |
Add WarriorRaiders to Your Buddy List |
![]() |
||
Re: Method updated
|
||
![]() |
![]() |
amuridee |
View Public Profile |
Send a private message to amuridee |
Find More Posts by amuridee |
Add amuridee to Your Buddy List |
![]() |
|||
I testing this addons on live server for dolmen, pvp in cyrodiil, and for trial forming and its working fine without error like you say. Please make sure you install it correctly and theres no conflict with other addons, you can try to reinstall this addons and dependencies library for testing it again and try to disable other addons for make sure theres no conflict |
|||
![]() |
![]() |
amuridee |
View Public Profile |
Send a private message to amuridee |
Find More Posts by amuridee |
Add amuridee to Your Buddy List |
![]() |
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.