Download
(19Kb)
Download
Updated: 12-06-13 02:21 PM
Pictures
File Info
Updated:12-06-13 02:21 PM
Created:08-06-13 06:29 PM
Downloads:10,200
Favorites:38
MD5:
Categories:Chat Mods, Group, Guild & Friends

Rare Announcer  Popular! (More than 5000 hits)

Version: 5.4.1.6
by: Tondef [More]

Very simple addon that will announce Rare NPC spawns, location, and health of the NPC to the area general channel upon targeting the rare. It will intermittently announce the health of the rare while you are fighting it to let others know if they can make it to the rare before it dies.

Purpose: Assist players to group up to tag and kill the rares for daily and weekly quest rewards on the Timeless Isle.

Commands: Players wishing to know the last spawn time of a rare may send "raretime Huolon" into General chat. The addon will then respond with "RA: Huolon was killed 11 Min ago". This command works with NPCID, or partial name of the NPC.

Recommended: A coordinate addon, such as TomTom, to allow them to input the rare spawn coordinates when someone else announces them via the "/way X Y" command, or a map addon that will allow them to see coordinates. HandyNotes with the Timeless Isle Rares plugin is also handy for rapidly seeing the area that a rare can spawn in.

Support for Isle of Thunder and Northern Barrens removed. Please refer to IOTRares and Battlefield Barrens addons for announcing in those areas.

To Do: Please see our project site on CurseForge (http://wow.curseforge.com/addons/rareannouncer/) to submit problems / errors.

2013-10-23 Dragonsangel <[email protected]>

[a9eea80688f6] [5.4.1.6]
* RareAnnouncer.lua

Sorted the issue of the screen/wow freezing when you want to move the tracking window
(issues no: 5, 8)
Corrected the bug where the menu options are not propperly loaded
(issues no: 13, 20)
Implemented code to handle spawn timers of more than 2 hours and adjusted some rare's spawn timers
(issues no: 18)
Fixed an issue where the frame would stop updating after it was moved.
(issues no: 7)

------------------------------------
2013-10-02 Dragonsangel

[4dbf00a0936d] [5.4.1.5]
* Localization.deDE.lua Localization.enUS.lua Localization.esES.lua Localization.ruRU.lua Localization.zhTW.lua RareAnnouncer.lua

Corrected bugs with localization
Corrected a bug with the "Name" text not showing
Removed some redundant code
Optional Files (0)


Post A Reply Comment Options
Unread 09-21-13, 12:23 PM  
Chrome67
A Murloc Raider
 
Chrome67's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 52
Uploads: 8
great addon...but...

it's not a good idea to assume that the chat channels are always at the same index number. You've hard-coded:

Lua Code:
  1. 101: SendChatMessage(message , "CHANNEL", nil, 1)

which automatically assumes General Chat is at index 1. Case in point, mine is at index 2 because of some troubleshooting I did months ago dealing with another addon.

If you don't mind me making the suggestion, a better solution might be:

Lua Code:
  1. 101: local index = GetChannelName("General") -- It finds General is a channel at index 1
  2. 102: if (index~=nil) then
  3. 103:   SendChatMessage(message , "CHANNEL", nil, index);
  4. 104: end
reference: http://wowpedia.org/API_SendChatMessage

Anyway, just a suggestion Keep up the great work and thanks for the awesome addon!
- Chrome67
Report comment to moderator  
Reply With Quote
Unread 09-22-13, 01:50 AM  
cardo
A Kobold Labourer

Forum posts: 0
File comments: 49
Uploads: 0
please config options

cu cardo_
Report comment to moderator  
Reply With Quote
Unread 10-12-13, 11:44 AM  
Tondef
A Cyclonian
 
Tondef's Avatar
AddOn Author - Click to view AddOns

Forum posts: 40
File comments: 57
Uploads: 4
Originally Posted by cardo
please config options

cu cardo_
Done
__________________
The strength of the wolf is the pack, and the strength of the pack is the wolf.
Report comment to moderator  
Reply With Quote
Unread 10-12-13, 12:02 PM  
Tondef
A Cyclonian
 
Tondef's Avatar
AddOn Author - Click to view AddOns

Forum posts: 40
File comments: 57
Uploads: 4
Re: great addon...but...

Thanks for the suggestion. We'll have it in the next build.

Originally Posted by Chrome67
it's not a good idea to assume that the chat channels are always at the same index number. You've hard-coded:

Lua Code:
  1. 101: SendChatMessage(message , "CHANNEL", nil, 1)

which automatically assumes General Chat is at index 1. Case in point, mine is at index 2 because of some troubleshooting I did months ago dealing with another addon.

If you don't mind me making the suggestion, a better solution might be:

Lua Code:
  1. 101: local index = GetChannelName("General") -- It finds General is a channel at index 1
  2. 102: if (index~=nil) then
  3. 103:   SendChatMessage(message , "CHANNEL", nil, index);
  4. 104: end
reference: http://wowpedia.org/API_SendChatMessage

Anyway, just a suggestion Keep up the great work and thanks for the awesome addon!
- Chrome67
__________________
The strength of the wolf is the pack, and the strength of the pack is the wolf.
Report comment to moderator  
Reply With Quote
Unread 10-16-13, 11:12 AM  
EvolinEU
A Defias Bandit
 
EvolinEU's Avatar

Forum posts: 3
File comments: 2
Uploads: 0
For the love of whatever you belive in!
Implant a function that STOPS the spam of raretime and the answer of the timer on Timeless Isle.
Everytime 1 player writes "Raretime Houlon" or w/e, it spamms the whole chat with 40+ lines of the exact same response.

I belive Fatility and PheonixStyle has a function like that.
Report comment to moderator  
Reply With Quote
Unread 10-24-13, 04:45 AM  
cardo
A Kobold Labourer

Forum posts: 0
File comments: 49
Uploads: 0
have new version and no options!! german client

cu cardo_
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: