m
Move page script moved page Target markers to WoW:Target markers without leaving a redirect
(This revision and previous are available under: CC BY-SA 3.0. See list of authors in previous history below.) |
m (Move page script moved page Target markers to WoW:Target markers without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{uitech}} | |||
'''Target markers''' are icons that can be placed over players and other game entities. This feature was introduced in patch 1.11. | |||
[[Image:wow_ui-RaidTargetingIcons.png|left|The different target markers]] | |||
== | == Usage == | ||
[[Image: | [[Image:wow_luckycharms type.jpg|thumb|in-game list]] | ||
Target marker over are placed over mobs by selecting a mob, right-click on its portrait, and select a symbol from the hierarchical menu. | |||
;Chat and text codes | |||
* [[Image:wow_IconSmall RaidSkull.png]] Skull - <code>{Skull}</code> or <code>{rt8}</code> | |||
* [[Image:wow_IconSmall RaidCross.png]] Cross - <code>{Cross}</code>, <code>{X}</code> or <code>{rt7}</code> | |||
* [[Image:wow_IconSmall RaidCircle.png]] Circle - <code>{Circle}</code>, <code>{Coin}</code>, or <code>{rt2}</code> | |||
* [[Image:wow_IconSmall RaidStar.png]] Star - <code>{Star}</code> or <code>{rt1}</code> | |||
* [[Image:wow_IconSmall RaidSquare.png]] Square - <code>{Square}</code> or <code>{rt6}</code> | |||
* [[Image:wow_IconSmall RaidTriangle.png]] Triangle - <code>{Triangle}</code> or <code>{rt4}</code> | |||
* [[Image:wow_IconSmall RaidDiamond.png]] Diamond - <code>{Diamond}</code> or <code>{rt3}</code> | |||
* [[Image:wow_IconSmall RaidMoon.png]] Moon - <code>{Moon}</code> or <code>{rt5}</code> | |||
;Adding markers to chat | |||
An undocumented feature of patch 2.4 added the ability to post target markers into any chat channel by enclosing the name of the icon in curly brackets (braces) - such as {skull}, {circle}, {moon}, etc. | |||
== API and key bindings == | == API and key bindings == | ||
| Line 75: | Line 43: | ||
<code>/script if(chrm==nil)or(chrm<=0)then chrm=9 end chrm=chrm-1 SetRaidTarget("mouseover", chrm) nxt={[0]="None",[1]="Star",[2]="Circle",[3]="Diamond",[4]="Triangle",[5]="Moon",[6]="Square",[7]="Cross",[-1]="Skull"}DEFAULT_CHAT_FRAME:AddMessage(nxt[chrm-1])</code> | <code>/script if(chrm==nil)or(chrm<=0)then chrm=9 end chrm=chrm-1 SetRaidTarget("mouseover", chrm) nxt={[0]="None",[1]="Star",[2]="Circle",[3]="Diamond",[4]="Triangle",[5]="Moon",[6]="Square",[7]="Cross",[-1]="Skull"}DEFAULT_CHAT_FRAME:AddMessage(nxt[chrm-1])</code> | ||
== | == Notes == | ||
* Origin of the "lucky charms" - The nickname originates from their appearance similar to the marshmallows from the Cereal [[wikipedia:Lucky Charms|Lucky Charms]]. | |||
* | |||
The nickname originates from their appearance similar to the marshmallows from the Cereal | |||
== Patch changes == | == Patch changes == | ||
* | * [[patch 3.3.0]] - Any party member may mark targets, this does not apply to raid groups. Previously only party leaders could mark. | ||
* [[patch 2.4.0]] - Added markers to chat | |||
* [[patch 1.11]] - Added | |||
* | |||
* | |||
[[Category:Gameplay]] | [[Category:Gameplay]] | ||
[[Category:Game terms]] | [[Category:Game terms]] | ||
[[Category:Partying]] | [[Category:Partying]] | ||
[[Category:Raids]] | [[Category:Raids]] | ||