Download
(489Kb)
Download
Updated: 09-28-18 07:03 PM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:09-28-18 07:03 PM
Created:02-22-16 01:07 AM
Downloads:19,067
Favorites:28
MD5:
Categories:Minimalistic Compilations, Graphical Compilations, Class Compilations, Guild Compilations, DPS Compilations

JamryUI  Popular! (More than 5000 hits)

Version: 4.0
by: Jamry [More]

Features

JamryUI
This is my modified version of the default UI.




Features

Dark Blizzard UI
Class colors on HP Bar & UnitFrames
Dragon/Gryphon Hidden
Cleaner Mini Map
Disabled Damage/Healing spam over Player & Pet Frame
Timer on Queue Pop Box
Auto Repair
Fast Mail
Right Click Minimap to open Calendar
Hide Self Target Blue Circle under character
Hide Faction/PvP Icon on UnitFrames
Hide New Talent Alert
Hide Faction/PvP Icon on UnitFrames
Hide Rested Flashing on UnitFrames
Hide Stance Bar





Commands
/rl - Reloads your UI



Addons I use/suggest:

Bartender4
nPlates
nBuff
AutoConfirmTalents
BigDebuffs
HideBlizzard (I use to hide Hotkeys, Macro Text, and Chat Buttons etc.)
SpellNotifications
LiteBag

Post A Reply Comment Options
Unread 10-18-20, 05:32 AM  
Rodblok
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Bonjour
une MAJ pour SL ?
Report comment to moderator  
Reply With Quote
Unread 01-09-19, 03:57 PM  
Eatshtndie
A Murloc Raider

Forum posts: 5
File comments: 11
Uploads: 0
Well done, just the right touch up to the ageing classic UI.

Not sure if this was posted but you may want to edit the part about coloring the Gryphons. Using the /fstack in game, you'll see that their frame name is now as follows:

MainMenuBarLeftEndCap -> MainMenuBarArtFrame.LeftEndCap
MainMenuBarRightEndCap -> MainMenuBarArtFrame.RightEndCap


Personally I just put these 2 lines in my custom lua file and it works fine. The second line is set to 1 to test the different shades.

MainMenuBarArtFrame.LeftEndCap:SetVertexColor(.35, .35, .35)
MainMenuBarArtFrame.RightEndCap:SetVertexColor(1, 1, 1)
Report comment to moderator  
Reply With Quote
Unread 10-11-18, 02:45 AM  
jeruthy
A Kobold Labourer
 
jeruthy's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
Skins update ?

Hi Jamry,

First of all great UI, i just made a fresh install of it and it look like the skin is not applied everywhere, is it an update problem or something else ?

Screenshots taken with 0 addons installed exept yours.

Buffs


Actionbars
Report comment to moderator  
Reply With Quote
Unread 08-25-18, 01:54 PM  
Niphera
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Possible Update Please?

Hello Jamry. I love your UI, could you please update the addon if youre still around in wow and have time for it. Im getting Lua errors window everytime I log in the game since BfA release. Would really appreciate man. Thanks
Last edited by Niphera : 08-25-18 at 01:57 PM.
Report comment to moderator  
Reply With Quote
Unread 01-07-18, 08:19 PM  
Saviant
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Personal Resource Bar

Hello, just swapped over to your UI and really like it, is there anyway to change the scale on the Personal Resource Bar back to default size?

Thanks
Report comment to moderator  
Reply With Quote
Unread 12-03-17, 12:26 AM  
Joeslacker
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Re: Re: Target circles

Hey, bro. I downloaded the addon and it looks great. I have been having big lag spikes or frame drops as you will every few seconds that make it unplayable. Perhaps it's a conflicting addon? I'm using it for a 4.3.4 server so I don't know if that's the issue, either.

Edit// It seems to happen especially when I mouse over a target or click on someone.
Edit 2 // Seems like when I deleted the tooltip lui it removed the frame drop... I did want something like this but with the players faces on the portrait rather than their class like Lorti UI I used that and it's great although it has frames spikes as well when fighting.

Also is there a way to make it where I don't see the text of the healthbars that looks tight

Here's a list of my addons:
1. Dominos
2. Gladius
3. GladiatorloSA
4. DoomCoolDownPulse
5. LoseControl
6. OmniCC
7. NeedtoKnow
8. PowerAuras

Any help would be much appreciated.
Last edited by Joeslacker : 12-03-17 at 06:23 AM.
Report comment to moderator  
Reply With Quote
Unread 11-07-17, 12:43 PM  
fanoszohan
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
world quest tooltip

Hey there nice ui and clear my question is how do i make the tooltip in map that says what u earn by completing the world quest bigger can't read so small xd :P and also the stance bar for druids etc
Last edited by fanoszohan : 11-07-17 at 02:24 PM.
Report comment to moderator  
Reply With Quote
Unread 10-25-17, 06:17 PM  
Jamry
A Kobold Labourer
 
Jamry's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 20
Uploads: 1
Re: Target circles

Originally Posted by Lito123
Hey,

Been looking thru the config file but cannot find the part for "Hide Self Target Blue Circle under character"

I want to have them enabled and I've set it in the interface options but seems as tho the code is taking precedence?
Hey Lito,

In the JamryUI folder, open up the core folder, and open core.lua. In there it will be the 4th script down. You should see:


---------- // Hide Blue Circle Under Character // ----------

local f = CreateFrame("Frame")

function f:OnEvent(event)
if not IsInGroup() then -- not in raid/battleground
SetCVar("ObjectSelectionCircle", UnitIsUnit("player", "target") and 0 or 1)
end
end

f:RegisterEvent("PLAYER_TARGET_CHANGED")
f:SetScript("OnEvent", f.OnEvent)
Report comment to moderator  
Reply With Quote
Unread 04-19-17, 08:52 AM  
Lito123
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Target circles

Hey,

Been looking thru the config file but cannot find the part for "Hide Self Target Blue Circle under character"

I want to have them enabled and I've set it in the interface options but seems as tho the code is taking precedence?
Report comment to moderator  
Reply With Quote
Unread 03-05-17, 02:16 AM  
Jamry
A Kobold Labourer
 
Jamry's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 20
Uploads: 1
Re: Show Minimap Clock?

Originally Posted by kartoffel030
First of all, GREAT UI, absolutely LOVE IT!

All I want is to show the clock below the minimap, but how ? It's somewhere here I guess but I can't figure out what to change.
Thank you! Open the JamryUI LUA file and delete the following:

---------- // No Minimap Clock // ----------

local f = CreateFrame("Frame", nil, UIParent)
f:RegisterEvent("ADDON_LOADED")
f:SetScript("OnEvent", function(self, event, name)
if name == "Blizzard_TimeManager" then
TimeManagerClockButton:Hide()
TimeManagerClockButton:SetScript("OnShow", function(self)
TimeManagerClockButton:Hide()
end)
end
end)
Last edited by Jamry : 03-05-17 at 02:16 AM.
Report comment to moderator  
Reply With Quote
Unread 03-04-17, 07:05 PM  
kartoffel030
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Show Minimap Clock?

First of all, GREAT UI, absolutely LOVE IT!

All I want is to show the clock below the minimap, but how ? It's somewhere here I guess but I can't figure out what to change.

TimeManagerClockButton:GetRegions()),
select(1, GameTimeFrame:GetRegions()),
}) do
v:SetVertexColor(.3, .3, .3)
Report comment to moderator  
Reply With Quote
Unread 02-14-17, 06:25 AM  
Masa
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
scale

Originally Posted by Jamry
Originally Posted by Masa
Hey Jamry I really like your User interface. Only 1 thing. How do I scale unit frames in the Lua file?? Thats my only issue so fare
I'm actually not too sure on how to resize them with code, honestly. I just use the default UI Scale, and the addon MoveAnything. I'm sure its on google somewhere though, i'll do some digging when I can!
I found it =)

PlayerFrame:SetScale(1.0)
TargetFrame:SetScale (1.0)
FocusFrame:SetScale(0.9)

I think these are the default values =)
Report comment to moderator  
Reply With Quote
Unread 02-13-17, 02:09 PM  
jiribilla
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
How can I turn ON/OFF the minimap tracking stuff? like herbs, low lvl quest, etc.?
Report comment to moderator  
Reply With Quote
Unread 02-08-17, 10:55 PM  
Jamry
A Kobold Labourer
 
Jamry's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 20
Uploads: 1
Originally Posted by Masa
Hey Jamry I really like your User interface. Only 1 thing. How do I scale unit frames in the Lua file?? Thats my only issue so fare
I'm actually not too sure on how to resize them with code, honestly. I just use the default UI Scale, and the addon MoveAnything. I'm sure its on google somewhere though, i'll do some digging when I can!
Report comment to moderator  
Reply With Quote
Unread 02-07-17, 09:40 AM  
Masa
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Hey Jamry I really like your User interface. Only 1 thing. How do I scale unit frames in the Lua file?? Thats my only issue so fare
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: