Thread Tools Display Modes
03-17-09, 08:08 PM   #1
ALZA
A Deviate Faerie Dragon
 
ALZA's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 19
Alza Ui

Welcome to the feedback thread of ALZA UI. Please feel free to post anything about it.
  Reply With Quote
04-20-09, 10:45 AM   #2
ShadesofNight
A Defias Bandit
Join Date: Apr 2009
Posts: 2
Hey,

first , this UI is great. I love it.
I downloaded it and installed successfully.

One question I got. How I can see my Partymembers? If some one joins my party I cant see their Life/mana/Buffs/Picture..

Can you explain me how to see my Party? Is there an addon ?

Hope you understand my english.



ShadesOfNight.
  Reply With Quote
04-21-09, 05:51 AM   #3
ALZA
A Deviate Faerie Dragon
 
ALZA's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 19
Hi and thanks for nice words =)

The party frames are spawned near bottomright corner of the screen, raid frames appear here too. When you join a raid (this includes entering arena or battleground) party hides and raid frames appear at same place.

P.S. Your english is nice ^_^
  Reply With Quote
04-21-09, 08:43 AM   #4
ShadesofNight
A Defias Bandit
Join Date: Apr 2009
Posts: 2
Thanks for your help!
Now I Can see the frame in the right corner. Now I want so see the buffs from the party members.
Is there a possibilty to move the frame?
  Reply With Quote
04-23-09, 04:38 AM   #5
ALZA
A Deviate Faerie Dragon
 
ALZA's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 19
You can add buff display to party frames just like it's done with other frames, for example focus frame. Search for " --[[ Auras! ]]" comment in code and check the code starting with "if(unit=="focus") then" words. Same thing can be done with party frames, but you should write "if(not unit) then" and change some settings for auras. For more info about settings - check aura.lua file in \Interface\AddOns\oUF\elements folder.

To move party frames - simple change the point where to spawn it. All 4 partymember frames belong to one "header" frame, and its position is set in "--[[ Positions ]]" section of code. You should edit arguments for function "SetPoint":
Code:
party:SetPoint("BOTTOMRIGHT", UIParent, "BOTTOMRIGHT", -27, 27)
More info about this function - http://www.wowwiki.com/API_Region_SetPoint
  Reply With Quote
05-07-09, 02:15 PM   #6
Dravin
A Murloc Raider
Join Date: Jan 2007
Posts: 7
Hi!
First off, this UI looks great is easy to set up and uses incredibly little memory.
Great job!

I have a problem though.
As you'll see in the screenshot, my Lightning Shield buff shows up not only on the regular buff bar, but also floating directly above the target bar. As you can see i've used the "/gn" command to try to find out what frame it is, but it shows up as WorldFrame, so I can't figure out how to get rid of it ^^ Help! Eek!

Edit: I was hitting some target dummies, and realised what it was. Actually quite handy! But now that I know what it is I want it to show up only in combat. Possilbe?
Attached Thumbnails
Click image for larger version

Name:	WoWScrnShot_050709_221426.jpg
Views:	2795
Size:	372.3 KB
ID:	2635  

Last edited by Dravin : 05-07-09 at 02:54 PM.
  Reply With Quote
06-23-09, 11:37 AM   #7
wowtdf
A Kobold Labourer
Join Date: Jun 2009
Posts: 1
Xp

Ive used this UI on my 80 for quite a while now .

ive come to making an alt and just wondering how i can get the Xp bar up on the screen ?

Thanks Tom.
  Reply With Quote
06-23-09, 12:20 PM   #8
ravagernl
Proceritate Corporis
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 1,176
You can mouseover the power bar from your character to display your xp
  Reply With Quote
01-20-10, 02:31 PM   #9
maxi155
A Kobold Labourer
Join Date: Jan 2010
Posts: 1
autoDisenchant on greens and blues

Code:
--[[ Disenchant on greens ]]
function aSettings:START_LOOT_ROLL(event, id)
    if(not aSettingsDB.AutoGreedOnGreen) then return end
    if(id and (select(4, GetLootRollItemInfo(id))==2) or (select(4, GetLootRollItemInfo(id))==3)) then
        RollOnLoot(id, 3)
    end
end
Replace where "Greed on greens" was in aSettings.lua - it will auto auto disenchant roll on greens and blues. hf
  Reply With Quote
03-11-10, 12:12 PM   #10
wedgie
A Kobold Labourer
Join Date: Mar 2010
Posts: 1
buffs/hots

is there a way to add hot/dot tracking like it does with maelstrom procs, missle procs etc., for the targeted mob on that same button scheme that is above your targets unit frame?

i notice it does it with riptide etc. but it doesnt do that with spells like corruption, haunt and unstable affliction.

any help would be appreciated. thanks
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Released Compilations » Alza Ui


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off