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

  • Your Rating

  • Share
  • Report Abuse

Simple Raid Target Icons

 
Project Updated:
Files Updated: Mon, Jan 12 2009
Supports Game Version: 3.0.3
Category: Boss Encounters
Tags:

, , , , , , , and [Edit Tags]

Project Manager: Brodrick
Additional Authors: No additional authors
Current Version: 1.08 - 30000
License: All Rights Reserved
Development Site: CurseForge
Avg Daily DL (last 30 days): 31
Downloads Total: 53,640
Favorites: 244
Comments: 43
  • About Simple Raid Target Icons
  •  

Displays a radial menu when the player Ctrl+LeftClicks on a unit to quickly set that unit's raid target icon.

I have quit wow. As such, it is unlikely this or any of my addons will ever be updated again.
If anyone wishes to take over this addon, please feel free.

Usage: Hold down the Ctrl key and left click on a unit. A radial menu will show with the 8 raid target icons. Simply select an icon to apply it. If the unit already has an icon, a "no" symbol will be shown in it's place, clicking on that symbol or right clicking anywhere on the radial menu will remove the raid target icon from that unit.

Concept originally by Qzot
http://www.wowinterface.com/portal.php?uid=19207

New features for 1.0
- 5 man party leaders can "promote" other members in the party to "SRTI Assistant" allowing them to use icons!
- Promoted players are saved so every time you are the party leader they're automatically made SRTI Assistants
- Configurable modifier key(s) for single click method to show radial menu
- Configurable double click speed for double click method to show radial menu
- Keybinding method to show radial menu!
- Keybindings for applying any icon to target w/o the radial menu
- Options menu
- Test area to see the effect of the settings
- Console commands /srti

Possible upcoming features
- UI for management of "promoted" players, see who has been promoted, remove or add players when not partied with them
- Hooks to the SetRaidTarget function to let any raid icon addon work as a "SRTI Assistant"
- Keybindings for applying any icon to mouseover w/o the radial menu
- Temporary keybindings that only work when the radial menu is visible
Example: Ctrl+S shows the menu. Q, W, E, A, D, Z, X, C keys select an icon, S removes the icon, Ctrl+S cancels.

Q&A
Q: How do you promote people in the party?
A: As the party leader, right click on the party member's unit frame you wish to promote or demote and go to the "Raid Target Icons" menu. At the bottom of the menu is an option to promote or demote that player.

Q: How can I tell if I've been promoted?
<be>A: Right click on your own character's unit frame. At the bottom of the menu will either be "SRTI Assistant", "SRTI Not Promoted", or "SRTI Disabled". The last option means the party leader does not have SimpleRaidTargetIcons installed.

Q: Why include keybindings for raid icons this when so many other addons already have them?
A: It's true many other addons include keybindings for raid icons, SRTI lets you use them in a 5 man party when you're not the leader (assuming the party leader is using the addon as well). In the future I may make it so any raid icon addon will work with this 5 man promoted feature.

Q: Why can't you promote people in a raid?
A: The concept of "promotion" already exists in raids so it seemed like an unneeded feature. However, if enough people ask for it, it wouldn't be difficult to include.

Q: What is "Select Icon on Hover"?
A: When the radial menu is shown, you can select an icon by moving your cursor over the icon instead of clicking on it. This can be toggled individually for the three methods for showing the radial menu, as well as a global setting for how long the cursor needs to stay over an icon for it to be selected.

Q: What's the "Test Me" in the options?
A: You can click there to see what effect the options have on the radial menu, and set a virtual raid icon on yourself. The keybinding method also affects the "Test Me" when the options are open.

Q: Why doesn't your addon show a list of the icons on the screen?
A: I wrote this addon because I didn't like those UIs. They took up valuable screen space for an infrequently used tool. I also found the separation of the target and the icons themselves to slow down the whole process.

Q: Can you add something that will let me target an enemy that already has an icon?
A: No, the short answer is Blizzard disabled the ability for addon to do this. There are addons that used to do this, and addons that fake similar features for raid/party members, but it is not actually possible for raid icons unless Blizzard adds it themselves.

  • Downloads (7)
  •  
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  
  Simple Raid Target Icons 1.08 - 30000 Release 3.0.3 19,597 1/12/2009
  Simple Raid Target Icons 1.07 - 30000 Release 3.0.3 473 1/12/2009
  Simple Raid Target Icons 1.06 - 30000 Release 3.0.2 4,239 10/17/2008
  Simple Raid Target Icons 1.05 - 30000 Release 3.0.2 229 10/16/2008
  Simple Raid Target Icons 1.04 - 20400 Release 2.4.0 546 3/29/2008
  • Screenshots (1)
  •  
  • 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.
  • Anyone know if this add-on has been taken over by another author?

    Reply Report Permalink
  • catj said

    Easiest thing to do to fix this to work for non party leaders in 3.3 is to do a search and replace on SimpleRaidTargetIcons.lua.

    Search for isPartyLeader()
    Replace with true

    Reply Report Permalink
  • robstein said

    Hi,
    There are lots of true isPartyLeader() in the Lua file.

    Do I have to change every "isPartyLeader()" string by "true"?
    Or only change "()" by "true"?

    Thx,

    Reply Report Permalink
  • catj said

    Change the full string "isPartyLeader()" to "true"

    minus the quotes... There is a lot of functionality that could essentially just be removed from the addon, however this is the easiest way to just get it up and running.

    And yes there are a lot of isPartyLeader checks (all of which are irrelevant now)

    Reply Report Permalink
  • daitotsu said

    Confirmed this works perfectly.

    open in any text editor and use the find & replace option, once you have replaced all "isPartyLeader()" to "true" (no quotes) save the file and regardless of who is the leader you can set marks with a double click.

    Reply Report Permalink
  • Chich said

    hey guys, i dont know if this addon is still being worked on/supported, however with the change of any member of a 5 man party being able to mark mobs, is someone able to create a small 'patch' for this addon? ....really sad to have to change from this..truely is such a nice mod, good job :D

    Reply Report Permalink
  • jtbalogh said

    Still works perfectly for me, without updates this whole time. Thanks

    Reply Report Permalink
  • So this still works under 3.2? I hope so! It was my FAVORITE marking addon ever. I love how you don't have to see the icons until you click on something. I find it much more efficient (and less ugly) than just having some bar with all the icons on your screen (with most other marking addons).

    Reply Report Permalink
  • RagingSage said

    FYI, this still works fine for me under 3.2, for the most part. The only thing I've seen that is buggy is the feature where you can promote another person who is also running the mod as a target-marking assistant. This works great for 5-mans, or even raids IMO, to let people mark targets without you having to give them assist. (Of course, the assitant won't be able to use any macros and key-binds to mark stuff directly, because to the game they don't have the rights to do that, so the mod's menu has to be used. But it's still useful sometimes.)

    Anyway, the issue is that the person who is the assistant sometimes can't remove a mark from *themselves* unless they just give their symbol to another target, which is a work-around. But besides that feature, which most people probably don't even use, it pretty much works still. It's too bad the author won't be doing any updates. I hope someone else picks it up at some point - it's really a neat little mod, and quite - simple! I wonder if there are any other mods that do this. Hm...

    Reply Report Permalink
  • maccormaic said

    I'm at a loss, but I cannot get the selection radial to appear. It works fine in the test (double-left click brings up the radial, icon selection works normally) but when I try it on actual targets, nothing happens at all.

    I do use XPerl, BT4, SexyMap and CT_ViewPort to significantly change my UI layout. Is the radial actually appearing offscreen?

    Reply Report Permalink
  • dee_noz77 said

    has anyone been able to get this addon to work for patch 3.1 ?

    Reply Report Permalink
  • vtanguy said

    For me it works very well with 3.1

    Perhaps you forgot to ask to use old addons in the addon list.

    Reply Report Permalink
  • mandella said

    The easiest way to set up targets. Thanks for this great addon.

    Reply Report Permalink
  • Thank you so much for an awesome addon! I use this every time I run with a group, this makes assigning kill targets fast and easy!

    Reply Report Permalink
  • Joostjens1 said

    Is there a new version coming for 3.1? I loooove this addon for marking, best one yet so please make a a new version or at least make this one 3.1 compatible :)

    Reply Report Permalink
  • Brodrick said

    Uploaded a new version with the debug line removed. 1.08

    As for your feature request, this is technically not possible. Addons do not know the location of things on your screen, this includes other players (especially not of the other faction). The best I could do is display a raid icon on your cursor when you mouse over someone (which in of itself isn't a bad idea *ponder*). Beyond that, I don't really plan on adding much more functionality to this addon beyond what I have in my "possible features" list.

    Reply Report Permalink
  • szeraax said

    Thanks for fixing that line.

    also, D'oh. That would be really nice, but ya, I can't imagine how you would go about adding marks above peoples heads...

    Reply Report Permalink
  • szeraax said

    Brodrick! Thank you! I <3 this for multi assigning in 5 mans, so much! however, you left ChatFrame3:AddMessage(s) on line #344 which adds a ton of debugging info. To others who encounter this before he does: Go to the simpleraidtargeticons.lua file in the SRTI folder of your interface folder. then go to line 344 (or search for addmessage and go to the second one that looks like the above)

    I have 1 feature request however. allow all those who have SRTI to be able to view a Raid icon on people of the opposite faction. or rather, when you assign an icon to someone of a opposite faction, have SRTI draw it over them and not ask blizz UI to do it. This would be an AMAZING thing for me, as I always hate that I can't raid target ally...

    Thoughts?

    Reply Report Permalink
  • Brodrick said

    I haven't had a lot of time to devote to my addon work lately. If there's a serious addon breaking issue, I try to fix it (because I use these addons too), otherwise I tend to be slow about fixing it.

    Reply Report Permalink
  • lee200082 said

    Is anyone still working on this addon?

    Reply Report Permalink
  • Addon Packs Containing Simple Raid Target Icons
  • Similar Addons
  •  

Average downloads per day

  1. 23,777 Deadly Boss Mods Boss Encounters, and Combat
  2. 5,653 BigWigs Bossmods Boss Encounters, and Combat
  3. 3,360 Omen Threat Meter Boss Encounters, and Combat
  4. 1,450 Elitist Group Quests & Leveling, Boss Encounters...
  5. 1,391 Deadly Boss Mods - Vanilla and BC mods Boss Encounters, and Combat