Clearing action bars

just was curios if there is a way to instantly clear your action bars so you can re order them

atm playing 48 chars and since the last 1 is now 120 and gearing i wanted to streamline the action bars a bit so my warriors have the same buttons on the same spot mage druids…etc but to go on each char and drag each button bind to a action bar slot take allot of time if you want to reorgonise 48 chars

so was wondering if there is a addon or command that let you clear your action bars or even rest your whole interface screen to default ( like icon back in their original place and such

thank you for reading :slight_smile:

Here you go:

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

7 Likes

thank you :slight_smile:

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