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
Maeil UI 2
Re: Maeil UI 2
- Liaev
- Posts: 1
Re: Maeil UI 2
- 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.
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
- 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
- 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
- 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
and is that automatic or must you change some settings and if so where ?
thx
Re: Maeil UI 2
- 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
- Like
- Posts: 1
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?
But so hard work to make it. I Cant this :(
Can you give a Downloadlink from youre complete UI?
Re: Maeil UI 2
- 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
- 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