How to increase the amount of buffs/debuffs shown per row?

Things I’ve tried:

Tried changing it through core.lua, didn’t work. There is no buffsPerRow code there anymore, might’ve been changed either in Legion or BFA, or it might’ve been moved somewhere else.

Tried using a script. Doesn’t work. Script resets after each reload/logout.
No, just clicking the script macro over and over is just annoying 'cause there is a way do it without it and that’s what I’m looking for.

Tried looking up multiple addons. So far, all of the addons I’ve looked up are outdated, none of them work.

About ElvUI and Raven that work. I’m not an ElvUI or Raven user, I don’t like that addon and I don’t wanna used a big addon such as the ones mentioned above. I just wanna change the amount of buffs and debuffs I can see per row.

I just can’t figure out where they moved the buffsPerRow script to in core.lua, or if they changed its name to something else 'cause I could just change it there and that would do it.

Remove the /run and/or /script commands. Slap it into https://addon.bool.no/ and make yourself a custom addon to adjust it.

1 Like

That is actually really useful and simple. I managed to do everything I wanted. Thanks.

by any chance can you share it ? i have been looking for add on like this

Well, I actually can’t 'cause I haven’t uploaded it anywhere. But something you can do is to go to https://addon.bool.no/

Name the addon whatever you want, that will be the name of the addon when you try to look it up on your addons list. In the Code window write this down:

BUFFS_PER_ROW = 15
DEBUFFS_PER_ROW = 15

And then click Download.

Once you downloaded the addon, extract the file(s), then put it in your WoW/Interface/Addons folder. Then open your game, check the addons in-game and make sure it’s enabled (should be enabled by default).

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.