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 {...
This article describes all of the macro commands (or slash commands) recognized by World of Warcraft (without addons). To use a slash command, enter its name preceded by a slash, and followed by any parameters the command takes into the chat box (for exa
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: #...
Not to be confused with World Marker. "Lucky Charms" redirects here. For the item, see [Lucky Charm]. Target Markers (formerly referred to as lucky charms[1] or raid target icons[2]) are icons that raid leaders/assistants and party members can place over players and mobs. Contents 1 ...
This is the main reference page for the WoW UI Lua API available to user Macros and AddOns. This is the API available during normal game play. See also WoW Glue API. The World of Warcraft API, or WoW API, is a set of Lua functions and facilities provided
I had to change the wording in the macro once I learned Dire Bear. This same macro works for regular Bear Form, but you gotta change the wording up. Just delete the word ‘dire’ from the macro and make it say /cast bear form if you don’t have the dire bear skill yet. The ...
RaidMobMarker by humfras. Provides quick and easy raid target setting. The symbol bar is scalable and moveable. You can set descriptions (e.g. sheep, tank, etc.) and assign symbols to players. RaidTotems by Xianghar. Allows one person set up all totems for all shamans in the raid. ...
Macro.lua Mail.lua MainMenu.lua Minimap.lua ObjectiveTracker.lua PaperDoll.lua PetBattle.lua Reputation.lua SellBuy.lua Talking.lua Target.lua Texture.lua Tokens.lua Tooltips.lua UnitFrame.lua WorldMap.lua Sesource Tools API_Create.lua API_Func.lua API_Panel.lua API_WoWDate.lua API_WoWTools...
Supposed to fire whenever the world map is closed/hidden, though it doesn't. A workaround for this is to use "WORLD_MAP_UPDATE" to set a global variable to use elsewhere with an OnUpdate function; e.g. local Map_Changed = false; function MyAddon_OnEvent() if ( (event == "WORLD...
Your macro is much more complicated than it needs to be I think, simply use: #showtooltip[Name of Ability] /startattack /cast [Name of Ability] I can’t help you with the raid marker though, it isn’t something I’ve used Ethly-zandalar-tribeSeptember 10, 2019, 6:32pm4 ...