Download
(57Kb)
Download
Updated: 07-04-10 05:00 PM
Pictures
File Info
Updated:07-04-10 05:00 PM
Created:unknown
Downloads:2,094
Favorites:9
MD5:

FriendsAlert

Version: 1.1
by: Yusdan [More]

FriendsAlert v1.1 by Yusdan of Icecrown

My very first UI Add-on for WoW!

Every had any of your friends or guildies claim you were ignoring them? I sure have!
A very simple mod that displays the online/offline messages of your friends and guildies coming and going in the middle of your screen.

Tested with v3.3.5!

Commands -

/FriendsAlert, /fa standby - Toggles enabled/disabled state for FriendsAlert.

Planned Features (As I learn / figure out how to do them, and I'm not so busy with life) -

- Abilty to change color of online/offline messages.
- Output messages to SCT, Blizzard Combat Text, etc.

Optional Files (0)


Post A Reply Comment Options
Unread 06-06-14, 01:15 AM  
Yusdan
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 2
Uploads: 3
I don't think I'll realistically update this mod further. I'm going to republish under MIT so anyone can take it and edit/change as they wish without concern.
Report comment to moderator  
Reply With Quote
Unread 08-13-10, 08:43 AM  
sonickat
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
I loved this mods idea but using the default error frame for messages did not work for me. I modified the code a little bit to rely on Deadly Boss Mods built in notifications since they are a bit more noticable for me.

Here is what I ended up doing incase you wanted to steal the idea and make DBM a dependancy...

Code:
function FriendsAlert:CHAT_MSG_SYSTEM(msg)
	local alertString = msg
	if (alertString:find("online.") ~= nil or alertString:find("offline.") ~= nil) then
		if not testMod then
			testMod = DBM:NewMod("Friend List Notifier")
			testWarning1 = testMod:NewAnnounce("%s", 2, "Interface\\Icons\\Spell_Shadow_ShadesOfDarkness")
		end
		testWarning1:Show(alertString)	
	end
end
Report comment to moderator  
Reply With Quote
Unread 10-11-08, 09:18 AM  
Mechrior
A Chromatic Dragonspawn
 
Mechrior's Avatar

Forum posts: 155
File comments: 120
Uploads: 0
Re: Update Soon

Originally posted by Yusdan
I was hoping to tack on a couple of the planned features today, however it won't be possible because of my busy work schedule this week.

Update again on Sunday.
How easy would it be to move the output of the addon to a different part of the screen as I have ALOT going on in the middle of my screen.

Or possibly make it more of a movable frame?! its the only thing that stops me installing it right now is you cant move it!
__________________
When the light in your heart shines, The rest of the world will pale in comparison


Report comment to moderator  
Reply With Quote
Unread 07-30-08, 06:24 AM  
Yusdan
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 2
Uploads: 3
Update Soon

I was hoping to tack on a couple of the planned features today, however it won't be possible because of my busy work schedule this week.

Update again on Sunday.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: