Download
(2Kb)
Download
Updated: 08-14-07 01:05 AM
Pictures
File Info
Updated:08-14-07 01:05 AM
Created:unknown
Downloads:3,870
Favorites:27
MD5:

WhoNote

Version: 1.0
by: tardmrr [More]

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.]


Despite the age of this thing, it still works perfectly. Just click the Load out of date addons check box.


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.

Post A Reply Comment Options
Unread 09-08-07, 09:20 PM  
Siz
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 228
Uploads: 5
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.
Report comment to moderator  
Reply With Quote
Unread 08-16-07, 05:42 PM  
alexgieg
A Murloc Raider

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

Nice! Thank you for the information.
Report comment to moderator  
Reply With Quote
Unread 08-14-07, 09:59 PM  
tardmrr
Lua Ninja
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 134
Uploads: 12
Re: WhoLib

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.
Report comment to moderator  
Reply With Quote
Unread 08-14-07, 04: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".
Report comment to moderator  
Reply With Quote
Unread 08-14-07, 03:44 PM  
tardmrr
Lua Ninja
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 134
Uploads: 12
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-07 at 12:00 AM.
Report comment to moderator  
Reply With Quote
Unread 08-14-07, 03:49 AM  
Deathhamster
A Defias Bandit

Forum posts: 2
File comments: 34
Uploads: 0
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-07 at 08:23 AM.
Report comment to moderator  
Reply With Quote
Unread 08-14-07, 01:10 AM  
tardmrr
Lua Ninja
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 134
Uploads: 12
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.
Report comment to moderator  
Reply With Quote
Unread 08-10-07, 01:53 PM  
tardmrr
Lua Ninja
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 134
Uploads: 12
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.
Report comment to moderator  
Reply With Quote
Unread 08-05-07, 10:05 AM  
Siz
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 228
Uploads: 5
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-07 at 11:51 AM.
Report comment to moderator  
Reply With Quote
Unread 06-27-07, 03:06 PM  
Siz
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 228
Uploads: 5
An Ace2 version would be great if you find some time.
Report comment to moderator  
Reply With Quote
Unread 05-18-07, 02:01 PM  
tardmrr
Lua Ninja
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 134
Uploads: 12
Wow, seriously? I've been meaning to do an updated version, but I've stupidly busy lately with school and work.
Report comment to moderator  
Reply With Quote
Unread 05-17-07, 10:51 PM  
Siz
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 228
Uploads: 5
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-07 at 07:23 AM.
Report comment to moderator  
Reply With Quote
Unread 02-26-07, 01:57 PM  
Samasnier
A Deviate Faerie Dragon
 
Samasnier's Avatar

Forum posts: 13
File comments: 47
Uploads: 0
I *REALLY* miss this addon and would love to see it made useable for WoW 2.0.
Report comment to moderator  
Reply With Quote
Unread 12-10-06, 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?
Report comment to moderator  
Reply With Quote
Unread 04-20-06, 04:25 PM  
tardmrr
Lua Ninja
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 134
Uploads: 12
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-06 at 04:26 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: