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:	2791
Size:	372.3 KB
ID:	2635  

Last edited by Dravin : 05-07-09 at 02:54 PM.
  Reply With Quote
05-08-09, 03:41 AM   #7
Dravin
A Murloc Raider
Join Date: Jan 2007
Posts: 7
Oh and another thing. :P
I love your raid frames but I want them to show the following debuff types:
Curses, Poisons, Diseases.
Plx?
  Reply With Quote
05-24-09, 10:05 AM   #8
Gnaf
A Defias Bandit
 
Gnaf's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 3
Love this interface

Just a question (or two ^^) ...
How to display my frame in party ou raid display ?

Explanation:
Like most healer i tend to focus my attention to party/raid frame to heal during a fight....
And... Get myself killed because don't see my life...

Is there a way to hilight dispellable debuff without activating buff/debuff frame ?

Is ther a way to change stance (warrior) without putting icon in bars ?
cu
__________________
Be happy
  Reply With Quote
05-25-09, 07:57 AM   #9
ALZA
A Deviate Faerie Dragon
 
ALZA's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 19
But now that I know what it is I want it to show up only in combat. Possilbe?
Yep, but only with "original" version of addon sFilter. You can find it here: http://code.google.com/p/toxila/sour.../trunk/sFilter.

I love your raid frames but I want them to show the following debuff types:
Curses, Poisons, Diseases.
Plx?
I'll try to add this in next update.

How to display my frame in party ou raid display ?
I'd advice to ask this question in oUF layout discussion thread since there are many experienced coders there: http://www.wowinterface.com/forums/s...ad.php?t=18363
My suggestion is to make PostUpdateHealth function, check if unit == "player" (or UnitName(unit) == UnitName("player")) and if that's true - do your stuff to make your frame look more attractive.

Is there a way to hilight dispellable debuff without activating buff/debuff frame ?
Working on it.

Is ther a way to change stance (warrior) without putting icon in bars ?
Yep, rActionBarStyler addon, file rActionBarStyler.lua, look for "settings" table in the beginning and change "disable" option for ["Shapeshift"] bar to 0.
  Reply With Quote
05-30-09, 11:50 AM   #10
Suikakuju
A Defias Bandit
Join Date: May 2009
Posts: 2
Yeah great job with this compilation. But I´ve a problem with aMinimap.

kind a weird because the minimap takes the hole screen. I tryed diffrent scale option in aMinimap.lua but nothing. Changing resolution did nothing.

http://img268.imageshack.us/my.php?i...009194341l.jpg


Could you help me? -.-


EDIT: done !

But how do i move the minimap?^^

Last edited by Suikakuju : 05-30-09 at 12:15 PM.
  Reply With Quote
05-31-09, 12:13 PM   #11
ALZA
A Deviate Faerie Dragon
 
ALZA's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 19
You can move the minimap by editing aMinimap.lua files with any text editor, lines 6-10. More info about positions: http://www.wowwiki.com/API_Region_SetPoint.
After you've done - save the .lua file and reload interface to see changes (/rl).
  Reply With Quote
06-01-09, 05:43 AM   #12
Suikakuju
A Defias Bandit
Join Date: May 2009
Posts: 2
damn it I dont get it

have to try ´n error -.-


is there a way to make the map moveable ingame?

Last edited by Suikakuju : 06-05-09 at 12:56 PM.
  Reply With Quote
06-09-09, 10:44 AM   #13
Kamna
A Kobold Labourer
Join Date: Jun 2009
Posts: 1
Allignment of the raid member names?

Hey Alza

Lovely UI. I'm having a wonderful time trying my hands at lua-editing. I've run into a problem though: I can't seem to figure out where I can edit the allignment of the name text of the raid members. Could you provide any help or clues?
  Reply With Quote
06-23-09, 11:37 AM   #14
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   #15
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   #16
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   #17
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

Thread Tools
Display Modes

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