Thread Tools Display Modes
08-21-16, 10:05 AM   #1
jthom203
An Aku'mai Servant
Join Date: Nov 2010
Posts: 33
Re-Initialize

did the Re-Initialize option get removed?
  Reply With Quote
08-22-16, 08:55 AM   #2
Gethe
RealUI Developer
 
Gethe's Avatar
Premium Member
Featured
Join Date: Sep 2008
Posts: 942
Yes it did
__________________
Knowledge = Power; Be OP

  Reply With Quote
08-22-16, 06:38 PM   #3
jthom203
An Aku'mai Servant
Join Date: Nov 2010
Posts: 33
Originally Posted by Gethe View Post
Yes it did
ok, my issue is I made a new character and got the start page for realui and it worked great. But there was something i didn't like so i deleted the character and remade it with the same name but i didn't get the realui start page, the chat wasn't moved or anything, grid was using horizontal groups even though it was set to vertical. Is there anyway to reset realui for just that character?
  Reply With Quote
08-22-16, 08:34 PM   #4
Gethe
RealUI Developer
 
Gethe's Avatar
Premium Member
Featured
Join Date: Sep 2008
Posts: 942
Try
Code:
/run RealUI.db.char = nil
then /rl
__________________
Knowledge = Power; Be OP

  Reply With Quote
09-06-16, 10:00 AM   #5
sdjensen
A Defias Bandit
Join Date: Oct 2015
Posts: 3
I fucked up my bartender setup, and I really want to go back to default RealUI settings, but the /run command does not work?
  Reply With Quote
09-07-16, 12:42 AM   #6
caszum
A Defias Bandit
Join Date: Nov 2014
Posts: 3
I had the same issue. All I did was go into the nibRealUI.lua inside the WTF folder.

World of Warcraft\WTF\Account\YOURACCOUNTNAME\SavedVariables\nibRealUI.lua

This part should be near the top just look for the "char" field

Where it says
Code:
["char"] = {
		["Othercharacter- Otherrealm"] = {
			["init"] = {
				["installStage"] = -1,
				["needchatmoved"] = false,
				["initialized"] = true,
			},
		},
		["Character - Realm"] = {
			["init"] = {
				["installStage"] = -1,
				["needchatmoved"] = false,
				["initialized"] = true,
			},
		},
	},
change it to

Code:
["char"] = {},
  Reply With Quote

WoWInterface » Featured Projects » RealUI » Re-Initialize


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off