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,626
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 01-20-18, 04:59 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Updated for WoW patch 7.3.5
__________________
| 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 01-09-18, 06:56 AM  
Langepac
A Kobold Labourer

Forum posts: 0
File comments: 134
Uploads: 0
Do you still have other versions?
such as 5 4 8?
Report comment to moderator  
Reply With Quote
Unread 07-29-17, 02:14 PM  
Hulari
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hi Zork, recently downloaded this but having a couple of issues.

Is there no range check on the unit frames and no extra boss button?
Report comment to moderator  
Reply With Quote
Unread 06-15-17, 06:56 AM  
vexohmistdol
A Kobold Labourer
 
vexohmistdol's Avatar

Forum posts: 0
File comments: 19
Uploads: 0
I would love to see this ui re-writen so it work on the nostalgical servers, 1.12

peace <3 rainbows
Report comment to moderator  
Reply With Quote
Unread 03-01-17, 04:36 AM  
EvilChookie
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Originally Posted by benzy
Hey that is sick ui .

Just one Question , how to enable the class hall button on the minimap ? Cannot find in the lua file of the rMinimap addon .
At the risk of horrible self-promotion, you might be interested in rMinimap_Xervish, which can be found on Curse. Disclaimer: I wrote it, and it's probably rubbish but it works.

Zork: Love your addons, sorry for the hijack in the thread. Keep being awesome.
Report comment to moderator  
Reply With Quote
Unread 02-27-17, 05:06 AM  
benzy
A Defias Bandit

Forum posts: 3
File comments: 67
Uploads: 0
Hey that is sick ui .

Just one Question , how to enable the class hall button on the minimap ? Cannot find in the lua file of the rMinimap addon .
Report comment to moderator  
Reply With Quote
Unread 02-24-17, 02:34 PM  
DigoilCheung
A Kobold Labourer
 
DigoilCheung's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
Position of unitframes

Hi Zork, First of all. thank you for your amazing addons! I really like them!

The problem i got is no matter what number I typed in "point" section, "player" and "target" won't move any.

Your default code is:

Code:
L.C.player = {
  enabled = true,
  size = {265,26},
  point = {"RIGHT",UIParent,"CENTER",-120,-120},
and i changed the point as
Code:
"point = {"RIGHT",UIParent,"CENTER",-500,-120}",
the player frame doesn't move.

I don't know what happened, does that work fine for you?

party frame and raid frame can be moved correctly btw.
Report comment to moderator  
Reply With Quote
Unread 01-06-17, 11:33 AM  
vexohmistdol
A Kobold Labourer
 
vexohmistdol's Avatar

Forum posts: 0
File comments: 19
Uploads: 0
Role assignment

Hey

Is it possible to show role assignment on party and raidframes? Damage, healer, tank?
Also, Is it possible to show when players are in range or not, like a fader that you had on your previous ui?


Thanks
Last edited by vexohmistdol : 01-15-17 at 01:37 AM.
Report comment to moderator  
Reply With Quote
Unread 12-12-16, 01:44 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
What? No, Not that kind of a macro. :-)

Lua Code:
  1. /run local xp=UnitXP("player"); local maxXp=UnitXPMax("player"); local percent=math.floor((xp/maxXp)*100); print("\124cffFFFF00You have \124cffFF00FF"..(maxXp-xp).." ("..(100-percent).."%)\124cffFFFF00 XP remaining.\124r")
__________________
| 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 : 12-12-16 at 03:16 AM.
Report comment to moderator  
Reply With Quote
Unread 12-10-16, 09:35 AM  
Rngmonster
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Doesnt work for some reason, idk if i'm doing something wrong or whatver.. Using this macro /script MainMenuExpBar:Show()
Report comment to moderator  
Reply With Quote
Unread 12-10-16, 06:57 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
There is no such thing. Just google WoW XP macro and the artifact power is on your artifact weapon. Hover the icon in the top left.
__________________
| 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-09-16, 05:18 PM  
Rngmonster
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
XP and artifact power bar?!

Hi, how do i activate the XP + AP bar? I am a complete noob in LUA things.. I took me almost 4 hours to get the keybindings shown on the main bars xD
Report comment to moderator  
Reply With Quote
Unread 11-21-16, 01:55 PM  
Meximan
A Kobold Labourer

Forum posts: 0
File comments: 63
Uploads: 0
Re: Re: Bars

Originally Posted by zork
Check the actionbar layout addon you are using. By default that is rActionBar_Zork. Adjust the layout.lua settings to your liking. When finished load the new bar positions ingame via
Code:
/reload
/rab reset

Perfect thank you!!

ps. UI is so clean.. I love it
Report comment to moderator  
Reply With Quote
Unread 11-21-16, 09:45 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Bars

Check the actionbar layout addon you are using. By default that is rActionBar_Zork. Adjust the layout.lua settings to your liking. When finished load the new bar positions ingame via
Code:
/reload
/rab reset
__________________
| 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 : 11-21-16 at 09:49 AM.
Report comment to moderator  
Reply With Quote
Unread 11-21-16, 09:27 AM  
Meximan
A Kobold Labourer

Forum posts: 0
File comments: 63
Uploads: 0
Bars

Originally Posted by zork
Welcome to 7.1
Thanks!! Quick question.. I've only managed to muff this up pretty badly.. but I'm trying to swap the bar locations.. basically I would like the bottom bars on both sets to be on top.. Helps me with keybinds and rotations

Thanks
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: