Page 1 of 1

Post-Patch UI Resets

PostPosted: 13 Aug 2016, 11:35
by Shevron
It's that time of the year again.

You log onto your character, you look at your screen, and you think "WAT DIS DO??"

If you, like me, fancy a fresh start on some aspects, but clicking and dragging 30,000 times is not your thing, then fear not.

Some scripts are to the rescue!

Just drop these lines in your chat, it it does the stuff for you in one line. Just accept any scripting doomsday warnings that Blizzard throw at ya. They're safe.

Clear out ALL Action Bars:

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

Clear out ALL your Quest Lot and abandon all pending quests:

/run for i=1,GetNumQuestLogEntries() do SelectQuestLogEntry(i); SetAbandonQuest(); AbandonQuest(); end

PostPosted: 18 Jul 2018, 08:30
by Shevron
Now is a good day to bump up this thread again :P