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,490
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 04-25-19, 02:17 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Currently on WoW vacation enjoying some other games. But the desire to play WoW again is sneaking up on me. Will probably be around for 8.2.
__________________
| 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 03-23-19, 08:37 PM  
illum1n4ti
A Defias Bandit
 
illum1n4ti's Avatar

Forum posts: 3
File comments: 117
Uploads: 1
Hello Zork

How are u? since update 8.15 the oUF update messed up ouf_simpleconfig

could u please look at it
Report comment to moderator  
Reply With Quote
Unread 03-17-19, 07:22 AM  
Hurkan
A Defias Bandit
 
Hurkan's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 2
File comments: 17
Uploads: 1
With 8.1.5 everything is still *almost* working
rBuff lost the design it had... is this easily fixed? Any work around?
Report comment to moderator  
Reply With Quote
Unread 12-17-18, 06:48 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Originally Posted by Athlon64BIT
Any ETA for a update for 8.1?
Probably after the holidays.
__________________
| 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 12-15-18, 11:05 PM  
Athlon64BIT
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Any ETA for a update for 8.1?
Report comment to moderator  
Reply With Quote
Unread 10-20-18, 10:44 AM  
Dwnldedskill
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 24
Uploads: 1
No, no, wasn't expecting you to do so. That's kind of what I was thinking *should* happen. I appreciate the time you took to post this. I will see what else I can figure out now that my lizard programmer brain has had a nights sleep. You truly are an asset to WoW Addon community!
Report comment to moderator  
Reply With Quote
Unread 10-20-18, 04:04 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
@Dwnldedskill
I cannot really dig into legacy oUF layout code right now. But to create a healthbar with oUF all you need to do is create a statusbar and tell oUF that self.Health = statusbar
oUF will handle the updates for you.
Here is how oUF_Simple spawns the health bar
https://github.com/zorker/rothui/blo.../style.lua#L25
Function:
https://github.com/zorker/rothui/blo...tions.lua#L216
oUF health documentation:
https://github.com/oUF-wow/oUF/blob/...nts/health.lua
When you are kind of new to oUF I would highly suggest that you start of with a small layout on your own. I made oUF_Boiler some time ago for that reason. It is a simple boilerplate to get you started.
https://github.com/zorker/rothui/blo...iler/spawn.lua
__________________
| 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 : 10-20-18 at 04:04 AM.
Report comment to moderator  
Reply With Quote
Unread 10-20-18, 12:15 AM  
Dwnldedskill
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 24
Uploads: 1
Hi Zork - I've been trying to assist with updating/maintaining QulightUI. I've been working with the existing maintainer, but their OUF code is basically spaghetti. It is quite complicated because of a number of hooks they've added and I am used to debugging c# where I can look at variables in real time while it's running, so debugging LUA is very very slow for me. I can't figure out why the health value shading on the OUF bars doesn't update. The numerical value is fine, but I can't get the texture to change size based on the health. Where would you start on debugging this? I only ask because you have numerous guides on OUF I've found and I've spent the last two days (about 4 hours) reading them trying to gain some knowledge. PLZHALP! <3
Report comment to moderator  
Reply With Quote
Unread 10-14-18, 04:48 AM  
Athlon64BIT
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Originally Posted by zork
Disable the addon rIngameModelViewer.

To move any bar ingame you can use /rabs unlock to unlock and /rabs lock to lock them again in chat.
Sounds easy enough, thanks for the reply zork. It worked like a charm.
One more thing if I may ask, the action bars. I unlocked and moved them, but is there a easy way to make them 12 long? instead of 6 on top of 6?.
If not , no worries. I have no clue on editing files.

Thanks again
Last edited by Athlon64BIT : 10-14-18 at 05:02 AM.
Report comment to moderator  
Reply With Quote
Unread 10-14-18, 03:27 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Disable the addon rIngameModelViewer.

To move any bar ingame you can use /rabs unlock to unlock and /rabs lock to lock them again in chat.
__________________
| 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 10-13-18, 06:58 AM  
Athlon64BIT
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Need Help

Hello I am a total noob to this addon.
I have 2 questions,
When you first install and open wow you have a blizz frog on the screen called ringamemodelviewer 0. How do you turn that off?
2nd on my druid the change stance bar as in the bear, cat, boomkin bar ect. is not in the centre like the other action bars. Can you centre this or is it to the left for a reason?
I am using 1440P res incase you need to know.

Thanks,
Athlon
Report comment to moderator  
Reply With Quote
Unread 10-02-18, 02:26 PM  
Hurkan
A Defias Bandit
 
Hurkan's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 2
File comments: 17
Uploads: 1
Thanks Zork

Originally Posted by zork
Shielded casts are greyed out. Normal casts are yellow.
I tank m+ aswell and no issues yet.
You can change the color in the global.lua of oUF_SimpleConfig. You can set interruptable casts to pink if you want?!
https://github.com/zorker/rothui/blo...global.lua#L55
Report comment to moderator  
Reply With Quote
Unread 10-02-18, 01:13 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Shielded casts are greyed out. Normal casts are yellow.
I tank m+ aswell and no issues yet.
You can change the color in the global.lua of oUF_SimpleConfig. You can set interruptable casts to pink if you want?!
https://github.com/zorker/rothui/blo...global.lua#L55
__________________
| 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 : 10-02-18 at 01:14 PM.
Report comment to moderator  
Reply With Quote
Unread 10-02-18, 08:19 AM  
Hurkan
A Defias Bandit
 
Hurkan's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 2
File comments: 17
Uploads: 1
Thanks for the awesome work as usual Zork.

Just a doubt, I had a few mythic runs late night and failed to interrupt a few spells, do we have different cast bar colors if a spell can be interrupted or not? I really shouldn't do mythics when I'am tired, failed to notice the difference. Where should I look at if I want to customize it?
Report comment to moderator  
Reply With Quote
Unread 09-24-18, 09:11 AM  
hsings
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Originally Posted by zork
You can resize it to any size you want with /rfilter unlock.
That being said. You can always use Weakauras insted if it is to much of a hassle.
Though it is to much of a hassle.But I love your Interface.
Sincerely thank you.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: