WeakAuras

WeakAuras

200M Downloads

[Enhancement Request] Display -> Model Settings -> make model unit able to be passed from a custom trigger

JPEscher opened this issue ยท 1 comments

commented

My raid was joking about some deaths and being able to tell who is down due to some similar names that we have in the raid. I went to make something to show models since the names would have very different character models due to different classes (eg in this case the bear tank v the warrior tank with similar names >.< )
i made a wa to show name and model, which is reviewable here: https://wago.io/feCVaWmFW

this shows the unit id sensing works, but passing that to the model does not.
senseunit-party
senseunit-player

i would love to be able to pass my variable with the unit, aura_env.my_unit_token to the model pages' model field. I think this would be be the most user friendly solution.

i did look to see if there's anything to show an image of who died on death, but only saw announcements to raid text chat.

thank you in advance for considering this.

commented

That sounds too niche to add, thoiugh you can do that with a custom code hack by adding this line to Actions/OnShow:

aura_env.region.model:SetUnit(aura_env.my_unit_token)