- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
4,841 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Rift Addons
- Top Skyrim Mods
- Top Minecraft Server Mods
- Top Terraria Maps
- Top Starcraft II Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
GuildWho
- 0 Likes
- World of Warcraft
- 3,773 Downloads
- Supports: 4.0.6
- 1 Average Daily Downloads
- Comments
- Created 2/27/2008 12:55:31 PM
- Updated 4/13/2011 5:46:39 PM
- 42 Favorites
- Project Site
- License: All Rights Reserved
- Release Type: Release
- Newest File: 3.4.0
About GuildWho
GuildWho allows you to easily find out whose alt someone is, or which alts someone has. You can use slash commands to find out on whom someone is online, or print someone's alts. You can also print alts via the right click player menu in the chat and friends frame, or see alts in a tooltip via the guild roster.
Usage:
/gwho character - Find who this character is online as.
/alts character - List this character's alts.
Because of limitations in the API, if a note was updated in the last 10 seconds, your results may not be accurate!
How it works/you can make it work:
- "Mains" are created as long as any character has a valid name in its note.
- A valid name is the first sequence of letters (determined by [^%s%d%p]) found in the note.
- The main does not have to be a valid character name, and if it's not, it will exist merely to link the alts together, and not appear as a real character in any of the addon's features.
- Characters can not refer to each other, and should all refer to the same main.
TLDR: Put the name of the main character in the alts' notes.
- A custom note pattern can now be specified. The token $n goes where the main name is. Eg, "Alt-$n" (without quotation marks).
- You can now "disable" the addon for your guild by choosing to use "None" note.
- You can now specify a string which, when found in a note, will be ignored, and not recognised as a main.
- Fixed error in guild professions view.
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| 3.4.0 | Release | 4.0.6 | 976 | 4/13/2011 5:46:39 PM |
| 3.3.0 | Release | 4.0.3a | 480 | 2/1/2011 3:06:29 PM |
| 3.2.0 | Release | 3.1.0 | 4 | 4/17/2009 8:48:59 AM |
| 3.1.4 | Release | 3.0.9 | - | 3/28/2009 8:26:24 PM |
| 3.1.3 | Release | 3.0.8 | 1 | 1/26/2009 5:39:45 PM |
| 3.1.2 | Release | 3.0.8 | - | 1/21/2009 6:32:32 AM |
| 3.1.1 | Release | 3.0.3 | - | 12/22/2008 8:19:16 AM |
| 3.1.0 | Release | 1 | 12/10/2008 11:08:56 AM | |
| 3.0.1 | Release | - | 12/8/2008 7:57:49 PM | |
| 3.0.0 | Release | 3.0.3 | - | 11/14/2008 6:02:39 PM |
| 2.2.1 | Release | 2.4.2 | - | 6/15/2008 7:11:55 PM |
| 2.2 | Release | 2.4.2 | - | 6/11/2008 9:52:33 AM |
| 2.1 | Release | 2.3.3 | - | 3/13/2008 5:30:35 PM |
| 2.0 | Release | 2.3.3 | - | 3/1/2008 9:59:15 PM |
| 1.0 | Release | 2.0.0 | 6 | 2/27/2008 12:55:32 PM |


Comments
maybe you're already aware of what they do since you were able to locate the issue, but if not, what they do is make sure the user specified pattern encompasses the entire note string, and not just a part of it. So if your notes look like this
[Alt of Lombra]
you'd have to put
[Alt of $n]
(with the brackets) and not just
Alt of $n
Does this help you anything? I suppose I could add an option to make it match the entire string instead of forcing it.
local pattern = db.useCustom and format("%s", db.custom:trim()) ...
instead of
local pattern = db.useCustom and format("^%s$", db.custom:trim()) ...
Thanks for the great work!
http://code.google.com/p/epgp/
I'm about to release a new version where you can use the regular (public) note instead of the officer note!