Some Info I thought I would share.
I was trying to figure out a way for my healer to use a condition on a heal only if we were fighting a boss. Issue is Target.Named or SpawnMaster.HasTarget only works if you are targeting the MOB. Being on EMU Target.TargetofTarget just comes back null. So i decided to add SpawnMaster.HasTarget as and observable Query in DanNet. This now gives me the condition.
I will admit I have no idea how to put SpawnMaster.HasTarget as an observable query as a command. I leveraged Lua Plugin Boxhud; build new property in the GUI to add it. Maybe somebody actually knows the command and can add it here.
Edit:
Also decided to add Next To target Column.

I was trying to figure out a way for my healer to use a condition on a heal only if we were fighting a boss. Issue is Target.Named or SpawnMaster.HasTarget only works if you are targeting the MOB. Being on EMU Target.TargetofTarget just comes back null. So i decided to add SpawnMaster.HasTarget as and observable Query in DanNet. This now gives me the condition.
Heals3=Nature's Recovery|50|Class|shd|cond3Cond1=${DanNet[*Tank'sName*].O[SpawnMaster.HasTarget]}I will admit I have no idea how to put SpawnMaster.HasTarget as an observable query as a command. I leveraged Lua Plugin Boxhud; build new property in the GUI to add it. Maybe somebody actually knows the command and can add it here.
Edit:
Also decided to add Next To target Column.

Last edited:





