Addons, macros and customization.

Dj3nka

Veteran
This is a topic that is not getting much attention as it deserves. I've been thinking about this for a while. I made a shorter post in a reply in general chat but i think this this deserves a thread of its own. People perform better when they are comfortable with their own characters. Practice and good tools make perfect.

For both new players that might learn and find something interesting and useful and other older players to add suggestions and their favorites. The more you know...

My pvp addon recommendations, use what you like:
GladiatorlosSA2 - pvp triggers/CDs sound announcer, extremely good, you can configure what it announces and add custom stuff
LoseControl - cc timers for self, target, focus, group. Example 1
Capping bg timers and dbm pvp mod is both ok but there are small differences in what they show, you can use what you prefer
Battleground Enemies - A lightweight Addon to show you all enemies, allies and important player-specific information in a battleground.
Gladius - enemy frames for arena
Healers have to die (hhtd) - if you want healers marked, but this is also a part of the threat plates adon listed below and battleground enemies addon provides info also.
OmniCC - Cooldown text to items and abilities
Quartz - Good cast bars with delay indicator and alot of customization. Example 1
TellMeWhen - visual, auditory, and textual notifications about cooldowns, buffs etc
Needtoknow - it monitors frequently used buffs, debuffs, and cooldowns.

Semi related also, customization:
DejacharacterStats - It restores old character stats and lets you customize what it shows
Bartender 4 - Very flexible bar addon with tons of customization
Leatrix plus - Alot of QOL improvements and automation
Moveanything - self explanatory
Mik's scrolling battle text, it lets you configure and show what where you want including custom triggers.
Threat plates - nameplate, extremly flexible
Z-perl unit frames - personal favorite but you can use what you like
Prat - chat frame addons, alot of customization and options

Macro commands

For pet macros
/petattack [@mouseover] - attacks the mouseover target
/petattack [@focus] - attacks the focus target
/petattack
/cast leap - dk pet ability example, replace it with your pets ability, use can use mouseover and focus commands with it
/cast [@pet] death coil - another example of using a spell on your pet
/petassist
/petfollow
/petpassive
/petmoveto - you can move your pet to a specific location to prepare it for what you want, it will stay where you target it
/cast [nopet] Raise Dead; !Dark Transformation - it summons your pet if there is no pet, otherwise cast an ability

Macro Examples
1 - attack mode with ability cast
/petattack
/cast leap
/petassist

2 - follow and passive mode
/petfollow
/petpassive


Player macro examples

#showtooltip xxx - it shows the tooltip of the ability you want
/cleartarget [dead] - deselect dead target
/startattack - start autoattacking new target infront of you or near you, good for melee
/cast [@arena1] spell - you can replace arena1 with arena 2,3 etc , focus and mouseover
-
/cast lichborne - replace it with a spell you want
/cast [@player] death coil - Self cast dk example
-
/cancelaura spell - it removes any buff you want at command, good for bubbles, ice block etc

Few macro examples

1 - basic ability with starattack
#showtooltip
/startattack
/cast execute

2 - start attack, use trinket and cast mortal strike on your target while casting taunt on focus to keep it in combat (focus cast part is an arena example for drinkers, not sure if its viable nowdays)

#showtooltip execute
/cleartarget [dead]
/startattack
/cast [@focus] taunt
/use Armored Elekk Tusk
/cast mortal strike

-
You can also add /equipset setname to your macros for weapon swaps
Useful addon - Clique

I'd like to hear other people's suggestions and things that i might have missed or forgot.
 
Warlocks can't use Command Demon at level 20 - so you are restricted to Pet Attack macros as an aside.

Interface is such a personal thing, I personally hate Bartender 4 with a passion, due to it constantly fking up my keybinds on 4 accounts and 3 different installs of WoW. Gone for ever now.

Why do you use a Named trinket in your Macros ? If you ever swap trinkets about then you have to re-write the Macro to suite the replacement - I always use the same slot for the PvP trinket, so use the slot number in any macros.

So your example would be:
#showtooltip execute
/cleartarget [dead]
/startattack
/cast [@focus] taunt
/use 13 < When top trinket slot or /use 14 if the bottom slot
/cast mortal strike

If you have enough room add:
/script UIErrorsFrame:Hide()
<Marco Here>
/script UIErrorsFrame:Clear(); UIErrorsFrame:Show()

Especially if you have an use trinket macro'd in - stops the annoying that item isn't ready warning
 
It was an example for a specific item. /use 13 and /use 14 are a better solution overall.
You can disable the error frame completely if you want.

I personally never had issues with bartender but on the other hand i never played more than 2-3 characters at the same time so...

What do you use?
 
Big fan of Elvui for a comprehensive UI overhaul that does everything in one package. Feel like I covered this in another thread just yesterday but I much prefer 1 thing that does everything than a series of various addons that might end up conflicting with each other somewhere down the road, or just have overlapping settings that annoy me.

As for macros, I dont actually use many, but this warrior specific one is pretty crucial for my set up:

#showtooltip
/cast [worn:Two-hand] Mortal Strike; [worn:Shields] Shield Slam

Binds MS and SS to the same key and swaps between abilities depending on what weapons I have equipped.
 
It was an example for a specific item. /use 13 and /use 14 are a better solution overall.
You can disable the error frame completely if you want.

I personally never had issues with bartender but on the other hand i never played more than 2-3 characters at the same time so...

What do you use?

Std bars.

Most of the other addins are QOL stuff - Like Z-Perl, Deja Character Stats, Bagon, TSM, Weak Auras, Details, BG targets, Big Debuffs
 
I love me a good macro! Here are some that I use/find useful
#showtooltip Charge
/cast Charge
/cast Hamstring

You could macro Charge in front of any/every move because it's off the GCD, Hamstring seems to be the one that makes the most sense
#showtooltip
/use 13
/use 14
/use <anything that boosts damage and is off the GCD>
/cast Colossus Smash

Anything off the GCD can be macro'd together here and it will be used if it's available when you press the button. Can also of course be done on other abilities/with other classes.
#showtooltip Mortal Strike
/cast Sharpened Blade
/cast Mortal Strike

Similar to the last one. Note that you might want to not use Sharpen Blade on Cooldown and be more strategic with it, but if you're lazy like me and don't want to have to think/remember...
#showtooltip Arcane Missiles
/cast [nochanneling:Arcane Missiles] Arcane Missiles

Lets you spam the arcane missiles button without wasting mana overwriting casts.
#showtooltip <healing spell>
/target mouseover
/castsequence reset=target Soothing Mist, null
/cast [channeling:Soothing Mist] <healing spell>; Soothing Mist

I LOVE this one. Makes sure you always start channeling Soothing Mist so that you aren't hard casting your healing spell. Works with Enveloping Mist/Vivify/Surging Mist
#showtooltip Goblin Glider Kit
/use 15
/use Goblin Glider Kit

Uses the the tinker on your cloak, or a consumable glider if you cant use the tinker. Useful for avoiding accidents if you are juggling professions and forget that you temporarily don't have engineering.
#showtooltip Dash
/cast [stance:2, nostealth] Cat Form
/cast Dash

Shifts you out of cat form momentarily before dashing if you use dash while already in cat form, breaking slows and roots just as it would if you used it from a different form. Does not shift you out if you are in stealth.
#showtooltip
/cast [stance:3] Cat Form; [indoors, stance:2] Bear Form; [indoors] Cat Form; Travel Form

Shifts you to the fastest available form that you are not currently in, useful for breaking slows and roots while running away. Sometimes there are issues around the outdoor/indoor boundaries.
 

Users who are viewing this thread

Top