MageAnnounce
Features
Announces into Part/Raid chat when using certain Mage spells
Supported Spells
- Polymorph
- Slow
- Counterspell
- Portal
Other Features
- Supports randomization for spell announcements
- Can warn players targeting your Polymorph target to stop attacking
Tokens
These tokens can be used in messages and will be replaced by the information listed
- %s
- Replaced by the City Name for Portal messages
- Replaced by the targets sex for other messages
- %l
- Replaced by the targets level
- %r
- Replaced by the targets race
- %c
- Replaced by the targets class
- %d
- Same as doing %l-%r-%c-%s
Commands
- /magea or /mageannounce - opens the configuration window
it's binded to my "G" key, if pressed normally, sets the focus (if there isn't one already) on the target i'm sheeping. The target=focus modifier is Shift, so if Shift + G, then it sheeps the focus instead
#showtooltip Polymorph(Rank 4)
/cast [modifier:shift,target=focus] Polymorph(Rank 4)
/cast [nomodifier:shift] Polymorph(Rank 4)
/clearfocus [target=focus,dead]
/focus [target=focus,noexists]
/petpassive
%f gets replaced by the name of your focus
Hey, i cant seem to save the custom message? it resets everytime i log in? can you save it?
Hi guys
I can't see anywhere on my screen the button of the addon.... Does anyone know why???
There is no button, you have to type /magea to access the options
Bonjour,
Fonctionne-il en Français ?.
French people understand language of MageAnnounce ?
simple to use ?.
I Hope ^^
Thank's :)
I like this one for sure, but i have one problem. Everytime I try to put in a custom channel name, and "Enter" it^^ I get the message wrong channel name. So what exactly do i have to fill in! I use Prat v2.0 as well.
I tried /s s /say say, and so on...
P.S.
How many text has to be translated for the german version?
It only works for custom channels, you can't set it to say/guild/officers etc.
As for the translations, if you make a copy of the Locale-enUS.lua file then open it up each line should look like '["English Translation"] = true,' change it to '["English Translation"] = ["German Translation"],' then you can then email that file to me and I can add it in
I cannot get the custom messages to save. Everytime I exit the menu, it erases what I had just put, and puts back what was there in the first place... Is there a way to save the messages???
Hit Enter after you type in the message
BUG: Slow message is displayed when polymorphing or counterspelling target.
Possible cause: using copy paste without changing? ^^
Lines: 385 for Counterspell
310 for polymorph
Fix:
Line 310 looks like
message = tokenreplace ("%d", db.slowMessage,"target")
should look like
message = tokenreplace ("%d", db.polyMessage,"target")
Line 385 looks like
message = tokenreplace ("%d", db.slowMessage,"target")
should look like
message = tokenreplace ("%d", db.csMessage,"target")
Hope this works for everyone!
Thanks for the report, should be fixed now
Awesome thx ;) (Fixed it for myself but now I can get the newest releast without fears :D)
May it be that Mage Announce doesn't work with German client?
None of it is translated for the German client so it shouldn't work with it.
If anyone wants to do translations I can add them in.
How do i save the custom message of spells/portals cause everytime i log in it resets!
how can i get the level to output on what i'm sheeping/counterspelling? you can use /script UnitLevel("target") UnitSex("target")
to get the level of a mob but how can i use this or something like it in mage announce? also how can i get the gender of the character?
I won't upload it to curse yet but if you download it from WoWAce you can use %s and %l in the sheep message for sex and level
download http://files.wowace.com/MageAnnounce/MageAnnounce.zip it should be updated to the latest not too long after I post this
edit: by request you can use %s and %l in cs and slow also
Thanks big time for the reply