More character specific macros

I can’t be the only one reaching a point where a character reaches its maximum amount of character macro slots.
In total we have 18 character macro slots, and currently I use all of those and would use more, but the limit of 18 macros obviously prevents me.

I have several self healing macros, @cursor macros and pet macros that I use all the time.
Using the general tab of macros isn’t the best solution, as I will quickly find myself with a sea of macros. I would not be so opposed to this as a solution if the macro window offered a search bar, which it does not.

Unless someone has a solution to the number of character macros, I would like to see the maximum number of character macros being increased.

Edit: For reference, I am talking about this specific section https://i.imgur.com/rioQIZe.png

10 Likes

I would check for an addon, I know I used to use one that circumvented the max “character” limit for macros, so there might be one that expands the number of macros possible.

I have no clue if it would work, but a thought I had was a simple copy/paste system where the text is stored in the addon and pasted in with an interface button.

Maybe you could go to the forums at curse and see if an addon author would be willing to create one if possible?

I already use macro toolkit, it does allow you to extend the amount of code you can put in a macro but as far as the amount of macros, it won’t help with that.

That won’t work, for example try editing a macro and engage combat. All of your unsaved changes are lost immediately.

I would also like to have more.
I play healers mostly and macro every healing spell as most healers do and the slots run out fast and the general tab is a mess. Watching this thread incase anyone has a solution.

5 Likes

The only solution to this would be for Blizz to add more character macro slots, unfortunately. I don’t think addons can bypass that limit

Bugger. Well as these are the blizzard forums let this thread be the first in asking for more macro slots as a quality of life feature. Or the ability to customise your general tab into groups etc.

The macro window in general needs some good loving. I don’t think it has been changed since the start of the game.

3 Likes

Any chance we can get a Blizz response on this? Macro slot limits are so bizarre, I don’t understand why they were ever implemented in the first place? If it was due to performance concerns of calling the macro to the game, well it’s been 15+ years and most computers should be able to handle much more.

18 slots per character is so limiting. I’m having a hard time fitting in just the Disc part, I don’t have space in case I want to change talents or pvp talents, and even worse I def don’t have enough for holy and shadow if I want to change spec.

1 Like

I just use the general macro section a lot as chances are I’ll end up using another character of the same race on some other server anyway so it gives me access to them rather than having to manually redo them all.

Not sure if there is a way to extend the character specific one with an addon, but it is fairly easy to hit the cap on it. Blizzard just needs to make things like @mouseover/@cursor default functions so we don’t have to waste macro space with essentially useless macros.

I’d rather use those spaces for my actual conditional macros instead of needing them simply to perform basic functions.
I guess your option could be to simply find an addon that mimicks the macro functionality instead?

2 Likes

Well, the solution I found for now is with addon macrotoolkit you can make keybind macros that don’t go on the actionbar.

Although this doesn’t let me reference visually where all my spells are, it is a solution that allows me to have more space in character specific macros.

Now I need to learn to use weakauras or some other macro that would allow me to display a spell with a letter on it so I can reference and have it display cooldown.

1 Like

Same thing here. I wish I have 50 macro slots per character. :frowning:
It’s a simple thing we are asking for.

~ Enne

3 Likes

Likely not simple, these old hardcoded limits have caused Blizzard lots of frustration. Likely character specific macros are stored in a presized array and multiple pieces of code rely on that specific length array. This same thing happened for increasing backpack size.

1 Like

mega-macro from curse hope that works

Bump, as a healer who uses a lot of mouseover macros, the limit on per character macros is frustrating. It would be nice if it were at least doubled.

1 Like

well, you are a shaman…sooo.

This limit to per-character macros is dumb. Hoping my labeling technique is helpful for anyone else trying to figure out how to better manage all their macros which have to live in general together in peace:

<input_method><bound_key>

class = single character for your spec (i.e. balance druid = B)
covenant = i.e. Venthyr = v
input_method = keyboard or mouse (K or M)
bound_key = keyboard press or mouse button press

eg (I happen to play a druid):

BaK3 = Balance druid any covenant keyboard # 3
AaM4 = Any spec any covenant mouse button 4
FnM5 = Feral Night Fae mouse button 5
BvM[ = Balance Venthyr mouse button bound to keyboard key “[”

…playing a druid in true multi-class fashion requires me to leverage macros to switch what spell is bound to what button depending on what spec I’m in or what talent I’ve chosen (i.e. New Moon vs Fury of Elune). Using the method above is the only way I’ve been able to maintain my sanity when I have to periodically tweak a macro for whatever reason.

Best of luck out there friends!

1 Like