Download
(11MB)
Download
Updated: 05-22-12 05:03 AM
Pictures
File Info
Updated:05-22-12 05:03 AM
Created:05-15-12 12:09 AM
Downloads:6,845
Favorites:17
MD5:
Categories:Graphical Compilations, Minimalistic Compilations

Altz UI  Popular! (More than 5000 hits)

Version: 1.1
by: Paopao001 [More]
-- 2012/5/22 1.1
ouf_mlight :thiner border portrait
ouf_fader :focus dont fade now
achat :chat frame minimizing available for chatframe 3.4.5....
atweaks :autoscreenshot
auto sell grey things auto repair bug fixed
show durability percentage on character frame
apanels :marks on minimap and chat frame wont show when ui is hidden
skada skin fixed
atip :talent bug fixed
staddonmanager :font bug fixed
alraidcd :wrong cooldown time fixed
Optional Files (0)


Post A Reply Comment Options
Unread 06-14-12, 09:33 PM  
Symposium
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Hey Paopao, just downloaded the ui, and I really like it so far, however I had 2 questions for you.

How do I move the cast bar around? (I'm picking through the LUA code, and Im hoping there is an easier way than this) I'd also be happy with a shove in the right direction for just deleting it, I seem to have managed to get most of it gone, but now whenever I cast something I get a blue bar where the cast bar was previously, and a blank box where the spell icon would be, I'm assuming this is some kind of art panel I just can't find anywhere >.<
http://imageshack.us/photo/my-images/214/wowscrnshot061512042902.jpg/ (screenshot of what is left)

And as a warlock you have the soul stone numbers above the action bars, and I was wondering how to change them from that as I'm not a big fan of the little smiley faces?

Thanks in advance! And just to repeat myself, very neat UI!
Last edited by Symposium : 06-15-12 at 05:31 AM.
Report comment to moderator  
Reply With Quote
Unread 06-20-12, 11:51 PM  
Paopao001
A Fallenroot Satyr
 
Paopao001's Avatar
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 354
Uploads: 19
Originally Posted by Symposium
Hey Paopao, just downloaded the ui, and I really like it so far, however I had 2 questions for you.

How do I move the cast bar around? (I'm picking through the LUA code, and Im hoping there is an easier way than this) I'd also be happy with a shove in the right direction for just deleting it, I seem to have managed to get most of it gone, but now whenever I cast something I get a blue bar where the cast bar was previously, and a blank box where the spell icon would be, I'm assuming this is some kind of art panel I just can't find anywhere >.<
http://imageshack.us/photo/my-images...512042902.jpg/ (screenshot of what is left)

And as a warlock you have the soul stone numbers above the action bars, and I was wondering how to change them from that as I'm not a big fan of the little smiley faces?

Thanks in advance! And just to repeat myself, very neat UI!
The bar under player's castbar is target's castbar.You mean the target's castbar apears incorrectly?

I recommend shadow priests and warlocks to use Gnosis.These classes need a castbar add-on to show ticks of channeled spells(e.g. mind flay).You can adjust the castbars easily with the GUI of gnosis.

When using this addon,first disable the castbars in oUF_Mlight.
cfg.castbars = true -- disable all castbars

If you wish to use Gnosis on a particular role.Edit it like this.
if GetUnitName("player") == "伤心蓝" or GetUnitName("player") == "Scarlett" then
cfg.castbars = false
end

----
You can find spfont.TTF in the media file.This is where the smile faces come from.
If you would like to change it to other words,first you need to replace it with other font.
then,you may edit things below.

tags.lua

-- holy power or soul shards
oUF.Tags['Mlight:sp'] = function(u)
local _, class = UnitClass(u)
local SP, spcol = 0,{}
if class == "PALADIN" then
SP = UnitPower("player", SPELL_POWER_HOLY_POWER )
elseif class == "WARLOCK" then
SP = UnitPower("player", SPELL_POWER_SOUL_SHARDS)
end
if SP == 1 then
return "|cff0d87d5D|r"
elseif SP == 2 then
return "|cff85419cF F|r"
elseif SP == 3 then
return "|cfff20269B B B|r"
end
end
oUF.TagEvents['Mlight:sp'] = 'UNIT_POWER'

if you just wish to disable them.
cfg.lua
cfg.customsp = false --enable to make a bigger one on center of screen
There will be three little bars below your mana bar displaying soul shards.
See the images.http://www.wowinterface.com/downloads/info21095-oUF_Mlight.html
Last edited by Paopao001 : 06-20-12 at 11:55 PM.
Report comment to moderator  
Reply With Quote
Unread 06-21-12, 05:26 AM  
llpowerful
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
HI dear paopao,
I always see you in NGAcn.I do not expect to meet u in here,just think me as a soy sauce buyer.(dajiangyou you konw~)Finally,I will support you!
Fighting~!
Report comment to moderator  
Reply With Quote
Unread 06-25-12, 02:14 AM  
Paladintroll
A Murloc Raider
 
Paladintroll's Avatar

Forum posts: 4
File comments: 20
Uploads: 0
GREAT UI!

Tried out s**t loads of UI's, Grapichal, Minimalistic, Class Specific, DPS Specific, Made sum of my own..
Well you get it..

I really like this UI and it has some sick features and great possibilitys..
Just a question..
I kind of like but not like the chat hoover/scroll pop up fade out thingy.

THis is my problem..
Since the buff timer count down (or what ever it is) down to the left (see picture) it cant be read at my resolution, and I have the minimum req for this UI.



Uploaded with ImageShack.us

The chat keeps popping up and cluttering the area where the timer is.
How do I change this?
I'd like it to just pop up when I scroll and hoover it, AND then I want to move the timer, since it cant be read.

And another thing I have noticed is that if I get a private message I cant read it if it i more than 1 line since the chat keeps hybernating and fade out EVERy time I try to read it.

Anyways, that is the only thing I have noticed so far.. tried DS, PvP and Arena, works nice

// m
__________________
Oh, so you wanna argue?
BRING IT!
I got my CAPS LOCK [ON]!
Report comment to moderator  
Reply With Quote
Unread 06-28-12, 10:48 PM  
Paopao001
A Fallenroot Satyr
 
Paopao001's Avatar
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 354
Uploads: 19
The chat frame Maximize when :
entering chat frame, minimize when leaving.
got a message from say, guild, party, whisper... minimize after a 10 seconds.
!The chat frame DONT Maximize in combat.

Since the chatframe only shows 1 line generally,it takes only a few space.
I move it somewhere else to avoid it covering on other things.
But this function can be disabled.

World of Warcraft\Interface\AddOns\aChat\config.lua
-- Minimize the Chat after a few seconds
-- 自动收缩聊天框
cfg.minchat = true -- enable

diable it and then the chat frame won't change it's height.

By the way,the position of raid cooldown can be edited in:

World of Warcraft\Interface\AddOns\alRaidCD\alRaidCD.lua

local pos = { "BOTTOMLEFT","UIParent","BOTTOMLEFT", 18, 65}

notice : /rl ro apply changes
Report comment to moderator  
Reply With Quote
Unread 07-08-12, 05:49 AM  
garoopowpow
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
How do I turn off auto invites?
Last edited by garoopowpow : 07-08-12 at 02:36 PM.
Report comment to moderator  
Reply With Quote
Unread 07-09-12, 04:52 AM  
Paopao001
A Fallenroot Satyr
 
Paopao001's Avatar
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 354
Uploads: 19
Originally Posted by garoopowpow
How do I turn off auto invites?
you mean don't automatically accept invites from friends or guild member?

aTweaks\config.lua
Report comment to moderator  
Reply With Quote
Unread 08-04-12, 09:02 PM  
NeonSkin
A Murloc Raider
 
NeonSkin's Avatar

Forum posts: 8
File comments: 86
Uploads: 0
hello where can i turn off nameplates? I would like to use another one.
Thanks awesome ui.
Report comment to moderator  
Reply With Quote
Unread 08-04-12, 09:47 PM  
Paopao001
A Fallenroot Satyr
 
Paopao001's Avatar
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 354
Uploads: 19
Originally Posted by NeonSkin
hello where can i turn off nameplates? I would like to use another one.
Thanks awesome ui.
of course you can.replace dNameplates folder with the addon you prefer.
__________________

I hope you could understand my broken English.
If I offended you it was unwitting.
Report comment to moderator  
Reply With Quote
Unread 08-06-12, 04:13 AM  
NeonSkin
A Murloc Raider
 
NeonSkin's Avatar

Forum posts: 8
File comments: 86
Uploads: 0
Originally Posted by Paopao001
Originally Posted by NeonSkin
hello where can i turn off nameplates? I would like to use another one.
Thanks awesome ui.
of course you can.replace dNameplates folder with the addon you prefer.
thanks i realize my mistake but i already uploaded the question hehe.
Report comment to moderator  
Reply With Quote
Unread 08-28-12, 06:26 AM  
gunhound45
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 46
Uploads: 1
Is it possible to get the Login/AFK overlay as a separate addon?
Report comment to moderator  
Reply With Quote
Unread 08-28-12, 06:36 AM  
Paopao001
A Fallenroot Satyr
 
Paopao001's Avatar
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 354
Uploads: 19
Originally Posted by gunhound45
Is it possible to get the Login/AFK overlay as a separate addon?
http://www.wowinterface.com/download...Lock.html#info

It's inspired by this addon.
__________________

I hope you could understand my broken English.
If I offended you it was unwitting.
Report comment to moderator  
Reply With Quote
Unread 03-06-13, 01:43 PM  
Ultimum
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
I absolutely love this interface. I was wondering though, will this be updated to be fully compatible with patch 5.2?

Thanks in advance!

- Ultimum
Report comment to moderator  
Reply With Quote
Unread 03-06-13, 02:04 PM  
Paopao001
A Fallenroot Satyr
 
Paopao001's Avatar
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 354
Uploads: 19
Originally Posted by Ultimum
I absolutely love this interface. I was wondering though, will this be updated to be fully compatible with patch 5.2?

Thanks in advance!

- Ultimum
I will update next week. There's no PTR in zhCN realms, and I don't have an account in other realms. Sorry for not update in time. I hate this because all the things are waiting to be done at the same time, updating addons, new daily quests, new raids.
__________________

I hope you could understand my broken English.
If I offended you it was unwitting.
Report comment to moderator  
Reply With Quote
Unread 03-06-13, 03:11 PM  
Ultimum
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
That's completely understandable. Fortunately about 90% of the old version still works in 5.2. Keep up the great work and thank you for responding so quickly! I'm looking forward to your update
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: