• World of Warcraft Addons
Advertisement
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

TargetOnMate

  Download the Curse Client

Project Updated:
Files Updated: Mon, Oct 1 2007
Category: Boss Encounters
Tags:

, , and [Edit Tags]

Project Manager: flabby
Current Version: TargetOnMate v0.05b1
Downloads Today: 1
Downloads Total: 5,005
Favorites: 42
Comments: 8
  • About TargetOnMate
  •  

Target on mate is a plug-in that shows if someone is attacking one of your roup/raid mates. It is made to warn a warrior (or any other class) if the healer is taking damage or if you are playing with a low level player who you want to protect.

To enter the setup menu (in this version also where you choose what party member to monitor) enter /tom or /targetonmate

As default it is enabled to monitor priests and write to screen. If you have ScrollingCombatText, you might want to choose 'Write to Screen with sct' and disable 'Write to Screen', since the warning message is much easier to see.

Warning:

'Enable Target on Mate' and 'Enable in Battleground' does NOT work/have any function yet.

You have to choose what party member you want to monitor each time you restart the game.

To Do:

Of course are bug fixes made in the future.

(-You can set a dps level on your mate before it warns you that he/she is under attack

-Change color on the warring message

-Another way to choose party member

-Better raid support

-FR/KO language support)

  • Downloads (8)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  TargetOnMate v0.05b1 Release 2.2.0 24 10/1/2007
  TargetOnMate v0.05b Release 2.0.0 1 5/3/2007
  TargetOnMate v0.05a Release 2.0.0 1 12/4/2006
  TargetOnMate 0.05 Release 1.12.0 1 10/6/2006
  TargetOnMate 0.03 Release 1.12.0 0 8/24/2006
Advertisement
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Salomon said 

    hope you will develope a german version too. its sounds very interesting ;)

  • Rhothran said 

    Very nice addon, clean and smooth. I love it.

    As of 1.12 though, it's giving errors... hmm...

  • flabby said 

    can you please give the error, because I don't get any, and I will fix it asp.

  • Rhothran said 

    Error: Interface\AddOns\TargetOnMate\TargetOnMate.lua:188: bad argument #2 to `insert' (number expected, got string)

  • Oggeli said 

    elseif ( GetLocale() == "deDE" ) then

    -- german translation done by Zuul

    ToM_Priest = "Priester";

    ToM_Title = "Target On Mate"; ToM_Ver = "Version"; ToM_Option = "Option";

    ToM_Okay = OKAY ToM_Defaults = DEFAULTS ToM_Cancel = CANCEL

    ToM_You = "Du";

    ToM_CheckButtons = { ["General"] = { [1] = { "Warnungen ausgeben", "Hiermit wird das AddOn eingeschaltet.", }, [2] = { "Schlachtfeld", "Hiermit wird das AddOn f\195\188r Schlachtfelder eingeschaltet.", }, }, ["Sound"] = { [1] = { "Ton ausgeben", "Bei der Warnung wird gleichzeitig ein Ger\195\164usch erzeugt.", }, }, ["Target"] = { [1] = { "ToM f\195\188 Priester", "TargetOnMate f\195\188 Priester einschalten.", }, [2] = { "ToM f\195\188 mich selbst", "TargetOnMate f\195\188 mich selbst einschalten.", }, }, ["Display"] = { [1] = { "normale Ausgabe", "TargetOnMate schreibt seine Meldungen selbst auf den Bildschirm", }, [2] = { "Ausgabe mit SCT", "TargetOnMate benutzt ScrollingCombatText, um die Nachricht auszugeben", }, [3] = { "Gespr\195\164ch", "TargetOnMate gibt Warnungen als normalen Text im gesprochenen Kanal aus", }, [4] = { "Geschrei", "TargetOnMate schreit die Warnungen heraus", }, [5] = { "Gruppe", "TargetOnMate gibt die Warungen an Gruppenmitglieder weiter", }, [6] = { "Schlachtgruppe", "TargetOnMate gibt die Warnungen an die Schlachtgruppe weiter", }, }, ["Temp"] = { [1] = { "Mitpieler 1", "Ausw\195\164hlen, um das Gruppenmitglied 1 von TargetOnMate \195\188berwachen zu lassen.", }, [2] = { "Mitpieler 2", "Ausw\195\164hlen, um das Gruppenmitglied 2 von TargetOnMate \195\188berwachen zu lassen.", }, [3] = { "Mitpieler 3", "Ausw\195\164hlen, um das Gruppenmitglied 3 von TargetOnMate \195\188berwachen zu lassen.", }, [4] = { "Mitpieler 4", "Ausw\195\164hlen, um das Gruppenmitglied 4 von TargetOnMate \195\188berwachen zu lassen.", }, }, }

    ToM_Sliders = { { "Ton", "Min.-Intervall f\195\188r Ger\195\164uschausgabe: %ds", }, { "Bildschirm", "Min.-Intervall f\195\188r Textausgaben: %ds", }, { "Chat", "Min.-Intervall f\195\188r Chat-Fenster: %ds", }, }


  • flabby said 

    thx m8, I will implement it tomorrow

  • Jaasper said 

    This morning I got some complaints that this went off too often. Now I don't generaly agree, cuz usually it went of because someone didn't pick up their target (Im a priest).

    The one time I dont think the alarm should be going off is when I get hit with AoE, is there any way to filter these hit out?

  • flabby said 

    No sry, there isn't any easy way only a hard one, which i don't have the time to implement.

    The only thing you can do is increase the time which it can write to chat

    or

    Delete ', "CHAT_MSG_SPELL_CREATURE_VS_SELF_DAMAGE"' in line 22 in TargetOnMate.lua, BUT then all spell dmg you take is gone.