Patch 4.3.0 (2011-11-29): Added /tm, /targetmarker macro commands. Patch 4.2.0 (2011-06-28): Raid Marker icons are now visible in all phases of boss encounters. Patch 3.3.0 (2009-12-08): Any party member may mark targets (this does not apply to raid groups). Previously onl...
I don’t think there’s a way in the current macro system to determine whether the icon marker is set on that target, then to not unset if it isn’t. However, a workaround may be to use the combat conditional. This will only set (or unset) the raid icon while out of combat: #...
targetmarker - Sets or clears a target marker from your current target. threshold - Sets the loot threshold to apply loot rules. uninvite - Removes a player from your current party or raid. worldmarker - Allows placement of world markers.Pet...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
There is no need for these to exist as macros by themselves, just assign a keybind directly to them through the keybind > target markers menu. I will leave these here however because for future reference because there could be a use case where you want to bind a target marker to a ...
For the marker I know I can use this script to set the maker /run SetRaidTarget(“target”, 8) But, then pressing the button again will remove the marker from the target. The ultimate goal is to have 1 button that’ll; a) cast an ability [eg. heroic strike] ...
SetRaidTarget (target, 8) 1 = yellow four star 2 = orange circle 3 = Purple Diamond 4 = green triangle 5 = white moon 6 = blue box 7 = red X 8 = skeleton Macro target marker #showtooltip growl (bear form) /stopcasting /stopcasting /Cast [modifier:ctrl, target=focus, exists] ...
Targeting macro now doesn't try to target ignored mobs Stop using UIFrameFlash, since it taints the glyph frame Don't announce faction-specific mobs if you're not of the appropriate faction Changed in v3.0.0 Rewritten extensively to better handle the new mob/zone information that's been mad...
Fired when a target marker is set. This is used by the chat filter, if the player is watching target markers in chat output (in the Filters right-click menu, under Other, look for Target Icons). arg1 The formatted message to be displayed in the chat window. arg12 Some kind of numbe...
PROTECTED PlaceRaidMarker(index) - Brings up a target selection circle to place a raid marker (flare). Valid indexes 1-5. (added 4.0.1) PromoteToAssistant("unit") - Promotes player to assistant status. Requires raid leadership. RequestRaidInfo() - Returns information about which instances you...