Addon Info.
Comments (25)
  Category: Chat Mods
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
tardmrr's Portal Bug Reports Feature Requests
Author:
Version:
1.0
Date:
08-14-2007 02:05 AM
Size:
2.01 Kb
Downloads:
1,768
Views:
17,146
Favorites:
28
MD5:
Pictures
Click to enlarge
WhoNote   Popular!
Rate: 4 out of 5 with 8 votes  
This tiny mod adds guild public note for members of your guild to the output of /who queries. See the Screenshot for an example. It can also display guild rank and officer notes. Use /whonote to toggle these options.

WhoNote should work in all languages, but it has only been tested in enUS.

[Note: This is standlone now. Using an addon framework was crazy overkill for something this tiny.]


ChangeLog:
Version 1.0 (August 14, 2007)
  • New and improved lib-less version
  • It should now work in all locales
Version 0.7 (April 20, 2006)
  • Updated to work with patch 1.10
Version 0.6 (Jan 4, 2006)
  • Updated to work with patch 1.9
Version 0.5 (Oct 6, 2005)
  • Finally tracked down a bug caused by GetGuildInfo not returning meaningful infomation
  • Changed the toggle closure to use Rowne's sick logic (which I love)
Version 0.4 (Sep 27, 2005)
  • Slight Change to use less memory when in standby
  • Added ability to show Officer notes and Guild Ranks
  • New options to toggle the new features
  • Fixed Guild Roster Update Issues
Version 0.3 (Sep 25, 2005)
  • Corrected Localization function names
  • Added color checks to use the appropriate color for system messages
  • Changed addon category to "chat" for MyAddons and Ace Registration
Version 0.2 (Sep 25, 2005)
  • Changed output method to the standard ace method
  • Added some code to hopefully fix guild roster update issues
Version 0.1 (Sep 24, 2005)
  • First Version (yes my version numbering is wacko... deal with it.
  Comments - WhoNote
Post A Reply
Author Comments Comment Options
Old 09-08-2007, 10:20 PM  
Siz
A Wyrmkin Dreamwalker
Interface Author - Click to view interfaces

Forum posts: 51
File comments: 227
Uploads: 6
Change
Code:
function addon:PLAYER_LOGIN()
  GuildRoster()
end
to
Code:
function addon:PLAYER_LOGIN()
  if(IsInGuild()) then
    GuildRoster()
  end
end
to stop the "You are not in a guild" message on login.
Siz is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-16-2007, 06:42 PM  
alexgieg
A Murloc Raider

Forum posts: 4
File comments: 17
Uploads: 0
Re: Re: WhoLib

Nice! Thank you for the information.
alexgieg is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-14-2007, 10:59 PM  
tardmrr
Lua Ninja
Featured Addon Author

Forum posts: 94
File comments: 83
Uploads: 13
Re: WhoLib

Quote:
Originally posted by alexgieg
Hi! Just a question: does this addon work well when other addon is loaded that uses WhoLib?

I ask because I've seen some non-WhoLib-aware addons (most notably NotesUNeed) not noticing the delay introduced by that library's queuing of /who checks, and thus failing in getting the result of their "whos".
WhoNote will be unaffected by those types of modifications. It only needs to read the result when the system message is displayed so any extra delay doesn't bother it at all.
tardmrr is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-14-2007, 05:38 PM  
alexgieg
A Murloc Raider

Forum posts: 4
File comments: 17
Uploads: 0
WhoLib

Hi! Just a question: does this addon work well when other addon is loaded that uses WhoLib?

I ask because I've seen some non-WhoLib-aware addons (most notably NotesUNeed) not noticing the delay introduced by that library's queuing of /who checks, and thus failing in getting the result of their "whos".
alexgieg is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-14-2007, 04:44 PM  
tardmrr
Lua Ninja
Featured Addon Author

Forum posts: 94
File comments: 83
Uploads: 13
Quote:
Originally posted by Deathhamster
erm ... you may be missing the point of libraries.

The whole point is, the user may already have the library loaded (highly likely in the case of ACE2) - in which case your add-on would take up 'zero' system resources.

But each to their own ....
Hi, this version is SMALLER than the version that used Ace. Now, get out of my thread. I can't stand people like you.

Last edited by tardmrr : 08-29-2007 at 01:00 AM.
tardmrr is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-14-2007, 04:49 AM  
Deathhamster
A Defias Bandit

Forum posts: 2
File comments: 33
Uploads: 0
Quote:
Originally posted by tardmrr
[Note: This is standlone now. Using an addon framework was crazy overkill for something this tiny.]
erm ... you may be missing the point of libraries.

The whole point is, the user may already have the library loaded (highly likely in the case of ACE2) - in which case your add-on would take up 'zero' system resources.

But each to their own ....

Last edited by Deathhamster : 08-14-2007 at 09:23 AM.
Deathhamster is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-14-2007, 02:10 AM  
tardmrr
Lua Ninja
Featured Addon Author

Forum posts: 94
File comments: 83
Uploads: 13
I've posted my new version, but unfortunately, I didn't get to do a lot of testing on the options so if something is broken, let me know. Also, since I'm pulling directly from the globalstring for the system message, it should work in all locales. However, I only have access to an enUS client so it has only been tested in enUS.
tardmrr is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-10-2007, 02:53 PM  
tardmrr
Lua Ninja
Featured Addon Author

Forum posts: 94
File comments: 83
Uploads: 13
Quote:
Originally posted by Siz
I've converted WhoNote to Ace2. Do you mind if I send you the update, or post it as an addon/patch for this one, or even add it to the wowace SVN?
Yes, I mind. I already have a mostly functioning version that I will be releasing this weekend. I just need to get un-lazy and add the options back in.
tardmrr is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-05-2007, 11:05 AM  
Siz
A Wyrmkin Dreamwalker
Interface Author - Click to view interfaces

Forum posts: 51
File comments: 227
Uploads: 6
I've converted WhoNote to Ace2. Do you mind if I send you the update, or post it as an addon/patch for this one, or even add it to the wowace SVN?

Last edited by Siz : 08-05-2007 at 12:51 PM.
Siz is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-27-2007, 04:06 PM  
Siz
A Wyrmkin Dreamwalker
Interface Author - Click to view interfaces

Forum posts: 51
File comments: 227
Uploads: 6
An Ace2 version would be great if you find some time.
Siz is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-18-2007, 03:01 PM  
tardmrr
Lua Ninja
Featured Addon Author

Forum posts: 94
File comments: 83
Uploads: 13
Wow, seriously? I've been meaning to do an updated version, but I've stupidly busy lately with school and work.
tardmrr is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-17-2007, 11:51 PM  
Siz
A Wyrmkin Dreamwalker
Interface Author - Click to view interfaces

Forum posts: 51
File comments: 227
Uploads: 6
This addon works with WoW 2.0

You need to open WhoNote.toc in a text editor like Notepad and edit the first line from
Code:
## Interface: 10900
to
Code:
## Interface: 20100
Otherwise it is listed as incompatible.

Last edited by Siz : 06-26-2007 at 08:23 AM.
Siz is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-26-2007, 01:57 PM  
Samasnier
A Murloc Raider
 
Samasnier's Avatar

Forum posts: 4
File comments: 29
Uploads: 0
I *REALLY* miss this addon and would love to see it made useable for WoW 2.0.
Samasnier is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-10-2006, 04:18 AM  
Belarhlen
A Defias Bandit

Forum posts: 2
File comments: 2
Uploads: 0
I know it's been a long time since this addon was last updated, but is there a chance it will be updated to work with WoW 2.0?
Belarhlen is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-20-2006, 05:25 PM  
tardmrr
Lua Ninja
Featured Addon Author

Forum posts: 94
File comments: 83
Uploads: 13
Quote:
Originally posted by DunE
I think this mod isn't working again in 1.11 Most of the time when I /who I don't get guild public notes (though I'm not sure that's 100% of the time). Thanks
Except for the fact that 1.11 isn't out yet =P... yeah it broke in 1.10 because they changed the format of the who output. I fixed it in version 0.7

Last edited by tardmrr : 04-20-2006 at 05:26 PM.
tardmrr is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:



The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


MMOInterface.com Copyright ©2008
World of Warcraft is a registered Trademark of Blizzard Entertainment.
vBulletin - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.