Hey guys, I played yesterday a run of NL and server went down for short moment after that we all were teleport to start and coudnt leave or enter again. However my interface was fine. I then logged out (cause that was a bummer) and now logged in on the same character and ALL my weakauras are gone. The addon is running but there are no wa's inside. Any idear how to fix this? I had like so much auras it woud be hours to fix this back to normal!?
#All wa's gone
6 messages · Page 1 of 1 (latest)
!missing
If you login and your WeakAura's are missing, go to the World of Warcraft\_retail_\WTF\Account\<ACCOUNTNAME>\SavedVariables folder and check the WeakAuras.lua file. If it is empty, check the WeakAuras.lua.bak file. If that one has content, delete WeakAuras.lua and rename WeakAuras.lua.bak to WeakAuras.lua. If WeakAuras.lua.bak was also empty, you will need to to rely on backups or remake your Auras.
*Window's hides file extensions by default so you will need to turn these on which you can do by going to Control Panel > Appearance and Personalistion > File Explorer Options > View tab in the new window and untick Hide extensions for known file types
If you have not made backups or don't use the WA Companion (it makes backups for you) then as a last resort you can try putting the following in to chat in game:
/run local L=WeakAuras.LoadFromArchive local h,m=L("Repository","history"),L("Repository","migration")for _,r in ipairs{h,m}do for _,s in pairs(r.stores)do local d=s:Load()WeakAurasSaved.displays[d.id]=d end end C_UI.Reload()