Download
(3Kb)
Download
Updated: 10-26-10 12:29 PM
Pictures
File Info
Updated:10-26-10 12:29 PM
Created:04-13-10 01:20 PM
Downloads:3,634
Favorites:11
MD5:

Misdirection Amount Announcer

Version: 1.6
by: Drudoo [More]

This update now works correctly!

When you misdirect on a target this addon will announce the misdirected target.
When the misdirect is over and fades away from the target the addon will announce that the misdirect is faded away and the amount of threat transferred to the target.

The announcement will look like this:

>> YourTankName have Misdirection <<

>> Misdirection faded from YourTankName (2382) <<

The number is of course the amount of threat, so it is be different every time

The default channel that is reported to is Say. By using the slash commands you can change the channel to say/yell/party/raid/emote/guild/officer/rw

/maa or /MAA (does the same)
/maa help - show the help ofc.
/maa status - show the addon status - on/off and where it is reporting atm
/maa report say/yell/party/raid/emote/guild/officer/rw - change the report channel
/maa info - shows addon info and author info.


Change log:

1.6 Updated for 4.0.1! Addon /maa info

1.5 Now saving report state between game sessions.

1.4 Added /maa report whisper - to whisper the target

1.3 Added slash commands:
/maa or /MAA (does the same)
/maa help - show the help ofc
/maa status - show the addon status - on/off and where it is reporting atm
/maa report say/yell/party/raid/emote/guild/officer/rw - change the report channel

Added "SPELL_PERIODIC_DAMAGE" to track DoT's and traps.

1.2 Removed the "spam", was only there for debug. My bad!

1.1 Fixed threat issue and target issue.

1.0 First upload, didn't work.

Change log:

1.6 Updated for 4.0.1! Addon /maa info

1.5 Now saving report state between game sessions.

1.4 Added /maa report whisper - to whisper the target

1.3 Added slash commands:
/maa or /MAA (does the same)
/maa help - show the help ofc ;)
/maa status - show the addon status - on/off and where it is reporting atm
/maa report say/yell/party/raid/emote/guild/officer/rw - change the report channel

Added "SPELL_PERIODIC_DAMAGE" to track DoT's and traps.

1.2 Removed the "spam", was only there for debug. My bad!

1.1 Fixed threat issue and target issue.

1.0 First upload, didn't work.
Post A Reply Comment Options
Unread 04-19-10, 11:05 AM  
kakakia456
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
it doesnt save my option where to report also. after each relog i have to set it up again
Report comment to moderator  
Reply With Quote
Unread 04-19-10, 12:02 AM  
Drudoo
A Kobold Labourer
 
Drudoo's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 22
Uploads: 7
Hmm i will try to fix that sounds again very odd. I will have a look at it asap!
Report comment to moderator  
Reply With Quote
Unread 04-18-10, 11:18 AM  
kakakia456
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
actually it works like 50% of times. Some times it whispers after combat, some times it doesnt whisper at all, and some times it whispers the first tank i whispered for MD, for the next MDs i did on other tanks :P That person just ignored me for spamming him hehe
Last edited by kakakia456 : 04-18-10 at 05:27 PM.
Report comment to moderator  
Reply With Quote
Unread 04-18-10, 11:07 AM  
Drudoo
A Kobold Labourer
 
Drudoo's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 22
Uploads: 7
Hmm sounds odd that the /w doesn't work, will try see what the problem is :/
Report comment to moderator  
Reply With Quote
Unread 04-17-10, 03:12 PM  
Drudoo
A Kobold Labourer
 
Drudoo's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 22
Uploads: 7
i will try that, doesn't seem to be anything hard
Report comment to moderator  
Reply With Quote
Unread 04-17-10, 02:20 PM  
jasje
A Chromatic Dragonspawn
 
jasje's Avatar
AddOn Author - Click to view AddOns

Forum posts: 150
File comments: 279
Uploads: 4
can you add a whisper option same as in TrickOrTreat, then you will be my altime favorite^^
__________________

Tukui | Github
Report comment to moderator  
Reply With Quote
Unread 04-16-10, 01:52 PM  
idostyle
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 3
Uploads: 1
Add "SPELL_PERIODIC_DAMAGE" to get threat from Serpent Sting and Traps.
Report comment to moderator  
Reply With Quote
Unread 04-16-10, 10:16 AM  
kakakia456
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Until u release the new version, i created my fade announce :

local spew = format(msg, "casts", GetSpellInfo(id), "on", MDTarget, " for ", MisdThreat)
SendChatMessage(spew, "EMOTE")
Last edited by kakakia456 : 04-16-10 at 10:41 AM.
Report comment to moderator  
Reply With Quote
Unread 04-16-10, 09:51 AM  
Drudoo
A Kobold Labourer
 
Drudoo's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 22
Uploads: 7
yea will try make some options soon and maybe make so it says something like: if a player is in raid use "RAID" else "SAY"
Report comment to moderator  
Reply With Quote
Unread 04-16-10, 09:45 AM  
kakakia456
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Done Deleted that entry and swapped "SAY" for "RAID". it works

I dont know anything about WoW's addon coding, but now that i have it to announce on raid, if im in a party it says "You are not in a raid group". It works if im in a raid. WTB a "if Player in RAID announce, if else null or ignore" code :P Anyway, i guess that will be fixed with the next version of your command choosing of the things i said on the post below :P

Thanks a lot for this addon
Last edited by kakakia456 : 04-16-10 at 09:46 AM.
Report comment to moderator  
Reply With Quote
Unread 04-16-10, 09:34 AM  
Drudoo
A Kobold Labourer
 
Drudoo's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 22
Uploads: 7
yeah u can change SAY to RAID or PARTY

and just delete:

Code:
 local speww = format(startmsg, player, "casts Misdirection to", destName)
SendChatMessage(speww, "SAY")
if u dont want it to announce the first "youname MD to target"
Report comment to moderator  
Reply With Quote
Unread 04-16-10, 09:23 AM  
kakakia456
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Sure Ofc course. And you are doing fine. I love it the way it is atm. Just to have those 2 features-commands to switch and it will be perfect

(I guess i can change the "SAY" value on the .lua and switch it to "RAID" or wherever i want to spam the announce and for the "only show the fade message" i guess i can destroy the "Casts" line by myself :P ) I dont know, just guessing
Report comment to moderator  
Reply With Quote
Unread 04-16-10, 09:17 AM  
Drudoo
A Kobold Labourer
 
Drudoo's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 22
Uploads: 7
oh =o lot of stuff to do =P will see what i can do, since this is my first addon i might be a bit slow, but i will see what i can do =)

edit: fixed the freaking smilies
Last edited by Drudoo : 04-16-10 at 09:17 AM.
Report comment to moderator  
Reply With Quote
Unread 04-16-10, 08:59 AM  
kakakia456
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
let me check it

1 sec

Edit* Perfect!!! I love it I'm waiting for the "/raid or /party or /say or /emote" feature and we are done :P I <3 you

Idea! Maybe you can make a setting to choose wether to show the first announce "Playername casts Misdirection to Tankname" or not Is that possible? Because if i recall, i removed my previous MD addon cause of some randoms getting annoyed with the casts-fades spam :P Option to choose to show only the fade message or both
Last edited by kakakia456 : 04-16-10 at 09:08 AM.
Report comment to moderator  
Reply With Quote
Unread 04-16-10, 08:55 AM  
Drudoo
A Kobold Labourer
 
Drudoo's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 22
Uploads: 7
new version up, removed the "spam" was just there for debug and forgot to remove it :P

gonna check if i can add an option to announce in raid/party/say
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.