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:127
Total downloads:28,511
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 05/28/19, 03:55 AM  
SteveCampsOut
 
SteveCampsOut's Avatar

Forum posts: 38
File comments: 363
Uploads: 0
Originally Posted by Shadowfen
Originally Posted by SteveCampsOut
Well there's a new addon out there called Essential Housing Tools that starting today is using a string of characters in people's guild roster notes that totally spazm's out Where's My Guild Hall's <GHL feature!
I'm not sure what I can actually do about that.
The <GHL detection can be turned off to avoid conflict with Essential Housing Tools as necessary.
I get errors now when trying to turn that on or off with the latest update.
Report comment to moderator  
Reply With Quote
Unread 04/07/19, 09:26 PM  
Shadowfen
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 755
Uploads: 15
Originally Posted by SteveCampsOut
Well there's a new addon out there called Essential Housing Tools that starting today is using a string of characters in people's guild roster notes that totally spazm's out Where's My Guild Hall's <GHL feature!
I'm not sure what I can actually do about that.
The <GHL detection can be turned off to avoid conflict with Essential Housing Tools as necessary.
Report comment to moderator  
Reply With Quote
Unread 04/01/19, 06:26 PM  
SteveCampsOut
 
SteveCampsOut's Avatar

Forum posts: 38
File comments: 363
Uploads: 0
Well there's a new addon out there called Essential Housing Tools that starting today is using a string of characters in people's guild roster notes that totally spazm's out Where's My Guild Hall's <GHL feature!
Last edited by SteveCampsOut : 04/01/19 at 06:31 PM.
Report comment to moderator  
Reply With Quote
Unread 11/12/18, 01:18 AM  
Shadowfen
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 755
Uploads: 15
Originally Posted by SteveCampsOut
I can't access the settings on this addon anymore. It's also not showing guild halls and buttons when I first open the guild page. I have to switch guilds for them to show up.
I'll look into it.
Report comment to moderator  
Reply With Quote
Unread 11/11/18, 01:53 PM  
SteveCampsOut
 
SteveCampsOut's Avatar

Forum posts: 38
File comments: 363
Uploads: 0
I can't access the settings on this addon anymore. It's also not showing guild halls and buttons when I first open the guild page. I have to switch guilds for them to show up.
Last edited by SteveCampsOut : 11/11/18 at 02:02 PM.
Report comment to moderator  
Reply With Quote
Unread 09/27/18, 01:48 PM  
Shadowfen
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 755
Uploads: 15
Re: Re: Re: UI error

Originally Posted by Andrea
On a sidenote, any chance you will ever made an addon called "Where's my guild trader" to show where the guild trader is ?
I know it's not a lot to begin the request with, but when in many trading guilds changing all the time, it would get handy.
It's not likely when Zenimax routinely breaks their own "does this guild HAVE a guild trader?".
Report comment to moderator  
Reply With Quote
Unread 09/25/18, 07:36 PM  
Shadowfen
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 755
Uploads: 15
Re: UI error

Originally Posted by Andrea
Hello, i just received this UI error, any idea to what could be related ?



and
Those are typically caused by changes in one of your guilds that I'm still trying to identify and figure out why it causes errors.

You should be able to fix it by running
/wmgh init
in you chat. This command will make it rescan your guilds and try to repair itself so that it can be used again.
Report comment to moderator  
Reply With Quote
Unread 09/07/18, 11:24 PM  
Shadowfen
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 755
Uploads: 15
Originally Posted by crafty35a
Any chance you could add an option to manually specify the @name of a guild hall owner? For whatever reason, some people are resistant to adding the required text to their roster note.
I will look into it.
Report comment to moderator  
Reply With Quote
Unread 09/07/18, 01:38 PM  
crafty35a
 
crafty35a's Avatar

Forum posts: 7
File comments: 116
Uploads: 0
Any chance you could add an option to manually specify the @name of a guild hall owner? For whatever reason, some people are resistant to adding the required text to their roster note.
Report comment to moderator  
Reply With Quote
Unread 07/03/18, 10:54 PM  
SteveCampsOut
 
SteveCampsOut's Avatar

Forum posts: 38
File comments: 363
Uploads: 0
Originally Posted by Earthy
Hello, me again ^^

i joined a third guild and the addon crash. i do reload ui, crash again.
before i started the game new, i looked into the whereismyguild.lua
it has updated, only the number of the guild was wronge, i changed it.
starting the game and no crash! it works very well

so after joining a new guild or leaving (i think it will crash too) relogging is really usefull

works fine for me
Delete the saved Variables files for this addon when you change guilds and you should have fewer to no issues.
Report comment to moderator  
Reply With Quote
Unread 01/23/18, 02:50 PM  
Atavus

Forum posts: 2
File comments: 128
Uploads: 0
Getting same issue as Patrick.
Report comment to moderator  
Reply With Quote
Unread 01/21/18, 12:50 PM  
patrick_smyth
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 13
Uploads: 1
The error I reported previously seems to have gone - Thank-you

But I got two new errors instead:
Code:
user:/AddOns/WheresMyGuildHall/WheresMyGuildHall.lua:483: attempt to index a nil value
stack traceback:
	user:/AddOns/WheresMyGuildHall/WheresMyGuildHall.lua:483: in function 'onGuildMemberRankChanged'
Code:
user:/AddOns/WheresMyGuildHall/WheresMyGuildHall.lua:491: attempt to index a nil value
stack traceback:
	user:/AddOns/WheresMyGuildHall/WheresMyGuildHall.lua:491: in function 'onGuildMemberRankChanged'
They are almost identical - only the line number is different.
Report comment to moderator  
Reply With Quote
Unread 01/21/18, 09:05 AM  
Earthy
 
Earthy's Avatar

Forum posts: 1
File comments: 32
Uploads: 0
Hello, me again ^^

i joined a third guild and the addon crash. i do reload ui, crash again.
before i started the game new, i looked into the whereismyguild.lua
it has updated, only the number of the guild was wronge, i changed it.
starting the game and no crash! it works very well

so after joining a new guild or leaving (i think it will crash too) relogging is really usefull

works fine for me
Report comment to moderator  
Reply With Quote
Unread 01/17/18, 01:04 PM  
Atavus

Forum posts: 2
File comments: 128
Uploads: 0
Yeah I got the same error today after patch:
Code:
user:/AddOns/WheresMyGuildHall/WheresMyGuildHall.lua:253: attempt to index a nil value
stack traceback:
	user:/AddOns/WheresMyGuildHall/WheresMyGuildHall.lua:253: in function 'WMGH.UpdateScanGHList'
	user:/AddOns/WheresMyGuildHall/WheresMyGuildHall.lua:464: in function 'onGuildMemberNoteChanged'
Last edited by Atavus : 01/17/18 at 01:06 PM.
Report comment to moderator  
Reply With Quote
Unread 01/17/18, 05:25 AM  
patrick_smyth
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 13
Uploads: 1
Hi,
Yesterday evening (UTC) I kept getting
Code:
user:/AddOns/WheresMyGuildHall/WheresMyGuildHall.lua:253: attempt to index a nil value

stack traceback:

	user:/AddOns/WheresMyGuildHall/WheresMyGuildHall.lua:253: in function 'WMGH.UpdateScanGHList'

	user:/AddOns/WheresMyGuildHall/WheresMyGuildHall.lua:464: in function 'onGuildMemberNoteChanged'
I just clicked to continue and they went away.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: