Download
(1MB)
Download
Updated: 11-26-20 11:12 AM
Pictures
File Info
Compatibility:
Shadowlands patch (9.0.2)
Updated:11-26-20 11:12 AM
Created:11-26-20 11:12 AM
Downloads:1,042
Favorites:10
MD5:

Zork UI Revival

Version: 1.0
by: Galaxy119 [More]

A simple revival of https://www.wowinterface.com/downloads/info24252-ZorkUI.html#info for Patch 9.0.2

I claim no credit in making this UI, I simply updated the things that needed to be updated, and changed a few lines of code to make the UI compatible with Shadowlands.

Optional Files (2)
File Name
Version
Size
Author
Date
Type
2r
98kB
03-24-21 07:22 PM
Addon
10.0.3r2
16kB
03-24-21 07:20 PM
Patch


Post A Reply Comment Options
Unread 03-24-21, 01:53 PM  
trincasidra
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 55
Uploads: 11
Hey! I've added an optional patch to make oUF_Simple work with the latest oUF release, you may want to check that running some diffs.

Mainly the problem was that oUF 9 update broke unitless RegisterEvent calls (lines 256~259), as they now need a boolean argument to declare if they're unitless or not. Like so (functions.lua):
Lua Code:
  1. self:RegisterEvent("PLAYER_REGEN_ENABLED", L.F.UpdateThreat, true)
  2. self:RegisterEvent("PLAYER_REGEN_DISABLED", L.F.UpdateThreat, true)
  3. self:RegisterEvent("UNIT_THREAT_SITUATION_UPDATE", L.F.UpdateThreat, false)
  4. self:RegisterEvent("UNIT_THREAT_LIST_UPDATE", L.F.UpdateThreat, false)

Otherwise, there's no breaking changes (especially from oUF 9 to 10 nothing broke). Still I changed some other things that were off;
  • To fix green/red threat I updated the ColorHealthbarOnThreat function, and made PostUpdateHealth to be linked with PostUpdateColor instead of PostUpdate (line 259). I guess there's a better way to do this using the new element:SetColorThreat, but so far so good.
  • To avoid always showing the alternate power bar I added a check at AltPowerBarOverride, line 156.
  • Also removed the "RequireSpec = SPEC_PALADIN_RETRIBUTION" from rClassBar.lua, as now all paladins use holy power.


On another note, I also uploaded an optional addon with my layout etc., but it also includes some changes to the rStatusButton, rTooltip, rMinimap and rFilter that you may want to check. They're not really fixing stuff, just making it a bit better imho, especially for the rTooltip backdrop and cooldown stacks on rFilter.
Last edited by trincasidra : 03-24-21 at 07:32 PM.
Report comment to moderator  
Reply With Quote
Unread 12-15-20, 11:49 AM  
Joker119
A Flamescale Wyrmkin
 
Joker119's Avatar
AddOn Author - Click to view AddOns

Forum posts: 113
File comments: 503
Uploads: 10
Originally Posted by Retraluna
rchat gives lua errors for me?
I'll need you to provide the lua errors if you expect me to do anything about them
__________________
My Addons | "If someone says something is impossible, they lack either imagination, or determination."
Report comment to moderator  
Reply With Quote
Unread 12-15-20, 07:27 AM  
Retraluna
A Murloc Raider
 
Retraluna's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 78
Uploads: 2
rchat gives lua errors for me?
__________________
Report comment to moderator  
Reply With Quote
Unread 12-05-20, 12:42 PM  
Dipablo
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
Great thanks!
Report comment to moderator  
Reply With Quote
Unread 12-03-20, 02:32 PM  
cozmos
A Murloc Raider

Forum posts: 8
File comments: 24
Uploads: 0
Thx m8. let the fun begin
Report comment to moderator  
Reply With Quote
Unread 12-02-20, 05:50 AM  
rupexo
A Kobold Labourer
 
rupexo's Avatar

Forum posts: 0
File comments: 6
Uploads: 0
Thanks for this revival. I appreciate it! Clean and well made.

edit: this is stupid, but how do you edit keybinds? lol
Last edited by rupexo : 12-02-20 at 10:24 AM.
Report comment to moderator  
Reply With Quote
Unread 11-27-20, 08:59 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Thank you.
__________________
| 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 11-26-20, 09:28 PM  
Joker119
A Flamescale Wyrmkin
 
Joker119's Avatar
AddOn Author - Click to view AddOns

Forum posts: 113
File comments: 503
Uploads: 10
Re: Thank you

Originally Posted by JackOnTheMap
Thanks for updating this one. Always been my fav
No problem.
I have a habit of resurrecting zork's old addons, lol.
__________________
My Addons | "If someone says something is impossible, they lack either imagination, or determination."
Report comment to moderator  
Reply With Quote
Unread 11-26-20, 08:43 PM  
JackOnTheMap
A Murloc Raider

Forum posts: 8
File comments: 147
Uploads: 0
Thank you

Thanks for updating this one. Always been my fav
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: