Download
(1MB)
Download
Updated: 09-02-18 03:44 AM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:09-02-18 03:44 AM
Created:10-04-16 05:09 PM
Downloads:13,489
Favorites:68
MD5:
Categories:Minimalistic Compilations, Tank Compilations

Zork UI  Popular! (More than 5000 hits)

Version: 800.20180901
by: zork [More]


Classic

Are you playing WoW Classic? Make sure to use Zork UI Classic!
Intro
Zork's interface for Battle for Azeroth.
Beware! You need to be willing to dig into Lua if you want changes.
Videos
Install
  1. Backup your Interface folder. Just in case of you know ... earthquake.
  2. Download Zip contains two folders: Fonts and Interface. Unzip both into your World of Warcraft folder.
Addon list
  1. Immersion
  2. lsToasts
  3. oUF
  4. oUF_Simple
  5. oUF_SimpleConfig | Documentation
  6. rActionBar | Documentation
  7. rActionBar_Zork
  8. rBuffFrame | Documentation
  9. rBuffFrame_Zork
  10. rButtonAura
  11. rButtonAura_Zork
  12. rButtonTemplate | Documentation
  13. rButtonTemplate_Zork
  14. rChat
  15. rCombatText
  16. rCompassCastbar
  17. rDamageFont
  18. rEmote
  19. rError
  20. rFilter
  21. rFilter_Zork
  22. rLib | Documentation
  23. rMinimap
  24. rObjectiveTracker
  25. rRaidManager (Read the uninstall instructions if you want your Blizzard raid frames back)
  26. rScreenSaver
  27. rSellPoor
  28. rStatusButton
  29. rTalkingHead
  30. rTooltip
  31. rVignette
Git
https://github.com/zorker/rothui/tree/master/wow8.0

Optional Files (2)
File Name
Version
Size
Author
Date
Type
1.9r2
838kB
03-20-21 07:13 AM
Addon
1.0
1MB
11-28-20 11:37 AM
Patch


Post A Reply Comment Options
Unread 09-03-18, 03:16 AM  
laurczt
A Kobold Labourer
 
laurczt's Avatar

Forum posts: 0
File comments: 4
Uploads: 0
RE:

Thanks for the addon (still i would love to bring back Roth UI Diablo <3 ). But it seems is not working well with Dugi Guide

Thanks for the addon
PS: I can send u the addon (Dugi Guide) if u want to make a fix for it

Kind regards, Laur.
Report comment to moderator  
Reply With Quote
Unread 08-31-18, 09:20 AM  
Qupe
A Warpwood Thunder Caller
 
Qupe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 92
File comments: 523
Uploads: 3
Re: Re: Unit Aura Duration

Originally Posted by zork
[color="LemonChiffon"]@Qupe
It is the attribute disableCooldown on your buff and debuff configuration. Example for boss with enabled cooldowns: https://github.com/zorker/rothui/blo...g/boss.lua#L88
The timer text comes from either Blizzard cooldown timer text or OmniCC.
... it couldn't have been more obvious lol - thank you!
__________________
Quse UI
WoW :: EQ2
Report comment to moderator  
Reply With Quote
Unread 08-31-18, 04:27 AM  
infury128
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Zork, you're right. I'm just used to the fact that they can be seen Thank you for answers !
Report comment to moderator  
Reply With Quote
Unread 08-31-18, 01:29 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Unit Aura Duration

@Qupe
It is the attribute disableCooldown on your buff and debuff configuration. Example for boss with enabled cooldowns: https://github.com/zorker/rothui/blo...g/boss.lua#L88
The timer text comes from either Blizzard cooldown timer text or OmniCC.
@Infury
There is no class bar for DK runes atm. Isn't it obsolete since you are pressing buttons anyway if they light up and sometimes runes change color instantly anyway? The current classbar system is for stuff like soul shards, combo points, arcane shards and such. Runes are different and currently not supported. Is there a reason you might need the rune bar?
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 08-31-18 at 01:32 AM.
Report comment to moderator  
Reply With Quote
Unread 08-31-18, 12:46 AM  
infury128
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Thank you, Zork ! All works fine !
And one more question, I hope he will not look very stupid. I can't activate classbar (runes) at my DK.
Is it configurable here? https://github.com/zorker/rothui/blo...fig/player.lua
--classbar
classbar = {
enabled = true,
size = {130,5},
point = {"BOTTOMRIGHT","TOPRIGHT",0,4},
splits = {
enabled = true,
texture = L.C.textures.split,
size = {5,5},
color = {0,0,0,1}
It seems that everything is active, but the runes are not visible, I again missed something?
Report comment to moderator  
Reply With Quote
Unread 08-30-18, 08:28 PM  
Qupe
A Warpwood Thunder Caller
 
Qupe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 92
File comments: 523
Uploads: 3
Unit Aura Duration

Hey there - thanks for your constant work on your addons!

I've been unable to figure out how to get duration text on auras shown on the nameplates/target frames/etc... is this a simple variable/toggle in the lua I've overlooked?

I've been jumping through the comments sections for the various addons to no avail =/
__________________
Quse UI
WoW :: EQ2
Report comment to moderator  
Reply With Quote
Unread 08-30-18, 05:36 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
@infury128
Thanks. If you are talking about cooldown numbers, those can be activated in your Blizzard interface options under actionbars. Omnicc does the same however.
The tank coloring attribute is called colorThreatInvers. You can remove the attribute on units you do not want colored by tank threat.
https://github.com/zorker/rothui/blo...eplate.lua#L69
If you do not want threat coloring at all you can remove the colorThreat attribute aswell.
https://github.com/zorker/rothui/blo...eplate.lua#L68
Each unit has their own set of attributes. You can enable/disable the attributes per unit.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 08-30-18 at 05:38 AM.
Report comment to moderator  
Reply With Quote
Unread 08-30-18, 03:23 AM  
infury128
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Hi Zork ! Thank you very much for your great work ! I set everything up as i need, but i have 2 problems, maybe i'm dumb, maybe you can help me.

1. Cooldowns on the action bar, As I understand it, it is configured here:
https://github.com/zorker/rothui/blo...Zork/theme.lua

--cooldown
actionButtonConfig.cooldown = {
points = {
{"TOPLEFT", 0, 0 },
{"BOTTOMRIGHT", 0, 0 },
All should work by default? Or not ? but I do not see cooldowns I temporarily installed OmniCC for this.

2. Colorthreat on nameplates. I play as a warrior and i'm always like a tank, no matter what role is chosen or spec. Where it can be configured?

Thank you in advance !
Last edited by infury128 : 08-30-18 at 03:53 AM.
Report comment to moderator  
Reply With Quote
Unread 08-26-18, 07:39 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
@Longwei
The action bar setup is here: https://github.com/zorker/rothui/blo...layout.lua#L78
Numcols is the number of columns aka number of buttons per row.
On top you can either change the points in the lua file or move them ingame with /rab unlock.
If you use the lua file to change the button position you need to use /rab reset to make your bars reset to the new bar position.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 08-30-18 at 05:39 AM.
Report comment to moderator  
Reply With Quote
Unread 08-26-18, 03:01 AM  
Longwei
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Hi man Loving it so far , but I am struggling with one thing Is there a way to move 2nd bar to top since it is " Action bar 1 " And I would preffer my spells to be on the top of the " bar box " but if I put them ( lets say binds are 1,2,3,4,5 ) then in the action bar bellow it ( which is action bar 1 and used in vehicles ) will be cooldown keybinds ALT + key , Shift + Key , CTRL + key etc. which makes it quite annoying to use in vehicles ... And another thing is there a way to show any sort of cooldown on enemy unitframe buffs/debuffs since I cannot know when the agony will drop off without using separate addon for it
Report comment to moderator  
Reply With Quote
Unread 08-25-18, 03:49 PM  
Flacdav
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Re: Re: action bar keybinds

thanks!


Originally Posted by zork
@Flacdav
Hotkey settings are here: https://github.com/zorker/rothui/blo...theme.lua#L138
Set the alpha to 1 if you really need them.
Report comment to moderator  
Reply With Quote
Unread 08-25-18, 03:27 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: action bar keybinds

@Flacdav
Hotkey settings are here: https://github.com/zorker/rothui/blo...theme.lua#L138
Set the alpha to 1 if you really need them.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 08-25-18, 06:56 AM  
Flacdav
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
action bar keybinds

hey zork, thanks for all your work! I updated today and the action bars ended up stacked over top of each other (which i fixed, but it seemed like a strange default) and keybinds no longer display on the actionbars. maybe im missing it but i cant find the option to show them again?

thanks!
Report comment to moderator  
Reply With Quote
Unread 08-24-18, 04:45 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Dafür musst du die jeweilige Konfigurationsdatei anpassen. Das geht am besten mit Notepad++ oder Visual Studio Code.

Beispiel für den player frame:
https://github.com/zorker/rothui/blo...player.lua#L20

Die Zeile auskommentieren mit zwei Bindestrichen.
Lua Code:
  1. --frameVisibility = "[combat][mod][@target,exists][@vehicle,exists][overridebar][shapeshift][vehicleui][possessbar] show; hide",

Ähnliche Einstellungen gibt es für die Aktionsleisten:
https://github.com/zorker/rothui/blo...layout.lua#L88

Wenn du das Verhalten bei per "mouse-over" ebenfalls ausschalten möchtest musst du zusätzlich den fader auskommentieren.
https://github.com/zorker/rothui/blo...layout.lua#L51
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 08-24-18 at 04:46 PM.
Report comment to moderator  
Reply With Quote
Unread 08-24-18, 03:01 PM  
feos
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Guten Abend Zork, ist es eventuell möglich, das ausblenden des Interfaces zu deaktivieren ?


Gruß


Ps: Danke, für dieses wirklich gelungene Interface
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: