Unit Range condition out of date
Betaskill opened this issue · 2 comments
WoW Version
Retail
TellMeWhen Version
11.0.9
Describe the bug
The information in the unit range condition are out of date.
Quote by "A..." (Thanks for the information at this point)
"...that is out of date, blizzard went (partially) back on their changes.
They allowed it on enemy's like normal.
Friendlies is still restricted but only during combat."
Please be so kind to update this method.
Export Strings
^1^T^SType^Sconditionicon ^SConditions^T ^N1^T ^SType^SLIBRANGECHECK ^SOperator^S<= ^SUnit^Starget ^SName^SAutomatischer~`Angriff ^SLevel^N10 ^t^Sn^N1 ^t^SName^SKältekegel ^SManaCheck^B ^SEnabled^B ^SSettingsPerView^T ^Sicon^T ^STexts^T ^N2^S ^t^t^t^SStates^T ^N3^T ^SAlpha^N0 ^t^N4^T ^SAlpha^N0 ^t^t^SRangeCheck^B ^t^N110901^S~`~| ^Sicon^^
Edit:
I noticed some, i guess, weird behaviour. Or is this what "A..." meant with partially:
I am (probably?) less than 20 meters from the target. If I set the condition to up to 20 >= 20 yds then the icon is displayed. At >=21 yards the icon is not displayed. So far everything looks fine.
But if I turn the logic around and check with <=, then I have to go to at least <= 25 yds for the icon to be displayed. No Lua-Errors by now.
Why is that, does the doll count as a friendly target?
=> 20yards (icon visible and working fine)
=>21yards (icon not visible and working fine)
<=24yards (icon not visible)
<=25yrds (icon visible)