peoplesraka.blogg.se

Warlock pet attack macro classic
Warlock pet attack macro classic











warlock pet attack macro classic

This macro will automatically use the highest rank of the spell! As you level, you will never need to replace Demon Armor with the new rank just use this macro and you will automatically have the highest-rank spell available. You’d be correct, but this macro’s functionality is more subtle and useful than you think. Now you’ve written a macro that will cast the warlock spell Demon Armor for you! You might not think this is very useful, since you could have just had the spell on your action bar in place of the macro. Create a macro that has the following command: /cast Demon Armor Then, if you drag the icon for this macro to an action bar, and press/click it, your character should say “Hi”. First MacrosĪfter you’ve chosen a name and icon for the macro, you must write the functionality of the macro – what will the macro do? In the big box at the bottom of the macro editor window (where it says “Enter Macro Commands”)you can type something as simple as: /s Hi It will automatically attempt to find the appropriate icon based on the action performed by the macro. For the icon, I typically suggest using the first icon, the red “ ?”.This icon is special, because it will adapt to the functionality of the macro. Personally, I don’t like text appearing over my skill icons so I tend to name my macros “ “ which is just a press of the spacebar. Then you will have to give the macro a name and an icon. There you can write, edit, and store macros either for your entire account (if the macro is useful for multiple characters) or for just the current character (if you have a class-specific macro, for example).Ĭreate a new macro by clicking “New”. The macro editing window can be brought up by typing /m in the chat window.

warlock pet attack macro classic

This document was originally written for the Classic Warlock Discord. For this reason, I strongly encourage you not to simply copy and paste these macros, and instead hope that you try to understand what the syntax means.

warlock pet attack macro classic

My goal with this document is not only to list out what I have found to be the most commonly employed warlock macros but to give you enough information so that you can begin to modify and even write your own macros going forward. Having a solid knowledge of macros will help you intelligently combine multiple actions to a single key, increase your responsiveness to emergent situations, and, to an extent, automate tedious tasks. If your pet is alive and healthy then Pamper Pet will cast Feed Pet and automatically grab the first item in your Backpack, so make sure you keep your pets favorite foods there and this macro is super convenient.Warlocks are a class of far too many key bindings and niche spells for niche situations. Any higher, and it is a wasted Mend Pet given pets regenerate so sufficiently. Anything less, and your pet is likely on it's way to death and Mend Pet will not prevent that. I determined that 75% of max health is the best indicator of a pet engaged in combat, or leaving combat.

warlock pet attack macro classic

If your pet is alive but is significantly hurt (if the pet has lees than 75% hp), cast Mend Pet. This is the first thing the macro will do we cannot do anything with a dead pet. Pamper pet will check your pet for several conditions. Code: Select all /run if HasPetUI() then if UnitIsDead('pet') then CastSpellByName('Revive Pet') elseif (UnitHealth('pet')/UnitHealthMax('pet')*100)<75 then CastSpellByName('Mend Pet') else CastSpellByName('Feed Pet') PickupContainerItem(0,1) end end













Warlock pet attack macro classic