Maeil UI 2

Re: Maeil UI 2

Post 18 Apr 2010 16:17

Avatar Liaev
 
Posts: 1
Greetings Maeil.
Just learned abit about Lua, and intrested in config my unit frames like you'rs,
Downloaded Notepad++ for easier Lua configuration. But still can't get it where to put thouse lines and get: Target: Name in middle top, and HP/% under, aswell for the targets' target, Name in the middle, but no hp/% such.

Thank you

Re: Maeil UI 2

Post 19 Apr 2010 03:33

Avatar stannyxx69
 
Posts: 8
Hey Maeil,
I'm also using Pitbull 4,
but i don't know how to remove the buffs(tiny squares) under "Player"
For example instant/deadly poison and my mount
can you teach me on that?

Same thing for the enemy buffs/debuffs
which addon is it that turns them into bigger icons next to your target?

Thanks.

Re: Maeil UI 2

Post 24 Apr 2010 06:31

Avatar Swae
 
Posts: 3
Pinetree wrote:For those interested, the following is an LUA equivalent to the DogTag Maeil posted above:
Code: Select all
local s = Status(unit)
if s then
  return s
end
local cur, max = HP(unit), MaxHP(unit)
return "%s%%  -  %s",Percent(cur,max),Short(cur,true)

The player frame HP is just "return (HP(unit))".

Can you tell me what texture you use on your Pitbull?

Edit: Found it. It's the "oRA3" texture.


Neither of these work, they don't update when the health changes.

Re: Maeil UI 2

Post 24 Apr 2010 09:37

Avatar LaaLA
 
Posts: 2
Swae wrote:
Pinetree wrote:For those interested, the following is an LUA equivalent to the DogTag Maeil posted above:
Code: Select all
local s = Status(unit)
if s then
  return s
end
local cur, max = HP(unit), MaxHP(unit)
return "%s%%  -  %s",Percent(cur,max),Short(cur,true)

The player frame HP is just "return (HP(unit))".

Can you tell me what texture you use on your Pitbull?

Edit: Found it. It's the "oRA3" texture.


Neither of these work, they don't update when the health changes.



When you make a custom code in pitbull you have to config the _event_ aswell. Best way to get better with pitbull is to play around with it and find the solutions urself cause you will learn other things on the way to it.

UNIT_HEALTH, UNIT_HEALTHMAX etc. just copy it from one of the premade ones or w/e.

Re: Maeil UI 2

Post 26 Apr 2010 09:53

Avatar sunflash
 
Posts: 2
what boss mode are you using , that makes that nice defile text in middle of the screen ?
and is that automatic or must you change some settings and if so where ?

thx

Re: Maeil UI 2

Post 28 Apr 2010 12:39

Avatar maeil
 
Posts: 109
Location: Finland
sunflash wrote:what boss mode are you using , that makes that nice defile text in middle of the screen ?
and is that automatic or must you change some settings and if so where ?

thx

BigWigs, you need to enable emphasize setting in the defile's settings in the addon.

Re: Maeil UI 2

Post 29 Apr 2010 18:03

Avatar sunflash
 
Posts: 2
and how do you move the emphasized text msg ?

Re: Maeil UI 2

Post 01 May 2010 11:31

Avatar Sarryx
 
Posts: 2
Hey maeil i got a question about the little number (your combo point) popping the middle of your screen, which addon is it?

Re: Maeil UI 2

Post 01 May 2010 14:27

Avatar maeil
 
Posts: 109
Location: Finland
Like wrote:hi from germany Mael, im a fan from ur UI its realy nice.

But so hard work to make it. I Cant this :(

Can you give a Downloadlink from youre complete UI?

Sorry, I am not going to release my UI as an pack.

Hey maeil i got a question about the little number (your combo point) popping the middle of your screen, which addon is it?

It's called Blink's rogue helper
cron