Download
(26MB)
Download
Updated: 02-22-13 08:11 PM
Pictures
File Info
Updated:02-22-13 08:11 PM
Created:12-19-11 08:11 PM
Downloads:1,960
Favorites:0
MD5:

Dark Apple UI

Version: V2.0
by: DarkApple [More]

I have been using this UI for years now and my friend told me I should upload cause he thought it was good, so here it is.

The purpose of this UI is to be Blizz-like but with extra feature and mods.

*NEW*
A complete overhaul of the UI

Installation Guide

1. Open your World of Warcraft folder. Backup your "Interface" folder. (Copy it somewhere save!)
2. Now: Delete the "Interface" and "WTF" folders inside your World of Warcraft folder.
3. Download Dark Apple UI and save the RAR-file to your Desktop.
4. The RAR-file includes a "Interface" and a "WTF" folder. Copy both folders into your World of Warcraft folder.
5. Start World of Warcraft. (If you had it open while copying, restart it now to load the textures.)
6. Before logging in make sure all the add-ons are activated correctly.
7. There will be a Pop-Up window that will ask you if you wish to load Dark Apple UI.
8. Click Yes

Note: If you dont change the WTF for each Character you will have to do more Set-up(like the Orbs posistion and Chat Frames)

Not Working/setup/issues
1. Totems are there but is not setup and doesn't have graphic.
3. The "Class Bar" is set up for 3 Action Buttons, but as you learn them they will appear but the bar won't grow nor move. To change the bar you have to go into KGPanels and edit the Class Bar

I will try to update this and do more if you want me to.

IN NO WAY DO I TAKE CREDIT FOR ANY OF THESE ADD-ONS USED TO MAKE THE UI

Optional Files (0)


Post A Reply Comment Options
Unread 12-21-11, 02:40 PM  
DarkApple
A Defias Bandit
AddOn Compiler - Click to view compilations

Forum posts: 3
File comments: 5
Uploads: 1
If anyone has any ideas how to get a class bar to grow with it plz let me know....I was told I should skin the pet bar and totems and get runes so i will be updaeing this for that.
Report comment to moderator  
Reply With Quote
Unread 02-23-13, 01:08 PM  
ravagernl
Proceritate Corporis
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1176
File comments: 26
Uploads: 6
Originally Posted by DarkApple
If anyone has any ideas how to get a class bar to grow with it plz let me know..
You would need to have your kgpanel texture listen to the event UPDATE_SHAPESHIFT_FORMS.

OnLoad:
lua Code:
  1. self:RegisterEvent('UPDATE_SHAPESHIFT_FORMS')
OnEvent:
lua Code:
  1. local numForms = GetNumShapeshiftForms()
  2. print('triggered:'..event, (numForms or 'no')..' shapeshift forms')
  3. if not numForms or numForms < 1 then
  4.     self:Hide()
  5. else
  6.     self:Show()
  7.     self:SetWidth(numForms * 40)
  8. end
I think it's obvious that you change the "40" to a number that indicates the button size.

I would suggest posting a new topic on the correct forum if you need further assistence
Last edited by ravagernl : 02-23-13 at 01:24 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: