[Addon] LunaUnitFrames

Re: [Addon] LunaUnitFrames

by DrGurk » Wed Jan 27, 2016 9:59 pm

Awesome addon, really love the tag system
Though something doesn't work quite right since the last few updates:
Curses and Poisons are no longer displayed to me on the raidframes
And yes, i disabled "Show only dispelable", the deep wounds on me show up, however not the curse on my target
Image

Keep up the good work! Looking forward for 2.0
DrGurk
Tester
 

Re: [Addon] LunaUnitFrames

by Rhena » Wed Jan 27, 2016 11:55 pm

2.0 will feature up to 32 buffs.
Author of LunaUnitFrames - The most advanced unit frames for classic WoW. Visit my GitHub page for them and some other tools i wrote.
Rhyna - Warrior | Nost PvP | Alliance
User avatar
Rhena
Sergeant Major
Sergeant Major
 

Re: [Addon] LunaUnitFrames

by Rhena » Thu Jan 28, 2016 12:27 am

Chevejo wrote:Btw: Is there a way to fill an %T for raidannounce via /lunamo?


No, after the /lunamo command the target is already switched back back. Maybe there is some other addon out there that announces spells?

@Balerin: That seems to be a smart heal issue. And nothing on my side. Even that LazySpell thing is not on my end.

@DrGurk: Yeah i guess i fucked that up. Maybe i'll fix it before 2.0.
Author of LunaUnitFrames - The most advanced unit frames for classic WoW. Visit my GitHub page for them and some other tools i wrote.
Rhyna - Warrior | Nost PvP | Alliance
User avatar
Rhena
Sergeant Major
Sergeant Major
 

Re: [Addon] LunaUnitFrames

by Tykkedyr » Thu Jan 28, 2016 5:09 pm

Hey.
Thanks for the nice addon.
Where is the option for incomming heals on the player.
Mine does not show it on the player icon healt bar (or anywhere)
Tykkedyr
Tester
 

Re: [Addon] LunaUnitFrames

by Rhena » Thu Jan 28, 2016 10:03 pm

There is no option. If it doesn't work something is wrong.
Author of LunaUnitFrames - The most advanced unit frames for classic WoW. Visit my GitHub page for them and some other tools i wrote.
Rhyna - Warrior | Nost PvP | Alliance
User avatar
Rhena
Sergeant Major
Sergeant Major
 

Re: [Addon] LunaUnitFrames

by Øliver » Fri Jan 29, 2016 7:05 am

Best unit frames.
Olî - 60 Mage
User avatar
Øliver
Tester
 

Re: [Addon] LunaUnitFrames

by Mathemagician » Fri Jan 29, 2016 7:47 am

I apologize if this has been requested before, there is an insane amount of response to this. BTW, the mod is amazing. TY for your work

I have a request. Forgive me if this is in the addon and I simply can't find it.

I would love it if buffs could be outlined by color; for example, in the default UI, curses are outlined in purple, magic is outlined in blue, poisons are outlined in green, and physical are outlined in red.

Additionally, I find it difficult to distinguish between a friendly target and a hostile target by viewing the Target panel when just clicking around. It would be awesome to keep class colors on friendly targets but be able to turn them off for hostile.

Again I apologize if these features have been requested. I also know Vanilla UI is very limiting. Are these even possible?

Thanks so much
User avatar
Mathemagician
Private
Private
 

Re: [Addon] LunaUnitFrames

by Rhena » Fri Jan 29, 2016 9:27 am

Øliver wrote:Best unit frames.

This guy gets it.

Mathemagician: All of that will be adressed in version 2.0
Author of LunaUnitFrames - The most advanced unit frames for classic WoW. Visit my GitHub page for them and some other tools i wrote.
Rhyna - Warrior | Nost PvP | Alliance
User avatar
Rhena
Sergeant Major
Sergeant Major
 

Re: [Addon] LunaUnitFrames

by Kailas » Sun Jan 31, 2016 12:38 am

EDIT: post below
Last edited by Kailas on Tue Feb 02, 2016 11:46 pm, edited 4 times in total.
Kailas
User avatar
Kailas
Senior Sergeant
Senior Sergeant
 

Re: [Addon] LunaUnitFrames

by TyrantRC » Sun Jan 31, 2016 3:30 am

Any way I can call the mouseover function from inside a script? I was thinking in reading the whole thread because I'm sure someone asked this before, but holy shit 77 pages :/

What I want to do is to make a macro to cast on mouseover max rank heal and with a modifier to call another rank

like this:

/run if IsShiftKeyDown() then CastSpellByName("Greater Heal(Rank 1)") else CastSpellByName("Greater Heal") end

you probably call SlashCmdList["LUFMO"](msg, editbox), but I'm not sure what parameters are msg and editbox so that's why I'm asking

EDIT: nvm just found it is SlashCmdList["LUFMO"]("spell"), the other parameter doesn't matter(can be nil) since he doesn't really use it for this particular event. The macro would be (if anyone is interested):

/run if IsShiftKeyDown() then SlashCmdList["LUFMO"]("Greater Heal(Rank 1)") else SlashCmdList["LUFMO"]("Greater Heal") end

or if you want the tooltip to show the cd/gcd:

/run if nil then CastSpellByName("Greater Heal") elseif IsShiftKeyDown() then SlashCmdList["LUFMO"]("Greater Heal(Rank 1)") else SlashCmdList["LUFMO"]("Greater Heal") end
User avatar
TyrantRC
Sergeant
Sergeant
 

PreviousNext

Return to Addons & macros