Download
(1MB)
Download
Updated: 09-10-19 12:54 AM
Pictures
File Info
Compatibility:
Classic (1.13.2)
Updated:09-10-19 12:54 AM
Created:09-07-19 03:37 AM
Downloads:2,238
Favorites:9
MD5:

Zork UI Classic

Version: 11302.190910
by: zork [More]


Intro

Zork's interface for Classic.

I decided to go with standard unitframes and nameplates for now.

  • Nameplates support colors.
  • Player frame changes visibility based on a state driver (combat, target, mod:shift).
  • Bar1+2 enable via state driver.
  • Bar3,4,5, stancebar, petbar, bagbar and micromenubar are shown on mouseover.
  • QuestWatch can be moved and is shown on mouseover.
  • Minimap provides a couple of masks. Pick the one you like. A round one is preset.
  • In the lower right is a button that lets you exit early when on a flight path.

Do not install the FONTS folder if you dislike the font provided!

Beware! You need to be willing to dig into Lua if you want changes.
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
All addons are the Classic versions of that specific addon.
The GIT for my classic addons is listed below.
Do not use retail version of those addons in Classic!
  1. Immersion
  2. lsToasts
  3. rActionBar
  4. rActionBar_Zork
  5. rBuffFrame
  6. rBuffFrame_Zork
  7. rButtonAura
  8. rButtonAura_Zork
  9. rButtonTemplate
  10. rButtonTemplate_Zork
  11. rChat
  12. rCombatText
  13. rLib
  14. rMinimap
  15. rNamePlateColor
  16. rPlayerFrame
  17. rQuestWatch
  18. rSellPoor
  19. rStatusButton
  20. rTooltip
  21. WideQuestLog
Git
https://github.com/zorker/rothui/tree/master/wowc1.0

Optional Files (0)


Post A Reply Comment Options
Unread 08-19-20, 08:30 AM  
koizami
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Zork, I do love your UI!
Just one thing I want to make some adjustments. I want the buff/debuff timer text under buff/debuff icon instead of inside of buff/debuff icon or inside but want it at the bottom not at the top.
How can I do it? I really looking forward see the answer , appreciate it!!!!
Thanks.~~~~
Report comment to moderator  
Reply With Quote
Unread 08-03-20, 07:39 PM  
koizami
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Zork, I do love your UI!
Just one thing I want to make some adjustments. I want the buff/debuff timer text under buff/debuff icon instead of inside of buff/debuff icon or inside but want it at the bottom not at the top.
How can I do it? I really looking forward see the answer , appreciate it!!!!
Thanks.
Last edited by koizami : 08-03-20 at 07:42 PM.
Report comment to moderator  
Reply With Quote
Unread 09-12-19, 11:11 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: rButtonTemplate:StyleAuraButton error

You are either not using rActionBar or rActionBar is loaded somehow after rButtonTemplate.
Either way. Find this line and comment it out. https://github.com/zorker/rothui/blo...theme.lua#L149
Lua Code:
  1. --rButtonTemplate:StyleActionButton("rActionBarVehicleExitButton",actionButtonConfig)

Keep in mind that stuff like rButtonTemplate_Zork, rActionBar_Zork etc. are addons that keep my personal settings. You could rename those addons to sth like rButtonTemplate_Karv. You only need to make sure to adjust the toc-file name aswell and the title of the addon inside the toc file. That way you generate your own config addon with your personal settings.
__________________
| 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 : 09-12-19 at 11:12 AM.
Report comment to moderator  
Reply With Quote
Unread 09-12-19, 09:43 AM  
Karvaparta
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
rButtonTemplate:StyleAuraButton error

Hello,

I'm using your addons, and really liking them! but I'm having few errors when i login/play

"rButtonTemplate:StyleAuraButton button not found rActionBarVehicleExitButton"
"Expected frame got nil."

Is there anything I can do to hide them / fix them?

Thanks!
Last edited by Karvaparta : 09-12-19 at 09:45 AM.
Report comment to moderator  
Reply With Quote
Unread 09-08-19, 09:01 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
@Soulcleaver
Open rButtonTemplate/theme.lua and change the alpha value of the hotkey fontstring from 0 to 1.
https://github.com/zorker/rothui/blo...theme.lua#L136
Save the file and type in /reload in chat. Any value between 0 and 1 is valid. Like 0.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)
Last edited by zork : 09-08-19 at 09:02 AM.
Report comment to moderator  
Reply With Quote
Unread 09-08-19, 04:06 AM  
Soulcleaver
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 65
File comments: 60
Uploads: 4
heya, how can i show keybinds etc on actionbars? i like seeing my keybinds xD
Report comment to moderator  
Reply With Quote
Unread 09-08-19, 01:47 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

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

@dariding
When you change the actionbar layout you need to reset the bar to your new default settings. Otherwise the already saved ones will be used.
You can see all commands by typing in /rab
  1. Make sure you have saved the lua file
  2. Type in /reload to reload the interface (only needed if you changed the lua file)
  3. Type in /rab reset
You can move the bars with /rab unlock in game.
__________________
| 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 : 09-08-19 at 01:54 AM.
Report comment to moderator  
Reply With Quote
Unread 09-07-19, 07:59 PM  
dariding
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Thumbs up Re: Re: actionbar

thanks for your quick answer, very kind!
May I ask you one more question..?
I want to bar 1,2,3 make columns all 12, and place those in the center stacked up.
I did like this, but wouldn't work..

local bar1 = {
framePoint = { "BOTTOM", UIParent, "BOTTOM", 0, 5 },
frameScale = 1,
framePadding = 5,
buttonWidth = 32,
buttonHeight = 32,
buttonMargin = 5,
numCols = 12,
startPoint = "BOTTOMLEFT",
fader = nil,
}
--create
rActionBar:CreateActionBar1(A, bar1)

-----------------------------
-- Bar2
-----------------------------

local bar2 = {
framePoint = { "BOTTOMLEFT", A.."Bar1", "TOPLEFT", 0, 0, },
frameScale = 1,
framePadding = 5,
buttonWidth = 32,
buttonHeight = 32,
buttonMargin = 5,
numCols = 12,
startPoint = "BOTTOMLEFT",
fader = nil,
--frameVisibility = "[overridebar][vehicleui][possessbar][shapeshift] hide; [combat][mod:shift][@target,exists,nodead] show; hide"
}
--create
rActionBar:CreateActionBar2(A, bar2)

-----------------------------
-- Bar3
-----------------------------

--note. uses a different fader config object

local bar3 = {
framePoint = { "BOTTOMLEFT", A.."Bar2", "TOPLEFT", 0, 0 },
frameScale = 1,
framePadding = 5,
buttonWidth = 32,
buttonHeight = 32,
buttonMargin = 5,
numCols = 12,
startPoint = "BOTTOMLEFT",
fader = nil,
--frameVisibility = "[combat][mod][@target,exists,nodead] show; hide"
}
--create
rActionBar:CreateActionBar3(A, bar3)

Report comment to moderator  
Reply With Quote
Unread 09-07-19, 07:13 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

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

@dariding
Open the layout.lua of rActionBar_Zork with an editor like Notepad++ or Visual Studio Code.

Check the setting for each bar.

For bar1 you will find sth like this.
https://github.com/zorker/rothui/blo...ayout.lua#L106
Lua Code:
  1. fader           = faderOnShow,
  2. frameVisibility = "[combat][mod:shift][@target,exists,nodead][@vehicle,exists][overridebar][shapeshift][vehicleui][possessbar] show; hide"
Comment it out like so:
Lua Code:
  1. --fader           = faderOnShow,
  2. --frameVisibility = "[combat][mod:shift][@target,exists,nodead][@vehicle,exists][overridebar][shapeshift][vehicleui][possessbar] show; hide"
Do the same for bar2.

Bar3 and others only have the fader (mouseover).
https://github.com/zorker/rothui/blo...ayout.lua#L127
Find:
Lua Code:
  1. fader           = fader,
and comment it out like so:
Lua Code:
  1. --fader           = fader,
Do the same for other bars.
__________________
| 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 : 09-07-19 at 07:15 PM.
Report comment to moderator  
Reply With Quote
Unread 09-07-19, 06:51 PM  
dariding
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
actionbar

I want to make every actionbar visible all the time.
what should I do?..
Last edited by dariding : 09-07-19 at 06:51 PM.
Report comment to moderator  
Reply With Quote
Unread 09-07-19, 02:56 PM  
K0uds34
A Kobold Labourer

Forum posts: 0
File comments: 32
Uploads: 0
Originally Posted by zork
Use /lst to set it up. If you have problems try reseting your ls Toast profile. You can do that in the lst options.
OK I forgot the / options ... Thanks a lot !
Last edited by K0uds34 : 09-07-19 at 02:57 PM.
Report comment to moderator  
Reply With Quote
Unread 09-07-19, 12:04 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Use /lst to set it up. If you have problems try reseting your ls Toast profile. You can do that in the lst options.
__________________
| 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 09-07-19, 09:53 AM  
K0uds34
A Kobold Labourer

Forum posts: 0
File comments: 32
Uploads: 0
Hello, great UI thanks !

One problem : lsToasts seems not to work ...
Report comment to moderator  
Reply With Quote
Unread 09-07-19, 03:48 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
If you got any questions feel free to ask.
__________________
| 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
Post A Reply



Category Jump: