Download
(5MB)
Download
Updated: 08-25-18 02:54 AM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:08-25-18 02:54 AM
Created:08-27-16 10:41 AM
Downloads:9,586
Favorites:71
MD5:

iipui  Popular! (More than 5000 hits)

Version: 33
by: ObbleYeah [More]

iipui


This UI is dependent on oUF; it will not load without it!

A full UI suite for Warcraft, designed towards making the most of screen real estate in a clean, lightweight & responsive format, matching the game's aesthetic whilst giving it new life.

The action bar slides up into view when the cursor hovers over the bottom portion of your screen, revealing your skill buttons. By default, this will also automatically occur when entering combat or opening your spellbook. Once your cursor moves away or you leave combat it slides back down out of view. Options to toggle button display permanently or disable the on-combat show/hide behaviour are included in the dropdown menu to the bottom-left of the screen.


UI elements include : Buffs, Bag, Chat, Combat Text, Group Frames, Maps, Nameplates, Objective Tracker, Tooltip, Unit Frames, & various others.


Credits & thanks to: haste, Lyn, Constie, Lightspark, zork.



## Install iipui:

1. download from the button to the right
2. unzip directory
3. select & drag "Fonts" to your World of Warcraft install folder, to sit alongside directories such as "Interface", "Data" & "Cache"
4. select & drag "iipui" to [Interface\AddOns]




## Install oUF:

1. click above link
2. press "clone or download" at the top-right of the page
3. select "download zip" from the dropdown
4. unzip directory
5. rename directory from "oUF-master" to "oUF"
6. select & drag "oUF" to [Interface\AddOns]


## Add/Remove Raid Aura Tracking:
Note that this will only track player casts of spells.

1. open elements/groupframe/auras/spelllist.lua
2. Follow the formatting rule of [spellID] = {r = x, g = y, b = z},
x,y,z are RGB colour values and can be 0-1 or 255/255
3. spellID can be found in the tooltip of auras or action buttons.


Modernist iip, Outland-EU Alliance
dev: Github.

commit history: https://github.com/obble/iipui/commits/master
Optional Files (0)


Post A Reply Comment Options
Unread 06-07-18, 12:05 AM  
Lagony
A Defias Bandit

Forum posts: 2
File comments: 2
Uploads: 0
Hey there! Great UI you have here. I love how clean everything is and how well it all fits together. However, a major fault of mine is that I love to tinker with layouts and make adjustments to certain elements. With this addon, would it be possible for me to create something either in postload.lua or maybe as a separate addon all together that can adjust the size and position of elements, or hide elements out right? I'm no expert in LUA, but can fumble my way through, but I'm struggling to get started with this. A good example, if possible, would be to move the player frame to the center of the screen, set the width to lets say 300, and hide the portrait. Putting these in either postload.lua or a separate addon would save me from having to recreate the adjustments whenever there is an update and give me a convenient location to go to make/change adjustments.
Report comment to moderator  
Reply With Quote
Unread 06-02-18, 04:37 PM  
TweekieMusen
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Yay! <3

Originally Posted by ObbleYeah
i think ive found a fix for the action bar issues with stealth/forms but will need a day or two to tidy up the code and test
Just tested, and seems to be working So happy to be able to use this om my Druid now, thank you so very much! <3 <3 <3
Report comment to moderator  
Reply With Quote
Unread 06-01-18, 04:00 PM  
ObbleYeah
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 210
File comments: 122
Uploads: 3
Originally Posted by probysan
Great UI! Wanted to stop in and ask a question, however. I like to use the AdiBags Addon for bags (keeps everything organized) but noticed that when I take the bag folder out of elements, a bag bar shows with the action bars. If I leave the bag folder in elements, below is what I get when I open the bank. Is there a way to hide the bag bar if I take the bag folder out of elements? Thanks!

Code:
Error in AdiBags: C stack overflow — details: [Error 000001BC38B8A200]
Error in AdiBags: Interface\AddOns\AdiBags\widgets\LayeredRegion.lua:194: C stack overflow — details: [Error 000001BC38B8A3E0]
Error in AdiBags: Interface\AddOns\AdiBags\widgets\LayeredRegion.lua:194: C stack overflow — details: [Error 000001BC38B8A3E0]
Error in AdiBags: C stack overflow — details: [Error 000001BC38B8A200]
Error in AdiBags: C stack overflow — details: [Error 000001BC38B8A200]
Error in AdiBags: C stack overflow — details: [Error 000001BC38B8A200]
Error in AdiBags: C stack overflow — details: [Error 000001BC38B8A200]
Error in AdiBags: C stack overflow — details: [Error 000001BC38B8A200]
Error in AdiBags: Interface\AddOns\AdiBags\widgets\ContainerFrame.lua:444: C stack overflow — details: [Error 000001BD0D2BA680]
Error in AdiBags: Interface\AddOns\AdiBags\core\Layout.lua:103: C stack overflow — details: [Error 000001BD0D2BA860]
dropping the following in a file somewhere in iipui would probably work:

Code:
for i = 0, 3 do
    local slot = _G['CharacterBag'..i..'Slot']
    slot:Hide()
    slot:ClearAllPoints()
end
and allow you to delete the bag folder

untested
Report comment to moderator  
Reply With Quote
Unread 06-01-18, 03:57 PM  
ObbleYeah
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 210
File comments: 122
Uploads: 3
Originally Posted by lordcake
Is there a way to hide the chat input bar when it is not in use? currently once I use it for the first time, it stays on screen. I suppose there must be some auto hide function I am missing. I does reset/hide when I use a hearthstone or hit a loading screen.

not sure what's causing this! will see if i can replicate the issue tonight

edit: do you have your chat setting on "IM style" instead of "classic style" in interface > social options?
Last edited by ObbleYeah : 06-01-18 at 04:06 PM.
Report comment to moderator  
Reply With Quote
Unread 06-01-18, 03:56 PM  
ObbleYeah
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 210
File comments: 122
Uploads: 3
i think ive found a fix for the action bar issues with stealth/forms but will need a day or two to tidy up the code and test
Report comment to moderator  
Reply With Quote
Unread 06-01-18, 03:35 PM  
ObbleYeah
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 210
File comments: 122
Uploads: 3
Originally Posted by Darbii Rue
Really like the UI so far. I do have an issue that I'm wondering if you can assist with. My mini map icons get "stuck" under the minimap layer, and I can't move them at all. Is there a way to push the minimap layer back, so that the icons are technically 'above it'?

Thanks!

EDIT: Turns out it's the Experience Bar's layering. Once you remove that piece of the UI, you can access the minimap icons again. The layer for this needs to be set back some, seems like.

EDIT #2: Another oddity. The Action Bars are missing their background on some of them.

can you check you're using the latest version available? are you using any addons in tandem with iipui other than oUF?
Report comment to moderator  
Reply With Quote
Unread 05-31-18, 02:45 AM  
lordcake
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Is there a way to hide the chat input bar when it is not in use? currently once I use it for the first time, it stays on screen. I suppose there must be some auto hide function I am missing. I does reset/hide when I use a hearthstone or hit a loading screen.

Report comment to moderator  
Reply With Quote
Unread 05-28-18, 10:22 AM  
probysan
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Great UI! Wanted to stop in and ask a question, however. I like to use the AdiBags Addon for bags (keeps everything organized) but noticed that when I take the bag folder out of elements, a bag bar shows with the action bars. If I leave the bag folder in elements, below is what I get when I open the bank. Is there a way to hide the bag bar if I take the bag folder out of elements? Thanks!

Code:
Error in AdiBags: C stack overflow — details: [Error 000001BC38B8A200]
Error in AdiBags: Interface\AddOns\AdiBags\widgets\LayeredRegion.lua:194: C stack overflow — details: [Error 000001BC38B8A3E0]
Error in AdiBags: Interface\AddOns\AdiBags\widgets\LayeredRegion.lua:194: C stack overflow — details: [Error 000001BC38B8A3E0]
Error in AdiBags: C stack overflow — details: [Error 000001BC38B8A200]
Error in AdiBags: C stack overflow — details: [Error 000001BC38B8A200]
Error in AdiBags: C stack overflow — details: [Error 000001BC38B8A200]
Error in AdiBags: C stack overflow — details: [Error 000001BC38B8A200]
Error in AdiBags: C stack overflow — details: [Error 000001BC38B8A200]
Error in AdiBags: Interface\AddOns\AdiBags\widgets\ContainerFrame.lua:444: C stack overflow — details: [Error 000001BD0D2BA680]
Error in AdiBags: Interface\AddOns\AdiBags\core\Layout.lua:103: C stack overflow — details: [Error 000001BD0D2BA860]
Report comment to moderator  
Reply With Quote
Unread 05-27-18, 04:45 PM  
Darbii Rue
A Kobold Labourer
 
Darbii Rue's Avatar

Forum posts: 0
File comments: 10
Uploads: 0
Originally Posted by ObbleYeah
Originally Posted by TweekieMusen
Hiii

First off, love the UI design! <3

I'm having some trouble with this UI and my druid. When I Shapeshift, the main actionbar doesn't change, and also the shapeshift bar is hard to click, you need to hit like one pixel in either top or bottom to activate a shapeshift form.

I have tried disabling all other addons, except for oUF ofc.

I would so love to be able to use this on my druid <3

Cheers! o/

//TweekieMusen
sorry to hear ~ sounds like an issue with frames layering incorrectly on top of one another. i'll log into my long-dormant druid tomorrow and see if i can resolve the problem
Reporting on behalf of my husband that he's experiencing the same issue, but as a rogue. There is no stealth bar. It never changes.
Report comment to moderator  
Reply With Quote
Unread 05-27-18, 11:03 AM  
Darbii Rue
A Kobold Labourer
 
Darbii Rue's Avatar

Forum posts: 0
File comments: 10
Uploads: 0
Really like the UI so far. I do have an issue that I'm wondering if you can assist with. My mini map icons get "stuck" under the minimap layer, and I can't move them at all. Is there a way to push the minimap layer back, so that the icons are technically 'above it'?

Thanks!

EDIT: Turns out it's the Experience Bar's layering. Once you remove that piece of the UI, you can access the minimap icons again. The layer for this needs to be set back some, seems like.

EDIT #2: Another oddity. The Action Bars are missing their background on some of them.

Last edited by Darbii Rue : 05-27-18 at 12:08 PM.
Report comment to moderator  
Reply With Quote
Unread 05-24-18, 04:48 AM  
TweekieMusen
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Originally Posted by ObbleYeah
sorry to hear ~ sounds like an issue with frames layering incorrectly on top of one another. i'll log into my long-dormant druid tomorrow and see if i can resolve the problem
No stress ^^

Keep up the great work! <3
Report comment to moderator  
Reply With Quote
Unread 05-23-18, 05:32 PM  
ObbleYeah
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 210
File comments: 122
Uploads: 3
sorry to hear ~ sounds like an issue with frames layering incorrectly on top of one another. i'll log into my long-dormant druid tomorrow and see if i can resolve the problem
Report comment to moderator  
Reply With Quote
Unread 05-23-18, 12:45 PM  
TweekieMusen
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Problems with Druid

Hiii

First off, love the UI design! <3

I'm having some trouble with this UI and my druid. When I Shapeshift, the main actionbar doesn't change, and also the shapeshift bar is hard to click, you need to hit like one pixel in either top or bottom to activate a shapeshift form.

I have tried disabling all other addons, except for oUF ofc.

I would so love to be able to use this on my druid <3

Cheers! o/

//TweekieMusen
Report comment to moderator  
Reply With Quote
Unread 05-22-18, 10:08 AM  
remlnx
A Kobold Labourer

Forum posts: 0
File comments: 20
Uploads: 0
Originally Posted by ObbleYeah
Originally Posted by remlnx
Hello.

I like to have much bigger action bars (on a 28" 1920x1080 they really are super small), i digged a bit on the lua but im no expert and didnt found where i can make them bigger, can you point me in the right direction please?

Thanks
Hi there, this is definitely a little buried - i'm planning on building a little table of options that makes changing details like this easier.

for the moment, you can change it here: https://github.com/obble/iipui/blob/.../skin.lua#L150

change the number '22' contained in the brackets to your preferred size. the action bars and textures *should* automatically scale to accommodate your changes
Thank you, this worked like a charm . 27 is the perfect size for my screen

On a side note, a future request can be an option to have the time in 24h format (if possible).

Anywy, great work, thank you for sharing this UI
Last edited by remlnx : 05-22-18 at 10:26 AM.
Report comment to moderator  
Reply With Quote
Unread 05-22-18, 05:36 AM  
ObbleYeah
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 210
File comments: 122
Uploads: 3
Originally Posted by remlnx
Hello.

I like to have much bigger action bars (on a 28" 1920x1080 they really are super small), i digged a bit on the lua but im no expert and didnt found where i can make them bigger, can you point me in the right direction please?

Thanks
Hi there, this is definitely a little buried - i'm planning on building a little table of options that makes changing details like this easier.

for the moment, you can change it here: https://github.com/obble/iipui/blob/.../skin.lua#L150

change the number '22' contained in the brackets to your preferred size. the action bars and textures *should* automatically scale to accommodate your changes
Last edited by ObbleYeah : 05-22-18 at 05:42 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.