Download
(4MB)
Download
Updated: 01-12-15 01:19 PM
Pictures
File Info
Compatibility:
Warlords of Draenor (6.0.3)
Updated:01-12-15 01:19 PM
Created:unknown
Downloads:6,845
Favorites:16
MD5:

Sas Diablo  Popular! (More than 5000 hits)

Version: v6.0.004
by: Sasenna [More]

INTRO:

This UI is the RothUI(Diablo) without Orbs, nothing else has been changed besides orb removal and player frame added. Drag able player frame.

Orb Version: Roth/Zork RothUI(Diablo)

All credit goes to Roth for an incredible UI.


INSTALLATION GUIDE:
  1. Open World of Warcraft Folder.
  2. Back up "Interface" and "Fonts" folders.
  3. Delete "Interface" and "Fonts" folders in World of Warcraft folder.
  4. Download Sas Diablo.
  5. Save the Zip-file to the Desktop.
  6. Copy "Interface" and "Fonts" folder to the World of Warcraft folder.
  7. Start World of Warcraft.
  8. Login to a Server.
FAQ:
See RothUi(Diablo) for FAQ
If used RothUI before this UI type
Code:
/diablo resetunits
/diablo resetart
/diablo resetbars


SCALING:
If scaling or something does not fit.
  1. Hit escape-key ingame.
  2. Goto Options Tab.
  3. Goto Advanced Tab.
  4. Check/Uncheck UI Scale.
  5. If checked move the slider to desired scaling.
  6. Click Accept. If scaling is correct then congrats you are done, if not continue to step 7.
  7. Go back to step 5 until scaling fits.

Same goes for the chat. If it does not fit
  1. Right-click the chat-tab.
  2. Unlock the chat and move it around until comfortable.
FPS LAG:
  1. Open World of Warcraft folder.
  2. Open WTF folder.
  3. Open Account folder and ACCOUNTNAME folder.
  4. Open Saved Variables folder.
  5. Delete tullaRange file.
  6. Restart WoW.
SLASH COMMANDS:
Code:
LOCK / UNLOCK

/rabs lock --will lock all actionbars
/rabs unlock --will unlock all actionbars
/diablo lockart --will lock all art frames
/diablo unlockart --will unlock all art frames
/diablo lockbars --will lock all the toolbars (soulshards, castbars, combobar etc.)
/diablo unlockbars --will unlock all the toolbars (soulshards, castbars, combobar etc.)
/diablo lockunits --will lock all the unitframes
/diablo unlockunits --will unlock all the unitframes
/rbfs lock --will lock the player aura frames
/rbfs unlock --will unlock the player aura frames
/rmm lock --will lock the minimap cluster
/rmm unlock --will unlock the minimap cluster
/ris lock --will lock the data strings below the map
/ris unlock --will unlock the data strings below the map
/rppba lock --will lock the player power bar alt
/rppba unlock --will unlock the player power bar alt

RESET

/rabs reset --will reset all actionbars
/diablo resetart --will reset all art frames
/diablo resetbars --will reset all the toolbars (soulshards, castbars, combobar etc.)
/diablo resetunits --will reset all the unitframes
/rbfs reset --will reset the player aura frames
/rmm reset --will reset the minimap cluster
/ris reset --will reset the data strings below the map
/rppba reset --will reset the player power bar alt
ADDONS INCLUDED:
  1. LootRollMover - move the loot roll window
  2. ncImprovedMerchant - sells gray items automatically on vendor visit
  3. oUF - unit framework
  4. oUF_Diablo - Diablo flavoured oUF layout
  5. rActionBarStyler - moves the action bars
  6. rActionButtonStyler - styles the action buttons
  7. rBuffFrameStyler - styles the player auras
  8. rChat - chat mod
  9. rCombatText - combat text adjustment
  10. rDamageFont - damage font adjustment
  11. rError - redirect errors to combat text
  12. rInfoStrings - some data strings
  13. rLib - library for rAddons
  14. rMinimap - Diablo flavoured minimap
  15. rNamePlates - simple nameplates
  16. rPlayerPowerBarAlt - alternative power bar movable
  17. rRaidManager - Blizzard raid manager replacement
  18. rTooltip - simple tooltip mod
  19. tullaCC - cooldown count
  20. tullaRange - out of range/out of mana coloring for action buttons

For more basic WoW style with Diablo flavor SasUI

UPDATE: January 12, 2015
Version v6.0.004
1. Updated to RothUI Version: 60000.04
UPDATE: October 30, 2014
Version v6.0.003
1. Updated to WoW v6.03
2. Updated to RothUI Version: 60000.03
UPDATE: March 24, 2013
Version v5.2.001
1. Updated to WoW v5.2
2. Updated to RothUI Version: 50200.04
UPDATE: December 04, 2011
Version v4.3.000
1. Updated to WoW v4.3
UPDATE: November 05, 2011
Version v4.2.200
1. Updated for Cataclysm
2. Updated to RothUI Version: 40200.12
UPDATE: October 28, 2008
Version 4
1. Complete Rework
2. Updated to RothUI
Optional Files (0)


Post A Reply Comment Options
Unread 11-26-15, 03:40 PM  
Conceptual
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
I've tried PLAYER_TARGET_CHANGED but that's not the correct option.
Report comment to moderator  
Reply With Quote
Unread 11-21-15, 02:54 PM  
Conceptual
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Thanks Sas! That worked! One question though; is it also possible to show the frames again if target exists? Like, if I target an enemy or ally, that my frame comes up again and if no target exists, it hides again.
Last edited by Conceptual : 11-21-15 at 03:20 PM.
Report comment to moderator  
Reply With Quote
Unread 11-21-15, 11:47 AM  
Sasenna
A Murloc Raider
 
Sasenna's Avatar
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 114
Uploads: 7
Solved on oUF_Diablo(Sas Edition)
Originally Posted by Sasenna
Open oUF_Diablo/config.lua with text editor. Scroll to the very bottom and add

Code:
  -- Player Frame Combat Fading
  local function PlayerFrame_OutCombat_Update()
	oUF_DiabloPlayerFrame:SetAlpha(0.1) -- Fully invisible outside combat, set between 0-1. 0 being invisible
  end
  local f = CreateFrame("Frame", nil, UIParent)
  f:RegisterEvent("PLAYER_REGEN_ENABLED")
  f:RegisterEvent("PLAYER_ENTERING_WORLD")
  f:SetScript("OnEvent", PlayerFrame_OutCombat_Update)	


  local function PlayerFrame_InCombat_Update()
  	oUF_DiabloPlayerFrame:SetAlpha(1.0) -- Fully visible in combat
  end
  local f = CreateFrame("Frame", nil, UIParent)
  f:RegisterEvent("PLAYER_REGEN_DISABLED")
  f:SetScript("OnEvent", PlayerFrame_InCombat_Update)
Save file afterwards. Reopen wow, if wow already running then reloadui. ( type /reload in chat and press enter )

Once again, sorry about the faulty code and the wait to get an update.
Originally Posted by Conceptual
Have either of you figured out yet how to fade out when out of combat / not selecting a target?
__________________
l SasUI l - Blizzard Like l Sas Diablo l - Alteration of l RothUI (Diablo) l
Report comment to moderator  
Reply With Quote
Unread 11-19-15, 05:39 PM  
Conceptual
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Originally Posted by Sasenna
Sorry for missing this, been busy with holidays lately. InCombat and OutOfCombat tracking not built in this UI I believe. I'd have to test it myself first. I have not actually used this UI in a few years. My style has been closer to that of default Blizzard.

However, I do try to keep this up to date for those that like it.

Originally Posted by Lithanos
Absolutely LOVE these unit frames. Got everything to work the way i like except one thing

How can i set the player unit frame to fade out when out of combat?
Have either of you figured out yet how to fade out when out of combat / not selecting a target?
Report comment to moderator  
Reply With Quote
Unread 08-19-15, 11:53 AM  
Sasenna
A Murloc Raider
 
Sasenna's Avatar
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 114
Uploads: 7
Re: Copying frame layout between alts

Open World of Warcraft\WTF\account\ACCOUNTNAME\Server\CharacterName
copy layout-local.txt from the character that was setup to the alts that need setup

Originally Posted by Brayburn
Hiya,

I've moved most of the unit frames and castbars on my main using the /diablo commands, however I cant seem to figure out how to copy those changes to my alts without manually positioning them on each alt.

Please help!

Thanks,
Brayburn.
__________________
l SasUI l - Blizzard Like l Sas Diablo l - Alteration of l RothUI (Diablo) l
Report comment to moderator  
Reply With Quote
Unread 08-14-15, 12:00 AM  
Brayburn
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Copying frame layout between alts

Hiya,

I've moved most of the unit frames and castbars on my main using the /diablo commands, however I cant seem to figure out how to copy those changes to my alts without manually positioning them on each alt.

Please help!

Thanks,
Brayburn.
Report comment to moderator  
Reply With Quote
Unread 01-11-15, 07:24 PM  
Sasenna
A Murloc Raider
 
Sasenna's Avatar
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 114
Uploads: 7
Sorry for missing this, been busy with holidays lately. InCombat and OutOfCombat tracking not built in this UI I believe. I'd have to test it myself first. I have not actually used this UI in a few years. My style has been closer to that of default Blizzard.

However, I do try to keep this up to date for those that like it.

Originally Posted by Lithanos
Absolutely LOVE these unit frames. Got everything to work the way i like except one thing

How can i set the player unit frame to fade out when out of combat?
__________________
l SasUI l - Blizzard Like l Sas Diablo l - Alteration of l RothUI (Diablo) l
Report comment to moderator  
Reply With Quote
Unread 12-26-14, 12:08 PM  
Lithanos
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Absolutely LOVE these unit frames. Got everything to work the way i like except one thing

How can i set the player unit frame to fade out when out of combat?
Report comment to moderator  
Reply With Quote
Unread 12-25-14, 10:16 AM  
Sasenna
A Murloc Raider
 
Sasenna's Avatar
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 114
Uploads: 7
Glad you like it, I know zork gets alot of requests for his player frame to look like the target frame. i figured out the way to do it around 5 years ago now and just try to keep it up to date for others to have. I don't even use his UI for the most part anymore.

Originally Posted by bravejohn
thanks for this I love the Roth UI and especially the Unit Frames except the Orbs. The reason for me is that I want the default Blizzard action bars (weird I know ). This is exactly the tweak I was looking for.
__________________
l SasUI l - Blizzard Like l Sas Diablo l - Alteration of l RothUI (Diablo) l
Report comment to moderator  
Reply With Quote
Unread 12-25-14, 07:42 AM  
bravejohn
A Deviate Faerie Dragon

Forum posts: 17
File comments: 154
Uploads: 0
thanks for this I love the Roth UI and especially the Unit Frames except the Orbs. The reason for me is that I want the default Blizzard action bars (weird I know ). This is exactly the tweak I was looking for.
Report comment to moderator  
Reply With Quote
Unread 10-31-14, 08:03 PM  
Sasenna
A Murloc Raider
 
Sasenna's Avatar
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 114
Uploads: 7
Make sure when in-game to reload ui and to call the function and reset it. So if you move the player frame in the lua: save it, reload ui and then do /diablo resetunits. You can also is the drag functions as well to place them. I.E. /diablo unlockunits

The option for frequent updates is probably not there. I just removed the orbs, made the player frame ( basically its the target frame again ) and then moved elements that made more sense to me in position of the new player frame.
__________________
l SasUI l - Blizzard Like l Sas Diablo l - Alteration of l RothUI (Diablo) l
Report comment to moderator  
Reply With Quote
Unread 10-31-14, 02:06 PM  
Kunou
A Kobold Labourer

Forum posts: 1
File comments: 10
Uploads: 0
I have a few questions coming from Roth UI:

1) Where did the options to enable frequent updates and disable smoothing go for the player unit frame?

2) How can I get the class resource and cast bars to obey the positions I set in the config file? I liked where they were in Roth UI and I'm trying to get their original positions back but the x/y coords seem to have an altered offset even when I changed the af value back to UIParent. I'd also like to have the original behavior of having the combo point and holy power bars becoming hidden when not in combat. Not the fading option, but straight up removing them from view.

Edit: Just to clarify, I was able to get the other units to position where they were in Roth UI without issue (Target, ToT). It's the player cast bar and player resource bar that don't seem to obey the x/y coords.

Edit2: Now I'm not sure any of them are placing properly based on entries in the config file. Any way to get all the locations set to the RothUI locations? I moved the player frame from where it started out since that would have been an issue. It's off to the side now, near where the focus frame is.
Last edited by Kunou : 10-31-14 at 03:48 PM.
Report comment to moderator  
Reply With Quote
Unread 10-06-13, 01:08 AM  
iNs
A Kobold Labourer

Forum posts: 1
File comments: 7
Uploads: 0
Another quick question. The elite/rare/world boss icons dont seem to be spawning. Any idea on how to fix this?
Report comment to moderator  
Reply With Quote
Unread 10-05-13, 11:02 PM  
iNs
A Kobold Labourer

Forum posts: 1
File comments: 7
Uploads: 0
is there a way to make the player hp/power bar move from left to right as the health is lost?
Report comment to moderator  
Reply With Quote
Unread 03-24-13, 11:10 AM  
Sasenna
A Murloc Raider
 
Sasenna's Avatar
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 114
Uploads: 7
Yes, all the slash commands still work. I removed the orb control but orb no longer exists anyway.

Hope you enjoy it,
~Sas

Originally Posted by Cupofcheese
Thank you for updating this! Loved the Roth UI setup, but hated the orbs as health/mana pools. Hopefully with this we will be set for good! Are the /commands basically the same as before?
__________________
l SasUI l - Blizzard Like l Sas Diablo l - Alteration of l RothUI (Diablo) l
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: