Download
(13 Kb)
Download
Updated: 10/30/23 11:27 AM
Pictures
File Info
Compatibility:
Endless Archive (9.2.5)
base-game patch (9.1.5)
Necrom (9.0.0)
Scribes of Fate (8.3.5)
Firesong (8.2.5)
Lost Depths (8.1.5)
High Isle (8.0.0)
Updated:10/30/23 11:27 AM
Created:07/04/17 05:45 PM
Monthly downloads:89
Total downloads:28,403
Favorites:42
MD5:
Where's My Guild Hall  Popular! (More than 5000 hits)
Version: 2.13
by: Shadowfen [More]
Depends on the following (separately installed) libraries: LibSFUtils, LibAddonMenu

Shows the available "guild halls" for your guild on the guild home screen.

It allows you to set for each of your guilds individually if you want to assume that the guild master owns a guild hall, and/or if you want the addon to look for the "Guild Hall List" (GHL) addon marker characters "<GH" or the phrase "Guild Hall" in the guild member notes.

If you turn on Guild Master Owner, then the guild master will always be listed first in the guild halls list on the Guild home page. The guild master will then be followed by any guild members that have the GHL marker or "Guild Hall" marker in their guild member notes (if you have turned on Guild Hall List compatibility mode).

This addon conflicts with Guild Hall List - primarily because we try to use the exact same spot on the Guild page for our guild hall lists.

I wrote this addon because sirinsidiator's excellent Guild Hall List addon did not assume that the guild master owned the guild hall - instead, it required the guild hall owner to put the "<GH" marker in their member notes. Unfortunately, the guild hall owners for my guilds did not wish to add the "<GH" marker so that I could use the addon. Sirinsidiator did not wish to add guild masters as owners to his addon because in his guilds, some of the guild hall owners were not the guild masters. So, this addon was born...
2.13 (41):
  • API bump.

2.12 (40):
  • API bump (Necrom).

2.11 (39):
  • API bump (Scribes of Fate).

2.10 (38):
  • API bump (Firesong).

2.9 (37):
  • API bump (High Isle).

2.8 (36):
  • API bump.

2.7 (35):
  • Update color functions
  • Require minimum version of installed LibSFUtils to be at least 38. Earlier versions will probably break the user interface.

2.6 (34):
  • API bump.
  • Require minimum version of installed LibAddonMenu to be at least 32. Earlier versions will break the user interface.

2.5 (33)
  • API bump. Waking Flame.

2.4 (30)
  • API bump. Blackwood

2.3 (30)
  • API bump.

2.2.9 (29)
  • API bump.

2.2.8 (28)
  • API bump. Stonethorn.

2.2.7 (27)
  • API bump. Greymoor.

2.2.6 (26)
  • Corrected accidental global variables.

2.2.5 (25)
  • Set AddOnVersion in manifest file.

2.2.4
  • Prevent event handlers from triggering before the addon is initialized.

2.2.2
  • Fix nil index error in onGuildMemberRankChanged.

2.2.1
  • Fix version to prevent being listed as "Out of Date".

2.2
  • Fixed the code to scan for guild hall markers in the guild roster when you change guilds on the Guild page. (reported by MycroftJr)

2.1.3
  • API Bump

2.1.2
  • Adjusted the location of the Guild Hall listing on the guild page so that it appears below the new "View Bid" button.
  • API bump.

2.1.1
  • Fixed problem with the addon not saving its settings properly (reported by Rhyono).

2.1
  • Fixed errors that occurred when people were removed from guilds or changed ranks.

2.0
  • Rewrite to fix problems from the Zenimax change from guild indexes (1-5) to real guild IDs for certain functions.
  • Change localization string tables to work with LibSFUtils.LoadLanguage()

1.6
  • Fix settings page after library changes with Elsweyr.

1.5
  • Use LibAddonMenu-2.0 directly instead of through LibStub. LibAddonMenu-2.0 and LibSFUtil both still need to be installed separately.
  • API Bump

1.4
  • API Bump

1.3
  • Removed all embedded libraries. You must now install LibSFUtils, and LibAddonMenu separately in order for WheresMyGuildHall to work.
  • Added help display when you /wmgh in chat to display the various things you can do in chat for this addon.
  • Converted to use the saved variables functions from LibSFUtils.
  • Updated to use LibSFUtils version 12.

1.2.1
  • API Bump

1.2
  • Updated LibSFUtils to version 10.
  • Fix the saved indexes of the guilds when you drop out of one of your guilds.

1.1.15
  • API Bump

1.1.14
  • API Bump
  • Upgraded LibSFUtils to version 8.

1.1.13
  • Russian translations provided courtesy of alexesprit.

1.1.12
  • Fix the Guild Member Note Change error message.
I still occasionally see errors when someone else's guild membership changes (I assume), but a /reloadui will fix it - and maybe one day I'll figure out the problem...

1.1.11
  • Correct an error in a debug message.
  • Fix usage of debug messages to have them start as turned off.

1.1.10
  • Modify matching the saved guild settings to active guilds.

1.1.9
  • Experimenting with guild id representations.

1.1.8
  • Fixed a new problem with defining a non-existent guild entry in my internal tables.

1.1.7
  • Changes to Active Guild scan code to determine which guilds you belong to. This time it is based on the assumption that the Zenimax guild table is a sparse array and may have nil entries (whereas before I thought that it was a simple contiguous list). The change should not affect anyone that the addon already works for, and may fix it for those who are having problems.

1.1.6
  • Changes to Active Guild scan code to determine which guilds you belong to.
  • Added a toggle debug messages slash command "/wmgh.debug" to display some debug messages in chat while loading active guilds. Since that is normally done before the chat window is available - you must /wmgh.debug and then /wmgh.init (which explicitly runs the loadActiveGuilds function). To turn off debug messages, /wmgh.debug again.

1.1.5
  • API bump.
  • Upgraded LibSFUtils to version 6.

1.1.4
  • Rewrote code where Where's My Guildhall would see an "attempt to index nil value" error when a guild note was changed in one of your guilds. If any of you see this error again, please let me know.
  • Changes to the WheresMyGuild settings for the current guild will now automatically update in the Guild page instead of requiring to to look at another guild and then come back to the guild that you just changed the settings for.
  • Changes that you make to your guild notes (to add or remove a guild hall marker) will now automatically be updated on the Guild Home page.
  • Upgraded LibAddonMenu to r25.

1.1.3
  • Theoretically fixed an error where Where's My Guildhall would see an "attempt to index nil value" error when a guild note was changed in one of your guilds. If any of you see this error again, please let me know.

1.1.2
  • Modified the settings saves so that it distinguishes which megaserver you are currently on. This change will require everyone to redo their settings so they can be saved properly for the megaserver(s) that they play on, but it allows people to play on multiple megaservers without getting the savedvariables corrupted.

1.1.1
  • Revised the settings text so the important part doesn't get cut off.

1.1.0
  • Added a new marker style for guild notes. Now you can choose to have it look for the words "Guild Hall" (with exactly that capitalization) in the guild notes. This is turned off by default.
  • Fixed the guild hall list so that people are only listed once on it even if they are the Guild Master and have "<GHL" and "Guild Hall" in their personal notes. Previously, they would have been listed multiple times.

1.0.4
  • Fixed problem with loading the saved variables.
  • Fixed problem with displaying guild halls for the very first guild before data was loaded.
  • Fixed lua error that was occurring when the guild MOTD was getting changed.

1.0.3
  • Bump up the API version.
  • Upgraded LibAddonMenu to 2.0_r24.

1.0.2
  • Reworked how the guild settings were rematched to the player's active guilds.
  • Reworked the processing to do only as much as absolutely necessary at a time in order to increase performance.
  • Created a library to put my commonly used functions in so they can be available to all of my addons.

1.0.1
  • Fixed some problems where the guild hall lists just went away.
  • Fixed problem where sometimes the guild halls listed were for a different guild than the one currently on the Guild Home page.

1.0
  • Works with Morrowind
  • Initial release by Shadowfen
Optional Files (1)
File Name
Version
Size
Author
Date
Type
2.1.3
13kB
08/31/19 01:47 PM
Patch


Archived Files (50)
File Name
Version
Size
Uploader
Date
2.12
13kB
Shadowfen
05/27/23 08:00 PM
2.11
13kB
Shadowfen
03/12/23 06:29 PM
2.10
13kB
Shadowfen
11/01/22 06:39 PM
2.9
13kB
Shadowfen
06/05/22 05:13 PM
2.8
13kB
Shadowfen
03/12/22 03:25 PM
2.6
13kB
Shadowfen
11/05/21 10:18 AM
2.5
13kB
Shadowfen
08/27/21 02:01 PM
2.4
13kB
Shadowfen
05/30/21 05:58 PM
2.3
13kB
Shadowfen
03/07/21 09:20 PM
2.2.8
13kB
Shadowfen
08/26/20 08:08 PM
2.2.7
13kB
Shadowfen
06/13/20 07:57 PM
2.2.6
13kB
Shadowfen
04/01/20 07:12 PM
2.2.4
13kB
Shadowfen
01/13/20 07:12 PM
2.2.3
13kB
Shadowfen
01/12/20 08:56 PM
2.2.2
13kB
Shadowfen
01/05/20 01:57 PM
2.2.1
13kB
Shadowfen
10/30/19 05:21 PM
2.2
13kB
Shadowfen
10/25/19 05:17 PM
2.1.3
13kB
Shadowfen
10/20/19 05:09 PM
2.1.2
13kB
Shadowfen
08/15/19 11:36 PM
2.1.1
12kB
Shadowfen
06/15/19 09:31 PM
2.1
12kB
Shadowfen
06/03/19 09:54 PM
2.0
12kB
Shadowfen
05/31/19 02:06 PM
1.6
12kB
Shadowfen
05/21/19 03:01 PM
1.5
12kB
Shadowfen
05/02/19 11:13 PM
1.4
12kB
Shadowfen
02/25/19 10:09 PM
1.3
12kB
Shadowfen
12/31/18 02:05 PM
1.2.1
60kB
Shadowfen
10/21/18 11:29 AM
1.2
60kB
Shadowfen
08/29/18 05:50 PM
1.1.15
59kB
Shadowfen
08/13/18 05:58 PM
1.1.14
59kB
Shadowfen
05/20/18 02:52 PM
1.1.13
59kB
Shadowfen
03/04/18 03:57 PM
1.1.12
58kB
Shadowfen
01/17/18 10:38 PM
1.1.12
58kB
Shadowfen
01/15/18 08:54 PM
1.1.10
58kB
Shadowfen
01/15/18 02:05 PM
1.1.10
58kB
Shadowfen
01/15/18 01:28 PM
1.1.9
58kB
Shadowfen
01/13/18 08:38 PM
1.1.8
58kB
Shadowfen
01/13/18 11:12 AM
1.1.7
58kB
Shadowfen
01/12/18 11:48 PM
1.1.6
58kB
Shadowfen
01/11/18 09:31 PM
1.1.5
58kB
Shadowfen
01/08/18 10:51 PM
1.1.4
57kB
Shadowfen
11/26/17 09:39 PM
1.1.3
58kB
Shadowfen
11/17/17 12:27 AM
1.1.2
58kB
Shadowfen
10/14/17 05:34 PM
1.1.2
58kB
Shadowfen
10/09/17 03:17 PM
1.1.0
58kB
Shadowfen
10/05/17 06:58 PM
1.0.4
57kB
Shadowfen
08/26/17 10:46 PM
1.0.3
57kB
Shadowfen
08/15/17 07:13 PM
1.0.2
55kB
Shadowfen
07/11/17 07:20 PM
1.0.1
53kB
Shadowfen
07/06/17 08:30 PM
1.0.1
53kB
Shadowfen
07/04/17 05:45 PM


Post A Reply Comment Options
Unread 01/16/18, 06:56 PM  
Shadowfen
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 750
Uploads: 15
Originally Posted by Atavus
It's ALIVE!

I mean it's working ty :P

WooHoo!!!!!!!!


Thank you very much for your assistance in debugging this!
Last edited by Shadowfen : 01/16/18 at 06:58 PM.
Report comment to moderator  
Reply With Quote
Unread 01/16/18, 06:20 PM  
Atavus

Forum posts: 2
File comments: 128
Uploads: 0
It's ALIVE!

I mean it's working ty :P
Report comment to moderator  
Reply With Quote
Unread 01/15/18, 01:30 PM  
Shadowfen
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 750
Uploads: 15
Originally Posted by Atavus
I changed 1 of my guilds and the addon broke
I had to manually update the var file again
Hopefully this latest version (1.1.10) fixes the problem!
Report comment to moderator  
Reply With Quote
Unread 01/15/18, 10:10 AM  
Atavus

Forum posts: 2
File comments: 128
Uploads: 0
I changed 1 of my guilds and the addon broke
I had to manually update the var file again
Last edited by Atavus : 01/15/18 at 10:11 AM.
Report comment to moderator  
Reply With Quote
Unread 01/14/18, 12:26 PM  
Atavus

Forum posts: 2
File comments: 128
Uploads: 0
I tried the latest version but I got the same issue.
I even tried to uninstall and reinstall the addon to no avail.
Sorry
Last edited by Atavus : 01/14/18 at 12:26 PM.
Report comment to moderator  
Reply With Quote
Unread 01/13/18, 03:21 PM  
Shadowfen
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 750
Uploads: 15
Originally Posted by Atavus
Ty for your fixes. I tried the latest build, but sadly I am still getting the same issue.
Same error in game and same code in the var file.

EDIT:
I managed to fix it by manually editing the var file, adding all my guilds to the index (order does not matter it seems as long as numbers:guilds are matching), and then adding the individual settings for each guild.

Obviously this is not ideal, especially if there are any updates from your side, and I have no idea what happens to that file if I leave one of these guilds.
I'll keep looking into it...
Report comment to moderator  
Reply With Quote
Unread 01/13/18, 12:33 PM  
Atavus

Forum posts: 2
File comments: 128
Uploads: 0
Ty for your fixes. I tried the latest build, but sadly I am still getting the same issue.
Same error in game and same code in the var file.

EDIT:
I managed to fix it by manually editing the var file, adding all my guilds to the index (order does not matter it seems as long as numbers:guilds are matching), and then adding the individual settings for each guild.

Obviously this is not ideal, especially if there are any updates from your side, and I have no idea what happens to that file if I leave one of these guilds.
Last edited by Atavus : 01/13/18 at 02:54 PM.
Report comment to moderator  
Reply With Quote
Unread 01/13/18, 11:14 AM  
Shadowfen
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 750
Uploads: 15
Originally Posted by Atavus
(1) I am playing on EU Megaserver.

(2) Updated to the latest version (no modifications), and still got the same error:
Code:
user:/AddOns/WheresMyGuildHall/WheresMyGuildHall.lua:207: operator .. is not supported for nil .. string
stack traceback:
	user:/AddOns/WheresMyGuildHall/WheresMyGuildHall.lua:207: in function 'loadActiveGuilds'
	user:/AddOns/WheresMyGuildHall/WheresMyGuildHall.lua:547: in function 'onPlayerActivated'
I've uploaded version 1.1.8 just now to fix that. Please try it as soon as it is available for download (might take a few minutes).

Thanks.
Report comment to moderator  
Reply With Quote
Unread 01/13/18, 10:30 AM  
Atavus

Forum posts: 2
File comments: 128
Uploads: 0
(1) I am playing on EU Megaserver.

(2) Updated to the latest version (no modifications), and still got the same error:
Code:
user:/AddOns/WheresMyGuildHall/WheresMyGuildHall.lua:207: operator .. is not supported for nil .. string
stack traceback:
	user:/AddOns/WheresMyGuildHall/WheresMyGuildHall.lua:207: in function 'loadActiveGuilds'
	user:/AddOns/WheresMyGuildHall/WheresMyGuildHall.lua:547: in function 'onPlayerActivated'
(3) There is a chat message: [WheresMyGuildHall] Number of active guilds = 5.

(4) I checked my var file and there is nothing listed there:
Code:
            ["$AccountWide"] = 
            {
                ["EU Megaserver"] = 
                {
                    ["guildsettings"] = 
                    {
                    },
                    ["numberGuilds"] = 0,
                    ["guildIndex"] = 
                    {
                    },
                    ["version"] = 1,
                },
            },

(5) Deleted the var file so the game can recreate it, but same problem, same chunk of code as above.
Last edited by Atavus : 01/13/18 at 11:00 AM.
Report comment to moderator  
Reply With Quote
Unread 01/13/18, 09:54 AM  
Earthy
 
Earthy's Avatar

Forum posts: 1
File comments: 32
Uploads: 0
Thanks to YOU!

Hello, i need to thank YOU!!!

You was answering very fast and helped me to cancel the error!

And i am so happy now, this Addon is very nice and a "must have" i think

A beautiful and relaxed weekend for you
Report comment to moderator  
Reply With Quote
Unread 01/13/18, 09:04 AM  
Shadowfen
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 750
Uploads: 15
Re: LOL

Originally Posted by Earthy
LOL it worked now O.o

i changed the lua file to this and i set the second guildname into it:


now NO error
AND:

https://i.imgur.com/2F4D7Ay.png


Very glad that it is working now! Apparently this morning's fix got it working for you (since logging in verifies/rewrites the data in the save variables file when you log in with a character).

Thank you for your very comprehensive assistance in helping me to debug this!
Report comment to moderator  
Reply With Quote
Unread 01/13/18, 08:51 AM  
Earthy
 
Earthy's Avatar

Forum posts: 1
File comments: 32
Uploads: 0
LOL

LOL it worked now O.o

i changed the lua file to this and i set the second guildname into it:
Lua Code:
  1. WheresMyGuildHallVars =
  2. {
  3.     ["Default"] =
  4.     {
  5.         ["@EarthySan"] =
  6.         {
  7.             ["$AccountWide"] =
  8.             {
  9.                 ["EU Megaserver"] =
  10.                 {
  11.                      ["guildIndex"] =
  12.                     {
  13.                         [2] = "Schildwacht",
  14.                         [1] = "Phönixschwingen",
  15.                     },
  16.                     ["guildsettings"] =
  17.                     {
  18.                         [2] =
  19.                         {
  20.                             ["GuildMasterOwner"] = true,
  21.                             ["GuildHallScan"] = false,
  22.                             ["GHL_Compatible"] = false,
  23.                             ["guildName"] = "Schildwacht",
  24.                         },
  25.                         [1] =
  26.                         {
  27.                             ["GuildMasterOwner"] = true,
  28.                             ["GuildHallScan"] = false,
  29.                             ["GHL_Compatible"] = false,
  30.                             ["guildName"] = "Phönixschwingen",
  31.                         },
  32.                     },
  33.                     ["version"] = 1,
  34.                     ["numberGuilds"] = 2,
  35.                 },
  36.             },
  37.         },
  38.     },
  39. }

now NO error
AND:

https://i.imgur.com/2F4D7Ay.png

Last edited by Earthy : 01/13/18 at 08:59 AM.
Report comment to moderator  
Reply With Quote
Unread 01/13/18, 08:40 AM  
Earthy
 
Earthy's Avatar

Forum posts: 1
File comments: 32
Uploads: 0
Hello


This is my .lua File
Lua Code:
  1. WheresMyGuildHallVars =
  2. {
  3.     ["Default"] =
  4.     {
  5.         ["@EarthySan"] =
  6.         {
  7.             ["$AccountWide"] =
  8.             {
  9.                 ["EU Megaserver"] =
  10.                 {
  11.                     ["guildIndex"] =
  12.                     {
  13.                         [2] = "Phönixschwingen",
  14.                         [1] = "",
  15.                     },
  16.                     ["guildsettings"] =
  17.                     {
  18.                         [2] =
  19.                         {
  20.                             ["GuildHallScan"] = false,
  21.                             ["GHL_Compatible"] = false,
  22.                             ["guildName"] = "Phönixschwingen",
  23.                             ["GuildMasterOwner"] = true,
  24.                         },
  25.                         [1] =
  26.                         {
  27.                             ["GuildHallScan"] = false,
  28.                             ["GHL_Compatible"] = false,
  29.                             ["guildName"] = "",
  30.                             ["GuildMasterOwner"] = true,
  31.                         },
  32.                     },
  33.                     ["numberGuilds"] = 2,
  34.                     ["version"] = 1,
  35.                 },
  36.             },
  37.         },
  38.     },
  39. }

i miss the second Guild "Schildwacht" !
Phönixschwingen is my guild, i use it for testing things ^^

But i dont why i dont get "Schildwacht"


I am playing at EU Server.
Report comment to moderator  
Reply With Quote
Unread 01/12/18, 11:26 PM  
Shadowfen
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 750
Uploads: 15
Originally Posted by Atavus
Hi,
Just downloaded this and I got the exact same errors as user @Earth below.
Also did same steps as them, and same errors.
Which server are you on?
Can you look inside your Elder Scrolls Online\live\SavedVariables\WheresMyGuildHall.lua file and see that there is a section which looks like
Code:
                    ["guildIndex"] = 
                    {
                        [2] = "AnotherGuild",
                        [1] = "MyGuild",
                    },
                    ["guildsettings"] = 
                    {
                        [2] = 
                        {
                            ["GuildMasterOwner"] = true,
                            ["GuildHallScan"] = false,
                            ["GHL_Compatible"] = false,
                            ["guildName"] = "AnotherGuild",
                        },
                        [1] = 
                        {
                            ["GuildMasterOwner"] = true,
                            ["GuildHallScan"] = false,
                            ["GHL_Compatible"] = false,
                            ["guildName"] = "MyGuild",
                        },
                    },
                    ["version"] = 1,
                    ["numberGuilds"] = 2,
                },
Are all of the guilds that you belong to in the list?
Are any of the guild names missing (set to "")? (This is @earth's problem)
Report comment to moderator  
Reply With Quote
Unread 01/12/18, 04:01 PM  
Atavus

Forum posts: 2
File comments: 128
Uploads: 0
Hi,
Just downloaded this and I got the exact same errors as user @Earth below.
Also did same steps as them, and same errors.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: