Addon Information
Works with 3.3
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
4
Date:
02-21-2010 01:57 AM
Size:
1.27 MB
Downloads:
721
Favorites:
0
MD5:
Pictures
Click to enlarge
Combat 5 man
Click to enlarge
Raid
Click to enlarge
Out of Combat and Totem Bar
Sas Modification of Roth UI
This is my modification of Roth's Diablo 3 style UI.
Link to his UI: http://www.wowinterface.com/download...heme.html#info

I liked his style but got tired of the orbs so began to modify it to fit more my style.

All credit goes to Roth for an incredible UI.

UPDATE Feb 7, 2010:
1. Moved shape shift bar to be above bar 1. Check out raid image to see its placement. This also moved the totem bar to there.
2. BottomRight Bar is now on mouse over underneath the 2 side bars.
3. Side Bars are no longer on mouse over but now are always visible.

Installation:
1. Open your World of Warcraft folder. Save your "Interface" and your "Fonts" folder. You may not have the Fonts folder yet, no problem, just ignore it. To do that just copy the folders and put them somewhere else (backup copy).
2. Now delete your "Interface" and your "Fonts" folder inside your World of Warcraft folder.
3. Download SAS_UI_Roth_Mod and save the zip-file to your Desktop.
4. Copy the folders included in the zip-file into your World of Warcraft folder. (Not your AddOns, your World of Warcraft folder!) The zip-file includes a "Interface" and a "Fonts" folder.
5. Start World of Warcraft. If you had it open while copying, restart it now to load the textures.
6. Join a server and have fun
7. If you don't like the scaling or something doesn't fit, hit the escape-key while in-game and go to the graphic settings. Now activate the UI-scaling checkbox and move the slider. Hit OK and see what you got. Move it until you like the settings.
Same goes for the chat. If it doesn't fit just right-click the chat-tab. Unlock the chat and move it around until you feel comfortable.

AddOns:

Blizzard SCT Font Switcher
  Optional Files - Sas Modification of Roth UI
Sorry, there are currently no optional files available.
  Archived Versions - Sas Modification of Roth UI
File Name
Version
Size
Author
Date
3
1MB
Sasenna
02-07-2010 03:03 AM
2
2MB
Sasenna
12-12-2009 07:11 AM
1
3MB
Sasenna
11-06-2009 05:47 AM
  Comments - Sas Modification of Roth UI
Post A Reply Comment Options
Old 01-27-2010, 06:44 AM  
Rammoth
A Kobold Labourer
 
Rammoth's Avatar

Forum posts: 0
File comments: 106
Uploads: 0
For some reason, this UI alteration causes the game to be really slow. But Roth's original configuration, doesn't... I haven't figured out why, so I just moved on to another UI. If it gets resolved, I may come back to using it.
__________________
Rammoth is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-21-2009, 08:43 PM  
Forpony
A Kobold Labourer

Forum posts: 0
File comments: 21
Uploads: 4
Re: Cast bars

Quote:
Originally posted by Forpony
I cant seem the fine the X,Y setpoints for the target and player castbars.

im trying to get them to be above the unitframes instead of to the left and right.

and is there by chance a focus castbar that im no finding
nvm im dumb found it
Forpony is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-21-2009, 07:43 PM  
Forpony
A Kobold Labourer

Forum posts: 0
File comments: 21
Uploads: 4
Cast bars

I cant seem the fine the X,Y setpoints for the target and player castbars.

im trying to get them to be above the unitframes instead of to the left and right.

and is there by chance a focus castbar that im no finding
Forpony is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-11-2009, 07:00 AM  
Sasenna
A Kobold Labourer
 
Sasenna's Avatar

Forum posts: 0
File comments: 12
Uploads: 2
Quote:
Originally posted by doomie22
Thank you with the how to on the class bar.

The issue I have now is I am trying to use it on my shaman. The totem bar is no where to be seen (its not even hiding). Does anyone have any ideas?

Doomie.
There is not a totem bar to my knowledge, going to see if the original addon creator has plans to make one.

Roth Created it, I just modified it.
Sasenna is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-10-2009, 05:35 AM  
doomie22
A Murloc Raider

Forum posts: 9
File comments: 2
Uploads: 0
Thank you with the how to on the class bar.

The issue I have now is I am trying to use it on my shaman. The totem bar is no where to be seen (its not even hiding). Does anyone have any ideas?

Doomie.
doomie22 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-09-2009, 01:11 AM  
Renorrak
A Kobold Labourer
 
Renorrak's Avatar

Forum posts: 0
File comments: 15
Uploads: 0
Re: Re: Moving Party Frames

Quote:
Originally posted by Sasenna
Edit:
Code:
[7] = {a1 = "BOTTOM",  a2 = "BOTTOM",  af = "UIParent",  x = -200,   y = 10}, --party
Requires understanding of coordinate system. Editing BOTTOM (BOTTOMLEFT/BOTTOMRIGHT/CENTER/TOP/TOPLEFT/TOPRIGHT) and/or x and y positions will move the party. Make sure:
Code:
local allow_frame_movement = 0
Since I moved everything hard code style the moving it by the gray squares may not work.
Yes i understand the coordinate system used, i was just informing you of the gray box moving not working

But, this is quite a nice UI and i am definitely sticking with it for a while.

Last edited by Renorrak : 11-09-2009 at 01:13 AM.
Renorrak is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-08-2009, 06:13 AM  
Sasenna
A Kobold Labourer
 
Sasenna's Avatar

Forum posts: 0
File comments: 12
Uploads: 2
Re: Moving Party Frames

Quote:
Originally posted by Renorrak
Going into your D3Orbs layout and allowing for frame movement so i can move party frames results in an error and not being able to move the frames...

Edit: Error appears to be random as i can replicate it on my laptop but not my second desktop machine
Edit:
Code:
[7] = {a1 = "BOTTOM",  a2 = "BOTTOM",  af = "UIParent",  x = -200,   y = 10}, --party
Requires understanding of coordinate system. Editing BOTTOM (BOTTOMLEFT/BOTTOMRIGHT/CENTER/TOP/TOPLEFT/TOPRIGHT) and/or x and y positions will move the party. Make sure:
Code:
local allow_frame_movement = 0
Since I moved everything hard code style the moving it by the gray squares may not work.
Sasenna is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-08-2009, 01:09 AM  
Renorrak
A Kobold Labourer
 
Renorrak's Avatar

Forum posts: 0
File comments: 15
Uploads: 0
Moving Party Frames

Going into your D3Orbs layout and allowing for frame movement so i can move party frames results in an error and not being able to move the frames...

Edit: Error appears to be random as i can replicate it on my laptop but not my second desktop machine

Last edited by Renorrak : 11-08-2009 at 01:25 AM.
Renorrak is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-06-2009, 05:52 PM  
Sasenna
A Kobold Labourer
 
Sasenna's Avatar

Forum posts: 0
File comments: 12
Uploads: 2
Re: Very Impressed

Quote:
Originally posted by doomie22
I do have a tiny issue, how do you get the class bar to stay as always on?
To do this you need to go to where your addons are installed. Usually C:\Program Files\World of Warcraft\Interface\AddOns

Once in the folder find the folder rActionBarStyler, open that folder and open rActionBarStyler.lua in notepad.

Search for a line called " -- shapeshift" Under that comment you will find the settings for it. You need to change:

Code:
  -- shapeshift
  shapeshift_on_mouseover = 1
  move_shapeshift = 0
  lock_shapeshift = 0
  hide_shapeshift = 0
Make it Look like:

Code:
  -- shapeshift
  shapeshift_on_mouseover = 0
  move_shapeshift = 0
  lock_shapeshift = 0
  hide_shapeshift = 0
Save the file now. Bring up WoW. If you already had WoW running type /console reloadui and the change you made should appear.

~Sas
Sasenna is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-06-2009, 08:34 AM  
doomie22
A Murloc Raider

Forum posts: 9
File comments: 2
Uploads: 0
Very Impressed

Hi,

I must say that I really like this ui, very clean and it just works.

I do have a tiny issue, how do you get the class bar to stay as always on?

If anyone knows how to get the bar on I would be very grateful.

Thanks again for nice ui.

Doomie

Last edited by doomie22 : 11-06-2009 at 08:38 AM.
doomie22 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-06-2009, 06:54 AM  
Gamba
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 1
Sehr schlecht, alles durcheinander und kein style
Gamba is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.