The focus of this section is to show you some examples of some basic macros and explain how they work. A Macro is a line of commands that you can input into a text box that will execute the written commands in the order you have given them with a single button press. 1. Macros for...
1. Macros for Priest in Wrath of the Lich King Classic 1.1. All Healthstones in one Button Macro #showtooltip /use item:36894 /use item:36893 /use item:36892 This allows you to use any rank ofFel Healthstoneno matter which one you grab. In WotLK you can only carry one Healthstone at...
One-Button Stealth Ability Macro This macro allows you to instantly use your abilities that require stealth, with just 1 button — no need to fumble around pressing Vanish first. You can replace Garrote with any other stealth ability you want to use, such as Cheap Shot and Sap. #showtooltip...
This macro allows you to use Ambush on your current target with 1 button. If your raid doesn’t have a class that uses a bleed automatically (like a Feral Druid or DPS Warrior), you could instead change Ambush with Garrote. #showtooltip [stealth] Ambush; [combat] Vanish; Stealth /stopatt...
local f = CreateFrame("CheckButton", "FocuserButton", UIParent, "SecureActionButtonTemplate") f:SetAttribute("type1","macro") f:SetAttribute("macrotext","/focus mouseover") SetOverrideBindingClick(FocuserButton,true,modifier.."-BUTTON"..mouseButton,"FocuserButton") ...
1- Frost Fever 2-Blood Plague 3-Heart Strike 4-Death Strike 5-Deathcoil 6-Runetap This also presumes that you have runestrike macro’d onto every ability The macro is #showtooltip <ability name> /cast !Rune Strike /cast <ability name> ...
Level 49: Contagion (1/5) Glyphs:You won’t unlock any new glyph slots in this level range. Rotation:With Howl of Terror at level 40, you can pull bigger packs knowing you have an emergency button you can use if you get into trouble. Death Coil at level 42 further adds to your alr...
fix(DB/SAI): Venomspite quests / area feat(Core): Added ABORT() macro to prevent the usage of ASSERT(false) as a quick hack to crash the core misusing assert fix(Core/Hunter): Stable Master, exotics pets management, tame validations. fix(CMake): Use cmake-generator-expressions for ...
(cmake/macro): Allow scripts to lower prioritize other scripts fix(Core/Battleground): Improving the Anti-Spam BG Queue Announcer fix(Core/Chat): Channel exploit feat(Core/CreatureAddon): increased visibility for large creatures fix(DB/SAI): Wind Trader Marid fix(DB/gameobject): Tallonkai's ...
You can also create macros for specific sounds ( /script SB_Play("[name_on_button]") ) or random categories ( /scrip SB_PlayR("[name_on_button]") ) Another mod allows administration (deactivating sounds when explaining the strat' can be usefull), coming soon. ...