Reply
Thread Tools Display Modes
Unread 10-19-11, 07:13 PM   #1
kenze
Bomani Harbinger
Join Date: Oct 2011
Posts: 8
different layout per role

is it possible to save/load different ui layouts for different roles?
kenze is offline   Reply With Quote
Unread 10-19-11, 07:22 PM   #2
Aieny
Veiled Ripper
 
Aieny's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2011
Posts: 40
If you mean moving base UI elements based on a change in role, no. Can an Addon reconfigure itself when a role changes? Yes.
__________________
Lua Code:
  1. local function signature()
  2.     print("Aieny Celenovia")
  3.     print("www.riftcrafter.com")
  4. end
Aieny is offline   Reply With Quote
Unread 10-20-11, 08:03 AM   #3
chavo
Zombie
Join Date: Oct 2011
Posts: 1
Actually with the base UI you can save your layouts and keybindings to a file. When you get the layout the way you want it just use the /exportui "name" and /exportkeybindings "name" commands. They are saved in files in the Rift game directory as "name", with no extension.

I would recommend saving them with the name of the character and role to keep the separate. Then as you switch roles you use /importui "name" and /importkeybindings "name", if you have a different keybinding setup.

You can put these commands into macros as well.
chavo is offline   Reply With Quote
Unread 10-20-11, 09:11 AM   #4
kenze
Bomani Harbinger
Join Date: Oct 2011
Posts: 8
Quote:
Originally Posted by chavo View Post
Actually with the base UI you can save your layouts and keybindings to a file. When you get the layout the way you want it just use the /exportui "name" and /exportkeybindings "name" commands. They are saved in files in the Rift game directory as "name", with no extension.

I would recommend saving them with the name of the character and role to keep the separate. Then as you switch roles you use /importui "name" and /importkeybindings "name", if you have a different keybinding setup.

You can put these commands into macros as well.
PERFECT! thank you very much!
kenze is offline   Reply With Quote
Reply

Go BackRiftui » AddOns, Layouts and Macros » Help/Support » different layout per role

Thread Tools
Display Modes

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