zorker / rothui

Just a bunch of stuff I wrote for World of Warcraft
MIT License
105 stars 56 forks source link

about unitframe frame visibility #57

Closed fafaraway closed 6 years ago

fafaraway commented 6 years ago

hey zork, is that possible to use frame visibility feature to show player frame when player's health low than a certain percentage

"[combat][mod][@target,exists,nodead][@vehicle,exists][overridebar][shapeshift][vehicleui][possessbar] show; hide"

Goldpaw commented 6 years ago

Macro drivers cannot check for amount of health, power, active auras or any such specifics. So secure frames like clickable unitframes or clickable actionbuttons can't be fully toggled at certein health percentages, it's just not possible.

Alpha/opacity can be changed, but through normal lua and normal scripts, not through macro drivers.

fafaraway commented 6 years ago

thanks for explain @goldpaw 👍