Reset completely UI

Hello before I used ElV UI, I don’t want to use it anymore, but there are some spell that not glow in my spell book and don’t see them in my action bar, I remember elvui uses more action bar, my guess is that those icons are in the hidden action bar.

I want to start fresh, any suggestion???

Simply turning off ElvUI in the “?” > Addons menu and then doing a /reload will remove any runtime effects of ElvUI other than any keybinds you set while you used it.

You’d likely have to redo your keybinds anyway.

I mean, you can do a full-on UI reset, but this is much simpler.

Resetting your UI won’t necessarily bring your missing spells.

Best bet there is, if you’re going to dump ElvUI, go in and make all your bars 12-buttons and visible, drag everything off of them, THEN shut off ElvUI.

You’ll for sure have everything off the bars if you do that.

1 Like
/console cvar_default
1 Like

I found this script to clear all the action bar slots on the EU forum:

/run for i = 1,120 do PickupAction(i) PutItemInBackpack() ClearCursor() end;

It worked on a level one character I tested on.

2 Likes

I tried today and it worked, thank you